Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dadou said "no expert mode" | Thierry Vignaud | 2002-07-26 | 1 | -8/+15 |
| | |||||
* | hy is now using UTF8 locales | Pascal Rigaux | 2002-07-26 | 2 | -3/+3 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-07-26 | 1 | -0/+19 |
| | |||||
* | First step of automatic HP multi-function device configuration with HPOJ 0.9. | Till Kamppeter | 2002-07-26 | 1 | -90/+203 |
| | |||||
* | Added detection of trhe serial number of a USB printer (in preparation for ↵ | Till Kamppeter | 2002-07-26 | 1 | -1/+6 |
| | | | | HPOJ 0.9 support in printerdrake). | ||||
* | *** empty log message *** | Pascal Rigaux | 2002-07-25 | 1 | -0/+302 |
| | |||||
* | fix loading ide-cd (big thanks to rcc <rickscafe.casablanca@gmx.net> you did | Pascal Rigaux | 2002-07-25 | 1 | -1/+1 |
| | | | | | | all the work to resolve the pb) => this fixes ide burner detection | ||||
* | - don't display services that are not installed | Daouda Lo | 2002-07-25 | 1 | -17/+29 |
| | | | | | | - word wrap string correctly - cleanup | ||||
* | 12mdk | Thierry Vignaud | 2002-07-25 | 1 | -1/+29 |
| | |||||
* | remove all gtk's "no callback/signal to disconnect" warnings | Thierry Vignaud | 2002-07-25 | 1 | -0/+0 |
| | |||||
* | add a fields data structure: | Thierry Vignaud | 2002-07-25 | 1 | -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 Vignaud | 2002-07-25 | 1 | -3/+3 |
| | | | | | probing caching should go there) | ||||
* | merge timeout and cancel cases | Thierry Vignaud | 2002-07-25 | 1 | -3/+1 |
| | |||||
* | simplify: | Thierry Vignaud | 2002-07-25 | 1 | -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 do | Thierry Vignaud | 2002-07-25 | 1 | -9/+7 |
| | |||||
* | update | Thierry Vignaud | 2002-07-25 | 1 | -18/+10 |
| | |||||
* | added log. | Francois Pons | 2002-07-25 | 1 | -0/+2 |
| | |||||
* | small code changes for upgrade. | Francois Pons | 2002-07-25 | 1 | -2/+3 |
| | |||||
* | use a function icon_paths instead of @icon_paths | Pascal Rigaux | 2002-07-25 | 1 | -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 warning | Pascal Rigaux | 2002-07-25 | 3 | -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 GUI | Pascal Rigaux | 2002-07-25 | 1 | -5/+2 |
| | |||||
* | final batch of changes | Thierry Vignaud | 2002-07-25 | 1 | -1/+3 |
| | |||||
* | use spec_test rather than test | Thierry Vignaud | 2002-07-25 | 1 | -4/+3 |
| | |||||
* | typo fix | Thierry Vignaud | 2002-07-25 | 1 | -1/+1 |
| | |||||
* | don't copy struct pciusb_entries on the stack | Thierry Vignaud | 2002-07-25 | 1 | -5/+5 |
| | |||||
* | fix pixel "i do not need to test" fscking bug that broke drakxtools | Thierry Vignaud | 2002-07-25 | 1 | -1/+1 |
| | | | | | build :-) | ||||
* | 11mdk | Thierry Vignaud | 2002-07-25 | 1 | -1/+11 |
| | |||||
* | please "perl -cw" | Pascal Rigaux | 2002-07-25 | 1 | -1/+1 |
| | |||||
* | handle both old device name and new devfs name | Thierry Vignaud | 2002-07-25 | 1 | -0/+0 |
| | |||||
* | noreturn is now exported, no need to MDK::Common::Various::noreturn() | Pascal Rigaux | 2002-07-25 | 1 | -1/+1 |
| | |||||
* | remove internal_error (which is now in MDK::Common) | Pascal Rigaux | 2002-07-25 | 1 | -5/+1 |
| | |||||
* | adapt to stuff.xs.pl instead of stuff.xs.pm | Pascal Rigaux | 2002-07-25 | 1 | -1/+1 |
| | |||||
* | add 0x35 partition table id meaning JFS (under OS/2) (thank to Mika Laitio) | Pascal Rigaux | 2002-07-25 | 1 | -0/+2 |
| | |||||
* | (get_both): fix returning one element (eg: get_keyboard) | Pascal Rigaux | 2002-07-24 | 1 | -1/+3 |
| | |||||
* | add Xconfig | Pascal Rigaux | 2002-07-24 | 1 | -1/+1 |
| | |||||
* | use Xconfig::xfree to set the XkbLayout (better should&will come) | Pascal Rigaux | 2002-07-24 | 1 | -19/+8 |
| | |||||
* | new XFree handling library | Pascal Rigaux | 2002-07-24 | 6 | -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 | ||||
* | add PMS_DIRS in Makefile.config and use it everywhere | Pascal Rigaux | 2002-07-24 | 3 | -12/+5 |
| | | | | | | (cleaning some ugly stuff in Makefile.drakxtools while doing so) => now adding a new directory only need to be done at one place | ||||
* | when testing, log on STDERR | Pascal Rigaux | 2002-07-24 | 1 | -1/+3 |
| | |||||
* | rename stuff.xs.pm to stuff.xs.pl (since it's a prog, not a module) | Pascal Rigaux | 2002-07-24 | 2 | -1/+1 |
| | | | | | (it helps for not having stuff.xs.pm in PMS) | ||||
* | scanners support: | Thierry Vignaud | 2002-07-24 | 1 | -0/+0 |
| | | | | | | | - split scannerdrake:val into vendor and description - don't display bogus "val:%HASH" | ||||
* | don't account scanners as unknown devices | Thierry Vignaud | 2002-07-24 | 1 | -1/+1 |
| | |||||
* | updated po files | Pablo Saratxaga | 2002-07-24 | 2 | -500/+427 |
| | |||||
* | updated po files | Pablo Saratxaga | 2002-07-24 | 1 | -226/+207 |
| | |||||
* | update | Thierry Vignaud | 2002-07-23 | 1 | -4/+1 |
| | |||||
* | handle computers with no /proc/scsi/scsi | Pascal Rigaux | 2002-07-23 | 1 | -1/+1 |
| | |||||
* | use fuzzy_pidofs (to detect if kwin is running) | Pascal Rigaux | 2002-07-23 | 2 | -7/+5 |
| | |||||
* | remove dead code | Thierry Vignaud | 2002-07-23 | 1 | -0/+0 |
| | |||||
* | remove dead args | Thierry Vignaud | 2002-07-23 | 1 | -0/+0 |
| | |||||
* | removal | Christian Belisle | 2002-07-23 | 1 | -39/+0 |
| |