1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-24 23:22:27 +01:00
Files
wicd/curses
Andrew Psaltis 4ab56b1183 Checkpoint in WirelessNetEntry development
curses/curses_misc.py:
  Refactored some DynWrap internals
  Added MaskingEdit, a password edit
  Modified ComboBox to use a DynWrap internally instead of an AttrWrap
curses/netentry_curses.py:
  Added most of the WirelessNetEntry.  It doesn't save information yet, but it does
    load most of it.  Support for viewing the templated network settings is not
    implemented yet.
curses/wicd-curses.py:
  Activated support for the WirelessNetEntry configurator.  The wired one is not
    implemented yet.
2009-01-06 19:02:27 -05:00
..
2009-01-04 20:33:31 -05:00
2008-12-30 23:10:18 -05:00

This is a curses-based client for wicd.  It is designed to imitate wicd-client
as much as can be done with a console-based interface.  It is written using the
Urwid (http://excess.org/urwid) toolkit, and thus requires it.

That's all there is to it, really.  It installs unless you disable when you
call setup.py

Right now, it lists current available networks, and whether you are connected
to anything or not, all of which is updated in real time.  It will actually 
connect you to networks now.  Global preferences are now configurable from the
console.  Per-network settings is a work in progress.

Controls:

F5     : refresh wireless networks
F8 or Q: quit 
D      : disconnect from active network
ESC    : if connecting to a network, stop doing so
ENTER  : Attempt connection to selected network
P      : Display preferences dialog
C      : Display network configuration for selected network
A      : Display "About" dialog

IN DIALOGS:
ESC or Q: Quit dialog without saving information (if present)
Meta+Left/Right: Change tabs Left/Right
Meta+Enter : Quit dialog and save information



~NaCl