1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-24 23:22:27 +01:00
Commit Graph

210 Commits

Author SHA1 Message Date
f3bee99e79 Removing GUI related files. 2020-08-25 20:05:13 +02:00
b6b02f0750 Fixed nonexistent get_input_nonblocking method. 2020-08-05 11:31:07 +02:00
40a7a8ac5d Style changes for python files 2020-08-01 11:37:26 +02:00
48bac465d4 Fixed files permission 2020-07-30 16:34:10 +02:00
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
Tom Van Braeckel
8a7f38ae0e wicd: update list of authors 2014-12-21 17:57:33 +01:00
Tom Van Braeckel
71d4dd5e57 wicd-curses: replace old broken wicd.net URL by the Launchpad homepage
This is now consistent with the GTK wicd-client website URL.
2014-12-21 17:50:41 +01:00
Tom Van Braeckel
732ad55c52 wicd-curses: fix the "About" window
The height was not enough to show all authors (David Paleino was missing).
I removed the (invisible) horizontal line as well for asthetic reasons.
2014-12-21 17:41:22 +01:00
Tom Van Braeckel
411e12cfe4 wicd-curses: avoid setting the focus past the end of the list 2014-12-20 10:32:35 +01:00
Tom Van Braeckel
291f47e40d wicd-curses: handle SIGQUIT signal so that we can leave the terminal in a normal state
Previously, the terminal would be left without a blinking cursor and with red text when the user pressed CTRL-\ or sent a SIGQUIT signal.
2014-12-19 15:40:39 +01:00
Tom Van Braeckel
c2064b846b wicd-curses: add support for "S" key to save instead of F10, because F10 is often intercepted by the terminal emulator 2014-12-19 13:43:42 +01:00
Tom Van Braeckel
04dd18bed9 wicd-curses: catch unhandled exception when automatically starting the wicd daemon fails 2014-12-19 11:52:22 +01:00
David Paleino
64c6328241 More pylint fixes 2012-11-17 19:12:25 +01:00
David Paleino
b5a4d70ab8 Fix some issues by pylint 2012-11-17 01:07:08 +01:00
David Paleino
ca87c05ff2 Really fix urwid 1.1.0 compatibility 2012-11-16 10:22:47 +01:00
David Paleino
882c295982 Support urwid 1.1.0 2012-11-15 10:26:21 +01:00
David Paleino
7cb482a9fc Implement iwconfig bitrate setting 2012-09-27 22:18:04 +02:00
David Paleino
11e8a96677 New feature: dialogs to "forget" saved networks 2012-05-06 17:16:15 +02:00
David Paleino
1f9f5596f9 Fix small bug with the curses interface: translated buttons now work fine 2012-05-06 14:34:45 +02:00
David Paleino
b062a72c4e Fix 1.7.2.2 brokenness 2012-04-22 18:32:18 +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
6ccbc45e05 Fix crash with wicd-curses 2012-04-12 22:02:06 +02:00
David Paleino
d020409bee Fixes in a more general way 2012-03-06 12:11:45 +01:00
David Paleino
f1769e0b86 Fixed bug with wicd-curses and UTF-8 encryption types 2012-02-17 13:41:02 +01:00
David Paleino
b161427e4d Support passing no driver to wpa_supplicant 2012-02-12 10:41:27 +01:00
David Paleino
7f2df5b423 Fix spurious whitespacing and indentation 2012-02-11 21:36:04 +01:00
Joe MacMahon
fb74163f09 Fixed bug #930711 2012-02-11 18:07:11 +00:00
Joe MacMahon
41d145c6cb Implemented wired encryption in ncurses front-end. 2012-01-29 18:36:43 +00: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
d9fc1b7593 Fix bug with unicode-translated locale and wicd-curses 2011-12-19 23:04:08 +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
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
afa7a4a5fd Fix imports of '_' for l10n 2011-10-19 12:46:03 +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
469a85b1b1 Support urwid 1.0.0 2011-10-17 22:14:40 +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
David Paleino
c86cffd67e Implemented rfkill support (LP: #293727) 2011-09-18 10:31:15 +02:00
fox
92c58eef7f Fixed wireless connecting status message 2011-07-03 19:16:50 +02:00
Adam Blackburn
30fa150054 removed scary wicd-curses message 2010-06-09 12:20:53 -05:00
Adam Blackburn
77f83875ff Debian patch: 08-fix_help_message.patch 2010-05-29 17:32:35 +08:00
Andrew Psaltis
ce44fe85e1 Fix a comment. 2010-01-09 11:34:19 -05:00
Andrew Psaltis
a22fb46fac Removed the wicd-curses clock, all it was doing really was eating CPU cycles. 2010-01-09 11:17:49 -05:00
Andrew Psaltis
bcb7d32aa6 Remove extraneous print statement from netentry-curses.py. 2010-01-09 10:38:12 -05:00