1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-25 16:02:28 +01:00
Commit Graph

685 Commits

Author SHA1 Message Date
Adam Blackburn
176be0b9d3 Reworded notifications and added new entries to translations.py 2009-05-02 12:43:43 +08:00
Adam Blackburn
7aa0027c39 added support for enabling/disabling notifications 2009-05-01 14:32:09 +08:00
Adam Blackburn
e28dcb4337 Initial notification support 2009-05-01 13:46:21 +08:00
Dan O'Reilly
531cde7250 Correctly handle case where a key is all digits and starts with a '0'.
Remove some unused imports.
Simplfy code that checks for valid wpa_supplicant drivers.
2009-04-27 19:17:01 -04:00
Adam Blackburn
6650c84aec Updated version numbers 2009-04-26 08:03:59 +09:00
Adam Blackburn
25aab27635 Redirected bzr output to /dev/null 2009-04-26 08:00:33 +09:00
Adam Blackburn
e407230d62 Fixed setup.py translations installation and made wicd-daemon.py +x 2009-04-26 07:53:24 +09:00
Adam Blackburn
002c66ca82 Merged 2009-04-23 19:41:10 +08:00
Adam Blackburn
9242457b8b Updated CHANGES and added NEWS 2009-04-23 19:38:48 +08:00
Andrew Psaltis
09682bd341 Merged r318 of experimental-nacl, fixing yet another wicd-curses bug. 2009-04-22 17:40:07 -04:00
Andrew Psaltis
72941a17c1 Made the network preferences dialogs save whether they are using static IPs or not. Thanks to Adam for finding this one. 2009-04-22 17:37:50 -04:00
Andrew Psaltis
9af8092abb Merged r366 of mainline 1.6. 2009-04-22 14:06:26 -04:00
Andrew Psaltis
4998d8c83e Set the SVG wicd icon as the window icon in wicd-client. 2009-04-22 12:13:06 -04:00
Adam Blackburn
5b8819bc6c fixed another typo 2009-04-22 22:17:39 +08:00
Adam Blackburn
807054bb3a fixed a typo 2009-04-22 22:11:33 +08:00
Adam Blackburn
167b18cdeb Updated version number 2009-04-22 22:02:31 +08:00
Adam Blackburn
3665bc3c61 Updated vcsinfo.py generation logic 2009-04-22 21:45:51 +08:00
Dan O'Reilly
779fb40fff Refactor monitor.py polling code to remove reliance on globals.
Make sure we update the polling rate in wicd-monitor when the backend changes.
2009-04-21 21:25:59 -04:00
Dan O'Reilly
97d553bce3 Use atexit instead of catching SIGTERM in wicd-daemon.
Use Popen to launch wicd-monitor instead of gobject.spawn_async.
2009-04-21 20:30:40 -04:00
Andrew Psaltis
dccaec9a95 Merged r316 of experimental-nacl, providing some small feature additions and bufixes. 2009-04-21 17:47:46 -04:00
Andrew Psaltis
fedd788264 Fixed a problem where if a scan is initiated externally, and wicd-curses doesn't see it, wicd-curses will half-drop a running big dialog. 2009-04-21 14:09:29 -04:00
Andrew Psaltis
72e6bb73de Fix bug introduced in r356 where wicd would crash upon not finding dhclient. 2009-04-21 13:34:01 -04:00
Andrew Psaltis
8014a2b16a Added support for disabling nonexistent external tools in the pref_curses.py.
Added a DynRadioButton in curses_misc.py.
2009-04-21 13:16:44 -04:00
Andrew Psaltis
bac80f3123 Merged with r358 of mainline 1.6. 2009-04-21 13:15:30 -04:00
Adam Blackburn
708f1d576d Updated CHANGES 2009-04-21 22:33:29 +08:00
Andrew Psaltis
62a6bb6748 Set the "Required-Stop" field in the openSUSE initscript to $null to get the OBS to stop complaining. 2009-04-20 01:02:20 -04:00
Dan O'Reilly
2f14b3d5f0 Use the -v option if dhclient is 4.x
Simplify sorting method for WAPs.
2009-04-19 21:13:58 -04:00
Andrew Psaltis
96e784cdd9 Merged r355 of mainline 1.6. 2009-04-17 08:04:02 -04:00
Adam Blackburn
242b740a9a Made wicd-daemon.py executable 2009-04-17 14:38:12 +09:00
Dan O'Reilly
b82212e9a6 Remove pointless assignment in be-ioctl
Set wireless mode before putting interface up.
Put wireless interfaces up before trying to authenticate.
2009-04-16 21:49:42 -04:00
Andrew Psaltis
5e5f73dd3e Updated wicd-curses.8.in, made the date in wicd-client.1 accurate, fixed a typo in setup.py, and added a bdist_rpm option in setup.cfg. 2009-04-14 01:06:36 -04:00
Andrew Psaltis
323a0739fd Merge r352 of mainline 1.6 2009-04-12 12:12:38 -04:00
Andrew Psaltis
72c5507232 Added my name to setup.py. 2009-04-12 02:50:57 -04:00
Adam Blackburn
0c7c4e86dd vcsinfo.py is regenerated when setup.py is run 2009-04-12 14:48:52 +08:00
Dan O'Reilly
0a35f0989d Fix duplicate GetOperationalMode() methods.
Switch misc.get_gettext() to translations.get_gettext() in configscript.py
2009-04-11 22:45:13 -04:00
Dan O'Reilly
e12b29072d Add missing print statement to ExecuteScripts() 2009-04-11 22:41:34 -04:00
Dan O'Reilly
3a4ea9a0b5 Make sure we fall back to wpa_cli if wpactrl isn't available when stopping wpa_supplicant. 2009-04-11 19:57:02 -04:00
Dan O'Reilly
0a007d0f44 Only check for wireless tools in the ioctl backend if wpactrl isn't available.
Fix up error handling when there is no graphical sudo program installed.
2009-04-11 18:53:30 -04:00
Dan O'Reilly
0aaba8c439 Make sure we check for wirelesstools in the ioctl backend. 2009-04-11 18:37:51 -04:00
Dan O'Reilly
8ecd9ec029 Don't build C extensions modules in main setup.py
Give WirelessInformationDialog a parent.
2009-04-11 18:04:22 -04:00
Andrew Psaltis
52a613cf04 Merged some more wicd-curses changes, experimental-nacl r310. 2009-04-10 22:46:57 -04:00
Andrew Psaltis
b5f7584c2b Made it possible to enter 'q' and 'Q' into dialog edit fields. 2009-04-10 22:33:40 -04:00
Andrew Psaltis
987c5db3fa Merged wicd-curses changes from r309 of experimental-nacl. 2009-04-10 22:13:48 -04:00
Andrew Psaltis
ebf188acad Fixed network DNS input bug found by Brandon Hartshorn. 2009-04-10 22:07:14 -04:00
Andrew Psaltis
64c760f831 Merged with r342 of mainline 1.6. 2009-04-05 11:35:36 -04:00
Dan O'Reilly
665fe76885 Fix crash with hidden essids if it was stored in wireless-settings.conf as None.
Only trigger a wpa_supplicant rescan once when connecting.
2009-04-04 13:43:29 -04:00
Dan O'Reilly
b79151ef07 Always use the "C" local when running external commands. 2009-04-03 19:07:00 -04:00
Andrew Psaltis
69fe67d6af Generic updates and a bugfix.
curses/README,curses/TODO: Cleaned up and updated respectively
curses/curses_misc.py: added a get_caption() method to MaskingEdit
curses/netentry_curses.py: Actually made the error dialogs work instead of crashing the program.
curses/wicd-curses.py: Changed some capitalization in the help.
2009-04-01 19:01:00 -04:00
Andrew Psaltis
3bfb01d039 Merge r340 of mainline 1.6. 2009-03-30 15:41:37 -04:00
Dan O'Reilly
57f6aab60c Merge. 2009-03-27 23:14:19 -04:00