summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add support for new sata_qstor SATA driverThierry Vignaud2005-02-241-1/+1
|
* explainThierry Vignaud2005-02-241-0/+3
|
* fix #13865: scan TV channels for TV ocards that do not require any driver ↵Thierry Vignaud2005-02-241-0/+1
| | | | configuration
* Drop banner, using up too much window space. Perl_checker mods.Stew Benedict2005-02-232-11/+11
|
* - fix displaying "Advanced" instead of "Basic" in advanced_state by defaultPascal Rigaux2005-02-231-5/+4
| | | | | - cleanup
* - Made possible modifying the options on a non-Foomatic queue not set upTill Kamppeter2005-02-231-7/+14
| | | | | with printerdrake.
* - Fixed bug of accentuated characters in PPDs not correctly reproduced in theTill Kamppeter2005-02-231-10/+47
| | | | | printer options dialog.
* add norwegian ADSL providers (Eskild Hustvedt)Thierry Vignaud2005-02-231-0/+37
|
* remove all non-digit characters in phone number (#10813)Olivier Blin2005-02-231-1/+1
|
* remove spurious spacesOlivier Blin2005-02-231-1/+0
|
* Force to open file selector as a modal window (bug 13942)Rafael Garcia-Suarez2005-02-231-1/+1
|
* fix usage of create_file_selector()Pascal Rigaux2005-02-231-2/+2
|
* fixPascal Rigaux2005-02-231-1/+2
|
* cleanup is_xbox() here tooPascal Rigaux2005-02-231-1/+1
|
* (default_packages) setup acerk for another laptop (which doesn't needThierry Vignaud2005-02-231-1/+2
| | | | | any option)
* handle wpa_supplicant filesOlivier Blin2005-02-231-0/+66
|
* XBox support - XFdrakeStew Benedict2005-02-235-6/+18
|
* write code correctlyPascal Rigaux2005-02-231-1/+1
|
* "pae" flag in the cpu is needed for new kernelPascal Rigaux2005-02-231-1/+2
|
* SuSE also have "Hand Held" as a laptop (ch_type in { 8, 9, 10, 11, 14 })Pascal Rigaux2005-02-231-1/+1
|
* Support for XBox. Original code up the machine.Stew Benedict2005-02-234-7/+110
|
* add CVS IdPascal Rigaux2005-02-221-1/+1
|
* reuse the very same messageThierry Vignaud2005-02-222-2/+2
|
* merge missing strings from mcc's domainThierry Vignaud2005-02-221-1/+6
|
* unbreak blino change: reuse string from mcc since that's what will be ↵Thierry Vignaud2005-02-222-2/+2
| | | | displayed and allter *all* callers
* Fix location of hdlist for rpms copied on diskRafael Garcia-Suarez2005-02-221-0/+1
|
* reflect new label from drakconfOlivier Blin2005-02-221-1/+1
|
* (interactive_mode) typo fixThierry Vignaud2005-02-221-1/+1
|
* 10.2-0.28mdkThierry Vignaud2005-02-221-1/+17
|
* disable activefw by defaultOlivier Blin2005-02-221-12/+19
|
* - Corrected default settings for printer auto-detection in beginner's modeTill Kamppeter2005-02-221-5/+5
|
* Verify free space on disk for copying rpmsRafael Garcia-Suarez2005-02-222-4/+10
|
* adapt to new uim splittingThierry Vignaud2005-02-222-3/+3
|
* - Removed "gpr" from the packages to be installed. It is taken from the distroTill Kamppeter2005-02-211-6/+4
| | | | | because it is not maintained anymore.
* add an explanation about the Gtk2::SimpleList workaroundOlivier Blin2005-02-211-0/+1
|
* uggly workaround of Gtk2::SimpleList bugsOlivier Blin2005-02-211-2/+9
|
* fix scim-anthy appearing twicePascal Rigaux2005-02-211-2/+3
|
* *** empty log message ***Pascal Rigaux2005-02-211-1/+445
|
* do URPM::add_macro in write_langs(), and require URPM instead of using itPascal Rigaux2005-02-211-2/+2
| | | | | (for now it's only used during install) (bugzilla #13796)
* perl_checker fixesOlivier Blin2005-02-201-3/+3
|
* really use the file selection messageOlivier Blin2005-02-201-0/+1
|
* allow to select multiple filesOlivier Blin2005-02-201-3/+4
|
* New koi8-u font size. bug#13809Funda Wang2005-02-201-0/+1
|
* keyboard values for "lb" language.Pablo Saratxaga2005-02-201-1/+2
|
* - Let unsupported scanners be visibly marked in the scanners list (bug #12049)Till Kamppeter2005-02-201-7/+38
| | | | | | | - Load kernel modules (and make them loaded on boot) if specified in ScannerDB - Tell user if his scanner requires manual editing of config files to work (the appropriate scanner models are marked in ScannerDB)
* small typo fixPablo Saratxaga2005-02-191-1/+1
|
* small fixPablo Saratxaga2005-02-191-1/+1
|
* - Added support for the new keywords MANUAL, MANUALREQUIRED, and KERNEL in theTill Kamppeter2005-02-191-1/+4
| | | | | scanner database
* Detect XBox, don't probe for floppy on XBox.Stew Benedict2005-02-181-1/+5
|
* ensure the "range" entry returned value is bounded as askedPascal Rigaux2005-02-181-0/+7
| | | | | | (useful for backends not handling "range" correctly, like interactive::newt) (bugzilla #13744)