Adam Blackburn
7d5e97da15
add checkbox to GTK UI to make using the DHCP Hostname optional
2009-11-26 21:42:39 -06:00
Andrew Psaltis
9d4e73b3c6
Merge in Adam's dhclient-hostname stuff, and fix up the dhcphostname KeyError.
2009-11-26 00:05:03 -05:00
Andrew Psaltis
f7d39b249d
Fix annoying KeyError bug if no prior dhcp hostname has been set.
2009-11-26 00:01:07 -05:00
Andrew Psaltis
c51f2b423f
Merge r477 of mainline 1.6
2009-11-26 00:00:36 -05:00
Adam Blackburn
adddc084a8
merged Erik de Castro Lopo's branch to allow multiple configuration files
2009-11-25 21:27:29 -06:00
Dan O'Reilly
51f8637d95
Make pinging wireless access points when using static gateways optional.
2009-11-24 00:27:41 -05:00
Adam Blackburn
d44d03fce4
add support for sending the hostname using dhclient
2009-11-23 21:51:07 -06:00
Adam Blackburn
6164b59691
make sure that disconnect scripts are run when the connection is dropped
2009-11-23 12:22:43 -06:00
Adam Blackburn
f8ee16fc8d
make setting the essid work even if the essid is a reserved word
2009-11-23 11:43:50 -06:00
Adam Blackburn
f79d90d2b5
fixed incorrect translation when using a wired network
2009-11-23 11:01:32 -06:00
Adam Blackburn
c3d6167c59
updated setup.py, NEWS, and CHANGES
2009-11-21 22:08:33 -06: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
7ccdcbd682
merged optionalgui
2009-11-21 12:06:46 -06:00
Adam Blackburn
0b7c3332fe
merged cli_integration
2009-11-21 11:56:03 -06:00
Adam Blackburn
25b6325440
merged connection-info
2009-11-21 11:55:50 -06:00
Adam Blackburn
d7cd092b0b
merged dhcp-hostnames
2009-11-21 11:47:02 -06:00
Adam Blackburn
8dd6ecbbfb
merged global-parameters
2009-11-21 11:03:28 -06:00
Adam Blackburn
d27f806f88
merged wired-while-scanning
2009-11-21 11:02:56 -06:00
Andrew Psaltis
ef72026e04
Swapped the order of the command line arguments for the dhcp clients and removed the
...
quotes around the hostnames.
2009-11-18 09:45:05 -05:00
Andrew Psaltis
ae477daa22
Merge r464 of mainline 1.6.
2009-11-15 17:34:09 -05:00
Robby Workman
006cfd34b4
Make --no-install-gtk ignore the gui and guiutil python modules
...
This is not how Adam recommended doing it, but I couldn't get
that way to work. :-)
2009-11-06 15:52:15 -06:00
Robby Workman
66b104e167
Allow installation without the gtk client.
...
This adds a --no-install-gtk switch to configure.
Icons are not installed if the gtk client is not installed.
2009-11-06 11:40:17 -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
Robby Workman
f0d729737e
Oops - install the wicd-cli.py file to %LIB% if we want the cli
...
client to actually work :-)
2009-11-06 08:33:23 -06:00
Robby Workman
2b662fa790
Fixed in/wpath.py.in for the commandline-only application.
2009-11-06 08:27:00 -06:00
Robby Workman
ad1fdb0201
Initial commit of Ronuk Raval's wicd_cli branch into the main
...
1.6 codebase. This is still untested, so depending on any
problems found, and assuming it eventually makes into the
main branch, we might rebase it before the merge.
2009-11-05 23:20:36 -06:00
Dan O'Reilly
08f3e6477a
Retry AP association verification 10 times to accomodate cards that are slow to associate. Thanks to muttoni for the patch.
2009-11-01 15:22:45 -05: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
Dan O'Reilly
0872e1b329
Handle essids that are made up of numbers. Thanks to anish for the patch.
2009-10-24 01:03:29 -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
Dan O'Reilly
265dd40113
Still trying to get rid of this empty wired-settings.conf section bug.
2009-09-19 17:24:40 -04:00
Dan O'Reilly
fe6d854cdf
chmod to 0755, not 755. Fixes LP #431304
2009-09-19 14:58:00 -04:00
Dan O'Reilly
f5866c0426
Fix for crash when trying to connect to an essid with all numeric characters.
2009-09-10 19:43: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
Erik de Castro Lopo
cb0c864d1c
Update ConfigManager class so that for any config file X, the config parser will also read all the files in directory 'X.d'.
2009-08-29 21:28:57 +10:00
Dan O'Reilly
ec8eade509
Wait for the network interface to finish coming up before moving on during the connection process.
...
Use a dict instead of if/elifs in StartDHCP() method.
2009-08-28 19:47:55 -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
Andrew Psaltis
8b1efca479
Added support for recording dhcp hostnames in wicd-client.
2009-08-23 14:08:31 -04:00
Andrew Psaltis
33ae33e660
Add support in the daemon for setting hostnames in dhcpcd, pump, and udhcpc. No client support yet.
2009-08-22 21:12:33 -04:00
Adam Blackburn
126a4e145e
updated hidden network ESSID retrieval code
2009-08-15 18:12:40 -05:00
Adam Blackburn
6ae2b5706e
changed tray tooltip back to old one
2009-08-14 22:09:04 -05:00
Adam Blackburn
3d1a0500f0
merged 1.6-urwid-all
2009-08-14 11:00:54 -05:00
Adam Blackburn
814d58d2e7
added missing stuff
2009-08-14 09:01:32 -05:00
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