mirror of
https://github.com/gryf/wicd.git
synced 2025-12-26 08:22:32 +01:00
Modified TextDialog to use a listbox as opposed to one long text box Aligned the header on the right in Dialog2 by default curses/wicd-curses.py: Removed the traceback if the user presses ctrl+c Refactored about_dialog to support the modified TextDialog Added a help dialog. Raise it with "H" Refactored some code in the appGUI constructor so that I can recycle update_netlist() curses/TODO, curses/README, in/man=wicd-curses.8.in: Help dialog now active in/man=wicd-curses.8.in: Removed redundant scipt selector command
9 lines
303 B
Plaintext
9 lines
303 B
Plaintext
Things to do (in no particular order):
|
|
|
|
* Make a network config dialog for wired interfaces
|
|
* Implement a keyhandler function for the overall frame
|
|
* Make keystrokes customizable
|
|
* Make color schemes customizable
|
|
* Implement a "make an ad-hoc network" dialog
|
|
* Perform a mass code cleanup
|