1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-27 08:52:28 +01:00
Files
wicd/curses/TODO
Andrew Psaltis d23af83371 curses/wicd-curses.py: Colorized the network we're currently connected to.
That network is now updated every time that wicd tells us that the "status" has changed.
Network connection status is now updated every 2 seconds, instead of every 0.5.
2008-12-15 17:50:00 -05:00

20 lines
720 B
Plaintext

Things to do (in no particular order):
* 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
* Make an about dialog
* Implement a keyhandler function for the overall frame
* Make keystrokes customizable
* Make color schemes customizable
* Add code to restore the terminal if _anything_ bad happens. I have an idea about
how to do it. Ask me about it if you know some Python.
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.