summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* during install, don't probe PS/2 mice when a serial mouse is already found.Pascal Rigaux2002-09-061-4/+1
| | | | | | | (otherwise if a PS/2 keyboard is present, a PS/2 is found even if absent, and configuring an auxmouse PS/2 causes the PS/2 keyboard to freeze) (thanks to Nora Etukudo)
* if there's no sound card, add a note about sndconfigThierry Vignaud2002-09-061-1/+2
|
* - fix wizard title and pixmap overlapDaouda Lo2002-09-061-1/+1
|
* - workaround alsaconf's aliasesThierry Vignaud2002-09-061-5/+23
| | | | | | | - add an help button that describe ALSA and OSS - display current driver, its type (OSS or ALSA), and the default driver for the card
* add lisa in KDE in REMOTE_ACCESSFlorent Villard2002-09-061-0/+1
|
* comment old code concerning auroraJonathan Gotti2002-09-061-25/+23
|
* UpdateDavid Baudens2002-09-061-1/+4
|
* Re-add completly obsolote Aurora's images needed for drakboot (really, but ↵David Baudens2002-09-063-0/+0
| | | | really stupid requires)
* Re-add old obsolete Aurora image requires by drakboot (can someone explain ↵David Baudens2002-09-061-0/+0
| | | | why? It is stupid)
* *** empty log message ***Pascal Rigaux2002-09-061-1/+141
|
* (read): cleanup duplicate labels (in case file is corrupted)Pascal Rigaux2002-09-061-5/+13
| | | | | | (get_label): compare labels using 15 first characters (to be compliant with lilo) (add_entry): fix removing duplicate entries
* remove contrib packagesFlorent Villard2002-09-061-9/+7
| | | | | | add !CDCOM for OpenOffice.org move mod_php to 5
* (read): fixPascal Rigaux2002-09-061-1/+1
|
* fixed to allow changing boot medium.Francois Pons2002-09-061-3/+3
|
* UpdateDavid Baudens2002-09-062-1/+4
|
* UpdateDavid Baudens2002-09-0617-1/+4
|
* Update icons & remove old Aurora stuffDavid Baudens2002-09-064-0/+0
|
* fixed excesive reduction of size.Francois Pons2002-09-061-3/+3
|
* fixed stupid typo.Francois Pons2002-09-061-1/+1
|
* allow obsoleted packages to be taken into account.Francois Pons2002-09-061-0/+8
|
* ensure Xconfig::various::various is called at installPascal Rigaux2002-09-062-3/+5
|
* use my_gtk for embedded mode.Thierry Vignaud2002-09-061-14/+10
| | | | | code must be cleaned up through my_gtk usage though.
* updated Polish filePablo Saratxaga2002-09-061-534/+674
|
* handle delete_event in all casesThierry Vignaud2002-09-061-1/+1
|
* allow cleaning ask_remove according to removed package.Francois Pons2002-09-061-5/+12
|
* changed how pkgs::remove is called.Francois Pons2002-09-061-3/+1
|
* use my_gtk for window creation, thus:Thierry Vignaud2002-09-061-8/+10
| | | | | | | - window creation and embedding mode're handled automatically - when one close drackbackup, my_gtk close it properly and return to mcc
* fix translated stringThierry Vignaud2002-09-061-1/+1
|
* 36mdkThierry Vignaud2002-09-061-1/+7
|
* add gtkset_visibilityGuillaume Cottenceau2002-09-062-2/+3
|
* export compose_pixbufs for mccThierry Vignaud2002-09-061-1/+1
|
* - ugtk::gtkicons_labels_widget() :Thierry Vignaud2002-09-061-18/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o pass icon name in $tag to $exec_func so that the later can display big icon o $label_exec is a duplicate of $label o simplify notebook redrawing: * remove dam'sugly hacks * $redraw_function->() : resize Gtk::Fixed on first run if more than 4 icons * redraw in only one place * don't redraw on realize event (now we both don't flick and have proper icon alignment without old hacks) - mcc: o print big icon while launching a tool (anim in next commit) o move todo list in TODO o stricter check: * default to use strict * disable strict mode when building rpm * fixes for 'use strict' o kill : * a debugging print * a superflous 'no warnings' * a title->show since we never hide it * $rootheight since gtk packer do the job for us * unused $nb_pages o begin to un-hardcode some values (window and notebook size, ...) o cosmetics: * comment some code * add myself to authors list (deush, you should add yourself too since you're the localedrake/mcc interaction guru) * s/darea1/summary_darea/ o don't display logs when back in main summary o destroy pixbuf after
* fix and change a few things in the descriptionGuillaume Cottenceau2002-09-061-20/+24
|
* updated Portuguese and Slovak filesPablo Saratxaga2002-09-062-2228/+1874
|
* *** empty log message ***Pascal Rigaux2002-09-061-1/+50
|
* updated Turkish filePablo Saratxaga2002-09-051-698/+700
|
* updated po Slovak and Chinese filesPablo Saratxaga2002-09-051-594/+719
|
* special case to handle many buttons in newt: replacing with something alike ↵Pascal Rigaux2002-09-051-0/+21
| | | | ask_from_list (useful for XFdrake)
* add an option for prefering Xinerama in auto_installsPascal Rigaux2002-09-052-5/+7
|
* set umask=0 for ntfs partitions (currently only used when user sets the ↵Pascal Rigaux2002-09-051-1/+1
| | | | | | | mount point to a ntfs partition) (suggested in bug #189)
* *** empty log message ***Damien Chaumette2002-09-051-3/+0
|
* - little fixDamien Chaumette2002-09-051-4/+0
|
* better NT & Fat bootloader entry adding or notPascal Rigaux2002-09-051-1/+3
|
* - Remove ECI ADSL modem from menu until we have an agreementDamien Chaumette2002-09-051-1/+5
|
* rc2Florent Villard2002-09-051-0/+0
|
* *** empty log message ***Pascal Rigaux2002-09-051-1/+217
|
* do not add an nt label if there is no magicPascal Rigaux2002-09-051-2/+3
|
* use name mangling for labels (taken from installkernel)Pascal Rigaux2002-09-051-1/+41
|
* updated Dutch filePablo Saratxaga2002-09-051-570/+721
|
* updated po filePablo Saratxaga2002-09-051-1155/+963
|