1
0
mirror of https://github.com/gryf/wicd.git synced 2026-06-29 21:56:36 +02:00
Commit Graph

457 Commits

Author SHA1 Message Date
Adam Blackburn ba735bfa23 don't disable the wired network entry while scanning for wireless networks 2009-08-13 20:59:05 -05:00
Adam Blackburn a98d084dc2 merged 1.6-strip-ips and updated translations.py 2009-08-13 12:11:55 -05:00
Adam Blackburn 2663f73f67 modified bitrate regex to fit more cases 2009-08-13 11:45:47 -05:00
Adam Blackburn 078e47a110 properly escape characters in script parameters 2009-08-13 05:05:44 -05:00
Adam Blackburn 75d689d269 merged connection-info and 1.6. wicd-client working 2009-08-12 23:23:30 -05:00
Adam Blackburn 1a1a2569a1 initial merge, probably doesn't work yet 2009-08-12 23:03:16 -05:00
Adam Blackburn 661476f87a make automatic reconnect work when measuring in dBm as well 2009-08-11 22:42:44 -05:00
Adam Blackburn 6e3d6c8d02 added code to escape characters in global scripts 2009-08-09 18:40:29 -05:00
Adam Blackburn 0c111ee635 added value to be passed if there is no essid/bssid 2009-08-09 18:27:47 -05:00
Adam Blackburn 218c6a3aef merged latest 1.6 2009-08-09 18:07:22 -05:00
Adam Blackburn e30071c012 added support for passing parameters to the global scripts 2009-08-09 18:06:33 -05:00
Adam Blackburn 4839e7e7bb commit fix from https://bugs.launchpad.net/wicd/+bug/388116/comments/3 2009-08-05 21:27:24 -05:00
Dan O'Reilly f3d9a3b6da Actually display the error messag we get when scanning fails in the ioctl backend.
Make sure we actually abort the connection attempt when authentication validation fails.
2009-08-03 19:29:18 -04:00
Dan O'Reilly 0467dd8fce Fix crash when trying to use an unavaiable locale. 2009-08-01 21:25:58 -04:00
Dan O'Reilly 08fc68a459 Enforce valid wired profile names at the GUI level. 2009-08-01 19:05:24 -04:00
Dan O'Reilly d684bac0ab Fix some minor formatting issues
Don't save wired profiles that have only whitespace in their names.
2009-08-01 18:57:00 -04:00
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 607c103615 Removed excess comments from netentry.py. 2009-07-20 20:37:34 -04:00
Andrew Psaltis 271ff125da Strip the IPs from the Ad Hoc network creation dialogs. 2009-07-18 22:26:18 -04:00
Andrew Psaltis fb2702aa81 Strip spaces from the IPs in wicd-client. 2009-07-18 22:10:32 -04: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