summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakperm
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* fix crash on editable itemsThierry Vignaud2003-10-201-10/+13
|
* perform test once and move it out of the save loopThierry Vignaud2003-10-201-3/+3
|
* un-jonathan-ize()Thierry Vignaud2003-10-201-10/+4
|
* consolidate, simplify, remove duplicateThierry Vignaud2003-10-201-36/+24
|
* print more understandable error message on parse errorThierry Vignaud2003-10-201-1/+1
|
* remove debugging assertionThierry Vignaud2003-09-111-1/+0
|
* display "the current level is X" instead of "the current level is level X"Thierry Vignaud2003-09-111-1/+1
|
* - do not comply on filter change (system, user or system & user)Thierry Vignaud2003-09-101-49/+50
| | | | | | | | - default to "system & user" by default - show customized rules after system ones since these are managed once system ones get applied - add new rules to end of list
* add help buttonsThierry Vignaud2003-09-081-0/+3
|
* rename $treeModel as $model since it really is a ListModel, not aThierry Vignaud2003-08-231-32/+32
| | | | | TreeModel anymore (cosmetic)
* - disable up button when selected rule is the first oneThierry Vignaud2003-08-231-1/+23
| | | | | | - disable down button when selected rule is the latest one or when next rule is non editable
* always add newly created setting at top of editable settings so thatThierry Vignaud2003-08-231-1/+8
| | | | | | we're we can sort them since they're no non editable items between old & new editable ones
* once we start to alter settings ordering, we need to save it on exit;Thierry Vignaud2003-08-231-0/+1
| | | | | so just tell it to drakperm
* - fix gtk bug on moving down lineThierry Vignaud2003-08-231-31/+14
| | | | | | - merge moving up & down callbacks - we do not have a hierarchy, so just use a s/tree/list/
* renew drakperm gui (interface team feedback):Thierry Vignaud2003-08-221-56/+56
| | | | | | - indicate if current setting is editable or not - only display current security level, editable settings or both
* perl_checker compliancePascal Rigaux2003-08-191-2/+3
|
* remove stock icons (per IHM team request)Pascal Rigaux2003-08-051-10/+10
|
* fix crash on adding new permissionThierry Vignaud2003-07-251-2/+1
|
* since we've replace save "button" by "ok", exit the tool after saving the ↵Thierry Vignaud2003-07-241-0/+1
| | | | preferences
* fix tree fillingThierry Vignaud2003-07-241-8/+8
|
* - ugtk2-ize dialog constructionThierry Vignaud2003-07-241-61/+61
| | | | | - fix tip setting
* localize level option menuThierry Vignaud2003-07-241-3/+11
|
* settings dialog:Thierry Vignaud2003-07-241-2/+22
| | | | | | - localize all fields - add tips for all check boxes
* use stock icons on rule toolbarThierry Vignaud2003-07-241-6/+6
|
* make label be undserstandableThierry Vignaud2003-07-241-1/+2
|
* upcase various widget texts (still have to localize settings dialogThierry Vignaud2003-07-241-7/+7
| | | | | fields though)