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
72e6bb73de
Fix bug introduced in r356 where wicd would crash upon not finding dhclient.
2009-04-21 13:34:01 -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
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
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
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
Dan O'Reilly
2b54f26c4e
Fix another issue with integer keys.
2009-03-27 23:13:16 -04:00
Dan O'Reilly
d7f2fd4780
Add a workaround for an issue where large integers got mishandled by python-dbus on 64-bit systems.
...
Fix potential issue if encryption key is a number
Close all open fd's in the daemonize code.
2009-03-25 20:19:11 -04:00
Dan O'Reilly
69585f2032
Remove some unneeded imports.
...
Remove unused variable.
2009-03-23 17:53:59 -04:00
Dan O'Reilly
ad09dea66e
Merge to import lines.
2009-03-23 01:30:16 -04:00
Dan O'Reilly
bb9d3690de
Make the ioctl backends use of python-iwscan and python-wpactrl optional.
...
Don't use __all__ in wnettools.py, and make the backends explicitly import the methods/classes they need from wnettools.py.
2009-03-23 01:28:50 -04:00
Dan O'Reilly
d09344b329
Update docstrings.
2009-03-22 18:39:44 -04:00
Dan O'Reilly
65c72ba3a2
Update copyrights and some docstrings.
...
Make trayicon network menu scan-triggering behave better.
2009-03-22 17:36:55 -04:00
Dan O'Reilly
f79067c692
Fix decorators.
2009-03-22 00:13:42 -04:00
Dan O'Reilly
62aac0d79d
Merge enctemplates branch.
2009-03-21 22:38:33 -04:00
Dan O'Reilly
a1ecc0fe81
Added a neediface decorator to replace using "if not self.iface return..." in every method that needs it.
2009-03-21 22:22:04 -04:00
Dan O'Reilly
b8db5007fa
Add missing check for no interface to GetIP.
2009-03-21 19:41:13 -04:00
Dan O'Reilly
fc31e92e78
Merge 1.6 branch.
2009-03-21 16:37:21 -04:00
Dan O'Reilly
34832775c8
- Replace some tabs that snuck in with spaces.
...
- Try to validate successful association with static IPs by pinging the gateway specified.
2009-03-21 16:28:40 -04:00
Dan O'Reilly
fac3d9a09f
Fix some issues in the template error handling code.
2009-03-21 15:30:26 -04:00
Dan O'Reilly
c7249edd3c
Merge from 1.6 branch.
2009-03-16 23:19:06 -04:00
Dan O'Reilly
5220203bda
Only print "Setting DNS" message if debug mode is on.
2009-03-15 13:47:55 -04:00
Dan O'Reilly
4d33a308bc
Fix how we set nameserver entries after code review.
2009-03-14 17:41:51 -04:00
Dan O'Reilly
b1b956c9c9
Merge
2009-03-13 18:55:18 -04:00
Dan O'Reilly
b66bd696af
Add support for using resolvconf instead of directly editing resolv.conf if possible.
2009-03-09 00:07:39 -04:00
Dan O'Reilly
975f4c6ecf
Merge in Dario Freddi's additions, with some modifications.
2009-03-08 22:49:24 -04:00
Dan O'Reilly
5170411595
Create an error dialog when we get a DBus access denied error.
2009-03-08 20:38:54 -04:00
Dan O'Reilly
cfdf5eb807
Merge.
2009-03-08 18:32:48 -04:00
Dan O'Reilly
4365a8406b
Fix suse init script.
2009-03-08 15:58:44 -04:00
Andrew Psaltis
46ddb41966
Fixed translations.py support in wicd-curses.
2009-03-07 11:34:22 -05:00
Dario Freddi
1efa36014f
Forgot to add a definition
2009-03-07 12:16:45 +01:00
Dario Freddi
d3e3205439
Merging last changes
2009-03-06 23:53:09 +01:00
Andrew Psaltis
a1169cb1df
Added translations.py, and adapted all gtk and curses ui files to use it.
...
Moved the language dict functions and get_gettext to translations.py. Also
killed the functions and laid the dict bare in the file
Removed all instances of language[number] from wicd.
2009-03-04 00:02:14 -05:00
Dario Freddi
1e65babbd9
Removing placeholders, and fixing issues pointed out by Dan
2009-03-03 11:40:34 +01:00
Dario Freddi
ecfe372e4e
Fixing implementation in ioctl
2009-03-02 11:44:57 +01:00
Dan O'Reilly
6dd0642079
Apply lang patch from David Paleino
2009-03-01 23:15:34 -05:00
Dan O'Reilly
f66ec767fe
Merge.
2009-03-01 21:50:18 -05:00
Dario Freddi
23cb084036
Adding available auth methods
2009-03-01 20:19:16 +01:00
Dario Freddi
9213c7c333
Adding GetOperationalMode() to determine op mode of an interface
2009-03-01 19:31:34 +01:00
Dario Freddi
2898adec48
Adding the possibility of a custom iwconfig
2009-03-01 19:22:30 +01:00
Dario Freddi
db80f31e03
Adding per-channel bitrate information as a string
2009-03-01 16:46:58 +01:00
drf
c23708b444
Starting implementation of current bitrate retrieval
2009-03-01 16:01:21 +01:00
Dan O'Reilly
8112851a86
Tweak encryption template code so that optional parameters can be supplied. Tweak UI code to reflect that new functionality.
...
Allow for slightly more variation in template formatting.
2009-02-28 21:52:27 -05:00