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

21 Commits

Author SHA1 Message Date
Axel Beckert
f090e292dc Fix wicd-curses warnings in status bar and similar cases
Replace all occurrences of "from gi.repository import GObject as
gobject" with "from gi.repository import GLib as gobject".
2019-09-12 00:59:05 +02:00
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
Bastian Köcher
245185c0a9 - Added missing function in IndicatorTrayIconGUI class
- Fixed wrong icon path
2015-04-24 16:32:03 +02:00
Tom Van Braeckel
de4df6ec11 Add AppIndicator support for Ubuntu's Unity
This fixes https://bugs.launchpad.net/wicd/+bug/761326
Credits go to Michael D. Adams (mdmkolbe), thanks!
2015-02-14 11:55:53 +01:00
Tom Van Braeckel
a2484bd98f Replace old broken wicd.net URL by the Launchpad homepage
This is now consistent with the GTK wicd-client website URL.
2014-12-21 20:57:09 +01:00
David Paleino
9e5d6aab25 More fixes to the themeability of wicd 2012-11-18 09:25:58 +01:00
David Paleino
64c6328241 More pylint fixes 2012-11-17 19:12:25 +01:00
David Paleino
1c3c316b50 Fixed issues with positioning of the tray popup menu 2012-11-15 17:47:58 +01:00
David Paleino
6b2f6884b5 Little remnant of the themeability patch 2012-11-15 17:15:02 +01:00
David Paleino
6ba96c6c52 Support icon themes in WICD -- we still miss most sizes for most icons, but it's a start. 2012-11-15 16:38:06 +01:00
David Paleino
ebd248e24d Update translatable strings 2011-12-07 23:08:19 +01:00
David Paleino
31c521d485 Implement -t/--tray to only run the wicd-gtk tray icon 2011-11-03 09:32:25 +01: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
340725e9a7 Don't crash on notification errors
This is not an essential feature, so no need to crash.
2011-02-06 18:54:57 +01:00
Adam Blackburn
dbe4bcf395 Debian patch: 30-make_connection_info_selectable.patch 2010-05-29 17:32:39 +08:00
Adam Blackburn
a45fcd0fe0 remove useless about menu in wicd's tray icon 2010-01-06 15:03:42 -10:00
David Paleino
36963beff1 Move GTK-client files from wicd/ to gtk/ 2010-01-02 12:30:00 +01:00