summaryrefslogtreecommitdiffstats
path: root/mdkapplet
Commit message (Collapse)AuthorAgeFilesLines
...
* (upgrade) log reason as well as current & target distro when querying mirror ↵Thierry Vignaud2008-10-131-1/+2
| | | | list for distro upgrade
* (setState) do not crash if image cannot be loaded (#44750)Thierry Vignaud2008-10-101-2/+2
|
* (harvester) do not display gurpmi log errors when done installingThierry Vignaud2008-10-101-7/+9
| | | | | | updates, only do it for distribution upgrade (no sense doing it for regular updates when there's no such logs)
* - mdkappletPascal Rigaux2008-10-101-3/+3
| | | | | | | | | | o do not wrongly propose distribution upgrade after installing updates o do not display "Congratulations" dialog when done installing updates, only do it for distribution upgrade precision: displaying $new_distro->{version} was vivifying $new_distro, hence messing the "if $new_distro" test
* (is_there_a_new_distributions) do not check for new distro on FlashThierry Vignaud2008-10-091-0/+1
| | | | | since there's not not enough disk space
* (upgrade) prevent upgrading more than once at a timeThierry Vignaud2008-10-081-0/+4
|
* (congratulations) explicitely wrap labels b/c 2008.1's mygtk2 didn't wrapThierry Vignaud2008-10-081-0/+4
|
* perl_checker cleanupsThierry Vignaud2008-10-071-2/+2
|
* (congratulations) extract it out of harvester() ; add a banner andThierry Vignaud2008-10-071-4/+21
| | | | | pack Ok button to the right
* (get_banner) extract it out of confirm_upgrade() (will be reused in next commit)Thierry Vignaud2008-10-071-5/+9
|
* perl_checker cleanupsThierry Vignaud2008-10-071-3/+3
|
* (fork_gurpmi,harvester,upgrade) keep update log around and tell usersThierry Vignaud2008-10-071-2/+8
| | | | | where they are if upgrade failed
* (confirm_upgrade) no padding for labels (side effect of previousThierry Vignaud2008-10-071-0/+1
| | | | | commit that makes us explicitely using Label_Left widgets)
* (confirm_upgrade) make "Distro Upgrade" confirmation dialog widerThierry Vignaud2008-10-071-2/+7
|
* (confirm_upgrade) explicitely initialize labels through mygtk2Thierry Vignaud2008-10-071-2/+3
|
* (fork_gurpmi) do not run with --expect-install (no remaining packages to ↵Thierry Vignaud2008-10-071-1/+1
| | | | install is same as success for us)
* (harvester) display a success or an error message at end of installationThierry Vignaud2008-10-061-0/+10
|
* (harvester) keep record we succeeded even when first gurpmi pass succeededThierry Vignaud2008-10-061-2/+2
|
* (harvester) just always drop the refork_gurpmi bit even when alreadyThierry Vignaud2008-10-061-1/+1
| | | | | unset (needed for next commit)
* (harvester) wait for the proper child when running gurpmi againThierry Vignaud2008-10-061-1/+1
|
* (upgrade) perl_checker cleanupThierry Vignaud2008-10-061-2/+2
|
* (harvester) factorize codeThierry Vignaud2008-10-061-2/+1
|
* (harvester) compute child status earlier (safer and needed for next commit)Thierry Vignaud2008-10-061-1/+1
|
* (upgrade) run gurpmi with --replacefiles option (so that temporaryThierry Vignaud2008-10-061-1/+1
| | | | | | | file conflicts doesn't break upgrade due to missing conflict tags) will be used by gurpmi once it has restarted with 2009.0's update one
* (fork_gurpmi) enable to pass additional options (needed for next commit)Thierry Vignaud2008-10-061-2/+3
|
* (fork_gurpmi) run gurpmi with --expect-install optionThierry Vignaud2008-10-061-1/+1
|
* (harvester,upgrade) run a 2nd gurpmi pass if first failedThierry Vignaud2008-10-061-2/+10
|
* (harvester) typo fixThierry Vignaud2008-10-061-1/+1
|
* (fork_gurpmi) do not use --silent-success: this option is onlyThierry Vignaud2008-10-061-1/+1
| | | | | available with gurpmi.addmedia, not gurpmi
* enable to globally enable/disable new distribution checkThierry Vignaud2008-10-061-1/+2
|
* enable to remove media in chroot specified by --urpmi-rootThierry Vignaud2008-10-061-1/+1
|
* (confirm_upgrade) display nicer distribution name if availableThierry Vignaud2008-10-061-1/+1
|
* (is_there_a_new_distributions) rename a variable b/c of hiddenThierry Vignaud2008-10-061-3/+3
| | | | | variable (bug in previous commit)
* keep around the whole structure of the new distro (needed for next commit)Thierry Vignaud2008-10-061-9/+8
|
* (fork_gurpmi) perl_checker cleanupThierry Vignaud2008-10-061-1/+1
|
* (fork_gurpmi) split it out of upgrade()Thierry Vignaud2008-10-061-0/+4
|
* (confirm_upgrade) display a URL link button Thierry Vignaud2008-10-061-1/+10
|
* (confirm_upgrade) use rpmdrake icon for confirmation dialogThierry Vignaud2008-10-061-1/+1
|
* (confirm_upgrade) display a banner in "Distro Upgrade" confirmation dialogThierry Vignaud2008-10-061-0/+5
|
* (harvester,is_there_a_new_distributions) still check for new distro ifThierry Vignaud2008-10-031-3/+2
| | | | | popup is disabled so that one can still performs it from menu
* (confirm_upgrade) change the setting in RAM too (instead of only on disk)Thierry Vignaud2008-10-031-0/+1
|
* (setState) revert bogus r247677 that results in doble buttons performing the ↵Thierry Vignaud2008-10-031-2/+0
| | | | | | | | same thing; was: 'default to "Install updates" instead of distro upgrade on left click on icon if there're updates'
* (setState) add an "upgrade system" in the menu when in 'updates' mode ↵Thierry Vignaud2008-10-031-0/+1
| | | | (needed for next commits)
* commentThierry Vignaud2008-10-031-0/+2
|
* default to "Install updates" instead of distro upgrade on left click on icon ifThierry Vignaud2008-10-031-0/+1
| | | | | there're updates
* (setState) only show "Install updates" in right menu only if there're ↵Thierry Vignaud2008-10-031-1/+4
| | | | actually updates
* (setState) dereference array earlier (needed for next commit)Thierry Vignaud2008-10-031-2/+2
|
* if there're updates, install regular updates instead of performingThierry Vignaud2008-10-031-1/+5
| | | | | distro upgrade on left click
* (harvester) keep around update result when we detect a new distroThierry Vignaud2008-10-031-2/+3
|
* (harvester,silentCheck) compute regular updates even if there's a new distroThierry Vignaud2008-10-031-5/+2
|