1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-27 17:02:30 +01:00
Commit Graph

14 Commits

Author SHA1 Message Date
Adam Blackburn
72b794df96 Debian patch: 05-use_binsh.patch 2010-05-29 17:32:34 +08:00
Adam Blackburn
231e5c6725 have wicd-client pass arguments to wicd-gtk and wicd-curses again 2010-01-07 10:39:06 -10:00
David Paleino
a92af3a198 Code separation, added wicd-gtk script 2010-01-02 12:07:46 +01: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
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
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
Robby Workman
781e0eb743 Bugfix to prevent creation of $HOME/~/ directory 2009-02-03 10:14:34 -06: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
784076926a Some nitpick edits to wicd-client's section that checks for X and offers
to launch the curses client.  This is largely personal preference, so
  no offense will be taken by merge refusal, but I'm not convinced that
  "friendliness" belongs in the file comments :-)
2009-01-23 16:04:07 -06:00
Andrew Psaltis
84cb49a6fc curses/prefs_curses.py:
Finished refactoring to accommodate the ComboBox changes
curses/wicd-curses.py:
  Moved some of the keybinding code around
in/other=WHEREAREMYFILES.in: ADDED.
  File telling the user where the wicd config files are.  Usually symlinked to
    ~/.wicd/WHEREAREMYFILES and installed to the documentation directory
in/scripts=wicd-client.in:
  Make ~/.wicd and link WHEREAREMYFILES if it has not been done so already.
  Start wicd-curses if there is no X server on this console
    (determined by the presence of $DISPLAY), and add a file detailing this
man/wicd-client.1: Added note about wicd-client starting wicd-curses
setup.py: Install WHEREAREMYFILES along with the rest of the documentation
2009-01-11 13:05:01 -05:00
imdano
20b4a61f30 experimental branch:
- Actually destroy the network entry objects that are supposed to get destroied
- Improve GUI behavior when initially opened.
- Use the python -O flag when launching the daemon/GUI.
- Favor gksudo over gksu.
- Remove broken interface enable/disable options.
2008-10-11 12:36:49 +00:00
imdano
e13f83d9fc trunk/all branches:
make wicd launch scripts use "exec" so that the launch script exits after starting up the daemon/tray icon.
2008-08-28 18:58:34 +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