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

1002 Commits

Author SHA1 Message Date
Robby Workman 1b7e2792d5 Merged back with mainline. 2009-02-03 21:18:35 -06: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
Robby Workman 87ede3379e Quote some values in the wicd-client.in script, in case some insane
person passes a VERSION string with spaces in it.  I can't imagine
  who would have done such a thing ;-)
2009-01-28 21:40:40 -06:00
Robby Workman 728fa198ce Updated Gentoo's init script from portage.
Thanks to Jeremy Olexa (darkside_).
2009-01-28 20:54:31 -06:00
Robby Workman 7765abf9b5 Merged changes from svenstaro to the Arch init script, and then
did some cleanup edits in this tree.
2009-01-28 19:28:05 -06: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
Robby Workman 98d486f3a2 Merged latest from NaCl's branch. 2009-01-28 15:49:30 -06: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