Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prefer obj->new rather than new obj for gtk+ widgets | Thierry Vignaud | 2004-08-09 | 1 | -8/+8 |
| | |||||
* | simplify code through Gtk2::ComboBox->new_with_strings() | Thierry Vignaud | 2004-08-08 | 1 | -6/+2 |
| | |||||
* | remove unused variable | Pascal Rigaux | 2004-07-21 | 1 | -2/+0 |
| | |||||
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 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 | ||||
* | (build_it) add translator hint | Thierry Vignaud | 2004-06-30 | 1 | -1/+3 |
| | |||||
* | Some standalone tools don't compile when run from console | Rafael Garcia-Suarez | 2004-06-24 | 1 | -1/+10 |
| | |||||
* | switch from deprecated OptionMenu into new ComboBox widget | Thierry Vignaud | 2004-05-24 | 1 | -2/+3 |
| | |||||
* | update copyright notices | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | sanitize buttons through reusing create_okcancel() | Thierry Vignaud | 2004-01-13 | 1 | -26/+24 |
| | |||||
* | upcase label | Thierry Vignaud | 2004-01-13 | 1 | -1/+1 |
| | |||||
* | handle both kernel 2.4.x and 2.6.x (before size field was not properly | Thierry Vignaud | 2004-01-12 | 1 | -1/+2 |
| | | | | | | when switching between threes b/c we looked for module.ko instead of module.o.gz and the like) | ||||
* | perl_checker cleanups | Thierry Vignaud | 2004-01-06 | 1 | -2/+2 |
| | |||||
* | fix button layout when embedded: pack buttons box at bottom | Thierry Vignaud | 2003-12-19 | 1 | -1/+1 |
| | |||||
* | fix #5430: do not confuse users with debug messages | Thierry Vignaud | 2003-09-09 | 1 | -1/+1 |
| | |||||
* | fix dialogs height: replace"small" option by "height" & "weight" ones | Thierry Vignaud | 2003-08-31 | 1 | -1/+1 |
| | | | | | | rationale: make thecommon path be the easiest one to set up (and make the uncommon path be the hardest one to follow) | ||||
* | this tool really is gtk2 ported, so do not trash languages not handled | Thierry Vignaud | 2003-08-25 | 1 | -4/+0 |
| | | | | | by gtk+-1.x | ||||
* | translate one more string (already translated as this is a double) | Thierry Vignaud | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-08-18 | 1 | -5/+5 |
| | |||||
* | sort modules and directories in treeview | Thierry Vignaud | 2003-08-18 | 1 | -2/+2 |
| | |||||
* | - fix long-standing broken mkbootdisk call bug | Thierry Vignaud | 2003-08-18 | 1 | -6/+9 |
| | | | | | - btw fix the passing of mkinirtd arguments to mkbootdisk | ||||
* | - save the modules list on exit and restore it on load | Thierry Vignaud | 2003-08-18 | 1 | -4/+23 |
| | | | | | | - simplify modules list managment btw - consolidate some code in get_file_size() | ||||
* | try to be more user friendly: | Thierry Vignaud | 2003-08-18 | 1 | -25/+6 |
| | | | | | | | | - if no error, display a success message, then exit - on error, instead of displaying the raw exit code that has no meaning for the end user, display in red the log message of mkbootdisk - remove insane expert button and so called expert frame | ||||
* | make testing mode usefull for debugging drakfloppy | Thierry Vignaud | 2003-08-18 | 1 | -2/+2 |
| | |||||
* | Use capital letter when needed | David Baudens | 2003-08-06 | 1 | -5/+5 |
| | |||||
* | remove stock icons (per IHM team request) | Pascal Rigaux | 2003-08-05 | 1 | -5/+5 |
| | |||||
* | - use option menus rather than non editable combo | Thierry Vignaud | 2003-07-15 | 1 | -7/+10 |
| | | | | | | | | - grey remove button if no module to remove in modules list - perl-Gt2-0.26.cvs.2003.07.10.1-3mdk has just fixed the impossible to remove the hackish empty line needed to get "expand on the fly" ability | ||||
* | use new stock dialogs | Thierry Vignaud | 2003-07-14 | 1 | -5/+5 |
| | |||||
* | renew drakfloppy GUI: | Thierry Vignaud | 2003-07-14 | 1 | -103/+113 |
| | | | | | | | | | | | | | - (build_it) : fix old brown paper bug that just pass undef modules to mkinitrd - window with expert options is too big when embedded => move expert options into a sub dialog; we've to save and restore options on dialog creation/ desctruction - when removing a module from selection, enable to pick it again after - make expert <->normal button a checkbox - use std layout for buttons - use stock items | ||||
* | support new 2.5.x kernels' kbuild | Thierry Vignaud | 2003-07-14 | 1 | -2/+2 |
| | |||||
* | fix create_dialog() usage (who ever has changed its API should have altered | Thierry Vignaud | 2003-07-14 | 1 | -4/+4 |
| | | | | | its callers) | ||||
* | fix module browsing after gtk2-perl-xs switch | Thierry Vignaud | 2003-07-14 | 1 | -15/+16 |
| | |||||
* | fix warning on menu building | Thierry Vignaud | 2003-07-14 | 1 | -4/+2 |
| | |||||
* | output buffer should not be editable | Thierry Vignaud | 2003-07-10 | 1 | -1/+2 |
| | |||||
* | - grey instead of hide stuff in normal mode (more user friendly) | Thierry Vignaud | 2003-07-10 | 1 | -9/+3 |
| | | | | | - do not crash when no iterator when expanding tree | ||||
* | switch from gtk2-perl to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 1 | -6/+11 |
| | |||||
* | let columns be sortable (lmontel request) | Thierry Vignaud | 2003-07-06 | 1 | -0/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -15/+15 |
| | |||||
* | (create_dialog) : | Thierry Vignaud | 2003-05-15 | 1 | -4/+4 |
| | | | | | | - update caller list - add title parameter and update callers | ||||
* | - add empty prototypes to help perl_checker | Thierry Vignaud | 2003-05-13 | 1 | -4/+3 |
| | | | | | - has_sub_trees: better use || | ||||
* | fix crash on floppy generation reported by Francisco Alcaraz | Thierry Vignaud | 2003-04-04 | 1 | -3/+2 |
| | |||||
* | - gtk+2 port | Thierry Vignaud | 2003-02-27 | 1 | -260/+215 |
| | | | | | | | | - clean the code through ugtk2 - too many fixes to count - clean, clean it, ... (thus shrinking the code by 20%) - ... | ||||
* | we already use diagnostics pragma, so -w will just slow down normal execution | Thierry Vignaud | 2003-02-25 | 1 | -1/+1 |
| | |||||
* | only list physically present floppies | Thierry Vignaud | 2003-02-25 | 1 | -1/+2 |
| | |||||
* | reuse MDK::Common | Thierry Vignaud | 2003-02-25 | 1 | -3/+1 |
| | |||||
* | - fix stupid copy 'n past of copyright header | Thierry Vignaud | 2003-02-25 | 1 | -3/+3 |
| | | | | | - update copyright years | ||||
* | fix #???? : switch the "expert mode" toggle button label regarding the current | Thierry Vignaud | 2003-02-25 | 1 | -14/+18 |
| | | | | | mode (beginner or expert) | ||||
* | - fix packing (#1760) | Thierry Vignaud | 2003-02-24 | 1 | -5/+7 |
| | | | | | | - --expert command line option switch to expert mode by default - only hide expert stuff if not in expert mode at startup | ||||
* | Deactivated translations that can't be handled by gtk1 for gtk1 tools; | Pablo Saratxaga | 2003-02-18 | 1 | -0/+4 |
| | | | | | | | drakfont: call fc-cache without specifying the path, fc-cache is smart enough to do the right thing, and that way it will also catch fonts from other directories that could have been installed manually. | ||||
* | fix floppy create :-) | Thierry Vignaud | 2003-02-06 | 1 | -0/+1 |
| |