1
0
mirror of https://github.com/gryf/wicd.git synced 2026-04-18 11:43:32 +02:00

curses/curses_misc.py:

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. :-)
This commit is contained in:
Andrew Psaltis
2008-12-30 23:10:18 -05:00
parent 5fd6cca50b
commit 64741b032a
4 changed files with 181 additions and 58 deletions

View File

@@ -1,8 +1,6 @@
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 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