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

796 Commits

Author SHA1 Message Date
Adam Blackburn
162b344238 merged lp:~adamblackburn/wicd/1.6-cancel-edit-settings to allow canceling the edit settings dialog that appears when attempting to connect to an encrypted network without entering the encryption details 2009-06-20 19:20:42 -05:00
Adam Blackburn
086ba48486 merged David Paleino's Debian init script that includes a status command 2009-06-20 10:33:23 -05:00
Adam Blackburn
340f84613a fix crash resulting from encryption info missing when connecting 2009-06-20 07:58:15 -05: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
David Paleino
99fd8ee4d4 Add "status" to /etc/init.d/wicd (Debian/Ubuntu) 2009-06-16 17:56:21 +02: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
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
Adam Blackburn
c192ca7e99 merged David's Debian patches branch 2009-06-14 12:27:36 +08: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
David Paleino
8fd7855b3c Update manpage with an appropriate WHATIS entry 2009-06-13 22:06:08 +02:00
David Paleino
858c75fe12 Remove deprecated Encoding field 2009-06-13 22:05:10 +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
Adam Blackburn
7d184bfd24 updated CHANGES 2009-06-05 15:20:58 +08:00
Adam Blackburn
2444d365bb merged experimental-nacl 2009-06-05 15:08:47 +08:00
Andrew Psaltis
8f6d807d87 If a network dialog is up when a scan is initiated externally, drop the dialog. 2009-06-04 22:19:33 -04:00
Andrew Psaltis
a9ef525da5 Merge r408 of mainline 1.6. 2009-06-04 22:10:05 -04:00
Adam Blackburn
b10c959e9a add .sourceforge.net to the URLs in the translator 2009-06-04 22:24:14 +08:00
Adam Blackburn
e8f0376a69 updated CHANGES, setup.py version, and NEWS 2009-06-04 21:39:36 +08:00
Andrew Psaltis
b2f0090929 Merge r342 of experimental-nacl. 2009-05-30 23:18:22 -04:00
Andrew Psaltis
49a2dd04f6 Increased time between wireless scans to 2 seconds. 2009-05-30 23:12:53 -04:00
Andrew Psaltis
9f864484f9 Merged with r405 of mainline 1.6 2009-05-30 23:11:37 -04:00
Adam Blackburn
d4b5830f9d updated CHANGES and setup.py version 2009-05-28 11:10:10 +08:00
Dan O'Reilly
834d298c33 Merge 1.6-dan 2009-05-27 22:25:32 -04: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
Adam Blackburn
fce29234b3 Updated version numbers and CHANGES 2009-05-23 12:51:02 +08:00
Andrew Psaltis
7b4da72ad7 Merged r340 of experimental-nacl. 2009-05-23 00:40:52 -04:00
Andrew Psaltis
64c86a31a1 Merged r401 of mainline 1.6. 2009-05-23 00:36:54 -04:00
Andrew Psaltis
6d00df2675 Made M^ and C^ into Alt+ and Ctrl+ respectively in OptCols.
Rearranged the OptCols for the preferences dialog to match those in the others.
2009-05-23 00:32:29 -04:00
Andrew Psaltis
650b451ce2 Removed some comments from wicd-curses.py. 2009-05-23 00:23:11 -04:00
Andrew Psaltis
511fc75aaf Really fixed bug 355693. :) 2009-05-23 00:02:58 -04:00
Dan O'Reilly
0408be848e Merge 2009-05-22 15:43: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
Dan O'Reilly
df065dc997 - 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
2009-05-22 15:33:03 -04:00
Adam Blackburn
bb7563a4af Buttons are now activated correctly when using the keyboard 2009-05-22 11:29:12 +08:00
Adam Blackburn
5f7d28a131 merged 1.6-rworkman 2009-05-21 23:18:48 +08:00
Robby Workman
b1933987d7 Clarify intent of INSTALL with respect to pm-utils version. 2009-05-21 10:12:03 -05:00
Robby Workman
6c7eff5a3c Merged mainline back in; no other changes. 2009-05-19 23:40:13 -05:00
Andrew Psaltis
f6cb6600c6 Merged r336 of experimental-nacl. 2009-05-19 21:25:09 -04:00
Andrew Psaltis
c66383903d Added wrap_exceptions to wicd-curses.py's run() function. 2009-05-19 21:20:29 -04:00
Andrew Psaltis
a886d437b6 Flipped the order of the dhcp clients in the prefs dialog and fixed a syntax
error in wicd-curses.py.
2009-05-19 21:18:30 -04:00
Andrew Psaltis
20d6de4508 Merge r398 of mainline 1.6. 2009-05-19 21:06:38 -04:00
Adam Blackburn
d5c1e9a02c Merged 1.6-rworkman 2009-05-20 07:12:58 +08:00
Adam Blackburn
9d3a0ddf3d merge 2009-05-20 07:10:49 +08:00
Adam Blackburn
5837a1228e changed DHCP client order in preferences dialog 2009-05-20 07:09:42 +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