| Commit message (Expand) | Author | Age | Files | Lines |
* | - fix drakperm losing added entries on mode switch (eg custom+system filter => | Thierry Vignaud | 2003-12-22 | 1 | -10/+16 |
* | fix layout: | Thierry Vignaud | 2003-12-19 | 1 | -15/+16 |
* | 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 |
* | 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 |
* | 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 |
* | - disable up button when selected rule is the first one | Thierry Vignaud | 2003-08-23 | 1 | -1/+23 |
* | always add newly created setting at top of editable settings so that | Thierry Vignaud | 2003-08-23 | 1 | -1/+8 |
* | once we start to alter settings ordering, we need to save it on exit; | Thierry Vignaud | 2003-08-23 | 1 | -0/+1 |
* | - fix gtk bug on moving down line | Thierry Vignaud | 2003-08-23 | 1 | -31/+14 |
* | renew drakperm gui (interface team feedback): | Thierry Vignaud | 2003-08-22 | 1 | -56/+56 |
* | 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 pre... | Thierry Vignaud | 2003-07-24 | 1 | -0/+1 |
* | fix tree filling | Thierry Vignaud | 2003-07-24 | 1 | -8/+8 |
* | - ugtk2-ize dialog construction | Thierry Vignaud | 2003-07-24 | 1 | -61/+61 |
* | localize level option menu | Thierry Vignaud | 2003-07-24 | 1 | -3/+11 |
* | settings dialog: | Thierry Vignaud | 2003-07-24 | 1 | -2/+22 |
* | 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 |
* | 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 |
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -7/+7 |
* | better use get instead of _get | Thierry Vignaud | 2003-05-13 | 1 | -5/+5 |
* | perl_checker fixes | Thierry Vignaud | 2003-04-30 | 1 | -7/+7 |
* | Fix fatal error in editable window when adding a new entry | Florent Villard | 2003-03-15 | 1 | -5/+5 |
* | - untabify | Thierry Vignaud | 2003-03-04 | 1 | -92/+93 |
* | - remove last warning | Thierry Vignaud | 2003-03-04 | 1 | -5/+4 |
* | - fix #1776 (part one): make up and down button be usefull instead of | Thierry Vignaud | 2003-03-04 | 1 | -13/+43 |
* | - fix #1776 part two (do not insert dummy lines) | Thierry Vignaud | 2003-03-04 | 1 | -20/+27 |
* | remove unused $rows_cnt | Thierry Vignaud | 2003-03-03 | 1 | -4/+0 |
* | smoother gui: let main windows be unreachable until modal dialog is closed | Thierry Vignaud | 2003-03-03 | 1 | -0/+1 |