summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* detect_devices::matching_driver -> matching_desc but matching driver names ↵Guillaume Cottenceau2004-01-134-4/+8
| | | | (kernel modules)
* lvm2 uses urandomPascal Rigaux2004-01-132-0/+2
|
* - install lvm2 rpm instead of lvm (and using ->ensure_is_installed)Pascal Rigaux2004-01-131-4/+2
| | | | | - "vgdisplay" error status is not good, using "vgs" instead
* - allow to specify a kernel rpm (works both for BOOT kernels and normal one)Pascal Rigaux2004-01-131-15/+17
| | | | | - allow --move
* perl_checker sometimes wrongly complainThierry Vignaud2004-01-131-1/+1
|
* revert titi breaking the code, keeping the only valid changePascal Rigaux2004-01-131-7/+6
|
* 9.3-18mdkThierry Vignaud2004-01-121-1/+14
|
* Added functionality to configure a PostScript printer with aTill Kamppeter2004-01-122-9/+146
| | | | | manufacturer-supplied PPD file.
* do not push anymore help menu at right (hig and kde guidelines areThierry Vignaud2004-01-121-1/+1
| | | | | against this)
* handle both kernel 2.4.x and 2.6.x (before size field was not properlyThierry Vignaud2004-01-121-1/+2
| | | | | | when switching between threes b/c we looked for module.ko instead of module.o.gz and the like)
* adding spaces to please perl_checkerPablo Saratxaga2004-01-121-2/+2
|
* changed the Serbian cyrillic image to display using cyrillic.Pablo Saratxaga2004-01-121-0/+0
|
* Added to the language selection menu languages with recently appearedPablo Saratxaga2004-01-121-7/+13
| | | | | translations in Gnome or KDE (fo, ia, ku, nds, ne, oc, wen, yi)
* updated pot filePablo Saratxaga2004-01-122-350/+419
|
* upcase first letter of error messagesThierry Vignaud2004-01-121-3/+3
|
* perl_checker fixesThierry Vignaud2004-01-121-6/+2
|
* *** empty log message ***Pascal Rigaux2004-01-121-1/+169
|
* wacom support should be re-added :-/Pascal Rigaux2004-01-121-1/+1
|
* perl_checker cleanupsThierry Vignaud2004-01-121-2/+2
|
* used the ip from stage1 instead of using IPADDR which is not given for dhcpPascal Rigaux2004-01-121-2/+3
| | | | | for auto_install file (as asked by Michael Riss)
* new layout with subdialogsThierry Vignaud2004-01-121-214/+141
|
* remove spurious minus at beginning of paragraphThierry Vignaud2004-01-121-1/+1
|
* updated pot filePablo Saratxaga2004-01-122-99/+103
|
* bump perl(Gtk2) requireThierry Vignaud2004-01-121-1/+1
|
* XFree4 during installPascal Rigaux2004-01-123-122/+14
|
* (per_entry_action_box)Thierry Vignaud2004-01-121-9/+11
| | | | | | - sanitieze buttons packing (do not eat extra space) - get rid of groupby2
* when offering to restart dm, offer yes/no as choice rather thanThierry Vignaud2004-01-121-1/+1
| | | | | ok/cancel (#6810)
* - install_steps_auto_install is not a interactive but still needs do_pkgsPascal Rigaux2004-01-123-14/+16
| | | | | | - so making do_pkgs a class, and interactive and install_steps will inheritate from it - do_pkgs renamed into do_pkgs_common, containing the things common to do_pkgs_during_install and do_pkgs_standalone
* 9.3-17mdkThierry Vignaud2004-01-121-1/+21
|
* handle poulpy codeThierry Vignaud2004-01-121-4/+4
|
* use all.rdz instead of network.rdz in tftp (network.rdz is deprecated)Pascal Rigaux2004-01-122-2/+2
|
* rollback debug statementsThierry Vignaud2004-01-121-7/+0
|
* need insmod.old for kernel 2.4Pascal Rigaux2004-01-121-0/+1
|
* make font removing working with --testingThierry Vignaud2004-01-121-2/+4
|
* fix unstalling fontsThierry Vignaud2004-01-121-2/+2
|
* show a finish button on last stepThierry Vignaud2004-01-121-0/+1
|
* exit once delete interface wizard has ended instead of then running the stdThierry Vignaud2004-01-121-0/+1
| | | | | add wizard...
* list ppp interfaces too when offering to delete an interfaceThierry Vignaud2004-01-121-6/+6
|
* only complain if a problem actually happenedThierry Vignaud2004-01-121-1/+8
|
* kill unused variablesThierry Vignaud2004-01-121-20/+1
|
* (put_font_dir) factorize some code into put_font_dir_real()Thierry Vignaud2004-01-121-13/+10
|
* fix chkfontpath call in --testing mode (/usr/sbin) not in pathThierry Vignaud2004-01-121-1/+1
|
* fix applications layout:Thierry Vignaud2004-01-121-57/+30
| | | | | | | | - remove spurious empty boxes - fix layout (aka do not uselessly resize main window) - sanitize layout (put legal warning between title and application list) - "[X] label" packing looks quite a less uglier than "label [X]"
* fix about layout:Thierry Vignaud2004-01-121-8/+17
| | | | | | | | | - sanitize horrible line breaking (let pango do it for now, it know how to do it quite a lot better than we) - add myself in author list - split about translation in three pieces (copyright holders, std fsf header and thanks), enabling to share std fsf legal header among several programs
* prevent useless spacing above button barThierry Vignaud2004-01-121-1/+1
|
* enforce class->new calling convention rather than "new class" oneThierry Vignaud2004-01-121-78/+78
|
* style only change; "fix" gtkpacking so that expand arg always precede theThierry Vignaud2004-01-121-166/+167
| | | | | widget it's about rather that following another widget
* fix embedding:Thierry Vignaud2004-01-121-2/+2
| | | | | | - prevent subwindows being too small - prevent subwindows breaking when canceled
* don't print refs in log when output is redirectedPascal Rigaux2004-01-121-5/+5
| | | | | (nice patch from blino :)
* update from sunny@opencurve.orgPascal Rigaux2004-01-121-42/+53
|