Commit Graph

13 Commits

Author SHA1 Message Date
Michael Spang dcc2222816 Fix default selection of next button
This used to work until urwid tried to start becoming smart about
which widget gets focus. Revert back to the dumb behavior.
2011-09-27 09:38:03 -04:00
Jeremy Roman 5dfb716d11 fixed bug reported by jdonland 2010-09-26 22:34:08 -04:00
Jeremy Roman e33c483d3a squeeze support 2010-09-24 21:19:36 -04:00
Jeremy Roman 046c0aa4f5 tab support finally lands in ceo 2010-09-24 20:31:00 -04:00
Jeremy Roman 6f0c920435 added ability to use first letter of menu items 2009-11-24 12:42:49 -05:00
Michael Spang 0413dcaaa4 Add labels to main menu
Most of CEO is restricted to office staff or worse, but anyone can run
it. This add labels to make necessary privileges clear to the user.
2009-08-23 15:40:22 -04:00
Nick Guenther 899791fb4e We've gone from not having a library, to having a basic library that almost works! There's kinks and the code could be cleaner in places, but it's a really decent start for only a day's work. yayyyy python 2008-06-02 23:21:25 -04:00
David Bartley 146745cff0 Add library stubs and refactor menu creation 2008-02-15 19:45:58 -05:00
David Bartley 6bec583059 Refactor uwldap constants 2008-01-23 02:11:16 -05:00
David Bartley a2a5e3771a Improved tab-completion 2007-12-18 15:58:07 -05:00
David Bartley 7a282739e2 Add tab completion for userid fields 2007-12-18 01:24:58 -05:00
Michael Spang 9470a42998 Remove chfn and chsh and allow shell changes in the gui
The chsh and chfn programs were broken anyway.
2007-12-16 01:16:21 -05:00
Michael Spang b8be0f8149 Reorganize namespace
There were too many packages with only a couple of modules
in them. It took minimum four tab completes to find an
interesting file. This halves that.
2007-12-13 23:34:16 -05:00