summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 :-(
* fixed progress bar too small.Francois Pons2003-01-301-0/+0
|
* new image for floppy for 9.1Francois Pons2003-01-301-0/+0
|
* newer image for 9.1Francois Pons2003-01-301-0/+0
|
* updated with newer isolinux-graphic.bmp image.Francois Pons2003-01-301-1/+1
|
* added pango-hebrew-xft.so for hebrew to be displayed (chmouel)Francois Pons2003-01-301-0/+1
|
* translate topics (aka hw class names) in harddrake guiThierry Vignaud2003-01-302-26/+26
|
* - cosmetic fix for "drakconnect does not detect nvnet part of nvforce2 chips"Thierry Vignaud2003-01-301-3/+3
| | | | | | | | | | hint: their class is MEMORY_RAM :-( ... - btw, simplify unknown devices detection (merging tests regarding driver and media type) - move nforce system controllers in bridge class (which is renamed "bridges and system controllers" aka where we put stuff we've nothing to configure but we don't want to put them in controller so that users are not afraid) but nvnet
* - Display options devided in the groups defined in the PPD file.Till Kamppeter2003-01-302-119/+82
| | | | | | | | | | | | | - For Foomatic PPDs the options in the "General" group are shown by default the rest when clicking "Advanced". When there ar no groups, the decision is done by a table of most commonly used option names. - Sort the displayed options of a queue with a non-Foomatic PPD file by the importance of the options. - Do not sort the values of an option, they are already conveniently sorted in the PPD files. - Removed some unnecessary re-reads of the printer option information. - Several fixes to run smoothly with Foomatic 2.9.x.
* perl_checker small fixesPascal Rigaux2003-01-301-2/+2
|
* *** empty log message ***Pascal Rigaux2003-01-301-1/+311
|
* basic treelist handling (it leaks memory, but who cares, compared to gtk :)Pascal Rigaux2003-01-302-1/+99
|
* (helper_separator_tree_to_tree): this new function helps transforming aPascal Rigaux2003-01-301-0/+26
| | | | | flag {list} to a tree, using {separator}
* fixed perl_checkerFrancois Pons2003-01-291-14/+16
|
* fixed some perl_checkerFrancois Pons2003-01-291-1/+0
|
* fix various resize pbs:Pascal Rigaux2003-01-291-13/+18
| | | | | | - write partition table *before* resizing when partition is enlarged - debug ntfsresize
* dumpe2fs call cleanupPascal Rigaux2003-01-291-6/+5
|
* don't set $::main_window during installPascal Rigaux2003-01-291-1/+1
|
* ntfsresize feature added (not tested!)Pascal Rigaux2003-01-292-0/+13
|
* switched some languages to UTF-8 (they use ascii only, so it shouldn'tPablo Saratxaga2003-01-292-20/+11
| | | | | be noticed); changed a keyboard name to match name used by XFree86
* logdrake is a special case as for embedding in mcc since it can be embeddedThierry Vignaud2003-01-291-0/+1
| | | | | | | twice: one as explanation viewer and one a log search tool. so we must handly ask mcc to display us ...
* (getIDE) don't provide information when we don't have it (vendor, description)Thierry Vignaud2003-01-291-1/+1
|
* fix doble detection of pci modemsThierry Vignaud2003-01-291-1/+1
|
* (getModem) it always return an empy hash, thus confusing harddrakeThierry Vignaud2003-01-291-1/+1
|
* print badly managed devices' drivers in redThierry Vignaud2003-01-291-1/+1
|
* restore cd/dvd burners detectionThierry Vignaud2003-01-291-1/+1
|
* - Automatic non-interactive installation of local print queues.Till Kamppeter2003-01-292-76/+156
| | | | | | | - Standard and advanced options selected by option groups in PPD. - Fixed bug of "CUPS + GIMP-Print" drivers being preferred against "Foomatic + gimp-print" drivers in beginners mode. - Foomatic package installation adapted to Foomatic 2.9.x.
* software raid (mdX) can go up to md31Pascal Rigaux2003-01-292-2/+4
|
* handle mdX where X >= 10 (it should fix bug #1129)Pascal Rigaux2003-01-291-1/+1
|
* Take into account the new splitting of the Foomatic packages.Till Kamppeter2003-01-281-2/+3
|
* fixes unresponsive keyboardGuillaume Cottenceau2003-01-281-3/+3
|
* log configured dvds for better post-debuggingPascal Rigaux2003-01-281-1/+1
|
* s/version name/version number/ (Christophe Combelles)Thierry Vignaud2003-01-281-1/+1
|
* updated Portuguese filePablo Saratxaga2003-01-281-1/+1
|
* cleaning the utf8 support stuff:Thierry Vignaud2003-01-285-8/+22
| | | | | | | | | | - consolidate check_for_xserver() to check for x11 access - introduce prepare_gtk2() to do what gtk+2 needs, so that tools that're not part of drakxtools (aka: rpmdrake, mcc, ...) can just do : unshift @::textdomains, 'drakconf'; prepare_gtk2();
* typo fix in logdrake usage help (spoted by Christophe Combelles)Thierry Vignaud2003-01-283-4/+4
|
* cleanup use of flagsPascal Rigaux2003-01-282-5/+9
|
* simplify API (always -1,-1 for left,top when creating widget, it means ↵Pascal Rigaux2003-01-282-42/+38
| | | | auto-placement)
* updateThierry Vignaud2003-01-281-1/+0
|