mirror of
https://github.com/gryf/wicd.git
synced 2026-04-19 12:13:33 +02:00
Wired network control support is now more-or-less complete
curses/curses_misc.py:
Made set_focus() actually set the focus
Added ability for combobox to rebuild itself
curses/netentry_curses:
Added WiredSettingsDialog. Sometimes, the "Defaultness" of the network
takes a little while to show up in the dialog. Don't know why yet.
Reorganized some of the AdvancedSettingsDialog code
curses/wicd-curses.py:
Reactivated WiredComboBox
Added support for WiredSettingsDialog
Added ability to create and delete wired network profiles
Fixed bug where the program could crash on the end of scanning networks if
timing is slightly off
Display the screen locker immediately after initiating a scan
curses/README,TODO: Wired network support is complete
in/man=wicd-curses.8.in:
Wired network support is now complete
Added revision information to the bottom of the man page
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.TH WICD-CURSES "8" "January 2009" "wicd-curses"
|
||||
.\" First revision was r203
|
||||
.TH WICD-CURSES "8" "January 2009" "wicd-curses-r247"
|
||||
.SH NAME
|
||||
.B wicd-curses
|
||||
\- curses-based wicd(8) controller
|
||||
@@ -39,11 +40,14 @@ Bring up hidden network scanning dialog
|
||||
.TP
|
||||
.BR H
|
||||
Bring up a rather simplistic help dialog. Of course, it mentions this man page first. :-)
|
||||
.PP
|
||||
The following is a work in progress and might not be fully functional as of yet.
|
||||
.\".PP
|
||||
.\"The following is a work in progress and might not be fully functional as of yet.
|
||||
.TP
|
||||
.BR C
|
||||
Bring up network configuration controller for the selected network
|
||||
.TP
|
||||
.BR delete
|
||||
Delete the selected wired network profile (from the wired combo box at the top)
|
||||
.PP
|
||||
The following are not implemented yet:
|
||||
.TP
|
||||
|
||||
Reference in New Issue
Block a user