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

82 Commits

Author SHA1 Message Date
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
Dan O'Reilly
71583f700b Merge experimental-rworkman 2009-02-12 20:07:12 -05:00
Andrew Psaltis
533eb46eed Merged with r294 of mainline 1.6. 2009-02-12 00:38:24 -05:00
Robby Workman
d369bc0587 Removed a relic from 1.4.x :) 2009-02-11 22:04:44 -06:00
Robby Workman
b168381bc5 Removed date ; added reference to wicd-curses(8).
Minor formatting fixes.
Documented the backend=, prefer_wired=, and global_dns_dom= parameters
  in manager-settings.conf
2009-02-11 22:03:24 -06:00
Robby Workman
6d2cd5bfa7 Removed date ; added references to wicd-curses(8). 2009-02-11 22:01:58 -06:00
Robby Workman
06fce10acf Removed date ; added references to wicd-curses(8). 2009-02-11 22:01:24 -06:00
Robby Workman
f171f14b1f Removed the date, as it's pointless.
Added NaCl to the AUTHORS list (still needs email addy).
Something else minor that I forgot :/
2009-02-11 22:00:10 -06:00
Dan O'Reilly
4076153796 Make default init script executable. 2009-02-11 22:44:38 -05:00
Andrew Psaltis
e5dbf2755f curses/wicd-curses.py:
Added a mention of the About dialog in the help
curses/prefs_curses.py:
  Fixed mouse support
in/man=wicd-curses.8.in
  Added a mention of the about dialog
2009-02-08 12:26:50 -05:00
Robby Workman
781e0eb743 Bugfix to prevent creation of $HOME/~/ directory 2009-02-03 10:14:34 -06:00
Robby Workman
aa0446e1dd Merged some salty stuff... 2009-01-30 22:48:56 -06:00
Andrew Psaltis
7cde91e14a curses/configscript_curses.py:
Fixed the typo that rworkman noticed.
curses/wicd-curses.py:
  Ensured that the upper status bar updates itself immediately after a
    connection is made, as opposed to a second or two after the fact
curses/README: Added a FAQ and added the new keybindings
in/man=wicd-curses.8.in: Added the new keybindings
2009-01-30 23:46:07 -05:00
Andrew Psaltis
b5f6fcc702 Merged in (only) r261 of rworkman's branch, which quotes the strings in the wicd-client script.
Also, the revision numbers of the mainline have changed on me.  r263 contained all of the translations that I requested.
2009-01-29 15:55:32 -05:00
Robby Workman
87ede3379e Quote some values in the wicd-client.in script, in case some insane
person passes a VERSION string with spaces in it.  I can't imagine
  who would have done such a thing ;-)
2009-01-28 21:40:40 -06:00
Robby Workman
728fa198ce Updated Gentoo's init script from portage.
Thanks to Jeremy Olexa (darkside_).
2009-01-28 20:54:31 -06:00
Robby Workman
7765abf9b5 Merged changes from svenstaro to the Arch init script, and then
did some cleanup edits in this tree.
2009-01-28 19:28:05 -06:00
Andrew Psaltis
1c425b4b78 Merged with r247 of rworkman's branch, which:
Adds ~crux support to setup.py
  Slightly reformats the wicd-client.1 man page, and fixes a spelling error
  Fixes some stuff in the wicd-client script.  I just accepted the other "nitpicks", too.

I do not know why the wicd.glade file was changed.
There were conflicts in merging of the wicd-client script and man page.
2009-01-23 22:18:18 -05:00