Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - when upgrading a kde3 box and task-kde3 is not on the CDs, propose to reboot | Pascal Rigaux | 2008-10-01 | 1 | -6/+13 |
| | | | | | and upgrade through Mandriva update applet | ||||
* | enhance comment | Pascal Rigaux | 2008-10-01 | 1 | -1/+1 |
| | |||||
* | (chooseGroups) switch from ask_from() to ask_from_() | Thierry Vignaud | 2008-10-01 | 1 | -2/+3 |
| | |||||
* | - when mounting cdrom fails, retry a few times since mount will now fail | Pascal Rigaux | 2008-10-01 | 1 | -1/+6 |
| | | | | | instead of waiting for the drive to recognise the CD (cf #43230) | ||||
* | (_chooseDesktop) replace ":" by "." in a message | Thierry Vignaud | 2008-10-01 | 1 | -1/+1 |
| | |||||
* | update string per adamw recommendation | Thierry Vignaud | 2008-09-30 | 1 | -2/+4 |
| | |||||
* | commit the string for translation (but still need to be reviewed by adam) | Pascal Rigaux | 2008-09-30 | 1 | -0/+4 |
| | | | | | the code will come later (when decided how to do it) | ||||
* | - clean_rpmdb_shared_regions before and after calling gurpmi.addmedia/gurpmi2 | Pascal Rigaux | 2008-09-24 | 1 | -0/+2 |
| | | | | | in chroot | ||||
* | always set compssListLevel in interactive choosePackages step (even in ↵ | Olivier Blin | 2008-09-24 | 1 | -0/+3 |
| | | | | auto-install) | ||||
* | inline o->{compssListLevel} usage and remove useless parameter | Olivier Blin | 2008-09-23 | 1 | -4/+4 |
| | |||||
* | use o->{compssListLevel} instead of hardcoded default rate (so that it can ↵ | Olivier Blin | 2008-09-23 | 1 | -3/+2 |
| | | | | be customized from command line later) | ||||
* | explicitely pass max rate when computing available size corrected (not to ↵ | Olivier Blin | 2008-09-23 | 1 | -1/+1 |
| | | | | depend on o->{compssListLevel} that currently defaults to max rate) | ||||
* | remove install::steps_interactive::setPackages, it's exactly the same as the ↵ | Olivier Blin | 2008-09-23 | 1 | -5/+0 |
| | | | | install::steps::setPackages it's overriding | ||||
* | move rpmsrate values in variables | Olivier Blin | 2008-09-23 | 1 | -1/+1 |
| | |||||
* | adapt to any::reboot() prototype change | Pascal Rigaux | 2008-09-19 | 1 | -1/+1 |
| | |||||
* | - add a special license for google programs (only for "Powerpack" product) | Pascal Rigaux | 2008-09-19 | 1 | -1/+1 |
| | |||||
* | move {useless_thing_accepted} special case in install | Pascal Rigaux | 2008-09-19 | 1 | -0/+2 |
| | |||||
* | drop unused code: commercial cd is no more | Pascal Rigaux | 2008-09-19 | 1 | -6/+0 |
| | |||||
* | (level_choose) drop now unused 'libsafe' parameter | Thierry Vignaud | 2008-09-15 | 1 | -1/+1 |
| | |||||
* | (selectKeyboard) just hide "advanced" title if there're no "advanced" widgets | Thierry Vignaud | 2008-09-11 | 1 | -1/+2 |
| | |||||
* | (selectKeyboard) remove ending "." from title | Thierry Vignaud | 2008-09-11 | 1 | -1/+1 |
| | |||||
* | (selectKeyboard) I forgot to commit adding ":" when commiting pos | Thierry Vignaud | 2008-09-11 | 1 | -1/+1 |
| | |||||
* | (selectKeyboard) render title in blue in advanced dialog | Thierry Vignaud | 2008-09-11 | 1 | -1/+1 |
| | |||||
* | (errorInStep) fix parsing error messages ar markups which resulted in: | Thierry Vignaud | 2008-09-11 | 1 | -0/+1 |
| | | | | | "Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on line 1: Character '" | ||||
* | - fix "INTERNAL ERROR: ask_from_normalize" at end of installation | Pascal Rigaux | 2008-09-02 | 1 | -2/+1 |
| | |||||
* | add some logging | Pascal Rigaux | 2008-09-01 | 1 | -4/+5 |
| | |||||
* | - keep in $o->{previous_release} the info about upgraded /etc/release, | Pascal Rigaux | 2008-09-01 | 1 | -1/+2 |
| | | | | | | | and pass "reason" and version to urpmi.addmedia - we also parse {version} field out of /etc/release | ||||
* | (exitInstall) remove "Generate auto install floppy" & "Save packages | Thierry Vignaud | 2008-09-01 | 1 | -14/+0 |
| | | | | | selection" options at end of installation | ||||
* | oops, remove debug code :-/ | Pascal Rigaux | 2008-09-01 | 1 | -1/+1 |
| | | | | | (thanks titi) | ||||
* | - if network access, configure urpmi with --mirrorlist --distrib, | Pascal Rigaux | 2008-09-01 | 1 | -32/+4 |
| | | | | | | | | | and install updates. This replaces the previous "Install Updates" step. - this calls gurpmi.addmedia/urpmi.addmedia and gurpmi2/urpmi in chroot - we do not allow anymore to choose which updates are going to be updated (ie choosePackagesTree is not used for this anymore) | ||||
* | we don't support AXP's aboot anymore | Pascal Rigaux | 2008-08-28 | 1 | -8/+1 |
| | |||||
* | (selectInstallClass) make title be blue | Thierry Vignaud | 2008-08-27 | 1 | -2/+3 |
| | |||||
* | (setupBootloaderBefore) make wait message pop | Thierry Vignaud | 2008-08-27 | 1 | -0/+1 |
| | |||||
* | (setupBootloaderBefore) set title | Thierry Vignaud | 2008-08-27 | 1 | -1/+1 |
| | |||||
* | (afterInstallPackages) make it pop | Thierry Vignaud | 2008-08-27 | 1 | -0/+1 |
| | |||||
* | (afterInstallPackages) set title | Thierry Vignaud | 2008-08-27 | 1 | -1/+1 |
| | |||||
* | (acceptLicense,selectKeyboard) render some message titles as blue | Thierry Vignaud | 2008-08-22 | 1 | -2/+3 |
| | |||||
* | - ensure we don't default on the first keyboard layout when upgrading french | Pascal Rigaux | 2008-08-21 | 1 | -1/+2 |
| | | | | | box in english lang (#41103) | ||||
* | usbmouse and mousedev are dead, usbhid is enough | Pascal Rigaux | 2008-08-20 | 1 | -1/+1 |
| | |||||
* | (_chooseDesktop) reduce a string | Thierry Vignaud | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | (_chooseDesktop) commit uncommited string compression | Thierry Vignaud | 2008-08-18 | 1 | -3/+3 |
| | |||||
* | fix title of desktop selection dialog | Thierry Vignaud | 2008-08-11 | 1 | -1/+1 |
| | |||||
* | better wording (from berthy) | Olivier Blin | 2008-07-31 | 1 | -1/+1 |
| | |||||
* | stop set icons for banners | Thierry Vignaud | 2008-07-24 | 1 | -8/+1 |
| | |||||
* | s/2008 Spring/2009/ | Pascal Rigaux | 2008-06-26 | 1 | -1/+1 |
| | |||||
* | Search task-kde4, task-kde no longer exists | Frederic Crozat | 2008-06-25 | 1 | -1/+1 |
| | |||||
* | enable to restore the system through rsnapshot if giving "restore" on cmdline | Thierry Vignaud | 2008-04-03 | 1 | -0/+5 |
| | |||||
* | - warn the user and propose to install/quit-install before upgrading from a | Pascal Rigaux | 2008-03-28 | 1 | -0/+49 |
| | | | | | partition where "/" is ext3 with block-size 1KB to avoid kernel bug (#37583) | ||||
* | - use umask=0 by default on vfat (#39315) | Pascal Rigaux | 2008-03-25 | 1 | -1/+1 |
| | |||||
* | - when skipping bootloader installation, correctly say "None" in summary | Pascal Rigaux | 2008-03-21 | 1 | -1/+1 |
| | | | | | | | | (#39101) for this, setting $bootloader->{boot} to '', it's simple enough and seems to work nicely :) |