summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakperm
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* 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
|
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-091-17/+5
|
* let columns be sortable (lmontel request)Thierry Vignaud2003-07-061-0/+1
|
* increase gui coherency of drakxtools vs other gtk+ apps: use stock iconsThierry Vignaud2003-07-061-2/+2
|
* perl_checker fixesThierry Vignaud2003-05-231-7/+7
|
* better use get instead of _getThierry Vignaud2003-05-131-5/+5
|
* perl_checker fixesThierry Vignaud2003-04-301-7/+7
|
* Fix fatal error in editable window when adding a new entryFlorent Villard2003-03-151-5/+5
|
* - untabifyThierry Vignaud2003-03-041-92/+93
| | | | | | | | - fix small memory leak (tree iterators) - restore edit dialog on doble click and - restore informations retrieving for edit dialog on doble click and get rid of %CURENT
* - remove last warningThierry Vignaud2003-03-041-5/+4
| | | | | - remove unused variables
* - fix #1776 (part one): make up and down button be usefull instead ofThierry Vignaud2003-03-041-13/+43
| | | | | | | nop (this need an updated perl-GTK2 though) - let up, down, delete and edit buttons be insensitive when selection is destroyed or when there's no selection