summaryrefslogtreecommitdiffstats
path: root/mdkapplet
Commit message (Collapse)AuthorAgeFilesLines
* kill useless stringThierry Vignaud2008-11-191-1/+0
|
* - mdkappletPascal Rigaux2008-10-231-1/+1
| | | | | o do not advise to use AC & wired network when not using a laptop
* remove now unneeded textPascal Rigaux2008-10-231-1/+1
|
* (is_there_a_new_distributions) further fix testing forThierry Vignaud2008-10-221-1/+4
| | | | | | /var/lib/urpmi/stale_upgrade_in_progress: make sure 'new_distro' is filled
* (confirm_upgrade,really_confirm_upgrade) use wizard button order (hackish)Thierry Vignaud2008-10-221-0/+14
|
* (confirm_upgrade) split variable declarationThierry Vignaud2008-10-221-1/+2
|
* (confirm_upgrade,really_confirm_upgrade) make sure confirm dialog is large ↵Thierry Vignaud2008-10-221-2/+2
| | | | enough on 2008.1
* (confirm_upgrade,really_confirm_upgrade) explicitely wrap labels (for 2008.1)Thierry Vignaud2008-10-221-0/+2
|
* (confirm_upgrade,really_confirm_upgrade) replace Yes/No by Next/CancelThierry Vignaud2008-10-221-2/+2
|
* (is_there_a_new_distributions) fix testing ↵Thierry Vignaud2008-10-221-1/+1
| | | | for/var/lib/urpmi/stale_upgrade_in_progress
* (get_stale_upgrade_filename,is_there_a_new_distributions,upgrade,upgrade_dis ↵Thierry Vignaud2008-10-211-0/+1
| | | | | | | | tro_congratulations) be able to detect unfinished upgrades, even if mandriva-release already got upgraded
* (really_confirm_upgrade) introduce it in order to:Thierry Vignaud2008-10-211-1/+31
| | | | | | | | | - advise that it may take a couple hours - advise the need for high BW network - advise to close other applications - advise to use AC & wired network when using a laptop - display estimated size of downloads
* (confirm_upgrade) split out common label settings & width out ofThierry Vignaud2008-10-211-5/+7
| | | | | upgrade_distro_() (needed for next commits)
* (setState) change button in new distro notification from "Upgrade theThierry Vignaud2008-10-211-1/+1
| | | | | system" to "More Information"
* (setState) set 'low' urgency for new distribution notificationThierry Vignaud2008-10-211-0/+2
|
* (confirm_upgrade) factorize sizing (needed for next commits)Thierry Vignaud2008-10-201-6/+6
|
* update a stringThierry Vignaud2008-10-201-3/+3
|
* (upgrade) really prevent upgrading more than once at a timeThierry Vignaud2008-10-161-4/+1
|
* (silentCheck) update media in chroot when using --urpmi-rootThierry Vignaud2008-10-151-2/+2
|
* kill now useless variableThierry Vignaud2008-10-141-3/+1
|
* just do not restart the applet on package update anymoreThierry Vignaud2008-10-141-20/+0
|
* declare undeclared variableThierry Vignaud2008-10-141-1/+1
|
* (harvester,restart_applet,upgrade) do not restart the applet onThierry Vignaud2008-10-141-0/+3
| | | | | package update when performing distro upgrade
* (is_there_a_new_distributions) enable to test distro upgrade even whenThierry Vignaud2008-10-141-1/+2
| | | | | | service is disabled through either the --testing option or "TEST_DISTRO_UPGRADE=yes" in /etc/sysconfig/mdkapplet
* (upgrade) do keep around the upgrader PID so that we can run updatesThierry Vignaud2008-10-141-1/+2
| | | | | again (got broken when spliting the helper, in 2.56)
* make sure to not report new distro after distro upgradeThierry Vignaud2008-10-141-0/+1
|
* (is_there_a_new_distributions) reread distro release after distro upgradeThierry Vignaud2008-10-141-1/+2
|
* (upgrade) run helper with --urpmi-root option if neededThierry Vignaud2008-10-141-1/+1
|
* pass new distro version as parameterThierry Vignaud2008-10-131-1/+1
|
* split upgrade code into mdkapplet-upgrade-helperThierry Vignaud2008-10-131-85/+4
| | | | | (I forgot to commit it along r248145)
* (logIt) inline it (no need for such a wrapper)Thierry Vignaud2008-10-131-21/+17
|
* (fork_exec,get_banner) move them into share module (needed for next commits)Thierry Vignaud2008-10-131-14/+0
|
* (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
|