Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo fixes | Thierry Vignaud | 2004-08-19 | 1 | -3/+3 |
| | |||||
* | (show_prev) | Thierry Vignaud | 2004-07-29 | 1 | -8/+5 |
| | | | | | | - kill useless variables - simplify | ||||
* | (show_prev) fix preview refresh while simplying code | Thierry Vignaud | 2004-07-29 | 1 | -11/+1 |
| | |||||
* | (write_boot_thm) typo fix | Thierry Vignaud | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | more cleanups | Thierry Vignaud | 2004-07-29 | 1 | -16/+14 |
| | |||||
* | misc cleanups | Thierry Vignaud | 2004-07-29 | 1 | -15/+6 |
| | |||||
* | (show_prev) do not crash when the image format is unknown | Thierry Vignaud | 2004-07-29 | 1 | -2/+11 |
| | |||||
* | (make_boot_frame) fix it | Thierry Vignaud | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | 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/+3 |
| | | | | | | | | | | | (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 | ||||
* | merge lost hunk | Thierry Vignaud | 2004-06-11 | 1 | -2/+2 |
| | |||||
* | s/_([xy])\b/_\1\1/ so that cperl-mode is happier | Thierry Vignaud | 2004-06-11 | 1 | -14/+14 |
| | |||||
* | make draksplash work again... | Thierry Vignaud | 2004-06-11 | 1 | -24/+25 |
| | |||||
* | (mk_frame) minor cleanup | Thierry Vignaud | 2004-05-24 | 1 | -1/+1 |
| | |||||
* | switch from deprecated OptionMenu into new ComboBox widget | Thierry Vignaud | 2004-05-24 | 1 | -1/+2 |
| | |||||
* | fix boot_conf_path usage | Thierry Vignaud | 2004-03-09 | 1 | -4/+4 |
| | |||||
* | rename thm_conf_path as boot_conf_path to prevent confusion with thm_path | Thierry Vignaud | 2004-03-09 | 1 | -6/+5 |
| | |||||
* | (write_boot_thm) simplify through mkdir_p() | Thierry Vignaud | 2004-03-09 | 1 | -7/+3 |
| | |||||
* | misc perl_checker cleanups | Thierry Vignaud | 2004-03-09 | 1 | -3/+1 |
| | |||||
* | fix config file path (directory is now named config, not cfg) | Thierry Vignaud | 2004-03-09 | 1 | -6/+7 |
| | |||||
* | (make_boot_frame) fix crash on color switch | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | (mk_frame) | Thierry Vignaud | 2004-03-08 | 1 | -42/+59 |
| | | | | | | - workaround horrible packing by using a table instead of a vbox - do packing of resulted table outside mk_frame() which is much saner | ||||
* | fix spacing around commas (sanitizing) | Thierry Vignaud | 2004-03-08 | 1 | -31/+31 |
| | |||||
* | gc prefers "obj->method" rather than "method obj" call style | Thierry Vignaud | 2004-03-08 | 1 | -14/+14 |
| | |||||
* | use option menu for resolutions list | Thierry Vignaud | 2004-03-08 | 1 | -1/+6 |
| | |||||
* | (mk_frame) enable to use either combo boxes or option menus for lists | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | (mk_frame) fix combo boxes filling | Thierry Vignaud | 2004-03-08 | 1 | -5/+6 |
| | |||||
* | (which_res_exist) unjonathan-ize | Thierry Vignaud | 2004-03-08 | 1 | -5/+4 |
| | |||||
* | (show_prev) only redraw needed part, not whole image | Thierry Vignaud | 2004-03-08 | 1 | -5/+5 |
| | |||||
* | (show_prev) fix crash on image drawing | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | (show_prev) fix crash on image scaling | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | fix crash on "preview" button | Thierry Vignaud | 2004-03-08 | 1 | -10/+10 |
| | |||||
* | (get_this_thm_res_conf) add prototype to help perl_checker | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | kill unused variables | Thierry Vignaud | 2004-03-08 | 1 | -2/+0 |
| | |||||
* | kill perl4 function call style | Thierry Vignaud | 2004-03-08 | 1 | -13/+13 |
| | |||||
* | help stupid perl_checker in being able to parse horrible draksplash | Thierry Vignaud | 2003-07-09 | 1 | -1/+2 |
| | | | | | despite perl -cw was happy on it | ||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -2/+2 |
| | |||||
* | gtk+-2 specs prohibid playing with policy | Thierry Vignaud | 2003-05-22 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-20 | 1 | -21/+17 |
| | |||||
* | do not crash on color selection | Thierry Vignaud | 2003-03-06 | 1 | -5/+4 |
| | |||||
* | prevent one to pop up hundred of windows: make browse dialog be modal | Thierry Vignaud | 2003-03-06 | 1 | -1/+3 |
| | |||||
* | - fix #1766 | Thierry Vignaud | 2003-03-06 | 1 | -3/+3 |
| | | | | | - do not crash when browsing | ||||
* | reflect in standalone drakxtools the removal of DrakX icons | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | English proofreading | Pablo Saratxaga | 2003-01-24 | 1 | -5/+5 |
| | |||||
* | English proofreading | Pablo Saratxaga | 2003-01-22 | 1 | -2/+2 |
| | |||||
* | - gtk+2 port | Thierry Vignaud | 2002-12-10 | 1 | -83/+78 |
| | | | | | | - "use strict" fixes - perl_checker fixes | ||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-20 | 1 | -5/+5 |
| | |||||
* | - fixes for "use strict" (still some work to do since some variables | Thierry Vignaud | 2002-11-20 | 1 | -302/+301 |
| | | | | | | | | | | | are created through ${ $x.$y } - use my_gtk : o clean code o transparently manage embedding - perl_checker fixes | ||||
* | drakbug, drakfont, drakperm, draksplash, drakxtv, harddrake2, | Thierry Vignaud | 2002-11-18 | 1 | -4/+0 |
| | | | | | net_monitor : final update for common cli options/help manager |