summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'V1_1_9_1mdk'.V1_1_9_1mdkMystery Man2002-08-011602-229291/+0
|
* change some png files names according to simplification ofGuillaume Cottenceau2002-08-015-0/+0
| | | | | gtkcreate_png call of new my_gtk.pm
* 17mdk: stage 1Thierry Vignaud2002-08-011-1/+10
|
* perl_checker fixesThierry Vignaud2002-08-011-87/+87
|
* perl_checker fixesThierry Vignaud2002-08-013-28/+31
|
* perl_checker fixesThierry Vignaud2002-08-011-0/+0
|
* perl_checker fixesThierry Vignaud2002-08-012-1/+4
|
* perl_checker fixesThierry Vignaud2002-08-012-18/+24
|
* perl_checker fixesThierry Vignaud2002-08-012-13/+13
|
* tune perl_checkerPascal Rigaux2002-08-011-0/+11
|
* - workaround for the busy mouse cursor set byThierry Vignaud2002-08-011-0/+0
| | | | | | | | | | gtkset_mousecursor_wait() in my_gtk::destroy - remove debugging prints - don't handle "$::isEmbedded ? kill('USR1', $::CCPID) : Gtk->exit(0);", it's done by interactive->exit()
* shorten the syslinux progress barFlorent Villard2002-08-011-1/+1
|
* updated Hungarian filePablo Saratxaga2002-08-011-2413/+4227
|
* use new dam's emailThierry Vignaud2002-08-011-1/+1
|
* removed fonctions typagedamien2002-08-011-23/+23
|
* move back Gtk->init to "new" and "gtkroot"Pascal Rigaux2002-08-012-4/+5
|
* remove INFO warningsThierry Vignaud2002-08-011-3/+0
|
* make perl_checker happyPascal Rigaux2002-08-012-6/+9
|
* (prepare_boot): use $::prefixPascal Rigaux2002-08-011-5/+4
|
* get rid of some $prefix parameter passingPascal Rigaux2002-08-012-3/+3
|
* get rid of some $prefix parameter passing (using $::prefix where needed instead)Pascal Rigaux2002-08-015-112/+108
|
* don't display a wait_message in newt, but do suspendPascal Rigaux2002-08-011-4/+12
|
* my_gtk:Thierry Vignaud2002-08-013-799/+853
| | | | | | | - splitup it into my_gtk and ugtk as done by dams - resync with dams - increase the icon blinkage from 50ms to 100ms
* bootloader::suggest uses a hash for its optionsPascal Rigaux2002-08-012-5/+6
|
* %postun -n harddrake: return 0 when nothing has to be doneThierry Vignaud2002-08-011-1/+1
|
* export licenseThierry Vignaud2002-08-012-1/+1
|
* move embedded and standalone managment from harddrake::ui toThierry Vignaud2002-08-013-1/+9
| | | | | standalone/harddrake2
* updated translationArkadiusz Lipiec2002-08-011-5838/+5485
|
* - add splash theme sectionJonathan Gotti2002-08-011-2/+170
|
* in newt, have the resolutions sorted by resolution size (wilplizgg)Pascal Rigaux2002-08-011-3/+8
|
* While stripping libraries, note that we may need to have both /lib andGwenolé Beauchesne2002-08-011-1/+2
| | | | | /lib64 on biarch systems.
* add pixmap for drakbootJonathan Gotti2002-08-011-0/+0
|
* Add x86_64-specific filelistGwenolé Beauchesne2002-08-011-0/+6
|
* - MDK::Common'ize for arch() supportGwenolé Beauchesne2002-08-012-21/+18
| | | | | | - Don't grab /lib/i686/ libraries - Update list to use LIB which expands to either lib64 or lib
* Add /bin/mknod to command list of sudoersGwenolé Beauchesne2002-08-011-1/+1
|
* Added new packages needed by printerdrake.Till Kamppeter2002-08-011-4/+4
|
* Let packages "nmap" and "scli" get installed by printerdrake.Till Kamppeter2002-08-011-1/+3
|
* Printer model auto-detection for ethernet-connected printers when setting up ↵Till Kamppeter2002-08-011-177/+285
| | | | | | | | | | TCP/Socket, remote LPD, IPP, or HTTP printers. Continued work on scanning the local network for printers. In "setup_local()": Renamed variable "@parport" to "@autodetected". Do not let list of auto-detected printers get sorted alphabetically, it should stay sorted by ports. Fixed typo in file name in "check_network()".
* *** empty log message ***Pascal Rigaux2002-07-311-0/+444
|
* *** empty log message ***Pascal Rigaux2002-07-311-4/+6
|
* Handle parsing --embedded command line in standalone.pmPascal Rigaux2002-07-3122-29/+29
| | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
* *** empty log message ***Pascal Rigaux2002-07-311-1/+1
|
* make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}")Pascal Rigaux2002-07-3112-51/+52
|
* - add non-wizard ability to XFdrakePascal Rigaux2002-07-314-25/+166
| | | | | | | - first part of ATI TVout support (still needs patching initscript, and adding an entry in bootloader) (and testing of course :)
* (devfssymlinkf): when creating a symlink on the system, use devfs name if ↵Pascal Rigaux2002-07-311-0/+3
| | | | devfs is mounted
* what is needed for usbmouse is "hid mousedev usbmouse" not the weird ↵Pascal Rigaux2002-07-311-2/+2
| | | | "serial_usb"
* (read): don't look at /dev/mouse symlink to get {device}, sysconfig/mousePascal Rigaux2002-07-311-1/+0
| | | | | gives it, so why bother (this fixes /dev//dev/misc/psaux bug)
* updateThierry Vignaud2002-07-311-9/+5
|
* 15mdk (will be released tomorrow before the beta2)Thierry Vignaud2002-07-311-1/+10
|
* - bump harddrake versionThierry Vignaud2002-07-313-1/+4
| | | | | - module configuration is saved (todo: read the config)