Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch from deprecated OptionMenu into new ComboBox widget | Thierry Vignaud | 2004-05-24 | 1 | -3/+3 |
| | |||||
* | (row_setting_dialog) hide dialog's horizontal separator, because | Thierry Vignaud | 2004-03-22 | 1 | -0/+2 |
| | | | | | create_okcancel() already creates its own separator (Robert Vojta, #9153) | ||||
* | add space around main vbox (Robert Vojta, #9153) | Thierry Vignaud | 2004-03-22 | 1 | -1/+1 |
| | |||||
* | (row_setting_dialog) sanitize spacing in frames | Thierry Vignaud | 2004-03-10 | 1 | -7/+7 |
| | |||||
* | center labels like before | Thierry Vignaud | 2004-03-08 | 1 | -2/+2 |
| | |||||
* | fix "current" checkbox vs "group" and "user" pull-down menus | Thierry Vignaud | 2004-02-20 | 1 | -4/+3 |
| | |||||
* | alter message according to interface team suggestion | Thierry Vignaud | 2004-01-13 | 1 | -1/+1 |
| | |||||
* | sanitize buttons through reusing create_okcancel() | Thierry Vignaud | 2004-01-13 | 1 | -37/+40 |
| | |||||
* | do not discard 0 when perms are 0xx like | Thierry Vignaud | 2004-01-06 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2004-01-06 | 1 | -5/+4 |
| | |||||
* | - fix drakperm losing added entries on mode switch (eg custom+system filter => | Thierry Vignaud | 2003-12-22 | 1 | -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 Vignaud | 2003-12-19 | 1 | -15/+16 |
| | | | | | | - let it fit when embedded - move ok/cancel buttons out of the frame (thus nicely separate them) | ||||
* | reuse WrappedLabel | Thierry Vignaud | 2003-12-19 | 1 | -1/+1 |
| | |||||
* | misc perl_checker cleanups | Thierry Vignaud | 2003-10-20 | 1 | -2/+2 |
| | |||||
* | drakperm incorrectly enable one to click "ok" after having altered a | Thierry Vignaud | 2003-10-20 | 1 | -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 items | Thierry Vignaud | 2003-10-20 | 1 | -10/+13 |
| | |||||
* | perform test once and move it out of the save loop | Thierry Vignaud | 2003-10-20 | 1 | -3/+3 |
| | |||||
* | un-jonathan-ize() | Thierry Vignaud | 2003-10-20 | 1 | -10/+4 |
| | |||||
* | consolidate, simplify, remove duplicate | Thierry Vignaud | 2003-10-20 | 1 | -36/+24 |
| | |||||
* | print more understandable error message on parse error | Thierry Vignaud | 2003-10-20 | 1 | -1/+1 |
| | |||||
* | remove debugging assertion | Thierry Vignaud | 2003-09-11 | 1 | -1/+0 |
| | |||||
* | display "the current level is X" instead of "the current level is level X" | Thierry Vignaud | 2003-09-11 | 1 | -1/+1 |
| | |||||
* | - do not comply on filter change (system, user or system & user) | Thierry Vignaud | 2003-09-10 | 1 | -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 buttons | Thierry Vignaud | 2003-09-08 | 1 | -0/+3 |
| | |||||
* | rename $treeModel as $model since it really is a ListModel, not a | Thierry Vignaud | 2003-08-23 | 1 | -32/+32 |
| | | | | | TreeModel anymore (cosmetic) | ||||
* | - disable up button when selected rule is the first one | Thierry Vignaud | 2003-08-23 | 1 | -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 that | Thierry Vignaud | 2003-08-23 | 1 | -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 Vignaud | 2003-08-23 | 1 | -0/+1 |
| | | | | | so just tell it to drakperm | ||||
* | - fix gtk bug on moving down line | Thierry Vignaud | 2003-08-23 | 1 | -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 Vignaud | 2003-08-22 | 1 | -56/+56 |
| | | | | | | - indicate if current setting is editable or not - only display current security level, editable settings or both | ||||
* | perl_checker compliance | Pascal Rigaux | 2003-08-19 | 1 | -2/+3 |
| | |||||
* | remove stock icons (per IHM team request) | Pascal Rigaux | 2003-08-05 | 1 | -10/+10 |
| | |||||
* | fix crash on adding new permission | Thierry Vignaud | 2003-07-25 | 1 | -2/+1 |
| | |||||
* | since we've replace save "button" by "ok", exit the tool after saving the ↵ | Thierry Vignaud | 2003-07-24 | 1 | -0/+1 |
| | | | | preferences | ||||
* | fix tree filling | Thierry Vignaud | 2003-07-24 | 1 | -8/+8 |
| | |||||
* | - ugtk2-ize dialog construction | Thierry Vignaud | 2003-07-24 | 1 | -61/+61 |
| | | | | | - fix tip setting | ||||
* | localize level option menu | Thierry Vignaud | 2003-07-24 | 1 | -3/+11 |
| | |||||
* | settings dialog: | Thierry Vignaud | 2003-07-24 | 1 | -2/+22 |
| | | | | | | - localize all fields - add tips for all check boxes | ||||
* | use stock icons on rule toolbar | Thierry Vignaud | 2003-07-24 | 1 | -6/+6 |
| | |||||
* | make label be undserstandable | Thierry Vignaud | 2003-07-24 | 1 | -1/+2 |
| | |||||
* | upcase various widget texts (still have to localize settings dialog | Thierry Vignaud | 2003-07-24 | 1 | -7/+7 |
| | | | | | fields though) | ||||
* | simplify (un|)sensitive property setting of the list | Thierry Vignaud | 2003-07-24 | 1 | -3/+1 |
| | |||||
* | use option menus instead of combos in settings dialog too | Thierry Vignaud | 2003-07-24 | 1 | -4/+2 |
| | |||||
* | use stock icons and std button layout in settings dialog | Thierry Vignaud | 2003-07-24 | 1 | -4/+6 |
| | |||||
* | use option menus instead of combos | Thierry Vignaud | 2003-07-24 | 1 | -2/+1 |
| | |||||
* | fix button layout | Thierry Vignaud | 2003-07-15 | 1 | -2/+2 |
| | |||||
* | disable column sorting since it makes gtk+2 crash when moving up a column | Thierry Vignaud | 2003-07-10 | 1 | -1/+1 |
| | |||||
* | switch from gtk2-perl to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 1 | -17/+5 |
| | |||||
* | let columns be sortable (lmontel request) | Thierry Vignaud | 2003-07-06 | 1 | -0/+1 |
| | |||||
* | increase gui coherency of drakxtools vs other gtk+ apps: use stock icons | Thierry Vignaud | 2003-07-06 | 1 | -2/+2 |
| |