mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 04:48:00 +01:00
Added a get_edit_text function to ToggleEdit. Changed the get_selected function in ComboBox to return the index only. curses/prefs_curses.py: Completed the load+save functions of the UI Buttons are now functional. Only selecting the OK button will save the data for now. curses/wicd-curses.py: Added support for the "Always Show Wired Interface" config option Completed support for the preferences dialog curses/TODO,README: Preferences dialog is done. :-)
18 lines
611 B
Plaintext
18 lines
611 B
Plaintext
Things to do (in no particular order):
|
|
|
|
* Make a network config dialog for both wireless and wired interfaces
|
|
* 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.
|