mirror of
https://github.com/gryf/wicd.git
synced 2025-12-25 16:02:28 +01:00
Added support for setting the text in the input dialog
Changed "body" to "parent" in ComboBox.
set_focus() unconditionally sets the focus now
Moved error() to this file. It fits better here, anyway.
Reverted TextDialog to its previous state
curses/netentry_curses.py:
Moved error() to curses_misc.py
curses/wicd-curses.py:
"Deimplemented" the script configurator, at the suggestion of various folks
#wicd, and replaced it with a simple instructions dialog. My original code
is still there, just commented out.
Added support for renaming wired network profiles (F2 when over the combo box)
Fixed various issues caused when deleting wired network profiles.
Refactored the help/about dialogs to support the old TextDialog
curses/README, in/man=wicd-curses.8.in:
Script configurator has been "changed"
39 lines
1.6 KiB
Plaintext
39 lines
1.6 KiB
Plaintext
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 it 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. Other features
|
|
include the ability to connect to networks, global preferences controls, and
|
|
per-network settings for wireless networks.
|
|
|
|
All features that I plan on implementing (that are not mentioned above) are
|
|
listed the TODO file in this same directory. If you want any other features,
|
|
ask me. I try to be on the #wicd Freenode IRC channel most of the time.
|
|
|
|
Controls:
|
|
|
|
F5 : refresh wireless networks
|
|
F8 or Q: quit
|
|
D : disconnect from all active networks
|
|
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
|
|
I : Raise the "Scan for hidden networks" dialog
|
|
H : Raise help dialog
|
|
S : Provide instructions for configuring scripts
|
|
delete : Delete selected wired network profile (from the wired ComboBox)
|
|
F2 : Rename selected wired network profile (from the wired ComboBox)
|
|
|
|
IN DIALOGS (Meta usually is "Alt"):
|
|
ESC or Q: Quit dialog without saving information (if present)
|
|
Meta+Left/Right: Change tabs Left/Right (if tabs present)
|
|
Meta+Enter : Quit dialog and save information
|
|
|
|
~NaCl
|