1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-03 20:34:17 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
Dan O'Reilly
c334cac1c8 - Make the GUI behave better when a disconnect button is pushed.
- Move some of the libnotify logic to guiutil.py and add support for displaying some error messages in a libnotify pop-up.
- Apply some patches provided by sunseraph.  Tweak to the channel regex and checking for a valid AP bssid when monitoring a wireless connection.  Set essid, bssid, and channel in separate calls to iwconfig.
- Add caching for ifconfig and iwconfig results in wnettools.py.  That way we're not needlessly calling the same command a bunch of times in a short period of time (2 seconds).  This removes the need for us to pass around iwconfig/ifconfig output elsewhere, though I've left it in for now.
- Remove unneeded BackendManager instance from networking.py
- Fix last used wired networking autoconnection method
2009-05-22 15:40:35 -04:00
Adam Blackburn
6e8fde8274 Made the GUI look better with dark themes 2009-05-10 22:51:49 +08:00
Adam Blackburn
46798c4115 Removed italicized text from the GTK GUI 2009-05-10 22:03:52 +08:00
Dan O'Reilly
65c72ba3a2 Update copyrights and some docstrings.
Make trayicon network menu scan-triggering behave better.
2009-03-22 17:36:55 -04:00
Adam Blackburn
e53581f9dd Updated the wired profile Add/Delete system as per https://bugs.launchpad.net/wicd/+bug/318645 2009-01-25 12:03:01 +08:00
Dan O'Reilly
33a08b696e Add missing guiutil module 2009-01-20 23:55:43 -05:00