summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* move whatParport() to printer::detectPascal Rigaux2003-02-022-21/+21
|
* Fixed Foomatic installation done by installer.Till Kamppeter2003-02-022-2/+2
|
* ensure the window is big enough in 640x480: remove logo and steps windowPascal Rigaux2003-02-022-4/+8
|
* - handle {vga16} in Xnest testing modePascal Rigaux2003-02-021-2/+2
| | | | | - fix weird bug due to missing aewm-drakx in test mode (??)
* move whatPrinter(), whatUsbport() and whatPrinterPort() out of ↵Pascal Rigaux2003-02-023-107/+106
| | | | | | | | | | detect_devices to printer::detect (it cleans up detect_devices, and won't hurt eyes anymore :) this change, together with .perl_checker skipping printer::* marks the style disagreement between printer/* and the rest of install
* do not check printer::main, printer::printerdrake and printer::detect, too ↵Pascal Rigaux2003-02-021-0/+3
| | | | many warnings
* please perl_checkerPascal Rigaux2003-02-023-11/+11
|
* - add Xnest feature when testingPascal Rigaux2003-02-021-62/+79
| | | | | - cleanup and re-indent
* fix grub installed on {first_hd_device} instead of {boot} (bug #1199)Pascal Rigaux2003-02-021-1/+1
|
* - Improved generation of printer list entries from manufacturer-supplied ↵Till Kamppeter2003-02-011-6/+15
| | | | PostScript PPDs.
* - Completed support for pre-compiled Foomatic PPDs.Till Kamppeter2003-02-013-53/+124
| | | | | | | | | - Cleaning of mamufacturer names for menues and for comparing auto-dtected data against Foomatic centralized in one function. - Fixed file name in check for installed packages. - Fixed display of boolean options from native PostScript PPD files in the option setting dialog.
* updated pot filePablo Saratxaga2003-01-313-719/+911
|
* fixed typo (drakbakup.conf -> drakbackup.conf)Pablo Saratxaga2003-01-311-2/+2
|
* new versionDamien Chaumette2003-01-311-2/+4
|
* zeroconfDamien Chaumette2003-01-311-1/+3
|
* more zeroconf configurationDamien Chaumette2003-01-311-0/+9
|
* *** empty log message ***Pascal Rigaux2003-01-311-1/+62
|
* fix poulpyPascal Rigaux2003-01-311-1/+1
|
* avoid popingDamien Chaumette2003-01-311-1/+1
|
* be sure $o->{netcnx}{type} is set when using easy_dhcpDamien Chaumette2003-01-311-1/+1
|
* don't save hostname if intf->boot_proto == BOOTPROTO_DHCPDamien Chaumette2003-01-311-1/+1
|
* do "yelp-pregenerate -a" only oncePascal Rigaux2003-01-311-1/+1
|
* fix "one big ntfs" resizing (in the limit case)Pascal Rigaux2003-01-311-1/+5
|
* handle pop_it more nicely: no need to precise pop_it when the wizard window ↵Pascal Rigaux2003-01-314-7/+7
| | | | | | | already has a window, that way, two dialog boxes won't merge in the same window (which is dumb!)
* - do not write_partitions when resizing & loosing data (not needed)Pascal Rigaux2003-01-311-7/+8
| | | | | - handle "cancel" on write_partitions
* (detect): cleanup the value returned when only a wacom is foundPascal Rigaux2003-01-311-5/+1
|
* (createXconf): special case for "none" mouse devicePascal Rigaux2003-01-311-1/+1
|
* fix typo (calling resize_fat::main instead of diskdrake::resize_ntfs)Pascal Rigaux2003-01-311-1/+1
|
* remove explicitly setting the size of advertising windowPascal Rigaux2003-01-311-1/+1
| | | | | (it wasn't setting the same size as the wizard mode size)
* beta 3 logoFlorent Villard2003-01-311-0/+0
|
* - Faster switch between normal and expert mode (no re-read of the printTill Kamppeter2003-01-312-19/+96
| | | | | | queues). - Prepared for working with pre-compiled Foomatic PPDs.
* small fixesPascal Rigaux2003-01-311-4/+3
|
* *** empty log message ***Pascal Rigaux2003-01-311-1/+121
|
* graphical layout changePascal Rigaux2003-01-311-3/+3
|
* add ntfs resize to the wizardPascal Rigaux2003-01-311-17/+38
|
* fix typoPascal Rigaux2003-01-311-1/+1
|
* create diskdrake::resize_ntfs to factorize codePascal Rigaux2003-01-312-7/+30
|
* drop $o->{lnx4win} handlingPascal Rigaux2003-01-302-9/+0
|
* add isFat_or_NTFS() and use it where possible instead of isFat() since WindowsPascal Rigaux2003-01-308-27/+18
| | | | | is now using ntfs, not only Windows NT
* *** empty log message ***Pascal Rigaux2003-01-301-1/+2
|
* remove other.img & usb.img, add hd_usb.img & network_gigabit_usb.imgPascal Rigaux2003-01-303-12/+19
|
* adapt to new category network/gigabit (which used to be in network/main)Pascal Rigaux2003-01-305-8/+8
|
* - add some more modules (from pcitable, thanks chmouel)Pascal Rigaux2003-01-301-13/+18
| | | | | - add category network/gigabit (thanks chmouel)
* - remove other & usb, add hd_usb & network_gigabit_usbPascal Rigaux2003-01-301-6/+19
| | | | | - call modules.pl after generating modules.dep
* - separate "bad/old pcitable modules" (ie pcitable modules not available inPascal Rigaux2003-01-301-67/+93
| | | | | | | | | | | | the kernel) from "PCITABLE MODULES NOT LISTED" - complete rework of "modules only for all img" - separate modules not on stage1 and modules only on "all" (nb: notice it was previously broken, every modules were on "all") - dropped other.img support - fix module dependencies handling (check): separate "bad/old pcitable modules" (ie pcitable modules not available in the kernel) from "PCITABLE MODULES NOT LISTED"
* (merge_values): allow get_monitors to work when xfree3 is missingPascal Rigaux2003-01-301-1/+1
|
* - Conservation of option settings also for queues with PostScript PPD filesTill Kamppeter2003-01-303-173/+181
| | | | | | | or when switching between PostScript PPD file and Foomatic. - Fixed tree structure of main window in expert mode. - Several smaller bug fixes.
* on second thoughts, this is just simplerThierry Vignaud2003-01-301-7/+1
|
* 9.1-0.19mdkThierry Vignaud2003-01-301-2/+25
|
* - perl_checker fixesThierry Vignaud2003-01-301-3/+4
| | | | | - fix non embedded case :-(