Andrew Psaltis
75c05f58f1
Some wicd-curses cleanup.
2009-11-30 12:14:45 -05:00
Andrew Psaltis
2dcc230b0b
Add whitespace after the dhcp hostname edit label.
2009-11-26 00:48:49 -05:00
Andrew Psaltis
2159666240
Make dhcp hostnames optional, and modify wicd-curses to support this.
...
If the no hostname is to be used, then we give dhcp the system hostname instead.
2009-11-26 00:45:59 -05:00
Dan O'Reilly
51f8637d95
Make pinging wireless access points when using static gateways optional.
2009-11-24 00:27:41 -05:00
Andrew Psaltis
09ac3d4ba8
Fix dhcp hostname bug in wicd-curses, and fix a small formatting issue.
2009-11-21 18:27:41 -05:00
Adam Blackburn
0b7c3332fe
merged cli_integration
2009-11-21 11:56:03 -06:00
Robby Workman
91711fc638
Install some additional docs
...
Renamed curses/README to curses/README.curses
Renamed curses/TODO to curses/TODO.curses
Renamed cli/README to cli/README.cli
Edited setup.py to install these docs to wpath.docdir
2009-11-06 08:37:58 -06:00
Andrew Psaltis
03e1f83512
Merge r463 of mainline 1.6.
2009-10-31 17:55:04 -04:00
Andrew Psaltis
4fa245b79a
Fixed some spacing issues in the code itself, probably not all of them.
2009-10-31 17:53:39 -04:00
Dan O'Reilly
a45beaeeaf
Determine valid wpa_supplicant drivers by parsing the list from wpa_supplicant, rather than comparing it's output to a static list of possible drivers.
2009-10-30 23:52:30 -04:00
Andrew Psaltis
740204ee50
Remove uses of ternary operator from wicd-curses, restoring support for python 2.4.
2009-09-29 12:38:11 -04:00
Andrew Psaltis
27c7c786ca
Reduce cursor flicker in wicd-curses.
2009-09-27 17:35:26 -04:00
Andrew Psaltis
05a46ddfdc
Adjusted the keystrokes in wicd-curses to support 8-bit terminals (like xterms by default).
...
Thanks to DarkStarSword for the patch.
2009-09-02 10:20:13 -04:00
Andrew Psaltis
2cc81bfa77
Update names in the about dialogs.
2009-08-23 17:03:40 -04:00
Andrew Psaltis
2283bb7b20
Added support for dhcp hostnames in wicd-curses.
2009-08-23 14:24:02 -04:00
Adam Blackburn
3d1a0500f0
merged 1.6-urwid-all
2009-08-14 11:00:54 -05:00
Adam Blackburn
a98d084dc2
merged 1.6-strip-ips and updated translations.py
2009-08-13 12:11:55 -05:00
Andrew Psaltis
61a92a3acc
Prevent the progress spinner from spinning like crazy in the urwid tip.
2009-08-07 17:10:58 -04:00
Andrew Psaltis
1930680787
Modified 1.6-urwid-0.9.9-compat to be compatible with 0.9.8.4.
...
This should be compatible with 0.9.9 as well.
2009-08-06 23:58:13 -04:00
Andrew Psaltis
6d70e917ad
Merge r450 of mainline 1.6.
2009-08-06 17:03:46 -04:00
Andrew Psaltis
43ce229465
Prevent empty or whitespace-only wired profile names in wicd-curses.
...
Did some code cleanup in curses/curses_misc.py
2009-08-02 23:53:25 -04:00
Andrew Psaltis
eeea3f6da5
Merge r443 of mainline 1.6.
2009-07-25 00:06:37 -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
c49c51ca29
Finish stripping all IPs in wicd-curses, and fix a variable in netentry_curses.py.
2009-07-18 22:18:21 -04:00
Andrew Psaltis
25a61b0744
Strip IPs before submitting them in wicd-curses.
2009-07-18 10:55:26 -04:00
Andrew Psaltis
289f32d387
Fix a small unicode problem in wicd-curses that caused a crash in Debian Lenny.
2009-06-30 21:51:33 -04:00
Andrew Psaltis
5f14b7a7fa
Do nothing if the user makes a connection attempt while scanning.
2009-06-24 19:10:30 -04:00
Andrew Psaltis
1cd377f15f
Do nothing in wicd-curses if there are no networks present.
2009-06-24 18:44:29 -04:00
Andrew Psaltis
6d1f75f552
Fix typo that crashes wicd-curses on attempting to bring up the help dialog.
2009-06-21 14:45:44 -04: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
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
5eee87cf80
Use the ANSI escape sequences to print colors instead of fetching them using tput(1) in wicd-curses.
2009-06-19 20:07:10 -04:00
Andrew Psaltis
94e02277f3
Updated wicd-curses to use DBusException.get_dbus_name() instead of the exception arguments.
2009-06-19 18:48:39 -04:00
Andrew Psaltis
fa626d2ac4
Made wicd-curses.py spit out an error if a dbus access denied error appears on startup.
2009-06-19 17:29:25 -04: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
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
Andrew Psaltis
b04cf2f81e
Merge r345 of 1.6-nacl.
2009-06-07 15:01:01 -04: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
e11f99e4fc
Increased idle screen redraw time to 100 ms.
2009-05-30 23:15:10 -04:00
Andrew Psaltis
c879bf368e
Merge r342 of experimental-nacl
2009-05-30 23:14:32 -04:00
Andrew Psaltis
49a2dd04f6
Increased time between wireless scans to 2 seconds.
2009-05-30 23:12:53 -04:00
Andrew Psaltis
6157eb782a
Really fix crash on startup if there is no connection present.
2009-05-25 12:08:53 -04:00
Andrew Psaltis
43ce787b5a
Merged r340 of experimental-nacl.
2009-05-23 00:38: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
Andrew Psaltis
36a96cd4c4
Merged with experimental-nacl, r336.
2009-05-19 21:22:14 -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