1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-08 01:15:48 +01:00
Commit Graph

283 Commits

Author SHA1 Message Date
Adam Blackburn
09c8992dc9 added the -o option to the help text 2009-07-22 21:47:47 -05:00
Adam Blackburn
e1fb4584f2 added support for not displaying the tray icon or the GUI, only the notifications 2009-07-22 21:29:34 -05:00
Andrew Psaltis
a0ed8c4a44 Fix typo in prefs.py 2009-07-13 18:10:28 -04:00
Adam Blackburn
35ec07e096 commit Dan's fix for long numeric keys 2009-07-07 22:01:19 -10:00
Adam Blackburn
f7e1075ec9 updated translations.py 2009-07-05 08:51:39 -10:00
Andrew Psaltis
fef3063521 Actually tell the user that he may need to be in wpath.wicd_group if wicd-clientgets an access-denied error. 2009-07-05 14:42:39 -04:00
Adam Blackburn
fe18999be8 check to see if the interface exists in the decorator 2009-07-05 08:16:59 -10:00
Dan O'Reilly
6cedaf0199 Make sure we run to_unicode on all properties we read from disk or get from the user (bug 390680).
Don't try to run global scripts of the global script directory doesn't exist (bug 386244).
2009-07-02 18:26:37 -04:00
Dan O'Reilly
27f2890c12 Fix crash when trying to create an ad-hoc network. 2009-07-02 16:50:48 -04:00
Andrew Psaltis
868f5bb328 Fix the log file chmodding (os.chmod() can't accept a string, apparently). 2009-06-20 23:46:38 -04:00
Adam Blackburn
5fa03d54aa updated translations.py 2009-06-20 21:59:45 -05:00
Adam Blackburn
ecce1cebba merged lp:~nacl/wicd/1.6-access-denied to display an error message if access to the daemon via DBus is denied 2009-06-20 21:44:32 -05:00
Andrew Psaltis
9ec96c1254 Restore python 2.5 compatibility in both clients. 2009-06-20 21:41:17 -04:00
Adam Blackburn
c8b24be67f merged lp:~adamblackburn/wicd/1.6-return-101-if-no-strength to allow cards that don't report signal strength to work with Wicd's default settings 2009-06-20 19:25:10 -05:00
Adam Blackburn
dd00cb5119 merged lp:~dpaleino/wicd/pre-post-down to allow having pre/post disconnection scripts 2009-06-20 19:24:07 -05:00
Adam Blackburn
3d4f3a005e merged lp:~adamblackburn/wicd/loggroup to allow passing the preferred log group and permissions to setup.py configure -- thanks to David Paleino 2009-06-20 19:22:36 -05:00
Adam Blackburn
c93f3696bc update FormatSignalForPrinting to return ??% instead of 101% 2009-06-20 14:40:30 -05:00
Adam Blackburn
96a7d07bca return 101 as the signal strength if altstrenth_pattern fails to find the strength 2009-06-20 13:42:21 -05:00
Adam Blackburn
340f84613a fix crash resulting from encryption info missing when connecting 2009-06-20 07:58:15 -05:00
Adam Blackburn
1e97b34205 seperated chmod and chown try/excepts 2009-06-19 22:08:32 -05:00
Andrew Psaltis
e10969637a Made the wicd-curses "access denied" string translatable, and updated wicd-curses.py to use it. 2009-06-19 23:03:42 -04:00
Andrew Psaltis
1142a1d084 Fixed wicd-client to actually show the error dialog, by checking e.get_dbus_name() instead of just e. 2009-06-19 18:59:30 -04:00
Adam Blackburn
3578e338e6 allow user to cancel preferences dialog if they chose not to connect after clicking connect and showing the preferences dialog 2009-06-18 15:16:29 +08:00
Adam Blackburn
8de0e98010 fixed crash that occured when clicking to connect to a secured network but without entering the security information 2009-06-18 14:56:25 +08:00
Adam Blackburn
1c761ca232 added forgotten underscores 2009-06-16 23:57:02 +08:00
Adam Blackburn
5adf46811d fix a small typo in misc.py -- thanks to David Paleino 2009-06-16 23:36:58 +08:00
Adam Blackburn
bcfce3e6ce merge 1.6 r415 2009-06-16 23:15:05 +08:00
David Paleino
46bce8ea5e Provide a pre-/post-down script mechanism
WICD currently only provides pre-/post-connection scripts, and
  only one disconnection script, that is run before actually
  disconnecting. This provides pre-/post-disconnection scripts,
  thus increasing configuration flexibility.
2009-06-16 17:13:41 +02:00
Adam Blackburn
0c1c6c107c moved wicd-daemon.py back to wicd/ and changed wpath replacement values to use the wpath module 2009-06-16 23:08:52 +08:00
Adam Blackburn
73a08c5c55 disable automatically disconnecting when Automatically reconnect is False 2009-06-16 07:44:27 +08:00
Dan O'Reilly
c1ff548273 Merge. 2009-06-14 14:27:21 -04:00
Dan O'Reilly
d07dea2390 Convert strings being prints out by dhclients to utf-8 before trying to log them.
When iwscan displays two entries for a hidden network, only display the one with the essid included.
2009-06-14 14:25:06 -04:00
David Paleino
355a8bca1c Support --loggroup and --logperms arguments to setup.py 2009-06-13 22:59:03 +02:00
David Paleino
c95ede898a Support udhcpc, this is needed to smoothly run on the OpenMoko FreeRunner.
Thanks to Luca Capello <gismo@debian.org> for porting the patch to 1.5.9, and
to "madmo" from the linked forum for making the patch.

Patch originally taken from http://wicd.net/punbb/viewtopic.php?id=132

Patch ported to 1.6.0 code by David Paleino <d.paleino@gmail.com>.
2009-06-13 22:07:49 +02:00
Adam Blackburn
d2d2bae6d8 display the ESSID/Wired Network in the title of the settings dialog 2009-06-09 13:25:02 +08:00
Adam Blackburn
99d025c4c5 Updated translations.py 2009-06-05 16:13:38 +08:00
Dan O'Reilly
1ee51fb747 Try to recover if we attempt to load a non-existent backend. 2009-05-24 17:11:14 -04:00
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
bb7563a4af Buttons are now activated correctly when using the keyboard 2009-05-22 11:29:12 +08:00
Adam Blackburn
d5c1e9a02c Merged 1.6-rworkman 2009-05-20 07:12:58 +08:00
Adam Blackburn
d693839013 Changed DHCP client order to dhcpcd -> pump -> dhclient 2009-05-20 07:01:31 +08:00
Robby Workman
51f46c40a1 Make sure the /sys/class/net/whatever is actually a directory in
GetWiredInterfaces() (similar to the check in GetWireless)
2009-05-19 15:44:52 -05:00
Adam Blackburn
7ba44e3354 Fix <b>/</b> tags 2009-05-14 19:37:20 +08:00
Dan O'Reilly
6f9ab00673 Don't use dbusmanager.DBusException--it doesn't exist. 2009-05-10 13:53:54 -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
8dc997548e Make bitrates regex work when it's the last entry in a cell. 2009-05-09 20:53:49 -04:00
Andrew Psaltis
d192f64182 Fixed missing endquote in wicd-client.py. 2009-05-06 18:13:29 -04:00
Adam Blackburn
e323bbaf73 Updated translations.py 2009-05-05 12:56:09 +08:00
Adam Blackburn
4317cb0cda Added code to debug why pynotify fails 2009-05-05 12:55:35 +08:00