Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | strip authentification out of interactive->vnew into common.pm | Thierry Vignaud | 2003-01-27 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | This enable apps that still use gtk+-1.2 via my_gtk to still work when they only need interactive->vnew('su') just to get root capabilities. Indeed, interactive load ugtk if it has access to the X server, which make my_gtk and ugtk fight for the cpu forever... which is bad imho... drakfloppy and net_monitor were converted to use it and are now usuable again ("i leave ... again" commit). it would also enable to complete spec 64 by enabling rpmdrake to use kdesu under kde and consolehelper under gnome. rpmdrake is indeed the last program to not behave like the running desktop to get root capability. unless someone is against this, i'll convert the mcc and all other gtk+ pure tools to do not use anymore interactive just to get root capability. btw, i fixed the infamous SECTOR_SIZE warning... | ||||
* | English proofreading | Pablo Saratxaga | 2003-01-22 | 1 | -1/+1 |
| | |||||
* | minimal perl_checker fixes to have only warnings | Pascal Rigaux | 2002-12-10 | 1 | -3/+3 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-20 | 1 | -12/+6 |
| | |||||
* | more perl_checker fixes | Thierry Vignaud | 2002-11-20 | 1 | -11/+11 |
| | |||||
* | - don't require unused modules | Thierry Vignaud | 2002-11-20 | 1 | -143/+133 |
| | | | | | | | - use my_gtk to transparently handle embedding - fixes for strict mode - fixes for perl_checker (more to come after lunch) | ||||
* | - standalone.pm : | Thierry Vignaud | 2002-11-18 | 1 | -3/+0 |
| | | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option | ||||
* | remove old dead commented i18n code that kept being copied around | Thierry Vignaud | 2002-11-18 | 1 | -23/+0 |
| |