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

114 Commits

Author SHA1 Message Date
Adam Blackburn
a098c2a9c5 updated version number, CHANGES, and NEWS 2009-12-23 16:51:19 -10:00
Adam Blackburn
fa76ba5a7a add support for copying dhclient.conf.template from a default file if it isn't found 2009-12-23 16:48:39 -10:00
Adam Blackburn
a327a824f7 added dhclient.conf.template and made setup.py install it 2009-12-22 18:48:43 -10:00
Andrew Psaltis
3ca3da00a0 Improved compatibility with the init system in Fedora/RHEL/CentOS. 2009-12-01 23:24:48 -05:00
Adam Blackburn
9b53508a82 updated version number, CHANGES, and NEWS for release 2009-12-01 20:59:27 -06:00
Adam Blackburn
c3d6167c59 updated setup.py, NEWS, and CHANGES 2009-11-21 22:08:33 -06:00
Adam Blackburn
7ccdcbd682 merged optionalgui 2009-11-21 12:06:46 -06:00
Robby Workman
006cfd34b4 Make --no-install-gtk ignore the gui and guiutil python modules
This is not how Adam recommended doing it, but I couldn't get
  that way to work.  :-)
2009-11-06 15:52:15 -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
91711fc638 Install some additional docs
Renamed curses/README to curses/README.curses
  Renamed curses/TODO to curses/TODO.curses
  Renamed cli/README to cli/README.cli
  Edited setup.py to install these docs to wpath.docdir
2009-11-06 08:37:58 -06:00
Robby Workman
f0d729737e Oops - install the wicd-cli.py file to %LIB% if we want the cli
client to actually work :-)
2009-11-06 08:33:23 -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
Adam Blackburn
6e132f1028 moved 55wicd to 91wicd 2009-07-27 21:09:18 -05:00
Adam Blackburn
cbf9ff418c fix problem running get_translations if translations/ doesn't exist 2009-07-05 09:26:24 -10:00
Adam Blackburn
33bc2dd489 updated setup.py version number, CHANGES, and NEWS 2009-07-05 08:56:26 -10:00
Adam Blackburn
42caa8af87 updated setup.py version and CHANGES 2009-06-20 23:02:23 -05: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
b10c959e9a add .sourceforge.net to the URLs in the translator 2009-06-04 22:24:14 +08:00
Adam Blackburn
e8f0376a69 updated CHANGES, setup.py version, and NEWS 2009-06-04 21:39:36 +08:00
Adam Blackburn
d4b5830f9d updated CHANGES and setup.py version 2009-05-28 11:10:10 +08:00
Adam Blackburn
fce29234b3 Updated version numbers and CHANGES 2009-05-23 12:51:02 +08:00
Adam Blackburn
d693839013 Changed DHCP client order to dhcpcd -> pump -> dhclient 2009-05-20 07:01:31 +08:00
Adam Blackburn
f609ff99fe Apply .desktop file patch from Debian (remove deprecated encoding line) 2009-05-16 20:50:20 +08:00
Adam Blackburn
95a8261a49 update CHANGES and NEWS 2009-05-14 21:55:59 +08:00
Andrew Psaltis
dffed496a8 Added support for manual distro detection in setup.py. 2009-05-07 00:30:25 -04:00
Adam Blackburn
45b5c4718c added support for disabling notifications in setup.py 2009-05-05 10:34:44 +08:00
Adam Blackburn
5c4261a267 added support for automatically retrieving translations.py 2009-05-02 15:24:50 +08:00
Adam Blackburn
6650c84aec Updated version numbers 2009-04-26 08:03:59 +09:00
Adam Blackburn
25aab27635 Redirected bzr output to /dev/null 2009-04-26 08:00:33 +09:00
Adam Blackburn
e407230d62 Fixed setup.py translations installation and made wicd-daemon.py +x 2009-04-26 07:53:24 +09:00
Adam Blackburn
5b8819bc6c fixed another typo 2009-04-22 22:17:39 +08:00
Adam Blackburn
807054bb3a fixed a typo 2009-04-22 22:11:33 +08:00
Adam Blackburn
167b18cdeb Updated version number 2009-04-22 22:02:31 +08:00
Adam Blackburn
3665bc3c61 Updated vcsinfo.py generation logic 2009-04-22 21:45:51 +08: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
72c5507232 Added my name to setup.py. 2009-04-12 02:50:57 -04:00
Adam Blackburn
0c7c4e86dd vcsinfo.py is regenerated when setup.py is run 2009-04-12 14:48:52 +08:00
Dan O'Reilly
8ecd9ec029 Don't build C extensions modules in main setup.py
Give WirelessInformationDialog a parent.
2009-04-11 18:04:22 -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
Dan O'Reilly
518e0ec358 Apply Debian initscript patch from David Paleino. 2009-03-15 20:54:16 -04:00
Andrew Psaltis
857d19b0ec Merged setup.py changes from experimental-nacl, r293. 2009-03-14 16:56:06 -04:00
Adam Blackburn
0306b57800 Fixed get_translations and renamed cleargenerated to clear_generated 2009-03-12 17:55:16 +08:00
Andrew Psaltis
ee2a1020c0 Merged with experimental-nacl, r292 2009-03-11 20:34:52 -04:00
Andrew Psaltis
1327bfcc32 Added an init script for Lunar Linux. 2009-03-08 17:38:47 -04:00
Andrew Psaltis
7d5fac6f0a Added mouse support to OptCols. Everything works :-).
This branch will be merged into experimental-nacl once I'm sure that everything works, and I update the documentation.
2009-03-07 16:26:41 -05:00
Andrew Psaltis
9dd7e06b99 Merged r294 of experimental-nacl 2009-03-07 14:49:51 -05: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