Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (add_media) there's no point checking for updates just after forking | Thierry Vignaud | 2008-11-24 | 1 | -1/+1 |
| | | | | | | | | | | off media manager since anyway urpmi db will be locked; (haverster) do it in the proper place, when media manager exits (was wrong since first intented in r244740 from 2008-09-04 which was: "(add_media) check again after adding update media") | ||||
* | (go2State) modernize | Thierry Vignaud | 2008-11-24 | 1 | -1/+1 |
| | |||||
* | (harvester) rename '$mdvupdate_returned' as more meaningfull 'schedule_checks' | Thierry Vignaud | 2008-11-24 | 1 | -3/+3 |
| | |||||
* | (prepare_add_restricted) update status once restricted media got added | Thierry Vignaud | 2008-11-24 | 1 | -1/+1 |
| | |||||
* | offer to add the restricted update medium if not available | Thierry Vignaud | 2008-11-20 | 1 | -1/+44 |
| | |||||
* | (silentCheck) explain what eat RAM, why we fork | Thierry Vignaud | 2008-11-20 | 1 | -0/+1 |
| | |||||
* | split some code into mdkapplet_gui package | Thierry Vignaud | 2008-11-20 | 1 | -53/+1 |
| | |||||
* | bump copyright year | Thierry Vignaud | 2008-11-20 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2008-11-20 | 1 | -3/+3 |
| | |||||
* | (checker_exit) split it out of silentCheck() | Thierry Vignaud | 2008-11-20 | 1 | -12/+13 |
| | |||||
* | (is_there_a_new_distributions) kill debug statement that wrongly went | Thierry Vignaud | 2008-11-19 | 1 | -1/+0 |
| | | | | | in in last commit | ||||
* | (get_distro_list) split it out of is_there_a_new_distributions() | Thierry Vignaud | 2008-11-19 | 1 | -4/+10 |
| | |||||
* | (new_portable_dialog,fill_n_run_portable_dialog) split them out of ↵ | Thierry Vignaud | 2008-11-19 | 1 | -13/+22 |
| | | | | confirm_upgrade() | ||||
* | (new_link_button) extract code creating link (needed for next commits) | Thierry Vignaud | 2008-11-19 | 1 | -8/+11 |
| | | | | | (to be moved in mygtk2) | ||||
* | (setState) do not add menu items w/o a valid callback (preventing crashes) | Thierry Vignaud | 2008-11-19 | 1 | -0/+1 |
| | |||||
* | (setState) store local variable (needed for next commit) | Thierry Vignaud | 2008-11-19 | 1 | -1/+2 |
| | |||||
* | kill useless string | Thierry Vignaud | 2008-11-19 | 1 | -1/+0 |
| | |||||
* | - mdkapplet | Pascal Rigaux | 2008-10-23 | 1 | -1/+1 |
| | | | | | o do not advise to use AC & wired network when not using a laptop | ||||
* | remove now unneeded text | Pascal Rigaux | 2008-10-23 | 1 | -1/+1 |
| | |||||
* | (is_there_a_new_distributions) further fix testing for | Thierry Vignaud | 2008-10-22 | 1 | -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 Vignaud | 2008-10-22 | 1 | -0/+14 |
| | |||||
* | (confirm_upgrade) split variable declaration | Thierry Vignaud | 2008-10-22 | 1 | -1/+2 |
| | |||||
* | (confirm_upgrade,really_confirm_upgrade) make sure confirm dialog is large ↵ | Thierry Vignaud | 2008-10-22 | 1 | -2/+2 |
| | | | | enough on 2008.1 | ||||
* | (confirm_upgrade,really_confirm_upgrade) explicitely wrap labels (for 2008.1) | Thierry Vignaud | 2008-10-22 | 1 | -0/+2 |
| | |||||
* | (confirm_upgrade,really_confirm_upgrade) replace Yes/No by Next/Cancel | Thierry Vignaud | 2008-10-22 | 1 | -2/+2 |
| | |||||
* | (is_there_a_new_distributions) fix testing ↵ | Thierry Vignaud | 2008-10-22 | 1 | -1/+1 |
| | | | | for/var/lib/urpmi/stale_upgrade_in_progress | ||||
* | (get_stale_upgrade_filename,is_there_a_new_distributions,upgrade,upgrade_dis ↵ | Thierry Vignaud | 2008-10-21 | 1 | -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 Vignaud | 2008-10-21 | 1 | -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 of | Thierry Vignaud | 2008-10-21 | 1 | -5/+7 |
| | | | | | upgrade_distro_() (needed for next commits) | ||||
* | (setState) change button in new distro notification from "Upgrade the | Thierry Vignaud | 2008-10-21 | 1 | -1/+1 |
| | | | | | system" to "More Information" | ||||
* | (setState) set 'low' urgency for new distribution notification | Thierry Vignaud | 2008-10-21 | 1 | -0/+2 |
| | |||||
* | (confirm_upgrade) factorize sizing (needed for next commits) | Thierry Vignaud | 2008-10-20 | 1 | -6/+6 |
| | |||||
* | update a string | Thierry Vignaud | 2008-10-20 | 1 | -3/+3 |
| | |||||
* | (upgrade) really prevent upgrading more than once at a time | Thierry Vignaud | 2008-10-16 | 1 | -4/+1 |
| | |||||
* | (silentCheck) update media in chroot when using --urpmi-root | Thierry Vignaud | 2008-10-15 | 1 | -2/+2 |
| | |||||
* | kill now useless variable | Thierry Vignaud | 2008-10-14 | 1 | -3/+1 |
| | |||||
* | just do not restart the applet on package update anymore | Thierry Vignaud | 2008-10-14 | 1 | -20/+0 |
| | |||||
* | declare undeclared variable | Thierry Vignaud | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | (harvester,restart_applet,upgrade) do not restart the applet on | Thierry Vignaud | 2008-10-14 | 1 | -0/+3 |
| | | | | | package update when performing distro upgrade | ||||
* | (is_there_a_new_distributions) enable to test distro upgrade even when | Thierry Vignaud | 2008-10-14 | 1 | -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 updates | Thierry Vignaud | 2008-10-14 | 1 | -1/+2 |
| | | | | | again (got broken when spliting the helper, in 2.56) | ||||
* | make sure to not report new distro after distro upgrade | Thierry Vignaud | 2008-10-14 | 1 | -0/+1 |
| | |||||
* | (is_there_a_new_distributions) reread distro release after distro upgrade | Thierry Vignaud | 2008-10-14 | 1 | -1/+2 |
| | |||||
* | (upgrade) run helper with --urpmi-root option if needed | Thierry Vignaud | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | pass new distro version as parameter | Thierry Vignaud | 2008-10-13 | 1 | -1/+1 |
| | |||||
* | split upgrade code into mdkapplet-upgrade-helper | Thierry Vignaud | 2008-10-13 | 1 | -85/+4 |
| | | | | | (I forgot to commit it along r248145) | ||||
* | (logIt) inline it (no need for such a wrapper) | Thierry Vignaud | 2008-10-13 | 1 | -21/+17 |
| | |||||
* | (fork_exec,get_banner) move them into share module (needed for next commits) | Thierry Vignaud | 2008-10-13 | 1 | -14/+0 |
| | |||||
* | (upgrade) log reason as well as current & target distro when querying mirror ↵ | Thierry Vignaud | 2008-10-13 | 1 | -1/+2 |
| | | | | list for distro upgrade | ||||
* | (setState) do not crash if image cannot be loaded (#44750) | Thierry Vignaud | 2008-10-10 | 1 | -2/+2 |
| |