1
0
mirror of https://github.com/gryf/wicd.git synced 2026-04-24 07:01:27 +02:00
Commit Graph

1439 Commits

Author SHA1 Message Date
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
Launchpad Translations on behalf of wicd-devel c38ebb3579 Launchpad automatic translations update. 2014-12-20 05:35:19 +00: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
Launchpad Translations on behalf of wicd-devel 6fdfc518a8 Launchpad automatic translations update. 2014-12-19 06:11:21 +00: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
Launchpad Translations on behalf of wicd-devel cc4573bf7c Launchpad automatic translations update. 2014-10-14 06:18:04 +00:00
Launchpad Translations on behalf of wicd-devel 46142adaed Launchpad automatic translations update. 2014-10-13 05:52:29 +00:00
Ben the Pyrate 1ca5883d10 The exit status should indicate whether or not the connection was successful 2014-08-19 11:54:40 -04:00
Launchpad Translations on behalf of wicd-devel 51935ef414 Launchpad automatic translations update. 2014-07-29 06:25:27 +00:00
Launchpad Translations on behalf of wicd-devel 7e7a3804f6 Launchpad automatic translations update. 2014-07-04 05:59:54 +00:00
Launchpad Translations on behalf of wicd-devel 278dd7d9f9 Launchpad automatic translations update. 2014-07-03 05:41:16 +00:00
Launchpad Translations on behalf of wicd-devel dc511df549 Launchpad automatic translations update. 2014-06-24 06:11:01 +00:00
Launchpad Translations on behalf of wicd-devel 4c3bc62be1 Launchpad automatic translations update. 2014-06-17 06:16:21 +00:00
Launchpad Translations on behalf of wicd-devel 9775b17cbc Launchpad automatic translations update. 2014-06-05 05:47:20 +00:00
Launchpad Translations on behalf of wicd-devel 0b6f5d57c6 Launchpad automatic translations update. 2014-05-23 08:21:37 +00:00
Launchpad Translations on behalf of wicd-devel 5ec6407c4f Launchpad automatic translations update. 2014-05-15 05:57:15 +00:00
Launchpad Translations on behalf of wicd-devel ce69757e1e Launchpad automatic translations update. 2014-03-31 05:58:17 +00:00
Launchpad Translations on behalf of wicd-devel cb2c82a292 Launchpad automatic translations update. 2014-03-23 06:26:34 +00:00
Launchpad Translations on behalf of wicd-devel 8d68621517 Launchpad automatic translations update. 2014-03-22 06:44:04 +00:00
Launchpad Translations on behalf of wicd-devel afa8c4c015 Launchpad automatic translations update. 2014-03-10 05:51:54 +00:00
Launchpad Translations on behalf of wicd-devel dfeead6544 Launchpad automatic translations update. 2014-01-11 05:52:11 +00:00
Launchpad Translations on behalf of wicd-devel 7e982b344c Launchpad automatic translations update. 2013-12-21 06:02:28 +00:00
Javier P.L. cf1abd68dc allow wicd daemon to start even if /etc/resolv.conf is a relative symlink 2013-12-06 07:42:39 -06:00
Launchpad Translations on behalf of wicd-devel f8a7f5bb34 Launchpad automatic translations update. 2013-12-05 05:50:13 +00:00
Launchpad Translations on behalf of wicd-devel 5544f46b14 Launchpad automatic translations update. 2013-11-27 05:09:59 +00:00
Launchpad Translations on behalf of wicd-devel 4e506eb283 Launchpad automatic translations update. 2013-11-23 06:10:36 +00:00
Launchpad Translations on behalf of wicd-devel 54c9040306 Launchpad automatic translations update. 2013-10-07 05:29:46 +00:00
Launchpad Translations on behalf of wicd-devel b713a4bd44 Launchpad automatic translations update. 2013-10-01 05:23:55 +00:00
Launchpad Translations on behalf of wicd-devel 0901c3a729 Launchpad automatic translations update. 2013-09-07 05:09:38 +00:00
Launchpad Translations on behalf of wicd-devel 43aca606c6 Launchpad automatic translations update. 2013-07-28 05:58:32 +00:00
Launchpad Translations on behalf of wicd-devel 1762649cc8 Launchpad automatic translations update. 2013-07-23 05:05:25 +00:00
Launchpad Translations on behalf of wicd-devel f7ca0029f1 Launchpad automatic translations update. 2013-07-06 06:03:03 +00:00
Launchpad Translations on behalf of wicd-devel 207b3af758 Launchpad automatic translations update. 2013-06-27 05:51:44 +00:00
Launchpad Translations on behalf of wicd-devel bfc510d2f9 Launchpad automatic translations update. 2013-06-21 05:40:56 +00:00
Launchpad Translations on behalf of wicd-devel 9c4fc441ac Launchpad automatic translations update. 2013-06-16 04:48:50 +00:00
Launchpad Translations on behalf of wicd-devel 08373e88e6 Launchpad automatic translations update. 2013-06-14 05:58:56 +00:00
Launchpad Translations on behalf of wicd-devel 258dd05119 Launchpad automatic translations update. 2013-06-03 06:06:33 +00:00
Launchpad Translations on behalf of wicd-devel a8e874d1c5 Launchpad automatic translations update. 2013-06-02 05:32:02 +00:00
Launchpad Translations on behalf of wicd-devel a5e043ce6f Launchpad automatic translations update. 2013-05-27 05:26:24 +00:00
Launchpad Translations on behalf of wicd-devel 47018368db Launchpad automatic translations update. 2013-05-21 04:56:44 +00:00
Launchpad Translations on behalf of wicd-devel 9ab4543b16 Launchpad automatic translations update. 2013-05-06 05:43:34 +00:00