summaryrefslogtreecommitdiffstats
path: root/mdkapplet
Commit message (Collapse)AuthorAgeFilesLines
* * mdkapplet (really_prepare_add_enterprise,João Victor Duarte Martins2010-05-131-2/+8
| | | | | really_prepare_add_restricted): Use mdkapplet-add-media-helper.
* do not offer distribution upgrade on OEM Philco systems (they have no ↵Olivier Blin2010-04-301-0/+3
| | | | specific updates repo, here is the only direct way to blacklist upgrade)
* fix new distro popup appearing on 2008.0 after choices have been displayedPascal Terjan2010-02-101-2/+2
|
* do not lose no_more_supported valuePascal Terjan2010-02-101-3/+3
|
* (get_obsolete_message_) better messageThierry Vignaud2010-02-051-1/+1
|
* (process_state) warn when extended maintenance is overThierry Vignaud2010-02-051-0/+8
|
* (is_extended_support_not_ended, is_there_a_new_distributions) do notThierry Vignaud2010-02-051-1/+12
| | | | check for new distro when using extended maintenance
* (process_state) further fix notifying extended maintenance taking overThierry Vignaud2010-02-051-1/+2
| | | | regular maintenance
* (is_there_a_new_distributions) keep full api.mdv.com's currentThierry Vignaud2010-02-051-1/+3
| | | | distro's data around
* (process_state) remove now useless variableThierry Vignaud2010-02-051-5/+4
|
* (process_state) fix notifying extended maintenance taking over regular ↵Thierry Vignaud2010-02-041-3/+2
| | | | maintenance
* (process_state) advertize only once when has extended maintenance whenThierry Vignaud2010-02-041-2/+2
| | | | | | regular one is expired (misplaced ")")
* (process_state, no_more_supported_choice) display "no more supportion"Thierry Vignaud2010-02-031-1/+3
| | | | dialog only once
* _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
|