Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | draksec: make the help dialog clearer about default values (#24159) | Thierry Vignaud | 2007-06-04 | 1 | -1/+1 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -50/+36 |
| | |||||
* | install msec if needed | Thierry Vignaud | 2006-01-28 | 1 | -0/+5 |
| | |||||
* | (wait_msg) kill debug message | Thierry Vignaud | 2005-09-19 | 1 | -1/+1 |
| | |||||
* | (wait_msg) workaround gtk+ not displaying subdialog contents | Thierry Vignaud | 2005-09-16 | 1 | -1/+3 |
| | |||||
* | install chkrootkit if needed (#17896) | Thierry Vignaud | 2005-09-06 | 1 | -0/+6 |
| | |||||
* | embedding cleanups resulting in reusing main window icon in sub dialogs | Thierry Vignaud | 2005-05-02 | 1 | -2/+2 |
| | |||||
* | bump copyrigth notice | Thierry Vignaud | 2005-04-25 | 1 | -1/+1 |
| | |||||
* | fix the various transient on {rwindow} (or even {window} ?) not working ↵ | Pascal Rigaux | 2005-01-22 | 1 | -2/+2 |
| | | | | | | | anymore on the MagicWindow (maybe the code could be simplified since it should now work even when embedded (?)) | ||||
* | remove unused variable | Pascal Rigaux | 2005-01-06 | 1 | -1/+0 |
| | |||||
* | - fix label of entry in help | Thierry Vignaud | 2004-09-14 | 1 | -12/+56 |
| | | | | | | | | | | | | | | - move help from tooltips into separate page (#9894) rationale: - there's already a "help" button that do the same thing as mcc one - Gtk+ only support tooltips on widgets that have their own X window (which new GtkComboBox widget has not) - tooltips are usefull on first run but then are just annoying | ||||
* | (set_help_tip) only use on tooltip group | Thierry Vignaud | 2004-09-13 | 1 | -1/+4 |
| | |||||
* | reuse mcc icons (if availlable) for windows | Thierry Vignaud | 2004-09-02 | 1 | -0/+1 |
| | |||||
* | aspell's typo fixes | Thierry Vignaud | 2004-08-23 | 1 | -1/+1 |
| | |||||
* | (basic_seclevel_explanations) explain | Thierry Vignaud | 2004-08-12 | 1 | -0/+1 |
| | |||||
* | (basic_seclevel_explanations) | Thierry Vignaud | 2004-08-12 | 1 | -6/+6 |
| | | | | | | - handle "bold" value for "weight" - display labels as bold | ||||
* | (basic_seclevel_explanation) handle any tags ala label | Thierry Vignaud | 2004-08-09 | 1 | -8/+13 |
| | |||||
* | add hint about ala LaTeX strings for translators | Thierry Vignaud | 2004-08-09 | 1 | -2/+3 |
| | |||||
* | prefer obj->new rather than new obj for gtk+ widgets | Thierry Vignaud | 2004-08-09 | 1 | -7/+7 |
| | |||||
* | simplify code through Gtk2::ComboBox->new_with_strings() | Thierry Vignaud | 2004-08-08 | 1 | -4/+1 |
| | |||||
* | looks like patch -l did wrong things :-( | Thierry Vignaud | 2004-08-05 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2004-08-04 | 1 | -1/+1 |
| | |||||
* | - upcase fields values (and btw reduce the number of strings to translate :-)) | Thierry Vignaud | 2004-08-04 | 1 | -2/+10 |
| | | | | | - simplify translating | ||||
* | reuse gtkappend_page() | Thierry Vignaud | 2004-08-03 | 1 | -2/+2 |
| | |||||
* | standalone tools are *not* chrooted | Thierry Vignaud | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-07-21 | 1 | -1/+1 |
| | |||||
* | fix #-PO: comment | Pascal Rigaux | 2004-07-05 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | enforce introduction of translators hints into translation catalogs | Thierry Vignaud | 2004-06-14 | 1 | -2/+2 |
| | | | | | | | | | | | (perl_checker should have been loudly complain on those!!!! :-(): - add missing coma caracter - move them near translations note that i didn't bother check po comments that already have the proper comma. instead this should be done by perl_checker which should warn about po comments out of translation calls and tags contexts | ||||
* | switch from deprecated OptionMenu into new ComboBox widget | Thierry Vignaud | 2004-05-24 | 1 | -1/+1 |
| | |||||
* | (wait_msg) show up some translated title | Thierry Vignaud | 2004-03-04 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2004-03-01 | 1 | -1/+1 |
| | |||||
* | sanitize main explanation text (resizable, weight, margin, ...) | Thierry Vignaud | 2004-03-01 | 1 | -3/+14 |
| | |||||
* | prevent pull-down menus to fill availlable space in packtables | Thierry Vignaud | 2004-03-01 | 1 | -1/+1 |
| | |||||
* | wrap and left align main options labels | Thierry Vignaud | 2004-03-01 | 1 | -3/+3 |
| | |||||
* | do not left align main explanation text | Thierry Vignaud | 2004-03-01 | 1 | -1/+1 |
| | |||||
* | workaround gtk limitation #133489 | Thierry Vignaud | 2004-02-06 | 1 | -9/+11 |
| | |||||
* | update copyright notices | Thierry Vignaud | 2004-01-22 | 1 | -1/+2 |
| | |||||
* | sanitize buttons through reusing create_okcancel() | Thierry Vignaud | 2004-01-13 | 1 | -16/+13 |
| | |||||
* | log values too in explanations | Thierry Vignaud | 2003-10-08 | 1 | -5/+5 |
| | |||||
* | add help buttons | Thierry Vignaud | 2003-09-08 | 1 | -0/+2 |
| | |||||
* | translate default value in help tooltips too | Thierry Vignaud | 2003-08-22 | 1 | -11/+12 |
| | |||||
* | CJK fixes: use newly introduced Gtk2::WrappedLabel package | Thierry Vignaud | 2003-08-22 | 1 | -13/+5 |
| | |||||
* | fix english (thanks to Reinout van Schouwen) | Pascal Rigaux | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | remove stock icons (per IHM team request) | Pascal Rigaux | 2003-08-05 | 1 | -2/+2 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2003-08-01 | 1 | -1/+1 |
| | |||||
* | restore help for msec checks | Thierry Vignaud | 2003-07-24 | 1 | -1/+1 |
| | |||||
* | N_ON_E is of no use, NONE is | Thierry Vignaud | 2003-07-22 | 1 | -1/+1 |
| | |||||
* | simplify and order vertically OptionMenus | Thierry Vignaud | 2003-07-22 | 1 | -7/+2 |
| |