1
0
mirror of https://github.com/gryf/wicd.git synced 2026-03-08 02:26:01 +01:00
Commit Graph

283 Commits

Author SHA1 Message Date
Dan O'Reilly
e162bb1c7b Fix crashing bug in daemon.
Dont have wicd-monitor inherit stdin from the daemon.
2009-02-08 18:42:05 -05:00
Dan O'Reilly
725da7c5b3 Applied LC_MESSAGES patch from David Paleino 2009-02-08 16:14:17 -05:00
Dan O'Reilly
c3bcda73cb Enforce only one scan being allowed to happen at a time in the daemon. 2009-02-08 16:09:55 -05:00
Dan O'Reilly
41e356cd97 Always updated the network list if we get a scan finished signal. 2009-02-07 01:50:49 -05:00
Dan O'Reilly
e84a637d31 Fix some issues with the GUI statusbar being incorrect.
Make wicd-client more tolerant of dbus exceptions.
Disconnect from both managed interfaces before making a connection.
2009-02-07 01:22:42 -05:00
Dan O'Reilly
450677c83d Fix bug where interface name was being passed to the dhcp client executable twice.
Tweak connect/disconnect to not kill any processes.  Instead it releases leases and terminates the wpa_supplicant instance through its ctrl interface.  This should make wicd handle multiple connections better.
2009-02-06 19:26:09 -05:00
Dan O'Reilly
cbbf438f34 If the monitor loses contact with the daemon for an extended period, die instead of ignoring the errors. 2009-02-04 23:05:05 -05:00
Dan O'Reilly
70c93746dd More tweaking of how the GUI updates the status bar. Should be more efficient now. 2009-02-04 19:13:06 -05:00
Andrew Psaltis
96f55c0d3b curses/prefs_curses.py:
Removed the external entry point
  Removed the removing of a blank string that caused
wicd/misc.py:
  Made sure that "advanced_settings" in get_language_list_gui() actually is
    "Advanced Settings"
2009-02-04 17:28:43 -05:00
Dan O'Reilly
9fb268d67d Rather than polling for network status in the GUI, just have the monitor run an on-demand pull and get the results from the daemon. Should reduce iwconfig/ifconfig calls while the GUI is open and make for nicer looking code. 2009-02-04 00:26:13 -05:00
Dan O'Reilly
3fe1bca50e Fix bug where link detection tool value wasn't get propogated down the stack. 2009-02-03 23:48:58 -05:00
Dan O'Reilly
5a6bdbdef4 Remove unneeded parameter from PreferencesDialog constructor. 2009-02-03 19:38:07 -05:00
Dan O'Reilly
11c1c48b92 Make sure we try each external app in order if selection is set to be automatic. 2009-02-03 19:35:57 -05:00
Dan O'Reilly
b54dbcff92 Make sure debug settings are propogated down the stack as soon a the daemon loads. 2009-02-03 00:05:11 -05:00
Dan O'Reilly
e23af9b413 Make GetWirelessInterfaces() return a list instead of the first interface. Also make the networking.py layer pull the first entry from the list.
Some documentation cleanup.
2009-02-02 23:47:54 -05:00
Dan O'Reilly
6347842000 Minor formatting tweak 2009-02-02 23:39:52 -05:00
Dan O'Reilly
315ff97d87 Simplify the inheritance of static wnettools functions in the backends.
Make sure we select a default route flushing tool.
2009-02-02 23:05:29 -05:00
Dan O'Reilly
80593acd58 Merge NaCl's curses frontend and rworkman's experimental branch. 2009-02-01 23:32:55 -05:00
Dan O'Reilly
28b6aac2db Remove some comments. 2009-02-01 23:32:28 -05:00
Dan O'Reilly
8594116630 Make it possible for the user to select which graphical sudo application to use.
Make any external apps not installed on the system unselectable in the GUI.
Rework the app selection code in the backend to fall back to auto-selection if a requested app isn't installed.
Tweak the autoconnect attempt throttle in wicd-monitor to not be as aggressive.
Made sure the preferences dialog would reconnect to dbus when a DaemonStarting signal was sent.
2009-02-01 23:10:11 -05:00
Dan O'Reilly
dca0f59b06 Fix broken Scan() call in wicd-client 2009-01-31 20:22:15 -05:00
Andrew Psaltis
00d45d5eec Merged with r265 of mainline 1.6, providing PyLintish fixes 2009-01-31 02:13:18 -05:00
Andrew Psaltis
a89e45f0c8 curses/configscript_curses.py:
Added translations
  Removed the redundant run() function in WirelessSettingsDialog
curses/wicd-curses.py:
  Added translations, some still missing.
wicd/misc.py:
  Added some translations that are not in the database, but are in the translator
2009-01-31 01:33:11 -05:00
Dan O'Reilly
d22a59cbcc A bunch of small fixes for errors/warnings reported by Pylint. 2009-01-31 00:31:50 -05:00
Andrew Psaltis
0d669c4e84 Merged with r264 of the mainline, providing a bugfix. 2009-01-30 23:48:44 -05:00
Dan O'Reilly
339b622b09 Fix crash if essid is None 2009-01-30 21:20:43 -05:00
Andrew Psaltis
7ed5b9fcb7 Merged with r263 of the mainline 1.6 branch, which (somehow) contains more changes than what I originally had in "r265". 2009-01-29 23:29:58 -05:00
Dan O'Reilly
d26204676c Merge translations updates. 2009-01-28 19:54:17 -05:00
Dan O'Reilly
467688beda Always scan when the daemon starts.
Remove old init scripts.
2009-01-28 19:52:51 -05:00
Andrew Psaltis
badcd6d9bf Merged with r265 of mainline 1.6, giving me most of the remaining translations that I need. 2009-01-27 21:50:24 -05:00
Andrew Psaltis
26e636e2f2 wicd/misc.py:
Fixed a typo in get_language_list_gui
    (%CURSES_REVNO%)
curses/wicd-curses.py:
  Added in some translations (not done yet)
curses/prefs_curses.py:
  Added all of the translations
  Removed the warning about changing the backends (since it is useless)
2009-01-27 21:46:52 -05:00
Adam Blackburn
b9421a2933 Fixed another typo 2009-01-27 14:22:10 +08:00
Adam Blackburn
ad44d01298 Fixed a typo 2009-01-27 14:17:11 +08:00
Adam Blackburn
7d2afe6cbc Added a bunch more translations 2009-01-27 14:15:30 +08:00
Andrew Psaltis
b5f664632e Merged with r262 of mainline 1.6, which adds some bugfixes and the translations I need for my next commit. 2009-01-26 23:43:40 -05:00
Adam Blackburn
921f36e54f Merged to latest 1.6 2009-01-27 10:37:42 +08:00
Adam Blackburn
13d3d6acca Fixed a typo and added more translations 2009-01-27 10:35:08 +08:00
Dan O'Reilly
d20dafa088 Fix issues with the way disconnect scripts work.
Make flushing the route table more likely to work.
2009-01-26 18:46:57 -05:00
Adam Blackburn
ed9a0d63dc Added three new translations 2009-01-26 11:51:09 +08:00
Adam Blackburn
17941cf853 Fixed some typos in the hidden network code and fix a bug if you try to start the tray icon without the daemon 2009-01-26 11:15:35 +08:00
Dan O'Reilly
45e228d6e4 Fixing the fix... 2009-01-25 16:43:45 -05:00
Dan O'Reilly
613215f033 Don't try to set properties in the advanced dialog before it exists. 2009-01-25 16:40:26 -05:00
Dan O'Reilly
c92efc5279 Fix issue where toggling default wired profile could cause settings to get set for multiple profiles.
Remove some no longer needed checks in the daemon.
2009-01-25 16:34:32 -05:00
Dan O'Reilly
7a375db453 Add UI portion of wired switch feature. 2009-01-25 15:15:49 -05:00
Dan O'Reilly
a2e757a64d Add new wired GUI icon. 2009-01-25 00:44:51 -05:00
Dan O'Reilly
9d6a7c9d78 Merge in improved wired profile UI
Tweak how wired profile list is built to be simple/more efficent and not cause a dbus error.
2009-01-24 23:54:57 -05:00
Dan O'Reilly
ec37206905 Initial work on automatic switchover to wired networks (no UI work yet)
actually use "write=True" instead of just "True" everywhere we do config writes explicitly.
Fix the scripts dialog not working for wired connections.
Force the monitor to update state after triggering a disconnect or connect.
Remove an unneeded Scan call from autoconnect.py
2009-01-24 23:31:24 -05:00
Adam Blackburn
e53581f9dd Updated the wired profile Add/Delete system as per https://bugs.launchpad.net/wicd/+bug/318645 2009-01-25 12:03:01 +08:00
Dan O'Reilly
290006629b Fix broken Scan() call in autoconnect.py 2009-01-23 08:35:28 -05:00
Dan O'Reilly
540b8b8a3e Tweak a comment 2009-01-22 21:51:03 -05:00