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

476 Commits

Author SHA1 Message Date
Andrew Psaltis
533eb46eed Merged with r294 of mainline 1.6. 2009-02-12 00:38:24 -05:00
Dan O'Reilly
4076153796 Make default init script executable. 2009-02-11 22:44:38 -05:00
Dan O'Reilly
8127dc194b Fix possible crash when handling D-Bus exceptions in monitor.py 2009-02-11 21:01:12 -05:00
Dan O'Reilly
bae95355d7 Make sure it's possible to stop a dhcp client that's in the process of getting a lease.
Have gui.py trigger connection status updates every .5 seconds if in a connecting state.
Fix typo in wicd-client.py
2009-02-11 20:55:02 -05:00
Andrew Psaltis
f4321d4411 Some minor code cleanup and fixes
curses/wicd-curses.py: Fixed lag upon completing connections
curses/wicd-curses.py,curses/prefs_curses.py,curses/curses_misc.py:
  Cleaned up some code, removed/reformatted some comments
2009-02-11 10:44:57 -05:00
Andrew Psaltis
a3f3140ac5 Merged with r291 of mainline 1.6. 2009-02-10 20:55:11 -05:00
Dan O'Reilly
7ee121c15e Don't convert to milliseconds in misc.timeout_add if milli is True. 2009-02-10 01:08:12 -05:00
Dan O'Reilly
30b59d1a59 Change "Advanced Settings" to "Properties"
Remove some unneeded debugging output.
Replace gobject.timeout_add_seconds / gobject.timeout_add if/else logic with calls to a misc.timeout_add method that does it internally.
Only display the dbus lost error message if dbus has been gone for 5 seconds without coming back.
2009-02-10 00:58:11 -05:00
Dan O'Reilly
896510324d Tweak algorithm for searching for sudo progs so we search every directory in $PATH for a particular app before moving on to the next one. 2009-02-08 19:59:53 -05:00
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
Andrew Psaltis
e5dbf2755f curses/wicd-curses.py:
Added a mention of the About dialog in the help
curses/prefs_curses.py:
  Fixed mouse support
in/man=wicd-curses.8.in
  Added a mention of the about dialog
2009-02-08 12:26:50 -05:00
Andrew Psaltis
5a9b8ed9a5 Merged r285 of mainline 1.6
The last commit should have read:
  curses/netentry_curses.py:
    Fixed a bug where we are unable to save any individual network information.
  curses/wicd-curses.py
    Added information to the uppermost footer text telling how the user can
      display the help dialog.
  The last commit fixed the removal of a blank string in prefs_curses from the
  backends list, that no longer has a blank string in it any more.
2009-02-07 23:24:08 -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
Andrew Psaltis
f437f17b58 curses/wicd-curses.py: ListBox focus-maintaining code completely debugged 2009-02-05 16:33:45 -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
Dan O'Reilly
22e134b78e Merge experimental-nacl. 2009-02-04 18:32:58 -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
Andrew Psaltis
bb3be43a3e Merged with mainline 1.6, r279 2009-02-04 17:13:04 -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
227704f137 Merge experimental-rworkman 2009-02-03 21:21:40 -05:00
Dan O'Reilly
2efc04091d Add a .bzrignore file. 2009-02-03 19:59:53 -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
Robby Workman
781e0eb743 Bugfix to prevent creation of $HOME/~/ directory 2009-02-03 10:14:34 -06:00
Robby Workman
32b1a5372e More INSTALL tweaks. 2009-02-03 00:26:28 -06:00
Robby Workman
5d10adfd4e Tweaked INSTALL to note dbus and friends deps. 2009-02-03 00:12:39 -06:00
Robby Workman
13b6f8f8e0 Merged mainline, which includes NaCl's curses stuff and all fixes and
such from this branch.
2009-02-03 00:08:42 -06: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
Robby Workman
f555fa40f4 Merged r265..r266 from mainline. 2009-02-01 21:05:04 -06:00
Dan O'Reilly
dca0f59b06 Fix broken Scan() call in wicd-client 2009-01-31 20:22:15 -05:00
Adam Blackburn
2473aff44f Merged rworkman's experimental branch 2009-01-31 15:58:28 +08:00
Adam Blackburn
f1d31cade8 Merged NaCl's curses branch 2009-01-31 15:58:07 +08:00
Robby Workman
1361ba884c Merged latest from NaCl. 2009-01-31 01:16:34 -06:00
Andrew Psaltis
00d45d5eec Merged with r265 of mainline 1.6, providing PyLintish fixes 2009-01-31 02:13:18 -05:00
Andrew Psaltis
b86ec8667c curses/wicd-curses.py:
Made the tagged wireless network actually show the network we're connected to,
    or not, as the case may be.
  Added ' -- ' to the upper statusbar

Also, in the last commit, configscript_curses should be netentry_curses
2009-01-31 02:07:50 -05:00
Robby Workman
fbb380bcc3 Merged mainline r265 2009-01-31 01:00:03 -06:00
Robby Workman
832fbd4c5f Added some more salinity here... 2009-01-31 00:38:59 -06: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