summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakperm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* fix layout:Thierry Vignaud2003-12-191-15/+16
* 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
* 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
* 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
* - disable up button when selected rule is the first oneThierry Vignaud2003-08-231-1/+23
* always add newly created setting at top of editable settings so thatThierry Vignaud2003-08-231-1/+8
* once we start to alter settings ordering, we need to save it on exit;Thierry Vignaud2003-08-231-0/+1
* - fix gtk bug on moving down lineThierry Vignaud2003-08-231-31/+14
* renew drakperm gui (interface team feedback):Thierry Vignaud2003-08-221-56/+56
* 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 pre...Thierry Vignaud2003-07-241-0/+1
* fix tree fillingThierry Vignaud2003-07-241-8/+8
* - ugtk2-ize dialog constructionThierry Vignaud2003-07-241-61/+61
* localize level option menuThierry Vignaud2003-07-241-3/+11
* settings dialog:Thierry Vignaud2003-07-241-2/+22
* 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
* simplify (un|)sensitive property setting of the listThierry Vignaud2003-07-241-3/+1
* use option menus instead of combos in settings dialog tooThierry Vignaud2003-07-241-4/+2
* use stock icons and std button layout in settings dialogThierry Vignaud2003-07-241-4/+6
* use option menus instead of combosThierry Vignaud2003-07-241-2/+1
* fix button layoutThierry Vignaud2003-07-151-2/+2
* disable column sorting since it makes gtk+2 crash when moving up a columnThierry Vignaud2003-07-101-1/+1