summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add 2 functionalities to run_program:Pascal Rigaux2002-07-261-12/+28
| | | | | | | | | | - run_program::run(prog, '>', 'STDOUT', ...) run_program::run(prog, '2>', 'STDERR, ...) which will run with verbatim stdout or stderr - run_program::run(prog, '>', \$s, ...) run_program::run(prog, '2>', \$s, ...) which will return the stdout (resp. stderr) of the program in $s
* - s/channel/Channel/Thierry Vignaud2002-07-261-0/+0
| | | | | | | - bus_id is for usb devices too - remove obsolete fields info and name - add nbuttons, device, old_device descriptions
* changed _("") -> "" empty strings must not be translatedPablo Saratxaga2002-07-261-0/+0
|
* - add browser list in case BROWSER env var isn't setDaouda Lo2002-07-261-2/+7
|
* - more consistency when back button hit in wizard modeDaouda Lo2002-07-261-2/+9
| | | | | - back button at last stage.
* 13mdkThierry Vignaud2002-07-261-3/+6
|
* dadou said "no expert mode"Thierry Vignaud2002-07-261-8/+15
|
* remove traceroute (c naze dixit gc)Pascal Rigaux2002-07-261-2/+0
|
* hy is now using UTF8 localesPascal Rigaux2002-07-262-3/+3
|
* - usage of attribute unused (has not been rebuilt since -W? ;p)Guillaume Cottenceau2002-07-261-1/+5
| | | | | | - since i polluted the newt-frontend with probing functions, i need to have probing functions (doing nothing) here :-((
* ensure rescue is built and uploadedPascal Rigaux2002-07-262-2/+5
|
* *** empty log message ***Pascal Rigaux2002-07-261-0/+19
|
* fixed reference to rpmtools perl module.Francois Pons2002-07-261-2/+2
|
* First step of automatic HP multi-function device configuration with HPOJ 0.9.Till Kamppeter2002-07-261-90/+203
|
* Added detection of trhe serial number of a USB printer (in preparation for ↵Till Kamppeter2002-07-261-1/+6
| | | | HPOJ 0.9 support in printerdrake).
* *** empty log message ***Pascal Rigaux2002-07-251-0/+302
|
* reorder modules to have most used modules at the beginning of the mar'sPascal Rigaux2002-07-252-9/+9
|
* fix loading ide-cd (big thanks to rcc <rickscafe.casablanca@gmx.net> you didPascal Rigaux2002-07-251-1/+1
| | | | | | all the work to resolve the pb) => this fixes ide burner detection
* - don't display services that are not installedDaouda Lo2002-07-251-17/+29
| | | | | | - word wrap string correctly - cleanup
* 12mdkThierry Vignaud2002-07-251-1/+29
|
* remove all gtk's "no callback/signal to disconnect" warningsThierry Vignaud2002-07-251-0/+0
|
* add a fields data structure:Thierry Vignaud2002-07-251-0/+0
| | | | | | | | | | | | | | | - put together field translation and field description - this enable to get rid of %reverse_fields usage & creation - this ensure all field names & translations are marked translatables for gettext - move $wait declaration around its usage and explicit its destruction - remove usb debugging message needed to trace the null description bug i fixed in ldetect - simplify the device fields rendering "because of" the above - simplify the help window creation/display/destruction (only one statement left) - explicitely call interactive->exit
* only do one probeall here (there's still many in detect_devices,Thierry Vignaud2002-07-251-3/+3
| | | | | probing caching should go there)
* merge timeout and cancel casesThierry Vignaud2002-07-251-3/+1
|
* simplify:Thierry Vignaud2002-07-251-5/+1
| | | | | | | - we don't need to set media_type, we don't use it - mouse and mass storage media use the same key, let merge their code path
* still less things to doThierry Vignaud2002-07-251-9/+7
|
* new logo (simplified for 9.0).Francois Pons2002-07-251-0/+0
|
* no more use rpmtools.pm.Francois Pons2002-07-251-10/+8
|
* updateThierry Vignaud2002-07-251-18/+10
|
* added log.Francois Pons2002-07-251-0/+2
|
* small code changes for upgrade.Francois Pons2002-07-251-2/+3
|
* use a function icon_paths instead of @icon_pathsPascal Rigaux2002-07-251-4/+7
| | | | | | => this ensure that $ENV{SHARE_PATH} value (used in @icon_paths) is set independently of the loading order of the modules
* Help "perl -cw" not reporting any warningPascal Rigaux2002-07-253-16/+15
| | | | | | - for mac free partition, use $freepart instead of $freepart_device, $freepart_size ... - replace $timezone::ntp_servers by a function
* let the bootloader::mkinitrd error be seen by the GUIPascal Rigaux2002-07-251-5/+2
|
* final batch of changesThierry Vignaud2002-07-251-1/+3
|
* use spec_test rather than testThierry Vignaud2002-07-251-4/+3
|
* typo fixThierry Vignaud2002-07-251-1/+1
|
* don't copy struct pciusb_entries on the stackThierry Vignaud2002-07-251-5/+5
|
* fix pixel "i do not need to test" fscking bug that broke drakxtoolsThierry Vignaud2002-07-251-1/+1
| | | | | build :-)
* 11mdkThierry Vignaud2002-07-251-1/+11
|
* please "perl -cw"Pascal Rigaux2002-07-251-1/+1
|
* handle both old device name and new devfs nameThierry Vignaud2002-07-251-0/+0
|
* noreturn is now exported, no need to MDK::Common::Various::noreturn()Pascal Rigaux2002-07-251-1/+1
|
* remove internal_error (which is now in MDK::Common)Pascal Rigaux2002-07-251-5/+1
|
* adapt to stuff.xs.pl instead of stuff.xs.pmPascal Rigaux2002-07-251-1/+1
|
* add 0x35 partition table id meaning JFS (under OS/2) (thank to Mika Laitio)Pascal Rigaux2002-07-251-0/+2
|
* (get_both): fix returning one element (eg: get_keyboard)Pascal Rigaux2002-07-241-1/+3
|
* add XconfigPascal Rigaux2002-07-241-1/+1
|
* use Xconfig::xfree to set the XkbLayout (better should&will come)Pascal Rigaux2002-07-241-19/+8
|
* new XFree handling libraryPascal Rigaux2002-07-246-78/+564
| | | | | | | - only keyboard and mice functions are done, but adding the others is quite easy - so for now only used in mousedrake - but keyboarddrake and (of course) XFdrake will come