1
0
mirror of https://github.com/gryf/wicd.git synced 2026-03-03 07:15:46 +01:00

curses/curses_misc.py: ADDED. Various urwid classes that I use throughout the program.

curses/prefs_curses.py: Frontend is complete.  However, it is still missing buttons and the ability to save information.  Removed code that is now in curses_misc.py.
curses/wicd-curses.py: Removed code that is now in curses_misc.py.  Tweaked the visuals a little bit.
curses/README: Preferences configuration is a WIP now.
curses/TODO: A combo box has been implemented in curses_misc.py, so that part has been removed.  Also added a part about making a man page.
This commit is contained in:
Andrew Psaltis
2008-12-27 00:18:03 -05:00
parent 5d11be8eae
commit 0d4811b129
5 changed files with 321 additions and 139 deletions

View File

@@ -1,7 +1,7 @@
Things to do (in no particular order):
* Make a settings dialog
* Implement something that resembles a combo box in urwid
* Make a settings dialog -- Finish the backend. The frontend is pretty much
done.
* Make a network config dialog
* Make an about dialog
* Implement a keyhandler function for the overall frame
@@ -9,6 +9,7 @@ Things to do (in no particular order):
* Make color schemes customizable
* Integrate this with the my local copy of the experimental branch
* Give some indication of activity during the connection process
* Make a man page for the UI.
Oh, and most importantly: