1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-23 06:37:59 +01:00
Commit Graph

26 Commits

Author SHA1 Message Date
David Paleino
63e120de66 add logrotate config file, thanks to David Cantrell for inspiration 2011-10-04 23:19:44 +02:00
David Paleino
6aa22de251 add systemd unit file for wicd-daemon, thanks to David Cantrell 2011-10-04 23:11:57 +02:00
David Paleino
c74a17f0a0 add dbus service file, thanks to David Cantrell 2011-10-04 23:07:12 +02:00
Adam Blackburn
d0272be743 added no_install_i18n_man to wpath.py.in 2010-01-02 20:22:00 -10:00
Adam Blackburn
ef7c7093ef add pixmaps to wpath 2010-01-02 18:35:06 -10:00
David Paleino
a92af3a198 Code separation, added wicd-gtk script 2010-01-02 12:07:46 +01: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
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
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
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
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
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
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
1b17fde015 setup.py:
Added support for keeping track of the revisions of the curses client
    (%CURSES_REVNO%)
curses/wicd-curses.py:
  Added the ad-hoc controls to the Help dialog
  Set wireless scans to be synchronous (True), to adapt to an API change in mainline
  Added support for OptionParser, added and implemented the option that was
    described in the man page (and -h (help) and --version)
in/wicd=wpath.py.in: Added a curses_revision flag
in/man=wicd-curses.8.in:
  Option parsing has been implemented.  Added the %CURSES_REVNO% flag to the man page.
  Fixed an accidental " added to one of the headers
2009-01-23 22:13:27 -05:00
Robby Workman
066237718f Fixed up setup.py and wpath.py to install the curses client.
Added a wicd-curses wrapper script to /usr/bin
Made curses *.py files executable
All of this passes the build test, but not the "WFM" test. :)
2009-01-01 02:02:26 -06:00
Robby Workman
5de0569fab Merged r233 from mainline 2008-12-30 20:07:52 -06:00
Adam Blackburn
bc584bfa3f Added support for storing the revision number in wpath.py 2008-12-30 10:16:09 -06:00
Adam Blackburn
b0ef6a905b Centralized version number in setup.py 2008-12-30 09:53:30 -06:00
Robby Workman
48160df95b Add support for configurable Unix group to be used - basically, users
must be a member of this group in order to use Wicd.  Note that this
  does not apply on systems configured to use ConsoleKit/PAM/et al.
This defaults to use the "users" group so that it will work "out of the
  box" for most people, but distributions are encouraged to edit it
  as needed with the "--wicdgroup=whatever" configure argument.
2008-12-23 01:47:53 -06:00
Dan O'Reilly
254d7c55dc More build fixes 2008-12-11 00:37:07 -05:00
Dan O'Reilly
e3c70de4f5 Fix running scripts
Fix broken symlink
Update slackware init script
Add new build options to wpath.py
2008-12-11 00:29:00 -05:00
imdano
f7fce478a2 experimental:
- Add backends entry to wpath.py
2008-09-06 19:54:20 +00:00
compwiz18
0844386017 Experimental: Apply changes involving setup.py
* Added setup.py from trunk
 * Updated various information files (AUTHORS, README, etc)
 * Update the Wicd icon
 * Move stuff around to match trunk's layout
2008-08-23 20:14:43 +00:00