1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-30 10:22:31 +01:00
Files
wicd/curses
Andrew Psaltis 0b0f3e0968 curses/curses_misc.py:
meta+right or meta+left now move the selected tab right and left respectively.  Focus goes back to the tabs, though.
  Fixed a bug in ComboBox where show_first does nothing
  Restored get_selected to its original state
curses/prefs_curses.py:
  Moved the automatic reconnect category to "General Settings"
  Made the backend selector actually select the selected backend at first
  Reset the button statuses each time we load the settings
  meta+enter now saves+closes the preferences dialog
curses/wicd-curses.py:
  Turned the wired list into a list of custom SelTexts, so that they can do the connecting/script-choosing/configuring/etc, instead of the dialog itself
  Offset the version in the about dialog a little less
  Recycle the old preferences dialog instead of making a new one if we run it more than once
2009-01-02 22:12:58 -05:00
..
2009-01-02 22:12:58 -05:00
2009-01-02 22:12:58 -05:00
2009-01-01 00:30:53 -05:00
2008-12-30 23:10:18 -05:00
2009-01-02 22:12:58 -05:00

This is a curses-based client for wicd.  It is designed to imitate wicd-client
as much as can be done with a console-based interface.  It is written using the
Urwid (http://excess.org/urwid) toolkit, and thus requires it.

That's all there is to it, really.  It's not going to install itself until I 
work on it more and figure out how to use distutils.

Right now, it lists current available networks, and whether you are connected
to anything or not, all of which is updated in real time.  It will actually 
connect you to networks now.  Global preferences are now configurable from the
console.  Per-network settings is a work in progress.

Controls:

F5     : refresh wireless networks
F8 or Q: quit 
D      : disconnect from active network
ESC    : if connecting to a network, stop doing so
ENTER  : Attempt connection to selected network
P      : Display preferences dialog
A      : Display "About" dialog

IN DIALOGS:
ESC or Q: Quit dialog without saving information (if present)



~NaCl