1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-25 07:32:29 +01:00
Commit Graph

99 Commits

Author SHA1 Message Date
Adam Blackburn
cfffd4b382 renamed a Dutch manpage 2010-01-02 20:42:36 -10:00
Adam Blackburn
d0272be743 added no_install_i18n_man to wpath.py.in 2010-01-02 20:22:00 -10:00
Adam Blackburn
46f393e034 add Dutch man pages 2010-01-02 20:14:43 -10:00
Adam Blackburn
ef7c7093ef add pixmaps to wpath 2010-01-02 18:35:06 -10:00
Adam Blackburn
23972b54f2 use wicd-gtk to launch the GTK UI instead of wicd-client 2010-01-02 07:57:14 -10:00
Adam Blackburn
d1242e1b0d merged David Paleino's split file installation branch 2010-01-02 07:52:03 -10:00
David Paleino
a92af3a198 Code separation, added wicd-gtk script 2010-01-02 12:07:46 +01:00
Adam Blackburn
aec29fb7d1 fix a typo in the Slackware init script 2009-12-30 10:13:49 -10:00
Adam Blackburn
3f586e67e0 update the Arch init script to use the -k switch 2009-12-30 10:06:39 -10:00
Andrew Psaltis
49ed9f6251 Modified two initscripts to support wicd -k, made wicd -k have a non-zero exit code if it can't find a daemon to kill. 2009-12-29 21:22:23 -05:00
Andrew Psaltis
ff6cca2528 Cleaned up the wicd-curses code, pruned the documentation of old stuff, and removed the -c/-r options from wicd-curses, since only -r works. 2009-12-29 21:01:59 -05:00
Andrew Psaltis
e3462495f4 Use the system python instead of a local one (which may be referenced inside the scripts that call wicd). Thanks to Russel O'Connor. 2009-12-27 22:22:09 -05:00
Andrew Psaltis
3ca3da00a0 Improved compatibility with the init system in Fedora/RHEL/CentOS. 2009-12-01 23:24:48 -05:00
Adam Blackburn
7ccdcbd682 merged optionalgui 2009-11-21 12:06:46 -06:00
Robby Workman
66b104e167 Allow installation without the gtk client.
This adds a --no-install-gtk switch to configure.
  Icons are not installed if the gtk client is not installed.
2009-11-06 11:40:17 -06:00
Robby Workman
2b662fa790 Fixed in/wpath.py.in for the commandline-only application. 2009-11-06 08:27:00 -06:00
Robby Workman
ad1fdb0201 Initial commit of Ronuk Raval's wicd_cli branch into the main
1.6 codebase.  This is still untested, so depending on any
  problems found, and assuming it eventually makes into the
  main branch, we might rebase it before the merge.
2009-11-05 23:20:36 -06:00
Andrew Psaltis
05a46ddfdc Adjusted the keystrokes in wicd-curses to support 8-bit terminals (like xterms by default).
Thanks to DarkStarSword for the patch.
2009-09-02 10:20:13 -04:00
Adam Blackburn
6e132f1028 moved 55wicd to 91wicd 2009-07-27 21:09:18 -05:00
Robby Workman
447e9f454d Clarify at_console and Introspectable bits in dbus config
This (again) is largely aesthetic, but it clarifies the %WICDGROUP%
    setting (previous the comment referred to "above" while it was 
    actually below) by moving that block above the at_console block.

  Also this adds a comment about the Introspectable method to head
    off any inquiries as to why we're allowing that in wicd's config.
2009-07-08 01:39:53 -05:00
Adam Blackburn
d6b79beb83 Added Robby's comment on at_console 2009-07-07 18:41:52 -10:00
Robby Workman
54fcdee726 Reorder the directives in the dbus config file
This is aesthetic only; no functional change.
2009-07-07 22:36:05 -05:00
Robby Workman
155bf2edfd Remove obsolete entries from dbus config file
org.wicd.daemon.config no longer exists; this was apparently a
    leftover from the 1.4.x or 1.5.x days.
2009-07-07 22:31:08 -05:00
Andrew Psaltis
2e650c7a44 Background wicd's startup in Slackware's initscript. 2009-06-30 22:43:17 -04:00
Adam Blackburn
dd00cb5119 merged lp:~dpaleino/wicd/pre-post-down to allow having pre/post disconnection scripts 2009-06-20 19:24:07 -05:00
Adam Blackburn
3d4f3a005e merged lp:~adamblackburn/wicd/loggroup to allow passing the preferred log group and permissions to setup.py configure -- thanks to David Paleino 2009-06-20 19:22:36 -05:00
David Paleino
99fd8ee4d4 Add "status" to /etc/init.d/wicd (Debian/Ubuntu) 2009-06-16 17:56:21 +02:00
David Paleino
46bce8ea5e Provide a pre-/post-down script mechanism
WICD currently only provides pre-/post-connection scripts, and
  only one disconnection script, that is run before actually
  disconnecting. This provides pre-/post-disconnection scripts,
  thus increasing configuration flexibility.
2009-06-16 17:13:41 +02:00
Adam Blackburn
0c1c6c107c moved wicd-daemon.py back to wicd/ and changed wpath replacement values to use the wpath module 2009-06-16 23:08:52 +08:00
David Paleino
355a8bca1c Support --loggroup and --logperms arguments to setup.py 2009-06-13 22:59:03 +02:00
Adam Blackburn
45b5c4718c added support for disabling notifications in setup.py 2009-05-05 10:34:44 +08:00
Andrew Psaltis
62a6bb6748 Set the "Required-Stop" field in the openSUSE initscript to $null to get the OBS to stop complaining. 2009-04-20 01:02:20 -04:00
Andrew Psaltis
5e5f73dd3e Updated wicd-curses.8.in, made the date in wicd-client.1 accurate, fixed a typo in setup.py, and added a bdist_rpm option in setup.cfg. 2009-04-14 01:06:36 -04:00
Andrew Psaltis
ca6dc60647 Merged curses-uimod. It works well enough for me at the moment. 2009-03-21 23:21:31 -04:00
Andrew Psaltis
064fa05d61 Updated docs to note that enter results in connecting. 2009-03-21 23:18:03 -04:00
Dan O'Reilly
518e0ec358 Apply Debian initscript patch from David Paleino. 2009-03-15 20:54:16 -04:00
Andrew Psaltis
d336a0f42d Fixed the fix. 2009-03-08 18:31:36 -04:00
Andrew Psaltis
98277aafb2 Fixed the Lunar init script. 2009-03-08 18:02:44 -04:00
Andrew Psaltis
1327bfcc32 Added an init script for Lunar Linux. 2009-03-08 17:38:47 -04:00
Dan O'Reilly
4365a8406b Fix suse init script. 2009-03-08 15:58:44 -04:00
Andrew Psaltis
852de07893 Merged r317 of mainline 1.6 2009-03-06 19:40:10 -05:00
Andrew Psaltis
45eae059e5 Made the wicd-curses script add WHEREAREMYFILES
Moved WHEREAREMYFILES to /var/lib/wicd, and adapted setup.py, wpath.py, and
  the wicd-client script to support it
Fixed a typo in setup.py
2009-03-06 19:28:09 -05:00
Andrew Psaltis
e2c50e1090 Merged in translations.py changes (r315) from mainline 1.6. 2009-03-04 00:41:28 -05:00
Dan O'Reilly
5f6807732a Don't provide separate options for pre/post/disconnect scripts. Just a parent scripts directory. 2009-03-01 22:43:28 -05:00
Andrew Psaltis
809604f101 Merge r311 of mainline 1.6 2009-02-28 08:48:21 -05:00
Andrew Psaltis
432f1c96ca curses/netentry_curses.py:
Made the password field actually keep its "passwordiness" when we go to the
    buttons.
in/scripts=wicd-client.in:
  Added support for X being off and wicd-curses not being there
2009-02-28 08:40:02 -05:00
Dan O'Reilly
e40afce104 Initial crack at global scripts support. Also includes some setup.py tweaks. 2009-02-27 00:40:19 -05:00
Andrew Psaltis
af62a5d76a Made the Slackware init script look more like the rest of the Slackware init scripts. 2009-02-24 10:28:03 -05:00
Andrew Psaltis
fe7062371c curses/wicd-curses.py:
Console display defaults to raw_display now, added -c argument to select curses_display
curses/README,in/man=wicd-curses.8.in:
  Updated stuff done in wicd-curses.py
2009-02-21 19:36:57 -05:00
Andrew Psaltis
1ab13ae618 curses/curses_misc.py:
Fixed some of the arguments in MaskingEdit
curses/netentry_curses.py:
  Added an autoconnect switch to the WirelessSettingsDialog
  Reformatted some code
  Ensured that the buttons are glued to the bottom of the dialog
AUTHORS:
  Changed Adam's e-mail to match the ones in the man page.
AUTHORS, in/man=wicd.8.in:
  Added/updated my e-mail
in/man=wicd-curses.8.in:
  Removed mention of the keymap modification (too difficult/potentially
    problematic)
  Removed mention of my branch, bugs can be tagged with "wicd-curses" or something
    like that
2009-02-17 20:04:50 -05:00