summaryrefslogtreecommitdiffstats
path: root/mdkapplet
Commit message (Collapse)AuthorAgeFilesLines
* better english message (andr55, John Rye)Thierry Vignaud2009-09-181-1/+1
|
* use https to grab mirrorlist from api.mandriva.comChristophe Fergeau2009-09-011-2/+2
|
* fix a stringThierry Vignaud2009-07-241-1/+1
|
* (prepare_add_enterprise_update_media) do not translate MES as it is anThierry Vignaud2009-07-211-1/+1
| | | | official product name
* (prepare_add_restricted) enable to have nice strings per productThierry Vignaud2009-07-211-2/+6
| | | | | instead of hardcoding powerpack ; add string for MES5 as example (though MES5 does not offer to add restricted media)
* (prepare_add_enterprise_update_media) nicer display on MES5 (#52292)Thierry Vignaud2009-07-211-1/+1
|
* when using --testing, reduce initial check delay from 3 to 1 secondThierry Vignaud2009-07-211-1/+1
|
* (is_there_a_new_distributions) keep latest distro info around so thatThierry Vignaud2009-07-211-5/+8
| | | | | | we can suggest to upgrade to it when running distro is unsupported (harvester) reorder the tests accordingly
* if current distribution is no more supported, warn it's no moreThierry Vignaud2009-07-211-2/+11
| | | | supported and offer to upgrade to latest release
* (is_there_a_new_distributions) check if current distribution is stillThierry Vignaud2009-07-211-2/+5
| | | | | supported or not (aka whether it's listed or not in eg http://api.mandriva.com/distributions/basic.x86_64.list)
* drop unused 'changes' fieldThierry Vignaud2009-07-211-15/+0
|
* reintroduce check for 'Devel' branch for cooker (reverting part of commit fromThierry Vignaud2009-07-211-0/+3
| | | | | | | | | | | 2009/09/30 that supplanted it with a new test that will be changed in next commit) ; previous commit was: (is_there_a_new_distributions) better check in order to exclude cooker from distro upgrade rationale: older/unsupported distro aren't in the list as well as cooker (2009.1 won't be in the list)
* (clean_distro_cache) factorize codeThierry Vignaud2009-07-211-2/+6
|
* (prepare_add_restricted) do not display PowerPack but real productThierry Vignaud2009-07-211-1/+2
| | | | name (but still translate PowerPack) (#52292)
* add a wrapper in order to add update media from authenticated server on MES5Thierry Vignaud2009-06-031-1/+48
|
* (get_product_id) factorize code (needed for next commit)Thierry Vignaud2009-06-031-2/+6
|
* (silentCheck) only drop cached result if we are going to compute itThierry Vignaud2009-05-121-1/+3
| | | | | | | | again so that we remember that a new distro exists when checking for updates (distro check is less frequent) (#50535) (#50535) (harvester) move "prevent reporting new distro after distro there
* perform initial check after 3 seconds when using --testingThierry Vignaud2009-05-121-1/+5
|
* (really_prepare_add_restricted,mdkapplet-restricted-helper) do notThierry Vignaud2009-05-121-1/+1
| | | | | | hardcode '2009.0' version, thus fixing adding 2009.1 restricted media on 2009.1 (#50478)
* (get_distro_list) add a commentThierry Vignaud2009-05-111-0/+1
|
* do not complain when network is down if net_applet is running (whichThierry Vignaud2009-04-171-1/+2
| | | | | will already warn about this)
* (silentCheck) explainThierry Vignaud2009-03-191-0/+1
|
* (check all media for update on cooker instead only update media)Thierry Vignaud2009-03-191-1/+1
|
* (silentCheck) update all media on cooker instead of only update mediaThierry Vignaud2009-03-191-1/+1
|
* (silentCheck) consider all media as update media on cooker when checking if ↵Thierry Vignaud2009-03-191-1/+1
| | | | there are media
* (setState) enable to call the configuratorThierry Vignaud2009-02-161-0/+2
|
* (harvester) only warn about locked urpmi DB after 10 triesThierry Vignaud2009-02-111-1/+13
| | | | | (maybe this should be made configurable in config file?)
* (harvester) make more readable (needed for next commit)Thierry Vignaud2009-02-111-3/+6
|
* (silentCheck) stop altering the cursor: it's useless to set the mouseThierry Vignaud2009-02-111-2/+0
| | | | | cursor as wait one for a few ms
* be nicer with CPU (more efficient system power usage) though usingThierry Vignaud2009-02-111-2/+2
| | | | | Glib::Timeout->add_seconds() instead of Glib::Timeout->add()
* (silentCheck) do not hide urpmi.update arguments (#47002)Thierry Vignaud2009-01-151-1/+1
|
* (silentCheck) do not claim there're updates when there're not if checkThierry Vignaud2008-12-161-0/+2
| | | | | | | | for missing resctricted media is disabled (#46291) regression introduced in r249700 on 2008-11-20: "offer to add the restricted update medium if not available"
* (add_restricted_medium) add 32 bit repositories on x86_64 tooThierry Vignaud2008-12-031-1/+2
|
* (is_restricted_media_configured) fix off by one errorThierry Vignaud2008-12-031-1/+1
|
* (really_prepare_add_restricted) old prepare_add_restricted() got renamedThierry Vignaud2008-12-031-1/+22
| | | | | | | (prepare_add_restricted) moved from mdkapplet-restricted-helper into mdkapplet so that we can explain what is restricted media before actually asking for root privileges
* (is_restricted_media_configured) verify we have bothThierry Vignaud2008-12-011-1/+1
| | | | | restricted/release & restricted/updates
* (is_restricted_media_configured) fix typo in commentThierry Vignaud2008-12-011-1/+1
|
* (add_media) there's no point checking for updates just after forkingThierry Vignaud2008-11-241-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) modernizeThierry Vignaud2008-11-241-1/+1
|
* (harvester) rename '$mdvupdate_returned' as more meaningfull 'schedule_checks'Thierry Vignaud2008-11-241-3/+3
|
* (prepare_add_restricted) update status once restricted media got addedThierry Vignaud2008-11-241-1/+1
|
* offer to add the restricted update medium if not availableThierry Vignaud2008-11-201-1/+44
|
* (silentCheck) explain what eat RAM, why we forkThierry Vignaud2008-11-201-0/+1
|
* split some code into mdkapplet_gui packageThierry Vignaud2008-11-201-53/+1
|
* bump copyright yearThierry Vignaud2008-11-201-1/+1
|
* perl_checker cleanupsThierry Vignaud2008-11-201-3/+3
|
* (checker_exit) split it out of silentCheck()Thierry Vignaud2008-11-201-12/+13
|
* (is_there_a_new_distributions) kill debug statement that wrongly wentThierry Vignaud2008-11-191-1/+0
| | | | | in in last commit
* (get_distro_list) split it out of is_there_a_new_distributions()Thierry Vignaud2008-11-191-4/+10
|
* (new_portable_dialog,fill_n_run_portable_dialog) split them out of ↵Thierry Vignaud2008-11-191-13/+22
| | | | confirm_upgrade()