summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
Commit message (Collapse)AuthorAgeFilesLines
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-2/+2
|
* using same mouse for alternate_install should be uselessOlivier Blin2005-04-191-3/+1
| | | | | remove it for xbox controller, thus making this option obsolete
* Change the name of the directory where the rpms are copiedRafael Garcia-Suarez2005-04-151-1/+1
|
* Introduce the new utility function getCDNumber()Rafael Garcia-Suarez2005-04-041-4/+1
|
* Actually remove multiple Mini-CD media for deselectionRafael Garcia-Suarez2005-04-011-2/+2
|
* When presenting the list of media to deselect, group by CDs even when using theRafael Garcia-Suarez2005-04-011-0/+3
| | | | | mini ISO
* Fix detection of available space when copying rpms on disk (bug 14790)Rafael Garcia-Suarez2005-03-231-3/+4
|
* XBox - get xpad to work in install (added xset)Stew Benedict2005-03-221-0/+1
|
* MERGE: stop using dedicated X drivers on x86-64, default to vesafbGwenolé Beauchesne2005-03-171-1/+1
|
* Don't die while upgrading if /var/ftp/pub/Mandrakelinux isn't there (bug #14585)Rafael Garcia-Suarez2005-03-141-1/+1
|
* When removing duplicate physical media, take DVDs into account as well as CDsRafael Garcia-Suarez2005-03-111-1/+1
|
* Disallow to delect the first media listed in the "hdlists" file.Rafael Garcia-Suarez2005-03-041-1/+6
|
* perl_checker fixesRafael Garcia-Suarez2005-03-031-1/+1
|
* Add a progress bar when copying rpms from the media to the hard diskRafael Garcia-Suarez2005-03-031-2/+2
|
* Make regexps a bit more lenient.Rafael Garcia-Suarez2005-02-281-2/+2
|
* Verify free space on disk for copying rpmsRafael Garcia-Suarez2005-02-221-3/+9
|
* Support media size check when copying every rpm on HDRafael Garcia-Suarez2005-02-151-4/+10
|
* replace load/save from floppy with using media_browser()Pascal Rigaux2005-02-151-1/+1
|
* Better wording for a couple of stringsRafael Garcia-Suarez2005-02-081-3/+2
|
* Don't propose to copy RPMs on disk for ISO installation methodRafael Garcia-Suarez2005-02-081-22/+24
|
* Add support to copy all RPMs to the hard drive before installation.Rafael Garcia-Suarez2005-02-041-0/+58
|
* we always have force_focus when we have !$::isStandalone,Pascal Rigaux2005-01-111-1/+0
| | | | | so do it that way and get rid of $ugtk2::force_focus
* remove $ugtk2::force_center_at_pos, inline it insteadPascal Rigaux2005-01-111-1/+0
|
* revert bad commitPascal Rigaux2005-01-111-1/+1
|
* install_gtk::create_help_window is unused, removing itPascal Rigaux2005-01-111-2/+1
|
* simplify (thanks to perl_checker)Pascal Rigaux2004-12-311-1/+0
|
* remove code using getAndSaveFile to get the X serverPascal Rigaux2004-12-311-5/+0
| | | | | (we don't have live directory anymore, and anyway we only use one X server)
* fix displaying package tree (was empty since moving from XXX to CAT_XXX)Pascal Rigaux2004-12-281-1/+1
|
* don't pass prefix, use $::prefixPascal Rigaux2004-12-211-1/+1
|
* migrate to mygtk2Pascal Rigaux2004-12-161-68/+60
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-8/+8
|
* more debug logPascal Rigaux2004-12-031-0/+1
|
* - drop oem & recovery code (which was broken)Pascal Rigaux2004-11-291-1/+1
| | | | | - will be replaced with a root password + user accounts + network configuration a la drakfirsttime
* simpler codePascal Rigaux2004-11-251-4/+5
|
* Kludgy fix for bug 11558 : sometimes when restarting the installer at theRafael Garcia-Suarez2004-09-161-0/+2
| | | | | | step where partitions are read, it'll be needed to reaload the rpmsrate and compssUsers.pl to avoid a crash a bit later.
* on a test here, a "Server died" occured whereas the server is running.Pascal Rigaux2004-09-161-1/+8
| | | | | i think it can occur if the server is in fact not even started. Trying to handle this case
* (installPackages) kill unused variableThierry Vignaud2004-09-151-3/+0
|
* do not display release notes anymore (since it hides advertising...)Pascal Rigaux2004-09-101-20/+5
|
* define and use $o->{mouse}{alternate_install} if detected mouse can't be ↵Olivier Blin2004-08-261-1/+3
| | | | used during install
* hide $release_notes_scroll by default, it's visually cleanerPascal Rigaux2004-08-181-0/+1
|
* add release notes during install of packagesPascal Rigaux2004-08-171-10/+29
|
* remove dead codePascal Rigaux2004-08-171-4/+1
|
* perl_checker compliancePascal Rigaux2004-08-131-1/+1
|
* - don't use compssUsers anymore, use compssUsers.plPascal Rigaux2004-08-131-50/+11
| | | | | | | | - code to display compssUsers choices is now in compssUsers.pl - {compssUsers} is now a list instead of a hash, and so drop {compssUsersSorted} - rename {compssUsersChoice} to {rpmsrate_flags_chosen} (better name) - i18n_compssUsers is no more needed, add share/compssUsers.pl* to ALLPMS
* drop Xpmac supportPascal Rigaux2004-08-051-7/+4
|
* adapt to new directories layout:Pascal Rigaux2004-07-261-1/+1
| | | | | | | | | | | - Mandrake/mdkinst -> install/stage2/live - Mandrake/base/mdkinst_stage2.bz2 -> install/stage2/mdkinst_stage2.bz2 - Mandrake/base/rpmsrate -> media/media_info/rpmsrate - Mandrake/RPMS -> media/main - images -> install/images - isolinux -> install/isolinux - Mandrake/share/advertising -> install/extra/advertising
* perl_checker compliancePascal Rigaux2004-07-201-1/+1
|
* fix predicted time when there is an error installing packagesOlivier Blin2004-07-161-0/+3
|
* fix method_allows_medium_change calls (I suck)Olivier Blin2004-06-181-1/+1
|
* add and use install_any::method_allows_medium_changeOlivier Blin2004-06-181-1/+1
|