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

31 Commits

Author SHA1 Message Date
Guido Serra
5860ad8251 updated shebangs & other p3 references 2019-09-11 12:14:15 +02:00
Axel Beckert
187f85f6a0 More Python 3 fixes needed to also install the packages
Daemon still does not start. It fails as follows:

Traceback (most recent call last):
  File "/usr/share/wicd/daemon/wicd-daemon.py", line 62, in <module>
    from wicd.logfile import ManagedStdio
  File "/usr/lib/python3/dist-packages/wicd/logfile.py", line 32, in <module>
    class LogFile(file):
NameError: name 'file' is not defined
2019-09-11 01:16:58 +02:00
Guido Serra
2a52b83583 attempting to migrate to python 3.x 2019-08-14 16:18:46 +02:00
Guido Maria Serra
681beb13b1 2to3 transformation 2019-08-12 17:00:19 +02:00
Tom Van Braeckel
8a7f38ae0e wicd: update list of authors 2014-12-21 17:57:33 +01:00
David Paleino
47891183d1 Change homepage to Launchpad 2013-01-23 20:38:10 +01:00
David Paleino
dd30047e80 Enable/disable the "Disconnect all" button depending on the current connection state 2012-12-01 10:27:50 +01:00
David Paleino
9e5d6aab25 More fixes to the themeability of wicd 2012-11-18 09:25:58 +01:00
David Paleino
849c61eb4d Localization fix. 2012-11-18 00:18:22 +01:00
David Paleino
64c6328241 More pylint fixes 2012-11-17 19:12:25 +01:00
David Paleino
11e8a96677 New feature: dialogs to "forget" saved networks 2012-05-06 17:16:15 +02:00
David Paleino
7017ec5290 Fix missing import 2012-01-15 15:24:28 +01:00
David Paleino
c277831ddc (Try to) Fix mismatch between clients code and DBus API, thanks to Anthony Vital 2011-12-08 22:45:58 +01:00
David Paleino
2f651538dc Revert 576: it was properly fixed in 640 2011-11-14 09:29:45 +01:00
David Paleino
02163b745f Adding myself to authors 2011-11-09 17:12:32 +01:00
David Paleino
98d913990d Fix incomplete translation issue for the GTK client 2011-10-19 12:31:31 +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
David Paleino
ab80fc76e9 merge add support for nevershow buttons and options (Robin Becker 2011-09-18) 2011-10-04 23:24:04 +02:00
David Paleino
4608c57a40 initialize self._wire_showing in gtk/gui.py, thanks to David Cantrell 2011-10-04 22:46:28 +02:00
David Paleino
cce54f43a4 Handle wicd-daemon not running when client starts, thanks to David Cantrell 2011-10-04 22:43:22 +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
e97787622e Allow empty DNS fields (LP: #492795) 2011-09-18 12:11:53 +02:00
David Paleino
c86cffd67e Implemented rfkill support (LP: #293727) 2011-09-18 10:31:15 +02:00
David Paleino
0290495374 Merged fox 2011-07-03 Fixed wireless connecting status message 2011-08-07 22:39:08 +02:00
David Paleino
1797845a12 Don't store useless variables inside configfiles 2011-08-07 22:16:36 +02:00
fox
92c58eef7f Fixed wireless connecting status message 2011-07-03 19:16:50 +02:00
Adam Blackburn
e4a5452342 Debian patch: 22-fix_deprecation.patch 2010-05-29 17:32:37 +08:00
Adam Blackburn
08d01d87cb Debian patch: 11-fix_gui_showing_from_tray.patch 2010-05-29 17:32:35 +08:00
Adam Blackburn
6bcae3ad97 apply patch to use gtkbuilder instead of libglade 2010-05-17 21:51:43 -05:00
Robby Workman
79e013c708 Fixup the icon fallout from splitting the gtk code out. 2010-01-02 23:14:17 -06:00
David Paleino
36963beff1 Move GTK-client files from wicd/ to gtk/ 2010-01-02 12:30:00 +01:00