summaryrefslogtreecommitdiffstats
path: root/mdkapplet
Commit message (Collapse)AuthorAgeFilesLines
* _more_supported) prevent displaying twice the same dialogThierry Vignaud2010-02-031-1/+5
| | | | and add a FIXME note
* (no_more_supported_choice) fix missing %s in a string (spot by bedi)Thierry Vignaud2010-02-031-1/+4
|
* (activate signal) rename a variable for clarityThierry Vignaud2010-02-031-2/+2
|
* {actions} simplify and make it consistentThierry Vignaud2010-02-031-2/+2
|
* do not display 'distro upgrade' in the menu when in 'no longuerThierry Vignaud2010-02-031-1/+1
| | | | supported' mode
* (no_more_supported) hide the icon if "do nothing" was choosenThierry Vignaud2010-02-031-0/+2
|
* (no_more_supported_choice) fix banner titleThierry Vignaud2010-02-031-1/+1
|
* (no_more_supported_choice) fix crashing when clicking on notificationThierry Vignaud2010-02-031-1/+1
|
* (is_there_a_new_distributions) do not backport the "live upgrade"Thierry Vignaud2010-02-021-0/+3
| | | | | | | feature on 2008.0 since it's unsupported/untested (missing urpmi support) (this makes the latest two commits somewhat uneeded)
* (confirm_upgrade) use (cdt ? foobar : ()) instead of if_() since theThierry Vignaud2010-02-021-3/+4
| | | | | latter will still create the widget even if not used whereas 'active_ref' option is missing on 2008.0
* (is_download_all_enabled) disable 'download all' option on 2008.0 tooThierry Vignaud2010-02-021-1/+1
|
* (setState) restore old behaviour when detecting a new distroThierry Vignaud2010-02-021-1/+6
|
* (no_more_supported_choice) workaround eight year old gtk+ bug and tryThierry Vignaud2010-02-021-1/+5
| | | | harder to use available space for labels
* (no_more_supported_choice) make sure button wrap if ever too big nowThierry Vignaud2010-02-021-1/+1
| | | | we use a regular radio button
* (no_more_supported_choice) make button clickable by extracting it outThierry Vignaud2010-02-021-8/+8
| | | | of the radiobutton which intercepts proper signals
* (process_state) split it out of harvester()Thierry Vignaud2010-02-021-28/+36
|
* (harvester) actually honor DO_NOT_ASK_FOR_NO_MORE_SUPPORTEDThierry Vignaud2010-02-021-0/+2
|
* (is_there_a_new_distributions,harvester) skip some messages when product.id ↵Thierry Vignaud2010-01-281-2/+3
| | | | contains 'support=extended'
* (refresh_no_more_supported_msg,no_more_supported_choice) fix testingThierry Vignaud2010-01-281-3/+3
| | | | | | for availability of extended maintenance (basically reverting part of r265341)
* (read_config) rename it as read_sys_config() for consistency withThierry Vignaud2010-01-271-1/+1
| | | | read_local_config()
* (harvester) advertize when one has extended maintenance when regularThierry Vignaud2010-01-271-1/+13
| | | | one is expired
* (get_extended_maintenance,real_upgrade) pass --testing if neededThierry Vignaud2010-01-271-0/+2
|
* (read_config) share codeThierry Vignaud2010-01-271-1/+1
|
* (is_extmaint_supported) factorize test for extended maintenance andThierry Vignaud2010-01-271-3/+3
| | | | alter it btw
* (no_more_supported_choice) better phrasingThierry Vignaud2010-01-271-1/+4
|
* (refresh_no_more_supported_msg) share first phraseThierry Vignaud2010-01-271-1/+1
|
* (get_obsolete_message_) extract it out of get_obsolete_message()Thierry Vignaud2010-01-271-2/+6
|
* (_get_obsolete_message) rename it as get_obsolete_message()Thierry Vignaud2010-01-271-2/+2
|
* (_get_obsolete_message) better messageThierry Vignaud2010-01-271-1/+1
|
* (refresh_no_more_supported_msg) better message according to caseThierry Vignaud2010-01-271-1/+21
|
* (setState) kill extra spacingThierry Vignaud2010-01-271-1/+0
|
* bump copyrightThierry Vignaud2010-01-271-2/+2
|
* (about_dialog) split it out of setState()Thierry Vignaud2010-01-271-24/+26
|
* (update_backport_media) simplifyThierry Vignaud2010-01-271-2/+5
|
* typo fixThierry Vignaud2010-01-271-1/+1
|
* typo fixThierry Vignaud2010-01-261-1/+1
|
* better phrasing (Olav Dahlum)Thierry Vignaud2010-01-261-1/+1
|
* (is_it_2008_0) share itThierry Vignaud2010-01-261-4/+0
|
* (is_there_a_new_distributions) fix check on 2008.0 which wronglyThierry Vignaud2010-01-261-1/+2
| | | | reports 'Devel' instead of 'Official'
* (configNetwork) make it readableThierry Vignaud2010-01-261-1/+4
|
* (silentCheck) do not try to update backport media on 2008.0Thierry Vignaud2010-01-261-1/+3
| | | | (missing API)
* (update_backport_media) extract it out of silentCheck()Thierry Vignaud2010-01-261-4/+9
|
* (is_it_2008_0) factorize test for next commitThierry Vignaud2010-01-261-1/+5
|
* (checkNetwork) enable to run on 2008.0 by fixing network connectivity testThierry Vignaud2010-01-261-1/+4
|
* (has_network_connection_2008) introduce back old isNetwork() under aThierry Vignaud2010-01-261-0/+9
| | | | | | | | new name, thus enabling to run on 2008.0 by fixing network connectivity test It got removed in commit r240098 from blino onWed Mar 19 2008 (was: "simplify network detection")
* basically enable to run on 2008.0 by removing usage of new perl-5.10 featuresThierry Vignaud2010-01-261-3/+2
|
* stop pretending to get an url as argumentThierry Vignaud2010-01-261-1/+0
|
* (get_distro_list_,get_distro_list) share even more code for mccThierry Vignaud2010-01-251-15/+2
|
* (find_current_distro) factor code for mccThierry Vignaud2010-01-251-1/+1
|
* (get_distro_list) move it so that it's reusable by mccThierry Vignaud2010-01-251-32/+1
|