1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-23 22:52:33 +01:00
Commit Graph

706 Commits

Author SHA1 Message Date
Andrew Psaltis
88b179c154 Merged with r304 of mainline 1.6. 2009-02-20 00:36:51 -05:00
Andrew Psaltis
d385e61b6f Fixed regex problem in wicd/misc.py. 2009-02-19 18:14:40 -05:00
Adam Blackburn
8ffe722053 Added check for loop before exiting loop 2009-02-19 22:59:40 -06:00
Adam Blackburn
4fc52511ba Fixed the dhcp_object error. 2009-02-19 22:22:12 -06:00
Andrew Psaltis
562b8605cd Merged with experimental-nacl, r282. 2009-02-18 07:42:48 -05:00
Adam Blackburn
c9e319902d Merge 2009-02-18 16:15:50 +08:00
Adam Blackburn
a9fe45dcdc Updated copyright, setup.py version number, and AUTHORS 2009-02-18 16:13:31 +08:00
Dan O'Reilly
42ef13d5a9 Merge. 2009-02-17 23:44:25 -05:00
Dan O'Reilly
a62840dd96 Refactor wnettools/backend code so that most external tool functionality exists in wnettools, and it just inherited by the external backends. This simplifies creating new backends that just override selected methods.
Rewrite encryption template parsing code to allow blank entries (though the GUI still doesn't), and be more permissive of slightly incorrect formatting.
Fix bug in wicd-monitor error handling code.
2009-02-17 23:29:14 -05:00
Andrew Psaltis
1ab13ae618 curses/curses_misc.py:
Fixed some of the arguments in MaskingEdit
curses/netentry_curses.py:
  Added an autoconnect switch to the WirelessSettingsDialog
  Reformatted some code
  Ensured that the buttons are glued to the bottom of the dialog
AUTHORS:
  Changed Adam's e-mail to match the ones in the man page.
AUTHORS, in/man=wicd.8.in:
  Added/updated my e-mail
in/man=wicd-curses.8.in:
  Removed mention of the keymap modification (too difficult/potentially
    problematic)
  Removed mention of my branch, bugs can be tagged with "wicd-curses" or something
    like that
2009-02-17 20:04:50 -05:00
Andrew Psaltis
0b5a55ae5d Merged with experimental-nacl, r281. 2009-02-16 10:46:54 -05:00
Andrew Psaltis
080f7216b2 curses/wicd-curses.py: Removed the redraw_tag, since I discovered that I don't need it. 2009-02-16 10:43:57 -05:00
Andrew Psaltis
d8881f2606 Merged r298 of mainline 1.6. 2009-02-16 10:39:19 -05:00
Dan O'Reilly
7e18194c29 Fix bug where GUI could get stuck in the connecting state if the GUI was first opened while a connection was in progress. 2009-02-13 18:54:27 -05:00
Andrew Psaltis
fbde90e744 Merged mainline r297 of 1.6. 2009-02-13 13:27:38 -05:00
Robby Workman
4e665a9bcf Merged mainline r297. 2009-02-13 10:07:40 -06:00
Dan O'Reilly
71583f700b Merge experimental-rworkman 2009-02-12 20:07:12 -05:00
Robby Workman
9cd4f7ae8d Merged r295 of mainline. 2009-02-12 18:41:12 -06:00
Dan O'Reilly
13733aaac3 Merged curses changes. 2009-02-12 18:48:10 -05:00
Dan O'Reilly
f237f421ab Fix issue where GetForcedDisconnect was returning True when we had just connected.
Fix issues with auto-switch to wired.
Change to how the gui handles changing state from connecting to not-connecting to be nicer.
Make the gui trigger monitor state updates while in the connecting state.
Make sure the monitor logs a warning when it catches a D-Bus exception.
Make sure cancelling a wired connection attempt kills DHCP.
Fix issue where DHCP wouldn't get run if automatic dhcp tool was enabled.
2009-02-12 18:38:40 -05:00
Andrew Psaltis
533eb46eed Merged with r294 of mainline 1.6. 2009-02-12 00:38:24 -05:00
Robby Workman
d369bc0587 Removed a relic from 1.4.x :) 2009-02-11 22:04:44 -06:00
Robby Workman
b168381bc5 Removed date ; added reference to wicd-curses(8).
Minor formatting fixes.
Documented the backend=, prefer_wired=, and global_dns_dom= parameters
  in manager-settings.conf
2009-02-11 22:03:24 -06:00
Robby Workman
6d2cd5bfa7 Removed date ; added references to wicd-curses(8). 2009-02-11 22:01:58 -06:00
Robby Workman
06fce10acf Removed date ; added references to wicd-curses(8). 2009-02-11 22:01:24 -06:00
Robby Workman
f171f14b1f Removed the date, as it's pointless.
Added NaCl to the AUTHORS list (still needs email addy).
Something else minor that I forgot :/
2009-02-11 22:00:10 -06:00
Dan O'Reilly
4076153796 Make default init script executable. 2009-02-11 22:44:38 -05:00
Robby Workman
66076a7f1c Merged mainline. 2009-02-11 21:38:38 -06: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
Robby Workman
18db8c9d8c Merged mainline. 2009-02-09 20:40:35 -06: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
Robby Workman
aa72ee3ed9 Merged r285 upstream 2009-02-07 16:51:03 -06: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