1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-18 16:05:46 +01:00

curses/curses_misc.py:

Added DynWrapper, a wrapper class with which we can dynamically change the
    selectability of a widget.
  Removed ToggleEdit, replaced by DynWrapper.
curses/netentry_curses.py: ADDED.  Network entry configurator dialog.
  Has a base class for the common elements of the wired/wireless NetEntries.
curses/prefs_curses.py: Replaced ToggleEdits with DynWrapped Edits.
curses/wicd-curses.py:
  Rebuilt the connect function into the main keyhandler.  I discovered that
    implementing that the way I had previously done it would have made
    displaying the dialogs a bit more difficult
  Added support for running the NetEntry selector
in/man=wicd-curses.8.in, curses/README:
  Modified to say that the NetEntry dialog is now a WIP (Raise it with 'C')
setup.py:
  Install netentry_curses.py if we are installing the rest of the curses client
  Install the man page only if we want to install the rest of the man pages and
    the curses client
This commit is contained in:
Andrew Psaltis
2009-01-04 20:33:31 -05:00
parent 5b8417e8a8
commit 68036d91ac
7 changed files with 220 additions and 59 deletions

View File

@@ -34,10 +34,12 @@ Refresh the network list
.BR P
Bring up the preferences controller
.PP
The following are not implemented yet:
The following is a work in progress and might not be fully functional as of yet.
.TP
.BR C
Bring up network configuration controller for the selected network
.PP
The following is not implemented yet:
.TP
.BR S
Bring up the script selector for the selected network (requires superuser privileges)