1
0
mirror of https://github.com/gryf/wicd.git synced 2026-03-14 05:35:49 +01:00
Commit Graph

34 Commits

Author SHA1 Message Date
David Paleino
b5a4d70ab8 Fix some issues by pylint 2012-11-17 01:07:08 +01:00
David Paleino
63460113b8 Implement WEP key index specification 2012-05-04 19:39:04 +02:00
David Paleino
0729e342f1 Better fix for the curses UTF-8 bug, thanks to Konrad Schöbel! 2012-04-16 22:44:15 +02:00
David Paleino
4928f9c683 Moved translations out of translations.py, re-designed l10n system a bit 2011-10-18 23:33:23 +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
David Paleino
4cda4704c8 Make configscript use GtkBuilder as well (LP: #555386) 2011-08-07 22:52:52 +02:00
Adam Blackburn
aceeaf9f0a updated translations.py 2009-12-30 11:29:42 -10:00
Dan O'Reilly
51f8637d95 Make pinging wireless access points when using static gateways optional. 2009-11-24 00:27:41 -05:00
Adam Blackburn
25b6325440 merged connection-info 2009-11-21 11:55:50 -06:00
Adam Blackburn
a98d084dc2 merged 1.6-strip-ips and updated translations.py 2009-08-13 12:11:55 -05:00
Adam Blackburn
75d689d269 merged connection-info and 1.6. wicd-client working 2009-08-12 23:23:30 -05:00
Adam Blackburn
1a1a2569a1 initial merge, probably doesn't work yet 2009-08-12 23:03:16 -05:00
Dan O'Reilly
0467dd8fce Fix crash when trying to use an unavaiable locale. 2009-08-01 21:25:58 -04:00
Adam Blackburn
f7e1075ec9 updated translations.py 2009-07-05 08:51:39 -10:00
Adam Blackburn
5fa03d54aa updated translations.py 2009-06-20 21:59:45 -05:00
Adam Blackburn
ecce1cebba merged lp:~nacl/wicd/1.6-access-denied to display an error message if access to the daemon via DBus is denied 2009-06-20 21:44:32 -05:00
Andrew Psaltis
e10969637a Made the wicd-curses "access denied" string translatable, and updated wicd-curses.py to use it. 2009-06-19 23:03:42 -04: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
Adam Blackburn
99d025c4c5 Updated translations.py 2009-06-05 16:13:38 +08:00
Dan O'Reilly
c334cac1c8 - Make the GUI behave better when a disconnect button is pushed.
- Move some of the libnotify logic to guiutil.py and add support for displaying some error messages in a libnotify pop-up.
- Apply some patches provided by sunseraph.  Tweak to the channel regex and checking for a valid AP bssid when monitoring a wireless connection.  Set essid, bssid, and channel in separate calls to iwconfig.
- Add caching for ifconfig and iwconfig results in wnettools.py.  That way we're not needlessly calling the same command a bunch of times in a short period of time (2 seconds).  This removes the need for us to pass around iwconfig/ifconfig output elsewhere, though I've left it in for now.
- Remove unneeded BackendManager instance from networking.py
- Fix last used wired networking autoconnection method
2009-05-22 15:40:35 -04:00
Adam Blackburn
e323bbaf73 Updated translations.py 2009-05-05 12:56:09 +08:00
Kevin Woo
ca7473d3f2 Added some padding to keep the height constant. 2009-05-03 12:34:43 -04:00
Adam Blackburn
a6c6ca1f1a Updated translations.py to include all translations from old translations.py 2009-05-03 17:20:02 +08:00
Kevin Woo
0d4c924790 Fixed the width of the connection summary window. Uses tables now. All
information updated every couple of seconds.
2009-05-03 04:30:57 -04:00
Adam Blackburn
6810145743 Added automatically generated translations.py 2009-05-02 15:30:09 +08:00
Kevin Woo
76d5bc935a Cleaned up docstrings and aligned connection summary window text. 2009-04-24 13:26:50 -04:00
Dan O'Reilly
65c72ba3a2 Update copyrights and some docstrings.
Make trayicon network menu scan-triggering behave better.
2009-03-22 17:36:55 -04:00
Kevin Woo
e7ee6273c5 Fixed bugs from typos. 2009-03-22 03:13:02 -04:00
Kevin Woo
3f38ca5eea Reapplied connection-summary branch to new 1.6 branch 2009-03-22 02:59:25 -04:00
Dan O'Reilly
34832775c8 - Replace some tabs that snuck in with spaces.
- Try to validate successful association with static IPs by pinging the gateway specified.
2009-03-21 16:28:40 -04:00
Dan O'Reilly
5170411595 Create an error dialog when we get a DBus access denied error. 2009-03-08 20:38:54 -04:00
Andrew Psaltis
46ddb41966 Fixed translations.py support in wicd-curses. 2009-03-07 11:34:22 -05:00
Andrew Psaltis
a1169cb1df Added translations.py, and adapted all gtk and curses ui files to use it.
Moved the language dict functions and get_gettext to translations.py.  Also
  killed the functions and laid the dict bare in the file
Removed all instances of language[number] from wicd.
2009-03-04 00:02:14 -05:00