curses/curses_misc.py:
Removed the "bottom_part" from the TabColumns
curses/wicd-curses.py:
Added support for editing preferences directly in the main UI w/o a dialog
'left' now only quits with saving for the NetworkSettingsDialogs
(suggestions as for what to do here would be appreciated)
curses/prefs_curses.py: changed save_results to save_settings
curses/curses_misc.py:
M^[ and M^] shift the tabs left and right respectively. The curses module
has trouble picking up M^left and M^right
curses/netentry_curses.py:
Removed the buttons and button-related code from the interface.
Removed the overlay code.
Adapted the code for direct insertion into the wicd-curses interface
curses/wicd-curses.py:
Teaked the wireless header.
Added support for sticking the network config dialog into the interface, and
changing the current OptCols when it is activated.
Added new OptCols for other large dialogs
Moved the language dict functions and get_gettext to translations.py. Also
killed the functions and laid the dict bare in the file
Removed all instances of language[number] from wicd.
Fixed some of the arguments in MaskingEdit
curses/netentry_curses.py:
Added an autoconnect switch to the WirelessSettingsDialog
Reformatted some code
Ensured that the buttons are glued to the bottom of the dialog
AUTHORS:
Changed Adam's e-mail to match the ones in the man page.
AUTHORS, in/man=wicd.8.in:
Added/updated my e-mail
in/man=wicd-curses.8.in:
Removed mention of the keymap modification (too difficult/potentially
problematic)
Removed mention of my branch, bugs can be tagged with "wicd-curses" or something
like that
curses/wicd-curses.py: Fixed lag upon completing connections
curses/wicd-curses.py,curses/prefs_curses.py,curses/curses_misc.py:
Cleaned up some code, removed/reformatted some comments
Added a mention of the About dialog in the help
curses/prefs_curses.py:
Fixed mouse support
in/man=wicd-curses.8.in
Added a mention of the about dialog
Removed the external entry point
Removed the removing of a blank string that caused
wicd/misc.py:
Made sure that "advanced_settings" in get_language_list_gui() actually is
"Advanced Settings"
Made the tagged wireless network actually show the network we're connected to,
or not, as the case may be.
Added ' -- ' to the upper statusbar
Also, in the last commit, configscript_curses should be netentry_curses
Added translations
Removed the redundant run() function in WirelessSettingsDialog
curses/wicd-curses.py:
Added translations, some still missing.
wicd/misc.py:
Added some translations that are not in the database, but are in the translator
Fixed a typo in get_language_list_gui
(%CURSES_REVNO%)
curses/wicd-curses.py:
Added in some translations (not done yet)
curses/prefs_curses.py:
Added all of the translations
Removed the warning about changing the backends (since it is useless)
Adds ~crux support to setup.py
Slightly reformats the wicd-client.1 man page, and fixes a spelling error
Fixes some stuff in the wicd-client script. I just accepted the other "nitpicks", too.
I do not know why the wicd.glade file was changed.
There were conflicts in merging of the wicd-client script and man page.
Added support for keeping track of the revisions of the curses client
(%CURSES_REVNO%)
curses/wicd-curses.py:
Added the ad-hoc controls to the Help dialog
Set wireless scans to be synchronous (True), to adapt to an API change in mainline
Added support for OptionParser, added and implemented the option that was
described in the man page (and -h (help) and --version)
in/wicd=wpath.py.in: Added a curses_revision flag
in/man=wicd-curses.8.in:
Option parsing has been implemented. Added the %CURSES_REVNO% flag to the man page.
Fixed an accidental " added to one of the headers
-------------- This line and the following will be ignored ---------
added:
wicd/guiutil.py
modified:
encryption/templates/ttls
setup.py
wicd/configmanager.py
wicd/dbusmanager.py
wicd/gui.py
wicd/misc.py
wicd/monitor.py
wicd/netentry.py
wicd/networking.py
wicd/prefs.py
wicd/wicd-client.py
wicd/wicd-daemon.py
wicd/wnettools.py
unknown:
build/
install.log
uninstall.log
vcsinfo.py
wpath.py
curses/bzr_commit
curses/configscript.py
curses/current.diff
init/arch/wicd
init/debian/wicd
init/default/wicd
init/gentoo/wicd
init/pld/wicd
init/redhat/wicd
init/slackware/rc.wicd
init/suse/wicd
man/wicd-curses.8
man/wicd-manager-settings.conf.5
man/wicd-wired-settings.conf.5
man/wicd-wireless-settings.conf.5
man/wicd.8
other/50-wicd-suspend.sh
other/55wicd
other/80-wicd-connect.sh
other/WHEREAREMYFILES
other/postinst
other/wicd.conf
scripts/wicd
scripts/wicd-client
scripts/wicd-curses
wicd/wpath.py
pending merges:
Dan O'Reilly 2009-01-20 Add missing guiutil module
Dan O'Reilly 2009-01-20 Add support for writing config data with whitespace kep...
Dan O'Reilly 2009-01-19 Fix a few typos in the option gateway code.
Dan O'Reilly 2009-01-19 Fix bug that was keeping DHCP release from working.
Dan O'Reilly 2009-01-19 Fix ttls template
Add a guiutils module for gui-related functions/classes that are used in multiple modules.
Replace os.access with os.path.exists
Make the static gateway entry optional.
Don't auto-connect/reconnect when the gui is open.
Fix bug that would keep the gui from working if the wired network entry was displayed.
curses/wicd-curses.py:
Added suport for the script configurator
curses/README, in/man=wicd-curses.8.in:
Script configurator now active
setup.py: Install configscript_curses.py with the rest of the stuff
Finished refactoring to accommodate the ComboBox changes
curses/wicd-curses.py:
Moved some of the keybinding code around
in/other=WHEREAREMYFILES.in: ADDED.
File telling the user where the wicd config files are. Usually symlinked to
~/.wicd/WHEREAREMYFILES and installed to the documentation directory
in/scripts=wicd-client.in:
Make ~/.wicd and link WHEREAREMYFILES if it has not been done so already.
Start wicd-curses if there is no X server on this console
(determined by the presence of $DISPLAY), and add a file detailing this
man/wicd-client.1: Added note about wicd-client starting wicd-curses
setup.py: Install WHEREAREMYFILES along with the rest of the documentation
Added DynWrapper, a wrapper class with which we can dynamically change the
selectability of a widget.
Removed ToggleEdit, replaced by DynWrapper.
curses/netentry_curses.py: ADDED. Network entry configurator dialog.
Has a base class for the common elements of the wired/wireless NetEntries.
curses/prefs_curses.py: Replaced ToggleEdits with DynWrapped Edits.
curses/wicd-curses.py:
Rebuilt the connect function into the main keyhandler. I discovered that
implementing that the way I had previously done it would have made
displaying the dialogs a bit more difficult
Added support for running the NetEntry selector
in/man=wicd-curses.8.in, curses/README:
Modified to say that the NetEntry dialog is now a WIP (Raise it with 'C')
setup.py:
Install netentry_curses.py if we are installing the rest of the curses client
Install the man page only if we want to install the rest of the man pages and
the curses client
meta+left/right now sets focus back to whereever you were in the list.
curses/wicd-curses.py:
Made a custom combobox for the wired networks. The one during the last commit was actually the wireless list.
(Hopefully) made the wired network show up when it is actually active.
Removed appGUI.call_connect and appGUI.connect. They are no longer needed.
in/man=wicd-curses.8.in: ADDED. wicd-curses(8) man page
setup.py: Install the above man page if we are installing the rest of the curses client
must be a member of this group in order to use Wicd. Note that this
does not apply on systems configured to use ConsoleKit/PAM/et al.
This defaults to use the "users" group so that it will work "out of the
box" for most people, but distributions are encouraged to edit it
as needed with the "--wicdgroup=whatever" configure argument.