aboutsummaryrefslogtreecommitdiffstats
path: root/userdrake
Commit message (Collapse)AuthorAgeFilesLines
* (GetFaceIcon) make obvious parameter is optionalThierry Vignaud2016-11-081-2/+2
| | | | one less perl_checker warning
* 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
| | | | same issue as in rpmdrake: migration in commit e04fc83fd was bogus
* 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
| | | | thus fixing a crash if clicking too often
* 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
| | | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r396 | dmorgan | 2011-02-03 17:46:13 +0000 (Thu, 03 Feb 2011) | 1 line Import cleaned userdrake2 ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: - License: GPLv2 according to the COPYING file - Icons: icons in ./icons and /pixmaps replaced by Oxygen icons
* (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
|
* make a variable widely availableThierry Vignaud2010-02-021-1/+1
|
* (RefreshXguest,Refresh) refresh user list when adding/removing xguest (tv)Christophe Fergeau2009-10-211-2/+4
|
* bump copyright yearThierry Vignaud2009-10-171-2/+2
|
* fix a theorical crash on closing splash window (which is actuallyThierry Vignaud2009-10-171-1/+1
| | | | | | impossible) (catched by perl_checker, bug is here since r25563 by daouda on 2003-08-20: "splash screen")
* (is_xguest_installed,RefreshXguest,Xguest) enable to install/uninstall ↵Thierry Vignaud2009-10-171-1/+32
| | | | xguest account from 'actions' menu