summaryrefslogtreecommitdiffstats
path: root/iw/account_gui.py
Commit message (Expand)AuthorAgeFilesLines
* don't run the window after showing it with response being handled. this caus...Jeremy Katz2002-07-101-2/+0
* add mnemonicsJeremy Katz2002-07-021-20/+28
* got to have a titleMike Fulbright2002-06-281-1/+1
* double click on the user list should let you edit the userJeremy Katz2002-06-201-0/+4
* fix another case of button orderingJeremy Katz2002-06-201-1/+1
* add mnemonics and get button order correct for adding a userJeremy Katz2002-06-191-6/+6
* make things work with new pygtk2Jeremy Katz2002-06-171-7/+4
* switch to get_iter_first()Mike Fulbright2002-06-061-2/+2
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our...Mike Fulbright2002-05-231-2/+2
* bye bye redundancyJeremy Katz2002-02-141-2/+1
* fix #59422Matt Wilson2002-02-111-2/+2
* oh yeah goodbye reconfigMike Fulbright2002-02-081-6/+0
* add frameMatt Wilson2002-02-061-2/+3
* not that it matters much with reconfig dead (pychecker)Jeremy Katz2002-02-011-1/+0
* add a shadow to the user listJeremy Katz2002-01-311-0/+19
* rewrote user account screen to use treeviewMike Fulbright2002-01-301-59/+88
* eep, why was this commented outJeremy Katz2002-01-081-2/+2
* s/set_usize/set_size_request/gMatt Wilson2002-01-081-2/+2
* make order of labels consistent. Fixes RFE #53179bfox2001-10-241-12/+22
* Port user popup window to GTK 2. Resolves bug #53143bfox2001-10-241-13/+19
* merge anaconda-gtk-2-0-branch to HEADMatt Wilson2001-10-161-126/+132
* remove 8 char limit on usernames. Resolves bug #27011bfox2001-09-211-2/+3
* add forwarding on <Enter> press to userWinbfox2001-09-191-1/+6
* don't allow system users in the user add screenbfox2001-09-131-1/+8
* let user passwords be arbitrary lengths (52330)Jeremy Katz2001-08-241-2/+2
* fix text wrapping for lowres modebfox2001-08-211-1/+4
* deactivate user entry box in reconfig modebfox2001-08-011-0/+8
* reordered the connect statements to avoid GTK assertion error msgsbfox2001-08-011-7/+9
* Remove all python use of Imlib; replace with gdk pixbufMatt Wilson2001-07-251-8/+4
* make column titles inactivebfox2001-07-241-1/+1
* enforce 6 char passwords for usersbfox2001-07-181-1/+4
* copyrightMatt Wilson2001-07-161-0/+13
* new user iconMatt Wilson2001-07-111-2/+2
* integrated changes suggested by docsMike Fulbright2001-07-061-2/+8
* don't translate empty strings!Matt Wilson2001-06-271-1/+1
* more pychecker cleanupsMatt Wilson2001-06-231-4/+0
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-130/+171
* Removed activate connect for self.fullName. There's a better way to fix this...bfox2001-02-071-1/+6
* added comments to tell what tags correspond to what screensMike Fulbright2000-12-131-0/+1
* Fixed bug #21030. Added a setFocus routine so that self.pw graps the keyboar...bfox2000-12-011-0/+6
* anaconda now requires user passwords to be at least six characters in length....bfox2000-10-091-1/+1
* alignment changes for jaErik Troan2000-10-041-3/+7
* translateMatt Wilson2000-07-151-1/+1
* added scrollbar to user account screen for > 7 usersMike Fulbright2000-06-091-1/+5
* give a better error when user tries to add the root userErik Troan2000-05-121-0/+2
* added messages for user password statusErik Troan2000-05-021-7/+25
* Fixups to make modules findable after text and gui file renamingMike Fulbright2000-04-201-1/+1
* Renamed account.py to account_gui.pyMike Fulbright2000-04-191-0/+283