summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakperm
Commit message (Collapse)AuthorAgeFilesLines
* - fixed typo (Bug 960)Oliver Burger2011-05-031-1/+1
| | | | | - corrected pot file so it passes msgfmt -c
* 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
| | | | | both ends in cancel, let's offer only a cancel button
* (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
| | | | | | | | several columns (up to 3) (we might have choosed to set number of columns depending of number and max length of group/users rather than hardcoding 3 columns)
* (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 ↵Pascal Rigaux2005-01-221-1/+1
| | | | | | | anymore on the MagicWindow (maybe the code could be simplified since it should now work even when embedded (?))
* 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
| | | | | (anthill #1161)
* (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
| | | | | - reuse cat_() where opencoded
* (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
| | | | | | (though we should probably just pregenerate and fill pos with all the strings b/c of inflections and mutations that occur in some languages)
* (row_setting_dialog) do not set hash as string on labels else perl willThierry Vignaud2004-08-081-1/+1
| | | | | stringify this very hash thus making draksec crashes with strict pragma
* 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
| | | | | it is easily done in ugtk2.pm
* 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
| | | | | create_okcancel() already creates its own separator (Robert Vojta, #9153)
* 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
|
* perl_checker cleanupsThierry Vignaud2004-01-061-5/+4
|
* - fix drakperm losing added entries on mode switch (eg custom+system filter =>Thierry Vignaud2003-12-221-10/+16
| | | | | | | custom only filter) - make deletion robust (i do not understand how it has "tomber en marche" but indeed it worked)
* fix layout:Thierry Vignaud2003-12-191-15/+16
| | | | | | - let it fit when embedded - move ok/cancel buttons out of the frame (thus nicely separate them)
* reuse WrappedLabelThierry Vignaud2003-12-191-1/+1
|
* misc perl_checker cleanupsThierry Vignaud2003-10-201-2/+2
|
* drakperm incorrectly enable one to click "ok" after having altered aThierry Vignaud2003-10-201-0/+1
| | | | | | | | | system rule whereas system rules are not saved since they're enforced by msec. this may confuse the end user ("why my changes weren't applied?") so let disable the "ok" button if the current entry is uneditable.