summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-700/+0
|
* - i had foolishly removed c::iconv whereas it was used still used by ↵Pascal Rigaux2005-12-151-2/+2
| | | | | | | | | | c::from_utf8 and c::to_utf8 - anyway, moving c::from_utf8 and c::to_utf8 to common::from_utf8 and common::to_utf8 - making them use Locale::gettext::iconv - Locale::gettext::iconv transform undef into standard charset (1.05-2mdk) - drop c::standard_charset (now unused)
* don't call $advertize on "Details" click otherwise it may call $advertize whenPascal Rigaux2005-09-161-3/+1
| | | | | | chrooted which we don't want. So changing behaviour: the button now only hide or show, it doesn't change the current ad
* - call installCallback() on "open" tooPascal Rigaux2005-09-151-2/+1
| | | | | | | - on "open" we are not chrooted - setting advertising when chrooted could cause havoc if pango wants to load a new font (eg: advertising #13 in pt_BR)
* don't have title twice (we already have it in the banner)Pascal Rigaux2005-09-131-2/+2
|
* use Image_using_pixmap to display adverstising (nicer rendering on 16bpp ↵Pascal Rigaux2005-09-051-1/+1
| | | | displays)
* cleanupPascal Rigaux2005-09-021-2/+2
|
* - new advertisingPascal Rigaux2005-08-311-62/+44
| | | | | - nicer "Details" mode
* instead of dirtying pkgs::installCallback, use install_steps::installCallbackPascal Rigaux2005-08-311-3/+2
| | | | | (still not clean, but better)
* fix bad handle of the elapsed timePascal Rigaux2005-08-311-11/+12
|
* - use noborderWhenEmbedded instead of dirtying directly in WizardTablePascal Rigaux2005-08-301-3/+5
| | | | | - use children_centered to cleanly and correctly size the progress bar
* put Cancel and Details button on the right of the main progress barPascal Rigaux2005-08-291-2/+4
|
* fill in missing titles for banners and specify iconsThierry Vignaud2005-08-271-1/+1
|
* (installPackages) ensure there's no margin around advertisements (IHM request)Thierry Vignaud2005-08-271-1/+1
|
* add a cople missing titlesThierry Vignaud2005-08-261-2/+2
|
* function $advertize must work when chrooted or not, we can't really know if ↵Pascal Rigaux2005-08-221-3/+3
| | | | we're chrooted or not
* don't fork anymore to install rpmsPascal Rigaux2005-08-171-2/+3
|
* fix "Mouse" button in summary doing nothingPascal Rigaux2005-08-161-3/+3
|
* move is_xbox from common to detect_devicesOlivier Blin2005-08-051-1/+2
|
* load xpad module for xbox (Stew)Olivier Blin2005-08-021-1/+4
|
* get rid of $clicked and $ent_number (obsolete)Pascal Rigaux2005-06-061-5/+5
|
* replace unused $o->{localInstall} with $::local_install, partially used ↵Pascal Rigaux2005-05-261-1/+2
| | | | | | | instead of $::uml_install and used in drakx-in-chroot
* More refactorisationRafael Garcia-Suarez2005-05-261-1/+1
|
* Begin refactorization of install medium handling codeRafael Garcia-Suarez2005-05-251-2/+2
|
* s/Mandrivalinux/Mandriva Linux/Funda Wang2005-05-201-1/+1
|
* 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
|