summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* (addUser): fix calling with a user already existing (mainly for installs ↵Pascal Rigaux2002-09-041-2/+2
| | | | keeping the / non-formatted, special for pixel)
* fix dialog box asking "Load from floppy" or "Save on floppy" in individual ↵Pascal Rigaux2002-09-041-28/+25
| | | | package selection
* Add image for logdrakeDavid Baudens2002-09-042-1/+1
|
* make perl_checker happyPascal Rigaux2002-09-041-1/+1
|
* revert add2hash_ username=% to add2hash (it breaks diskdrake --smb notPascal Rigaux2002-09-041-1/+1
| | | | | | defaulting to username=%, and i can't find out what was wrong in auto_install's manualFstab)
* s/Si vous disque/Si votre disque/Thierry Vignaud2002-09-041-37/+23
| | | | | | | | | s/Si non,, Les partitions devront être créés/Sinon, les partitions devront ?\027,bj?\027(Btre cr?\027,bii?\027(Bes/ s/des fonctionnalité additionnelle/des fonctionnalit?\027,bi?\027(Bs additionnelles/ s/sur un disque amovibles/sur un disque amovible/ s/sauves la table/sauve la table/ s/pour récurer les partitions/pour r?\027,bi?\027(Bcup?\027,bi?\027(Brer les partitions/
* - really embbedThierry Vignaud2002-09-041-11/+2
| | | | | | - kill stupid things (aka embedded window withouth any widget vs toplevel window)
* add drakperm!Thierry Vignaud2002-09-041-1/+1
|
* 33mdkThierry Vignaud2002-09-041-1/+4
|
* - add --test option to skip mice|modem|printer detection (nowThierry Vignaud2002-09-041-0/+0
| | | | | | | | | harddrake start instantaneously) - print probed class to show progression - fix tree moving by using a Gtk::CTree instead of a Gtk::Tree; side effect is some code cleaning which compensate above features (code lenght)
* handle no options in fs::mount (is it really needed?... it should not!)Pascal Rigaux2002-09-041-1/+1
|
* replace convert dependencies by gdk-pixbuf dependenciesJonathan Gotti2002-09-041-9/+16
|
* changing bad save path for perm.localJonathan Gotti2002-09-041-10/+11
|
* update (now includes ro2)Pascal Rigaux2002-09-041-0/+0
|
* set isInstall in test script otherwise it uses /usr/X11R6/bin/xtestPascal Rigaux2002-09-041-0/+1
|
* - correct typos in orinoco orinoco_cs modulesDaouda Lo2002-09-041-1/+1
|
* enable perl-Expect (moved to main)Stew Benedict2002-09-041-8/+7
|
* - let my_gtk handle embedded caseThierry Vignaud2002-09-041-0/+0
| | | | | - don't try to center window when embedded
* move last warning before removing tempory file in order to have a chance to lookFrancois Pons2002-09-041-1/+2
| | | | | at them.
* 32mdkThierry Vignaud2002-09-041-1/+4
|
* embbed drakbackup in mccThierry Vignaud2002-09-041-1/+0
|
* re-adding with -kbPascal Rigaux2002-09-031-0/+0
|
* removing for re-adding with -kbPascal Rigaux2002-09-031-0/+0
|
* *** empty log message ***Pascal Rigaux2002-09-031-1/+253
|
* meumeuGuillaume Cottenceau2002-09-031-3/+2
|
* meuhGuillaume Cottenceau2002-09-031-2/+3
|
* try to get rid of BEGIN but still be able to start up the install :-)Guillaume Cottenceau2002-09-032-17/+9
|
* updated po filePablo Saratxaga2002-09-031-2463/+2822
|
* - obsoletes/provides drakfloppyDaouda Lo2002-09-031-4/+7
|
* remove the use of Ok/Cancel/Exit icons (per ergonomy team request)Pascal Rigaux2002-09-031-11/+6
|
* Fix empty subnet in /etc/exports /home entry.Stew Benedict2002-09-031-27/+48
|
* add a sleep and second try for usb mouse.Francois Pons2002-09-031-2/+4
|
* have the possibility in gtktext_insert to provide font/colorGuillaume Cottenceau2002-09-031-1/+5
| | | | | information as well
* better icon associationdamien2002-09-031-5/+4
|
* Add MandrakeClub screen in listDavid Baudens2002-09-031-0/+1
|
* Add MDKclub screen and textDavid Baudens2002-09-032-0/+14
|
* make modules.pm patchable (avoid my ...)Francois Pons2002-09-031-1/+2
|
* added log when no usb interface is found, rare enough now.Francois Pons2002-09-031-0/+4
|
* updated log of add_probeall to be correct.Francois Pons2002-09-031-1/+1
|
* 30mdkThierry Vignaud2002-09-031-2/+7
|
* - create_pix_text, gtkicons_labels_widget: remove text color argument, ↵Thierry Vignaud2002-09-031-4/+4
| | | | | | | default to black - remove last debugging prints
* added create_pixbuttondamien2002-09-032-8/+19
|
* remove double translationThierry Vignaud2002-09-031-2963/+3141
|
* fixed previous fix;Francois Pons2002-09-031-5/+5
|
* try to avoid clashes with install.Francois Pons2002-09-031-7/+9
|
* mdk-eazel-engine is now in gtk-enginesFrederic Crozat2002-09-031-2/+2
|
* fixed damien (aka pitchounette) sucking, this is not this way pitchounette youFrancois Pons2002-09-031-1/+1
| | | | | will lost your current name as pitchounette :-)
* - ugtk :Thierry Vignaud2002-09-031-43/+46
| | | | | | | | | | | | | | | | | | | | | | | | o create_pix_text: * remove * kill uni colored background * api change: + background argument => background list + remove bold argument * render all text (normal, highlighted, selected) on specified background in one pass o gtkicons_labels_widget(): * explain/comment * move all drawing logic in &$draw * create buffer area, text pics only one time * add a pixbuf for highlighted item * render highlighted icon by making it more transparent * recalculate drawing buffer only on state change - mcc : * move all drawing logic in &$draw * create buffer area, text pics only one time * render highlighted icon by making it more transparent * recalculate drawing buffer only on state change
* meuh gtk initGuillaume Cottenceau2002-09-031-2/+3
|
* Changed Turkish console fontPablo Saratxaga2002-09-031-1/+1
|