1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-09 07:14:13 +01:00

curses/curses_misc.py:

Fixed some of the arguments in MaskingEdit
curses/netentry_curses.py:
  Added an autoconnect switch to the WirelessSettingsDialog
  Reformatted some code
  Ensured that the buttons are glued to the bottom of the dialog
AUTHORS:
  Changed Adam's e-mail to match the ones in the man page.
AUTHORS, in/man=wicd.8.in:
  Added/updated my e-mail
in/man=wicd-curses.8.in:
  Removed mention of the keymap modification (too difficult/potentially
    problematic)
  Removed mention of my branch, bugs can be tagged with "wicd-curses" or something
    like that
This commit is contained in:
Andrew Psaltis
2009-02-17 20:04:50 -05:00
parent 080f7216b2
commit 1ab13ae618
6 changed files with 40 additions and 31 deletions

View File

@@ -64,20 +64,15 @@ Bring up instructions on how to edit the scripts. I have implemented a way to d
Raise the Ad-Hoc network creation dialog
.SH "FILES"
These are not used yet.
.TP
.I ~/.wicd/WHEREAREMYFILES
Reminder that your network configuration files are not here ;-)
.TP
.I %LIB%keymap.py
Tentative location of the system keymap
.PP
These following are not used yet:
.TP
.I %LIB%colors.py
Tentative location of the system color schemes
.TP
.I ~/.wicd/keymap.py
Custom keybindings. Also where you can (later) disable the mouse.
.TP
.I ~/.wicd/colors.py
Custom color schemes.
.SH "SEE ALSO"
@@ -87,7 +82,7 @@ Custom color schemes.
.SH BUGS
Probably lots. ;-)
If you happen to find one, ask about it on #wicd on freenode, or submit a bug report to http://launchpad.net/wicd, branch experimental-nacl.
If you happen to find one, ask about it on #wicd on freenode, or submit a bug report to http://launchpad.net/wicd.
.SH WICD-CURSES AUTHOR
Andrew Psaltis <ampsaltis@gmail.com>

View File

@@ -157,7 +157,7 @@ Adam Blackburn <compwiz18@gmail.com>
.br
Dan O'Reilly <oreilldf@gmail.com>
.br
Andrew Psaltis <insertmail@here> (curses client)
Andrew Psaltis <ampsaltis@gmail.com> (curses client)
.SH MANPAGE AUTHOR
Robby Workman <rworkman@slackware.com>