Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl_checker cleanups | Thierry Vignaud | 2008-02-11 | 1 | -1/+2 |
| | |||||
* | (row_setting_dialog) warning dialogs are confusing since OK/cancel | Thierry Vignaud | 2008-02-11 | 1 | -2/+2 |
| | | | | | both ends in cancel, let's offer only a cancel button | ||||
* | (row_setting_dialog) further simplify | Thierry Vignaud | 2008-02-11 | 1 | -2/+1 |
| | |||||
* | (row_setting_dialog) simplify using mygtk2 sugar | Thierry Vignaud | 2008-02-11 | 1 | -4/+1 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -57/+55 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2005-10-12 | 1 | -1/+1 |
| | |||||
* | (row_setting_dialog) simplify | Thierry Vignaud | 2005-09-12 | 1 | -1/+1 |
| | |||||
* | (row_setting_dialog) ensure that both the user and the group are valid | Thierry Vignaud | 2005-09-12 | 1 | -2/+10 |
| | |||||
* | (row_setting_dialog) remove debug message | Thierry Vignaud | 2005-09-12 | 1 | -1/+0 |
| | |||||
* | (row_setting_dialog) prevent entering a path that is not absolute | Thierry Vignaud | 2005-09-12 | 1 | -1/+6 |
| | |||||
* | remove unused code | Pascal Rigaux | 2005-06-03 | 1 | -1/+0 |
| | |||||
* | embedding cleanups resulting in reusing main window icon in sub dialogs | Thierry Vignaud | 2005-05-02 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2005-04-21 | 1 | -19/+19 |
| | |||||
* | (row_setting_dialog) set dialog's title (usability bug) | Thierry Vignaud | 2005-04-21 | 1 | -4/+5 |
| | |||||
* | (row_setting_dialog) better looking GUI: span groups & users on | Thierry Vignaud | 2005-03-18 | 1 | -0/+2 |
| | | | | | | | | several columns (up to 3) (we might have choosed to set number of columns depending of number and max length of group/users rather than hardcoding 3 columns) | ||||
* | (get_user_or_group) do not ignore groups with empty password field (#14777) | Thierry Vignaud | 2005-03-18 | 1 | -3/+7 |
| | |||||
* | fix the various transient on {rwindow} (or even {window} ?) not working ↵ | Pascal Rigaux | 2005-01-22 | 1 | -1/+1 |
| | | | | | | | anymore on the MagicWindow (maybe the code could be simplified since it should now work even when embedded (?)) | ||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -1/+1 |
| | |||||
* | (get_user_or_group) list users rather than groups when requested for | Thierry Vignaud | 2004-09-27 | 1 | -1/+1 |
| | | | | | (anthill #1161) | ||||
* | (get_user_or_group) fix freeze (#11274) | Thierry Vignaud | 2004-09-08 | 1 | -1/+1 |
| | |||||
* | reuse mcc icons (if availlable) for windows | Thierry Vignaud | 2004-09-02 | 1 | -0/+1 |
| | |||||
* | typo fixes | Thierry Vignaud | 2004-08-19 | 1 | -2/+2 |
| | |||||
* | prefer obj->new rather than new obj for gtk+ widgets | Thierry Vignaud | 2004-08-09 | 1 | -5/+5 |
| | |||||
* | - perl_checker cleanups | Thierry Vignaud | 2004-08-09 | 1 | -14/+7 |
| | | | | | - reuse cat_() where opencoded | ||||
* | (row_setting_dialog) add hints for translators | Thierry Vignaud | 2004-08-08 | 1 | -3/+12 |
| | |||||
* | (row_setting_dialog) enable translators to print a fully translated strings | Thierry Vignaud | 2004-08-08 | 1 | -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 will | Thierry Vignaud | 2004-08-08 | 1 | -1/+1 |
| | | | | | stringify this very hash thus making draksec crashes with strict pragma | ||||
* | simplify code through Gtk2::ComboBox->new_with_strings() | Thierry Vignaud | 2004-08-08 | 1 | -6/+3 |
| | |||||
* | revert ugly code printing "This program cannot be run in console mode", | Pascal Rigaux | 2004-07-01 | 1 | -10/+1 |
| | | | | | it is easily done in ugtk2.pm | ||||
* | Some standalone tools don't compile when run from console | Rafael Garcia-Suarez | 2004-06-24 | 1 | -1/+10 |
| | |||||
* | enable drag on drop when looking only at customized settings | Thierry Vignaud | 2004-06-14 | 1 | -1/+5 |
| | |||||
* | 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 |
| |