Tom Van Braeckel
b0184a6672
Merge
2015-02-12 12:46:06 +01:00
Tom Van Braeckel
4f8ef8a6a8
Improve debugging output
2015-02-12 12:43:18 +01:00
Tom Van Braeckel
eda13bcf4d
wicd: update CHANGES file by following new easy procedure
2014-12-21 21:21:04 +01:00
Tom Van Braeckel
8b0df3d622
HOWTO_RELEASE: improve procedure for creating CHANGES file
2014-12-21 21:20:27 +01:00
Tom Van Braeckel
403024bce8
wicd: add HOWTO_RELEASE file with documentation as a memory aid
2014-12-21 21:13:30 +01:00
Tom Van Braeckel
fc660d3476
Improve .bzrignore
2014-12-21 21:00:48 +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
829a9e749f
Improve .bzrignore
...
Ignore generated files that are created when setup.py is used.
2014-12-21 20:41:29 +01:00
Tom Van Braeckel
b7d5e89299
Prepare files for the release of 1.7.3
2014-12-21 20:12:15 +01: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
69810a26db
Add Hebrew translations of two Wicd desktop files (thanks, GenghisKhan)
2014-12-20 10:07:12 +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
Tom Van Braeckel
754d8e0fa3
Merge "Javier P.L. 2013-12-06 allow wicd daemon to start even if /etc/resolv.conf is a relative symlink"
...
https://code.launchpad.net/~chilicuil/wicd/wicd/+merge/198057
Bugreports:
https://bugs.launchpad.net/wicd/+bug/1193856
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691973
https://bugs.launchpad.net/wicd/+bug/1171296
2014-12-11 14:50:12 +01:00
Tom Van Braeckel
1301433fb8
Merge "Ben the Pyrate 2014-08-19 The exit status should indicate whether or not the connection was successful"
...
Exit with a non-zero status (6) when a connection attempt does not succeed.
2014-12-11 13:41:56 +01:00
Tom Van Braeckel
285122d01f
Merge "Tom Van Braeckel 2014-11-05 Automatic reconnect: honour the automatic reconnect configuration, even if the GUI interface is open"
2014-12-11 12:59:28 +01:00
Tom Van Braeckel
d32482afb9
Automatic reconnect: honour the automatic reconnect configuration, even if the GUI interface is open
...
When a user actives "automatic reconnnect" and then tries this out, he will be staring at the GUI interface, waiting for a reconnect.
But wicd-daemon refuses to reconnect when the GUI interface is open, and fails to reports this to the GUI user.
Hence users assume that this feature does not work properly (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582567 ).
This commit fixes that by doing a reconnect, no matter whether the GUI is open or not, thus taking the path of "least surprise".
The original rationale for not reconnecting when the GUI is open was never stated in the comments, nor in the commit message.
2014-11-05 07:32:28 +01:00