1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-25 07:32:29 +01:00
Commit Graph

222 Commits

Author SHA1 Message Date
Robby Workman
3db1b46a0a Merged r213 of main experimental branch 2008-12-15 17:40:07 +00:00
Dan O'Reilly
318024a123 Fix some gtk warnings that would pop up when the GUI was opened.
Fix broken Network menu entries.
2008-12-15 00:31:35 -05:00
Dan O'Reilly
d0200db00c More work on making the client handle a daemon restart 2008-12-14 22:19:35 -05:00
Dan O'Reilly
ab7b331aac Make client survive the daemon going down.
Port a few fixes from trunk.
2008-12-14 18:31:24 -05:00
Robby Workman
19691e2b7c Remove extraneous comments from setup.py and clean up a few of them.
This is definitely trivial crap...
2008-12-14 07:58:58 +00:00
Robby Workman
f3d9dcaf1e Merged main experimental branch
Fixed kde autostart directory setting
2008-12-14 07:43:44 +00:00
Dan O'Reilly
41c975a22a Make sure autoconnect.py never blocks
Tweak configmanager to not write a default value unless one is specified in the get call.
2008-12-13 19:39:15 -05:00
Dan O'Reilly
742bf5f8ce Use RawConfigParser instead of ConfigParser 2008-12-13 17:32:54 -05:00
Robby Workman
7b305dc3fa Merged main experimental branch changes as of r208. 2008-12-13 22:11:56 +00:00
Dan O'Reilly
20d5fd285b Pass lists instead of strings in GeneratePSK and Authenticate methods. 2008-12-13 17:07:31 -05:00
Robby Workman
7c3f9ca5c1 Fixed (I think) the pkg-config and kde-config tests. This needs more
testing though before I'm sure.  Big thanks to "nanotube" for the
  suggestions and code for this.
2008-12-13 22:06:00 +00:00
Dan O'Reilly
6e4d70c4ea Fix saving scripts not working correctly. 2008-12-13 13:28:05 -05:00
Dan O'Reilly
69b011a1e7 merging 2008-12-13 01:49:15 -05:00
Dan O'Reilly
7794e9abb9 Fix some suspend/resume issues 2008-12-13 01:37:57 -05:00
Robby Workman
f6b8b51f15 Merge changes from main experimental branch. 2008-12-12 14:05:44 +00:00
Adam Blackburn
2a18d7fddf Fixed the icons 2008-12-12 17:23:35 +08:00
Robby Workman
4ff379688d Fix icons (copied from wicd-1.5.6 source tarball) 2008-12-12 05:45:13 +00:00
Robby Workman
be9dc9dfee Add support for checking pkg-config to see where pm-utils sleep hook
should go (supported in pm-utils >=1.2.3).
Add support for checking kde-config to get kde's prefix, and set the
  kde autostart directory accordingly.
2008-12-12 04:28:18 +00:00
Dan O'Reilly
2e21e6abb0 Fix dbus permissions problem.
Fix missing dbus import.
2008-12-11 18:42:11 -05:00
Dan O'Reilly
2b47ff538e Apply patch from rworkman
Update suspend/resume script
2008-12-11 00:56:12 -05:00
Dan O'Reilly
254d7c55dc More build fixes 2008-12-11 00:37:07 -05:00
Dan O'Reilly
9c2a808577 Add missing man file 2008-12-11 00:33:10 -05:00
Dan O'Reilly
e3c70de4f5 Fix running scripts
Fix broken symlink
Update slackware init script
Add new build options to wpath.py
2008-12-11 00:29:00 -05:00
Dan O'Reilly
faf60f6ed3 Make sure suspend script never fails 2008-12-09 22:53:30 -05:00
Dan O'Reilly
46bbde7745 merging in a bunch of trunk changes 2008-12-07 21:15:29 -05:00
imdano
a6acb8a661 experimental branch:
- Tray icon fixes from trunk
- Handle possible failure in wpactrl
- Format some docstrings
2008-12-06 19:11:43 +00:00
imdano
fd0a41def6 experimental branch:
- Enhance dbus manager to handle settings up mainloops, etc.
- Early work on getting wicd-client to recover from a daemon crash.
- Simply how the the scripts editor gets launched.
- Remove unneeded cleanup code from netentry.py
- More ralink legacy work.
- Run scans in a thread, this should make the UI more responsive while a scan is going on.  Rework the UI code to never expect a scan to be blocking.
- Don't require the daemon to be restarted when we switch backends, just try to prevent any calls to the backend until the switch is made.
2008-11-02 14:26:42 +00:00
imdano
11bd0266ff experimental branch:
- Port a bunch of fixes from the trunk
- Use an actual Gtk.Menu in the toolbar for the "Network" widget
2008-10-18 17:37:42 +00:00
imdano
20b4a61f30 experimental branch:
- Actually destroy the network entry objects that are supposed to get destroied
- Improve GUI behavior when initially opened.
- Use the python -O flag when launching the daemon/GUI.
- Favor gksudo over gksu.
- Remove broken interface enable/disable options.
2008-10-11 12:36:49 +00:00
imdano
9ee8bc1875 experimental:
- Add 3rd party python libraries used by ioctl backend to tree and to setup.py
- Port several bug fixes from the trunk (removing reliance on shell for running external commands, unicode fixes, gui crash fixes, authentication validation improvements, several others)
- Fix some crashes in ioctl backend.
- Change daemon/GUI launch scripts to use the -O flag.
2008-10-09 18:45:01 +00:00
imdano
0eba051360 branches/experimental:
- Fix scripts dialog not appearing.
2008-09-27 21:36:04 +00:00
imdano
df0ebdb92f branches/experimental:
- A bunch of documentation additions/updates.
- Minor refactoring.
- Fix catching wrong exception in netentry.py
2008-09-25 20:17:35 +00:00
imdano
bb1d222150 branches/experimental:
- Fix some wired method issues in the daemon.
- Make sure stringToBoolean always returns a boolean.
2008-09-21 16:38:15 +00:00
imdano
69932f255c trunk & experimental:
- Make sure all entries in the connection status info list are strings.
2008-09-21 13:26:46 +00:00
imdano
1714444cf7 trunk, experimental:
- Fix crash if default locale isn't supported.
2008-09-20 19:13:34 +00:00
imdano
f71ca63667 trunk/experimental:
- Fix use of subprocess.call method
2008-09-20 10:39:23 +00:00
imdano
c197b5fcbc branches/experimental
- Add support for entering search domain into static DNS settings.
- Fix some errors in how static setting texboxes were getting set.
- Fixed a bunch of errors/warnings found by pylint.
2008-09-20 10:22:06 +00:00
imdano
244b419f3f branches/experimental:
- Fix crash in configmanager.
2008-09-20 08:02:06 +00:00
imdano
ccbd6ad392 experimental:
- Fix potential deadlock in connection thread
- Make wireless interface blank string if set to None in config.
2008-09-19 16:28:26 +00:00
imdano
890b5ee16a experimental:
- Use the full path to wpa_passphrase.
- Fix some crashing bugs in the daemon and configscript.py
- Port a few changes/fixes from trunk.
- Some minor refactoring.
2008-09-18 21:18:40 +00:00
imdano
55e292b3c1 trunk/experimental:
- Fix EAP-TLS template.  Thanks to Andrew Psaltis for the fix.
2008-09-18 16:07:49 +00:00
imdano
f6033cc6bb experimental:
- Add UPDATE_INTERVAL as a required attribute for backends, and used by monitor.py
- Update Copyright stuff in a few files
- Remove/update some scripts and configuration files.
2008-09-13 22:52:01 +00:00
imdano
3989159ee6 experimental:
- Merge missing dbusmanager changes from pluggablebackends
- Merge a change from trunk for --no-autoconnect mode
- Make monitor timeout_add_seconds time an integer
2008-09-13 21:39:20 +00:00
imdano
bbfcae834e experimental:
- Use gobject.timeout_add_seconds instead of gobject.timeout_add when possible
- Merge some fixes from pluggablebackends
- Replace os.system usage with subprocess.call.
2008-09-13 11:28:36 +00:00
imdano
97e1123c8c experimental:
- fix some autoconnect issues related to the splitting up of the daemon
2008-09-06 20:53:21 +00:00
compwiz18
9a846b8e43 Experimental:
* Fixed typo in setup.py
2008-09-06 20:35:53 +00:00
compwiz18
78b93a4b77 Experimental:
* Added wicd.configmanager to setup.py
2008-09-06 20:30:23 +00:00
imdano
f7fce478a2 experimental:
- Add backends entry to wpath.py
2008-09-06 19:54:20 +00:00
imdano
687d932065 experimental:
- Fix some syntax/import problems created during the merge
2008-09-06 19:53:25 +00:00
imdano
345b7ce0b9 experimental:
- update glade file
2008-09-06 17:29:25 +00:00