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

270 Commits

Author SHA1 Message Date
Adam Blackburn
fa20f7ec01 Added an information button and a dialog 2009-01-09 21:53:59 +08:00
Adam Blackburn
285e47763b Added a name label 2009-01-09 21:12:48 +08:00
Adam Blackburn
db2d00b2b4 Removed network expanders 2009-01-09 20:40:30 +08:00
Adam Blackburn
bff4f961e7 Changed 25% signal icon to red and 50% signal icon to orange 2009-01-03 10:35:28 +08:00
Dan O'Reilly
3b1f636ae0 Merge in rworkman-experimental 2009-01-02 19:57:21 -05:00
Dan O'Reilly
7cadae7131 Move logic that saves settings for network entries out of gui.py and into netentry.py. 2009-01-02 19:52:28 -05:00
Robby Workman
62ce9b9852 If kde-config fails, then assume kde is not installed, and don't
install the autostart file for kde.
2008-12-31 23:53:30 -06:00
Robby Workman
f67c171b2c Merged r234 from mainline. 2008-12-31 15:52:27 -06:00
Dan O'Reilly
997e523722 Add a domain entry for dns settings.
Display an error if global dns is enabled for a network, but global dns entries aren't entered in the general preferences window.
2008-12-30 23:20:00 -05:00
Robby Workman
5de0569fab Merged r233 from mainline 2008-12-30 20:07:52 -06:00
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
Robby Workman
4e1ac3e43f Merged r232 from mainline. 2008-12-28 19:24:37 -06:00
Robby Workman
b3d695d0ba Fix permissions on peap-tkip template. 2008-12-28 19:22:15 -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
Robby Workman
da5fc2dfdf Merged autoconnect.py and suspend.py changes from trunk (fixes for
the pm-utils sleep hook usage).
2008-12-28 00:19:25 -06:00
Robby Workman
f35e5513ca Merged latest changes from mainline experimental branch. 2008-12-27 19:38:12 -06:00
Robby Workman
744324eb2e Merge in the changes to trunk's pm-utils sleep hook. 2008-12-27 19:21:45 -06: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
Robby Workman
ad6ddbfbae Fixup pm-utils hook to return proper exit codes and fix logging. 2008-12-27 00:37:03 -06:00
Robby Workman
d0918cb0b8 Merged r229 from mainline experimental. 2008-12-24 11:30:07 -06: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
Robby Workman
2842180265 Add "CHANGES" file to the list of documentation installed. 2008-12-23 01:50:16 -06:00
Robby Workman
48160df95b Add support for configurable Unix group to be used - basically, users
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.
2008-12-23 01:47:53 -06:00
Robby Workman
c9b25937b3 Removed execute perms from other/wicd.conf 2008-12-23 01:20:48 -06:00
Robby Workman
cb9a78968a Fix (I think) dbus errors, or at least this is one way to fix them.
If this is the *right* way, then it still needs work to support it
in setup.py
2008-12-23 01:17:30 -06:00
Robby Workman
2d6a33f1b0 Merged new prefs dialog from mainline experimental 2008-12-22 23:34:47 -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
Robby Workman
165181b8ec Merge r220 upstream. 2008-12-23 04:40:47 +00: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
Robby Workman
7a987061df Merged r219 from main experimental branch. 2008-12-22 17:14:55 +00: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
Robby Workman
3db1b46a0a Merged r213 of main experimental branch 2008-12-15 17:40:07 +00: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