summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakfloppy
Commit message (Collapse)AuthorAgeFilesLines
* remove unused variablePascal Rigaux2004-07-211-2/+0
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* revert ugly code printing "This program cannot be run in console mode",Pascal Rigaux2004-07-011-10/+1
| | | | | it is easily done in ugtk2.pm
* (build_it) add translator hintThierry Vignaud2004-06-301-1/+3
|
* Some standalone tools don't compile when run from consoleRafael Garcia-Suarez2004-06-241-1/+10
|
* switch from deprecated OptionMenu into new ComboBox widgetThierry Vignaud2004-05-241-2/+3
|
* update copyright noticesThierry Vignaud2004-01-221-1/+1
|
* sanitize buttons through reusing create_okcancel()Thierry Vignaud2004-01-131-26/+24
|
* upcase labelThierry Vignaud2004-01-131-1/+1
|
* handle both kernel 2.4.x and 2.6.x (before size field was not properlyThierry Vignaud2004-01-121-1/+2
| | | | | | when switching between threes b/c we looked for module.ko instead of module.o.gz and the like)
* perl_checker cleanupsThierry Vignaud2004-01-061-2/+2
|
* fix button layout when embedded: pack buttons box at bottomThierry Vignaud2003-12-191-1/+1
|
* fix #5430: do not confuse users with debug messagesThierry Vignaud2003-09-091-1/+1
|
* fix dialogs height: replace"small" option by "height" & "weight" onesThierry Vignaud2003-08-311-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 handledThierry Vignaud2003-08-251-4/+0
| | | | | by gtk+-1.x
* translate one more string (already translated as this is a double)Thierry Vignaud2003-08-191-1/+1
|
* perl_checker fixesThierry Vignaud2003-08-181-5/+5
|
* sort modules and directories in treeviewThierry Vignaud2003-08-181-2/+2
|
* - fix long-standing broken mkbootdisk call bugThierry Vignaud2003-08-181-6/+9
| | | | | - btw fix the passing of mkinirtd arguments to mkbootdisk
* - save the modules list on exit and restore it on loadThierry Vignaud2003-08-181-4/+23
| | | | | | - simplify modules list managment btw - consolidate some code in get_file_size()
* try to be more user friendly:Thierry Vignaud2003-08-181-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 drakfloppyThierry Vignaud2003-08-181-2/+2
|
* Use capital letter when neededDavid Baudens2003-08-061-5/+5
|
* remove stock icons (per IHM team request)Pascal Rigaux2003-08-051-5/+5
|
* - use option menus rather than non editable comboThierry Vignaud2003-07-151-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 dialogsThierry Vignaud2003-07-141-5/+5
|
* renew drakfloppy GUI:Thierry Vignaud2003-07-141-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' kbuildThierry Vignaud2003-07-141-2/+2
|
* fix create_dialog() usage (who ever has changed its API should have alteredThierry Vignaud2003-07-141-4/+4
| | | | | its callers)
* fix module browsing after gtk2-perl-xs switchThierry Vignaud2003-07-141-15/+16
|
* fix warning on menu buildingThierry Vignaud2003-07-141-4/+2
|
* output buffer should not be editableThierry Vignaud2003-07-101-1/+2
|
* - grey instead of hide stuff in normal mode (more user friendly)Thierry Vignaud2003-07-101-9/+3
| | | | | - do not crash when no iterator when expanding tree
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-091-6/+11
|
* let columns be sortable (lmontel request)Thierry Vignaud2003-07-061-0/+1
|
* perl_checker fixesThierry Vignaud2003-05-231-15/+15
|
* (create_dialog) :Thierry Vignaud2003-05-151-4/+4
| | | | | | - update caller list - add title parameter and update callers
* - add empty prototypes to help perl_checkerThierry Vignaud2003-05-131-4/+3
| | | | | - has_sub_trees: better use ||
* fix crash on floppy generation reported by Francisco AlcarazThierry Vignaud2003-04-041-3/+2
|
* - gtk+2 portThierry Vignaud2003-02-271-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 executionThierry Vignaud2003-02-251-1/+1
|
* only list physically present floppiesThierry Vignaud2003-02-251-1/+2
|
* reuse MDK::CommonThierry Vignaud2003-02-251-3/+1
|
* - fix stupid copy 'n past of copyright headerThierry Vignaud2003-02-251-3/+3
| | | | | - update copyright years
* fix #???? : switch the "expert mode" toggle button label regarding the currentThierry Vignaud2003-02-251-14/+18
| | | | | mode (beginner or expert)
* - fix packing (#1760)Thierry Vignaud2003-02-241-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 Saratxaga2003-02-181-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 Vignaud2003-02-061-0/+1
|
* strip authentification out of interactive->vnew into common.pmThierry Vignaud2003-01-271-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 proofreadingPablo Saratxaga2003-01-221-1/+1
|