1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-25 16:02:28 +01:00
Files
wicd/curses/TODO
Andrew Psaltis 23297b3f7e Let there be light!
curses/wicd-curses.py: ADDED (new (very incomplete) curses UI)
curses/README: ADDED (Simple README. Hope it says enough for the moment)
curses/TODO: ADDED (Simple, incomplete, TODO list)
2008-12-13 13:29:07 -05:00

16 lines
540 B
Plaintext

Things to do (in no particular order):
* Integrate a glib mainloop into the UI so that it can be aware of whether
we're connecting or not by some means.
* Implement the ability to connect/disconnect to/from stuff.
Yeah, I know that it's important...
* Make a settings dialog
* Implement something that resembles a combo box in urwid
* Make a network config dialog
Oh, and most importantly:
* Tell people how they can quit the app (F8, until I do all of that stuff) :-)
Anything else? That's all I can think of now.