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
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
e0505c0df6
Autofill common subnet masks for private networks
2012-11-28 16:54:31 +01:00
David Paleino
9e5d6aab25
More fixes to the themeability of wicd
2012-11-18 09:25:58 +01:00
David Paleino
6216ab4ffb
Fix (probably? needs further testing) bug with themeability
2012-11-18 00:45:46 +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
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
c305b4132e
Fix wrong syntax when saving connection scripts
2012-11-06 21:25:25 +01:00
David Paleino
7cb482a9fc
Implement iwconfig bitrate setting
2012-09-27 22:18:04 +02:00
David Paleino
b6225c97d3
Implemented basic IPv6 support -- needs HEAVY testing
2012-05-06 17:52:39 +02:00
David Paleino
11e8a96677
New feature: dialogs to "forget" saved networks
2012-05-06 17:16:15 +02:00
David Paleino
b161427e4d
Support passing no driver to wpa_supplicant
2012-02-12 10:41:27 +01:00
David Paleino
69568b2d25
Fixed typo preventing DHCP hostname from properly working
2012-02-05 18:16:45 +01:00
Joe MacMahon
af3c388a08
Integrated encryption into wired profiles.
2012-01-29 17:51:45 +00:00
Joe MacMahon
0bf1a68353
Bugfixes post-testing. Still an odd bug where the gtk interface hangs.
2012-01-29 03:22:06 +00:00
Joe MacMahon
75243730b6
Preliminary work on wired encryption. Implemented necessary infrastructure, bugfixing to follow.
2012-01-29 00:47:53 +00:00
David Paleino
7017ec5290
Fix missing import
2012-01-15 15:24:28 +01:00
David Paleino
8248152cfb
Revert commit 691/8aa66e4: Don't support wireless networks with '\x00' in the ESSID
2012-01-15 15:19:40 +01:00
David Paleino
8aa66e4974
Don't support wireless networks with '\x00' in the ESSID
2011-12-29 12:16:17 +01:00
David Paleino
4d002b9634
Make the templating system more robust to custom fields
2011-12-16 21:47:07 +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
ebd248e24d
Update translatable strings
2011-12-07 23:08:19 +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
4d2af8af2b
Make configscript.py use the RawConfigParser wrapper
2011-11-09 13:17:35 +01:00
David Paleino
af544135eb
Fix configscript.py startup
2011-11-09 13:17:04 +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
afa7a4a5fd
Fix imports of '_' for l10n
2011-10-19 12:46:03 +02: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
bdb64eab1c
Merged reyammer's branch lp:~reyammer/wicd/bug-476982: implement password hiding (LP: #476982 )
2011-09-15 12:50:21 +02:00
David Paleino
4cda4704c8
Make configscript use GtkBuilder as well (LP: #555386 )
2011-08-07 22:52:52 +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