1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-24 15:12:31 +01:00
Commit Graph

238 Commits

Author SHA1 Message Date
Adam Blackburn
ec682a2fce Merged with wpathenhancements 2008-12-30 18:01:27 -06:00
Adam Blackburn
ea69f2710e Removed files that are generated by python setup.py configure
Added command to setup.py to clean out generated files ('cleargenerated')
Added the revision number to wicd-daemon.py --help
2008-12-30 10:31:06 -06:00
Adam Blackburn
1a98bf6890 Fixed a typo 2008-12-30 10:17:07 -06:00
Adam Blackburn
bc584bfa3f Added support for storing the revision number in wpath.py 2008-12-30 10:16:09 -06:00
Adam Blackburn
b0ef6a905b Centralized version number in setup.py 2008-12-30 09:53:30 -06:00
Dan O'Reilly
da54e6033b Fix bug where the daemon could crash if an encryption key was entered for a network without encryption on.
Some minor code formatting changes
Replace "new" with "experimental" in description for ioctl backend.
2008-12-28 16:19:18 -05:00
Dan O'Reilly
f66e8759cc Fix prefs label 2008-12-27 18:31:50 -05:00
Dan O'Reilly
9caae86049 Make backend combobox tooltip display the active backend's description.
Reverse the order of the OK/Cancel button in the Ad-Hoc connection dialog.
Use a new set of icons.
Extend the update invervals for all backends by 1 second.
Try to use en_US.utf8 instead of C as the LANG in misc.Run if it is available.
Add ability to force a network state update.  (Currently not used).
2008-12-27 18:23:15 -05:00
Adam Blackburn
eb2959cdde Removed stringToBoolean 2008-12-24 00:24:26 -06:00
Adam Blackburn
b3d7f072d2 Added unit test for misc.py 2008-12-23 23:34:22 -06:00
Dan O'Reilly
10df01a9c2 Tweak misc.to_unicode() so that it is more likely to encode to utf-8 correctly. 2008-12-23 21:10:17 -05:00
Dan O'Reilly
92300133b8 Fix "_" getting stripped from interface names. 2008-12-23 18:23:38 -05:00
Adam Blackburn
d4a0b8d366 Added the wpa-psk template and change the wpa one to wpa passphrase 2008-12-23 16:55:15 -06:00
Adam Blackburn
43d6acfc47 Updated Preferences dialog and added test cases for wnettools 2008-12-23 11:39:55 -06:00
Adam Blackburn
c737a5d7d2 Updated Preferences dialog more and commented out translations in prefs.py 2008-12-22 23:30:52 -06:00
Adam Blackburn
19df8ecbca Updated Preferences dialog to conform to the GNOME HIG better 2008-12-22 23:08:12 -06:00
Adam Blackburn
cd8e27b416 Fixed hidden network icon 2008-12-22 21:25:51 -06:00
Dan O'Reilly
04d96bafee Fix problem where combobox entries would get screwed up when the preferences window was opened more than once. 2008-12-22 21:28:31 -05:00
Dan O'Reilly
2c24f4b0db Fix some issues with wired networks caused by refactoring.
Add missing return statement.
2008-12-22 00:20:42 -05:00
Dan O'Reilly
16aad93feb More work on bubbling the reason for connection failures up to the UI.
Refactor Wireless/Wired classes in networking module and daemon so that they don't need to reference each other.  Wired objects don't know about Wireless objects and vice versa.  This also means connecting to a wired/wireless network will only clear the connection on whichever network type you're connecting to.
2008-12-22 00:05:19 -05:00
Dan O'Reilly
a82b53309e Checkpoint for work on getting reasons for connection failure back up to the UI. 2008-12-21 00:19:18 -05:00
Dan O'Reilly
69d2cd2d77 Fix non-blocking error dialog. 2008-12-16 01:30:46 -05:00
Dan O'Reilly
556c40ad75 Make gui.error() calls optionally not block.
Make the lost dbus error message translatable.
2008-12-16 01:19:26 -05:00
Dan O'Reilly
ba3bc2afc2 Only show valid wpa_supplicant drivers in the GUI.
Don't needlessly created PreferenceDialog objects.
Use dbus signals to alert the UI that the daemon is back up, instead of polling.
2008-12-16 00:48:47 -05:00
Dan O'Reilly
318024a123 Fix some gtk warnings that would pop up when the GUI was opened.
Fix broken Network menu entries.
2008-12-15 00:31:35 -05:00
Dan O'Reilly
d0200db00c More work on making the client handle a daemon restart 2008-12-14 22:19:35 -05:00
Dan O'Reilly
ab7b331aac Make client survive the daemon going down.
Port a few fixes from trunk.
2008-12-14 18:31:24 -05:00
Dan O'Reilly
41c975a22a Make sure autoconnect.py never blocks
Tweak configmanager to not write a default value unless one is specified in the get call.
2008-12-13 19:39:15 -05:00
Dan O'Reilly
742bf5f8ce Use RawConfigParser instead of ConfigParser 2008-12-13 17:32:54 -05:00
Dan O'Reilly
20d5fd285b Pass lists instead of strings in GeneratePSK and Authenticate methods. 2008-12-13 17:07:31 -05:00
Dan O'Reilly
6e4d70c4ea Fix saving scripts not working correctly. 2008-12-13 13:28:05 -05:00
Dan O'Reilly
69b011a1e7 merging 2008-12-13 01:49:15 -05:00
Dan O'Reilly
7794e9abb9 Fix some suspend/resume issues 2008-12-13 01:37:57 -05:00
Adam Blackburn
2a18d7fddf Fixed the icons 2008-12-12 17:23:35 +08:00
Dan O'Reilly
2e21e6abb0 Fix dbus permissions problem.
Fix missing dbus import.
2008-12-11 18:42:11 -05:00
Dan O'Reilly
2b47ff538e Apply patch from rworkman
Update suspend/resume script
2008-12-11 00:56:12 -05:00
Dan O'Reilly
254d7c55dc More build fixes 2008-12-11 00:37:07 -05:00
Dan O'Reilly
9c2a808577 Add missing man file 2008-12-11 00:33:10 -05:00
Dan O'Reilly
e3c70de4f5 Fix running scripts
Fix broken symlink
Update slackware init script
Add new build options to wpath.py
2008-12-11 00:29:00 -05:00
Dan O'Reilly
faf60f6ed3 Make sure suspend script never fails 2008-12-09 22:53:30 -05:00
Dan O'Reilly
46bbde7745 merging in a bunch of trunk changes 2008-12-07 21:15:29 -05:00
imdano
a6acb8a661 experimental branch:
- Tray icon fixes from trunk
- Handle possible failure in wpactrl
- Format some docstrings
2008-12-06 19:11:43 +00:00
imdano
fd0a41def6 experimental branch:
- Enhance dbus manager to handle settings up mainloops, etc.
- Early work on getting wicd-client to recover from a daemon crash.
- Simply how the the scripts editor gets launched.
- Remove unneeded cleanup code from netentry.py
- More ralink legacy work.
- Run scans in a thread, this should make the UI more responsive while a scan is going on.  Rework the UI code to never expect a scan to be blocking.
- Don't require the daemon to be restarted when we switch backends, just try to prevent any calls to the backend until the switch is made.
2008-11-02 14:26:42 +00:00
imdano
11bd0266ff experimental branch:
- Port a bunch of fixes from the trunk
- Use an actual Gtk.Menu in the toolbar for the "Network" widget
2008-10-18 17:37:42 +00:00
imdano
20b4a61f30 experimental branch:
- Actually destroy the network entry objects that are supposed to get destroied
- Improve GUI behavior when initially opened.
- Use the python -O flag when launching the daemon/GUI.
- Favor gksudo over gksu.
- Remove broken interface enable/disable options.
2008-10-11 12:36:49 +00:00
imdano
9ee8bc1875 experimental:
- Add 3rd party python libraries used by ioctl backend to tree and to setup.py
- Port several bug fixes from the trunk (removing reliance on shell for running external commands, unicode fixes, gui crash fixes, authentication validation improvements, several others)
- Fix some crashes in ioctl backend.
- Change daemon/GUI launch scripts to use the -O flag.
2008-10-09 18:45:01 +00:00
imdano
0eba051360 branches/experimental:
- Fix scripts dialog not appearing.
2008-09-27 21:36:04 +00:00
imdano
df0ebdb92f branches/experimental:
- A bunch of documentation additions/updates.
- Minor refactoring.
- Fix catching wrong exception in netentry.py
2008-09-25 20:17:35 +00:00
imdano
bb1d222150 branches/experimental:
- Fix some wired method issues in the daemon.
- Make sure stringToBoolean always returns a boolean.
2008-09-21 16:38:15 +00:00
imdano
69932f255c trunk & experimental:
- Make sure all entries in the connection status info list are strings.
2008-09-21 13:26:46 +00:00