summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakperm
Commit message (Expand)AuthorAgeFilesLines
* Dialog->set_has_separator() no more exists in Gtk3Thierry Vignaud2013-11-241-2/+0
* perlish $dialog->action_area => $dialog->get_action_areaThierry Vignaud2013-11-241-1/+1
* perlish $dialog->vbox => $dialog->get_childThierry Vignaud2013-11-241-1/+1
* (create_boxradio,create_widgets) adapt to new tooltips APIThierry Vignaud2013-11-241-6/+3
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-11-241-6/+6
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-11-241-8/+8
* - fixed typo (Bug 960)Oliver Burger2011-05-031-1/+1
* show banner when not embeddedThierry Vignaud2008-09-291-0/+1
* (row_setting_dialog) further use mygtk2Thierry Vignaud2008-09-291-3/+2
* use Gtk+2's FileChooserDialogThierry Vignaud2008-09-291-7/+8
* perl_checker cleanupsThierry Vignaud2008-02-111-1/+2
* (row_setting_dialog) warning dialogs are confusing since OK/cancelThierry Vignaud2008-02-111-2/+2
* (row_setting_dialog) further simplifyThierry Vignaud2008-02-111-2/+1
* (row_setting_dialog) simplify using mygtk2 sugarThierry Vignaud2008-02-111-4/+1
* re-sync after the big svn lossPascal Rigaux2007-04-251-57/+55
* perl_checker cleanupThierry Vignaud2005-10-121-1/+1
* (row_setting_dialog) simplifyThierry Vignaud2005-09-121-1/+1
* (row_setting_dialog) ensure that both the user and the group are validThierry Vignaud2005-09-121-2/+10
* (row_setting_dialog) remove debug messageThierry Vignaud2005-09-121-1/+0
* (row_setting_dialog) prevent entering a path that is not absoluteThierry Vignaud2005-09-121-1/+6
* remove unused codePascal Rigaux2005-06-031-1/+0
* embedding cleanups resulting in reusing main window icon in sub dialogsThierry Vignaud2005-05-021-1/+1
* perl_checker cleanupsThierry Vignaud2005-04-211-19/+19
* (row_setting_dialog) set dialog's title (usability bug)Thierry Vignaud2005-04-211-4/+5
* (row_setting_dialog) better looking GUI: span groups & users onThierry Vignaud2005-03-181-0/+2
* (get_user_or_group) do not ignore groups with empty password field (#14777)Thierry Vignaud2005-03-181-3/+7
* fix the various transient on {rwindow} (or even {window} ?) not working anymo...Pascal Rigaux2005-01-221-1/+1
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-1/+1
* (get_user_or_group) list users rather than groups when requested forThierry Vignaud2004-09-271-1/+1
* (get_user_or_group) fix freeze (#11274)Thierry Vignaud2004-09-081-1/+1
* reuse mcc icons (if availlable) for windowsThierry Vignaud2004-09-021-0/+1
* typo fixesThierry Vignaud2004-08-191-2/+2
* prefer obj->new rather than new obj for gtk+ widgetsThierry Vignaud2004-08-091-5/+5
* - perl_checker cleanupsThierry Vignaud2004-08-091-14/+7
* (row_setting_dialog) add hints for translatorsThierry Vignaud2004-08-081-3/+12
* (row_setting_dialog) enable translators to print a fully translated stringsThierry Vignaud2004-08-081-4/+4
* (row_setting_dialog) do not set hash as string on labels else perl willThierry Vignaud2004-08-081-1/+1
* simplify code through Gtk2::ComboBox->new_with_strings()Thierry Vignaud2004-08-081-6/+3
* revert ugly code printing "This program cannot be run in console mode",Pascal Rigaux2004-07-011-10/+1
* Some standalone tools don't compile when run from consoleRafael Garcia-Suarez2004-06-241-1/+10
* enable drag on drop when looking only at customized settingsThierry Vignaud2004-06-141-1/+5
* switch from deprecated OptionMenu into new ComboBox widgetThierry Vignaud2004-05-241-3/+3
* (row_setting_dialog) hide dialog's horizontal separator, becauseThierry Vignaud2004-03-221-0/+2
* add space around main vbox (Robert Vojta, #9153)Thierry Vignaud2004-03-221-1/+1
* (row_setting_dialog) sanitize spacing in framesThierry Vignaud2004-03-101-7/+7
* center labels like beforeThierry Vignaud2004-03-081-2/+2
* fix "current" checkbox vs "group" and "user" pull-down menusThierry Vignaud2004-02-201-4/+3
* alter message according to interface team suggestionThierry Vignaud2004-01-131-1/+1
* sanitize buttons through reusing create_okcancel()Thierry Vignaud2004-01-131-37/+40
* do not discard 0 when perms are 0xx likeThierry Vignaud2004-01-061-1/+1