1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-24 23:22:27 +01:00
Commit Graph

22 Commits

Author SHA1 Message Date
Robby Workman
e00f80c757 Merged latest changes from NaCl. 2009-01-05 10:25:59 -06:00
Andrew Psaltis
2eaa3e3694 in/man=wicd-curses.8.in: Apparently I can't spell "tentative" properly. Thanks to rworkman. 2009-01-04 20:36:12 -05:00
Andrew Psaltis
68036d91ac curses/curses_misc.py:
Added DynWrapper, a wrapper class with which we can dynamically change the
    selectability of a widget.
  Removed ToggleEdit, replaced by DynWrapper.
curses/netentry_curses.py: ADDED.  Network entry configurator dialog.
  Has a base class for the common elements of the wired/wireless NetEntries.
curses/prefs_curses.py: Replaced ToggleEdits with DynWrapped Edits.
curses/wicd-curses.py:
  Rebuilt the connect function into the main keyhandler.  I discovered that
    implementing that the way I had previously done it would have made
    displaying the dialogs a bit more difficult
  Added support for running the NetEntry selector
in/man=wicd-curses.8.in, curses/README:
  Modified to say that the NetEntry dialog is now a WIP (Raise it with 'C')
setup.py:
  Install netentry_curses.py if we are installing the rest of the curses client
  Install the man page only if we want to install the rest of the man pages and
    the curses client
2009-01-04 20:33:31 -05:00
Robby Workman
c60713cdd6 s/Tenative/Tentative/g in wicd-curses(8) 2009-01-04 02:31:01 -06:00
Robby Workman
f29e6cb1f4 Merged latest nacl branch. 2009-01-04 02:27:44 -06:00
Andrew Psaltis
5b8417e8a8 curses/curses_misc.py:
meta+left/right now sets focus back to whereever you were in the list.
curses/wicd-curses.py:
  Made a custom combobox for the wired networks.  The one during the last commit was actually the wireless list.
  (Hopefully) made the wired network show up when it is actually active.
  Removed appGUI.call_connect and appGUI.connect.  They are no longer needed.
in/man=wicd-curses.8.in: ADDED.  wicd-curses(8) man page
setup.py: Install the above man page if we are installing the rest of the curses client
2009-01-03 22:57:41 -05:00
Robby Workman
944c53f7cd Removed a blank line from the end of the slackware init script.
Trivial, but annoying on upgrades for the config() .new stuff.
2009-01-03 00:08:53 -06: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
744324eb2e Merge in the changes to trunk's pm-utils sleep hook. 2008-12-27 19:21:45 -06:00
Robby Workman
ad6ddbfbae Fixup pm-utils hook to return proper exit codes and fix logging. 2008-12-27 00:37:03 -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
2b47ff538e Apply patch from rworkman
Update suspend/resume script
2008-12-11 00:56:12 -05: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
Dan O'Reilly
46bbde7745 merging in a bunch of trunk changes 2008-12-07 21:15:29 -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
f7fce478a2 experimental:
- Add backends entry to wpath.py
2008-09-06 19:54:20 +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