aboutsummaryrefslogtreecommitdiffstats
path: root/userdrake
Commit message (Expand)AuthorAgeFilesLines
* perl_checker cleanupsThierry Vignaud2018-09-281-2/+2
* - version 2.17 Notify user when home directory name already exists (mga#21333)Mike Rambo2018-03-071-4/+2
* add patch to notify of existing home directory (mga#21333)Nicolas Lécureuil2018-01-111-0/+6
* Correctly set permissions on the home directory when creating a new user (mga...Frédéric Buclin2017-03-131-30/+75
* Use the right file to check security level and password lenght (mga#20436)Angelo Naselli2017-03-101-3/+43
* (GetFaceIcon) make obvious parameter is optionalThierry Vignaud2016-11-081-2/+2
* WIPThierry Vignaud2016-09-161-1/+1
* fix minimal [GU]ID (mga#16888)Thierry Vignaud2016-09-121-2/+4
* perl_checker cleanupsThierry Vignaud2016-08-271-2/+2
* fix gtk+3 warningThierry Vignaud2016-08-271-0/+1
* Improve system user in 500-999 range heuristic by adding /run homedir filteringColin Guthrie2014-07-281-1/+1
* Add some heuristics to ignore system users in the 500-999 rangeColin Guthrie2014-07-271-0/+1
* Switch uid/gid boundary to 1000+Colin Guthrie2014-07-271-6/+6
* fix my emailThierry Vignaud2013-12-161-2/+2
* fix my emailThierry Vignaud2013-12-161-2/+2
* set_authors() needs an array refThierry Vignaud2013-12-161-2/+1
* icons were redone by mgaThierry Vignaud2013-12-161-1/+0
* Gtk3::Gdk::Keysyms{XYZ}" => "Gtk3::Gdk::KEY_XYZ"Thierry Vignaud2013-12-061-2/+2
* fix "forgiving" primary group when (un)selecting secondary groups (mga#11864)Thierry Vignaud2013-12-041-2/+4
* ignore events who lack ->x & ->yThierry Vignaud2013-12-041-0/+1
* OptionMenu was deprecated prior to Gtk3Thierry Vignaud2013-11-241-1/+1
* use new Toolbar APIThierry Vignaud2013-11-241-3/+3
* convert to UIManagerThierry Vignaud2013-11-241-35/+64
* perlish vbox() => get_child()Thierry Vignaud2013-11-241-7/+7
* perlish action_area() => get_action_area()Thierry Vignaud2013-11-241-8/+8
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-11-241-7/+7
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-11-241-1/+1
* those setters no more accept undefThierry Vignaud2013-11-241-2/+2
* s/Gtk3::Combo/Gtk3::ComboBoxText/Thierry Vignaud2013-11-241-1/+1
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-11-241-115/+115
* "Gtk2::Gdk::Keysyms{XYZ}" => "Gtk3::Gdk::KEY_XYZ"Thierry Vignaud2013-11-241-3/+2
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-11-241-5/+5
* fix typo for 'xguest' install/remove on 'userdrake' (bug #2247)Damien Lallement2011-12-281-1/+1
* New version 1.13.3Dexter Morgan2011-02-071-1/+1
* Fix copyrightDexter Morgan2011-02-061-1/+1
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-031-4/+4
* (BuildGui) cleanupThierry Vignaud2010-02-021-1/+0
* (GroupEdit_valid) reindent(Thierry Vignaud2010-02-021-27/+28
* fix translating some messages by declaring translation domains very earlyThierry Vignaud2010-02-021-2/+2
* (Edit) do not crash when trying to rename a user to an already existing nameThierry Vignaud2010-02-021-1/+5
* use libuser translationsThierry Vignaud2010-02-021-1/+1
* more code reindentation for readabilityThierry Vignaud2010-02-021-166/+255
* (CreateTree) reindentThierry Vignaud2010-02-021-24/+33
* (BuildUui) reindentThierry Vignaud2010-02-021-5/+10
* (Edit) reindentThierry Vignaud2010-02-021-61/+68
* (GroupEdit_widget) split it out of Edit()Thierry Vignaud2010-02-021-17/+31
* (UserEdit_widget) split it out of Edit()Thierry Vignaud2010-02-021-82/+118
* (GroupEdit_valid) split it out of Edit()Thierry Vignaud2010-02-021-42/+48
* (UserEdit_valid) split it out of Edit()Thierry Vignaud2010-02-021-78/+98
* (UserDelete,GroupDelete) split them out of Delete()Thierry Vignaud2010-02-021-73/+84