summaryrefslogtreecommitdiffstats
path: root/iw/account_gui.py
Commit message (Expand)AuthorAgeFilesLines
* clear the password/confirm entries if there's a problem with the passwordJeremy Katz2004-06-031-4/+10
* add a few more wordsJeremy Katz2004-06-031-2/+3
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-20/+24
* nalin sez spaces are fine (#84705)Jeremy Katz2003-02-201-1/+1
* only allow ascii passwords. anything else is nonsensical and impossible toJeremy Katz2003-01-231-1/+13
* don't pass the accounts object around either since it's superflous nowJeremy Katz2002-10-011-1/+1
* remove user account codebfox2002-09-201-349/+1
* clean up some alignments in the root password part of the screenbfox2002-09-201-11/+8
* oops, don't let passwords of less than six chars be added (#72006)Jeremy Katz2002-08-211-1/+3
* translate the label (#70422)Jeremy Katz2002-08-021-1/+1
* new iter_next APIMatt Wilson2002-07-181-3/+2
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-10/+7
* 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