1
0
mirror of https://github.com/gryf/wicd.git synced 2026-04-25 16:01:25 +02:00
Commit Graph

459 Commits

Author SHA1 Message Date
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
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
Dan O'Reilly d22a59cbcc A bunch of small fixes for errors/warnings reported by Pylint. 2009-01-31 00:31:50 -05:00
Robby Workman aa0446e1dd Merged some salty stuff... 2009-01-30 22:48:56 -06:00
Andrew Psaltis 0d669c4e84 Merged with r264 of the mainline, providing a bugfix. 2009-01-30 23:48:44 -05:00
Andrew Psaltis 7cde91e14a curses/configscript_curses.py:
Fixed the typo that rworkman noticed.
curses/wicd-curses.py:
  Ensured that the upper status bar updates itself immediately after a
    connection is made, as opposed to a second or two after the fact
curses/README: Added a FAQ and added the new keybindings
in/man=wicd-curses.8.in: Added the new keybindings
2009-01-30 23:46:07 -05:00
Robby Workman 7f1959a71b Fix a harmless typo. 2009-01-30 21:48:59 -06:00
Robby Workman 9c51d6e656 Merged mainline for a bugfix. 2009-01-30 20:22:38 -06:00
Dan O'Reilly 339b622b09 Fix crash if essid is None 2009-01-30 21:20:43 -05:00
Robby Workman 0e3348851b Merged latest salty branch. 2009-01-30 07:58:37 -06:00
Andrew Psaltis d137cbad85 curses/wicd-curses.py:
Added some stuff to the help dialog.
  '?' and 'h' now raise the help dialog
  'q' now quits the client.
  Keymaps are now colored white in the help dialog.
2009-01-30 00:30:33 -05:00
Robby Workman 86c5a5e146 Merged NaCl's branch. 2009-01-29 22:37:58 -06: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
Andrew Psaltis e030e5980d curses/wicd-curses.py:
Applied some typographical changes from rworkman
  Fixed the script showing dialog for wireless networks.
2009-01-29 23:25:02 -05:00
Andrew Psaltis b5f6fcc702 Merged in (only) r261 of rworkman's branch, which quotes the strings in the wicd-client script.
Also, the revision numbers of the mainline have changed on me.  r263 contained all of the translations that I requested.
2009-01-29 15:55:32 -05:00
Robby Workman 4521b85c9a This merges from the selinux branch (I accidentally edited the wrong
branch) with a note in INSTALL about pm-utils optional dep.
2009-01-29 11:33:40 -06:00
Robby Workman eb30c65847 Removed references to "Tray" from other/wicd.desktop 2009-01-29 11:12:32 -06:00
Robby Workman d5ce9696f2 Removed an unneeded wicd.png from other/ and fixed up the wicd.desktop
file in there (for users who want to just start the client without
  the tray icon, and have a menu entry to do so).
2009-01-29 11:06:27 -06:00
Robby Workman 3f48538c3b Merge mainline with some removals and bugfixes. 2009-01-29 10:55:57 -06:00