1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-21 21:38:06 +01:00
Commit Graph

38 Commits

Author SHA1 Message Date
David Paleino
2be5a06ff7 These strings shouldn't be translated 2011-10-18 09:35:35 +02:00
Robin Becker robin@reportlab.com
32b7885ad2 add support for nevershow buttons and options 2011-09-18 15:33:44 +01:00
David Paleino
c86cffd67e Implemented rfkill support (LP: #293727) 2011-09-18 10:31:15 +02:00
Adam Blackburn
64049a8a59 added wicd.ui and updated setup.py to use it 2010-06-15 11:52:12 -05:00
Adam Blackburn
6bcae3ad97 apply patch to use gtkbuilder instead of libglade 2010-05-17 21:51:43 -05:00
Dan O'Reilly
51f8637d95 Make pinging wireless access points when using static gateways optional. 2009-11-24 00:27:41 -05:00
David Paleino
46bce8ea5e Provide a pre-/post-down script mechanism
WICD currently only provides pre-/post-connection scripts, and
  only one disconnection script, that is run before actually
  disconnecting. This provides pre-/post-disconnection scripts,
  thus increasing configuration flexibility.
2009-06-16 17:13:41 +02:00
David Paleino
c95ede898a Support udhcpc, this is needed to smoothly run on the OpenMoko FreeRunner.
Thanks to Luca Capello <gismo@debian.org> for porting the patch to 1.5.9, and
to "madmo" from the linked forum for making the patch.

Patch originally taken from http://wicd.net/punbb/viewtopic.php?id=132

Patch ported to 1.6.0 code by David Paleino <d.paleino@gmail.com>.
2009-06-13 22:07:49 +02:00
Adam Blackburn
5837a1228e changed DHCP client order in preferences dialog 2009-05-20 07:09:42 +08:00
Adam Blackburn
c7745de68b Fixed the libglade warnings when loading the GTK GUI 2009-05-03 09:50:09 +08:00
Adam Blackburn
7aa0027c39 added support for enabling/disabling notifications 2009-05-01 14:32:09 +08: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
Adam Blackburn
821333345b Fixed a spacing issue in the preferences dialog 2009-01-26 10:54:38 +08:00
Dan O'Reilly
7a375db453 Add UI portion of wired switch feature. 2009-01-25 15:15:49 -05:00
Adam Blackburn
41a4598d35 Removed vertical space between the DNS entriesw 2009-01-25 12:02:10 +08:00
Adam Blackburn
ac6df8d370 A few minor cosmetic changes
Changed main GUI name from Wicd Manager to Wicd Network Manager
2009-01-10 11:03:41 +08:00
Dan O'Reilly
997e523722 Add a domain entry for dns settings.
Display an error if global dns is enabled for a network, but global dns entries aren't entered in the general preferences window.
2008-12-30 23:20:00 -05:00
Dan O'Reilly
f66e8759cc Fix prefs label 2008-12-27 18:31:50 -05:00
Dan O'Reilly
9caae86049 Make backend combobox tooltip display the active backend's description.
Reverse the order of the OK/Cancel button in the Ad-Hoc connection dialog.
Use a new set of icons.
Extend the update invervals for all backends by 1 second.
Try to use en_US.utf8 instead of C as the LANG in misc.Run if it is available.
Add ability to force a network state update.  (Currently not used).
2008-12-27 18:23:15 -05:00
Adam Blackburn
43d6acfc47 Updated Preferences dialog and added test cases for wnettools 2008-12-23 11:39:55 -06:00
Adam Blackburn
c737a5d7d2 Updated Preferences dialog more and commented out translations in prefs.py 2008-12-22 23:30:52 -06:00
Adam Blackburn
19df8ecbca Updated Preferences dialog to conform to the GNOME HIG better 2008-12-22 23:08:12 -06:00
Adam Blackburn
cd8e27b416 Fixed hidden network icon 2008-12-22 21:25:51 -06: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
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
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
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
345b7ce0b9 experimental:
- update glade file
2008-09-06 17:29:25 +00:00
imdano
e1d7429e6c Fixed some setup.py problems
Added a bunch of docstrings
Fixed a crash bug when the daemon is called with the -s option caused by wicd.py calling SetForceDisconnect(False) when it launches.
2008-04-02 10:52:41 +00:00
imdano
f64b207005 Added support for resizing the preferences window to any size. Also added support for remembing the size of the preferences window. 2008-03-24 20:37:46 +00:00
imdano
c055ea0d36 Added support in the preferences window for specifying which dhcp client, link detection tool, and route flushing tool to use. It can also be left up to wicd to decide automatically.
Made a few logic optimizations.
2008-03-21 17:07:47 +00:00
imdano
a2dedaaa03 Added support for putting interfaces up/down through the gui. 2008-03-04 14:06:04 +00:00
imdano
d46da02511 Fixed bad except statement in misc.py.
Cleaned up formatting in gui.py.
Made glade template for preferences dialog and rewrote gui.py to use it instead of creating it explictly in the code.
Fixed a bunch indentation/whitespace problems.
Cleaned up a ton of formatting in daemon.py
Fixed a wired autoconnect bug.
Rewrote part of the connection monitoring code, further minimizing the number of external program calls, as well as number of dbus calls.
Added StatusInformation methods to daemon.py, to allow external apps to poll for the current connection status without making several dbus calls.
Fixed bad function call to GetDBMSignalStrength in daemon.py.
2008-01-29 21:03:19 +00:00
imdano
6a949a6958 Updated wicd.glade to include a missing gtk.Dialog 2008-01-08 10:24:44 +00:00
imdano
4e0dfc8e22 Fixed resizing causing the window to center itself. 2008-01-04 14:08:14 +00:00
compwiz18
dee28b818c * Fixed indentation errors and syntax errors
* Fixed wicd.py so it starts properly
* Hid the status bar in gui.py when it is displayed via the tray icon
2007-12-17 15:20:02 +00:00
imdano
4dadeefdd6 Lowered minimum GUI height to 400.
Added support for the GUI to remember when its resized.
2007-12-17 11:42:16 +00:00
compwiz18
709efd2ac4 trying to fix 2007-07-04 14:51:57 +00:00