1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-27 17:02:30 +01:00
Files
wicd/curses/TODO
Andrew Psaltis 0d4811b129 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.
2008-12-27 00:18:03 -05:00

20 lines
661 B
Plaintext

Things to do (in no particular order):
* 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
* Make keystrokes customizable
* 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:
* Tell people how they can quit the app in the app (F8 or Q, until I do all of
that stuff) :-)
Anything else? That's all I can think of now.