Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * mdkapplet (really_prepare_add_enterprise, | João Victor Duarte Martins | 2010-05-13 | 1 | -2/+8 |
| | | | | | really_prepare_add_restricted): Use mdkapplet-add-media-helper. | ||||
* | do not offer distribution upgrade on OEM Philco systems (they have no ↵ | Olivier Blin | 2010-04-30 | 1 | -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 displayed | Pascal Terjan | 2010-02-10 | 1 | -2/+2 |
| | |||||
* | do not lose no_more_supported value | Pascal Terjan | 2010-02-10 | 1 | -3/+3 |
| | |||||
* | (get_obsolete_message_) better message | Thierry Vignaud | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | (process_state) warn when extended maintenance is over | Thierry Vignaud | 2010-02-05 | 1 | -0/+8 |
| | |||||
* | (is_extended_support_not_ended, is_there_a_new_distributions) do not | Thierry Vignaud | 2010-02-05 | 1 | -1/+12 |
| | | | | check for new distro when using extended maintenance | ||||
* | (process_state) further fix notifying extended maintenance taking over | Thierry Vignaud | 2010-02-05 | 1 | -1/+2 |
| | | | | regular maintenance | ||||
* | (is_there_a_new_distributions) keep full api.mdv.com's current | Thierry Vignaud | 2010-02-05 | 1 | -1/+3 |
| | | | | distro's data around | ||||
* | (process_state) remove now useless variable | Thierry Vignaud | 2010-02-05 | 1 | -5/+4 |
| | |||||
* | (process_state) fix notifying extended maintenance taking over regular ↵ | Thierry Vignaud | 2010-02-04 | 1 | -3/+2 |
| | | | | maintenance | ||||
* | (process_state) advertize only once when has extended maintenance when | Thierry Vignaud | 2010-02-04 | 1 | -2/+2 |
| | | | | | | regular one is expired (misplaced ")") | ||||
* | (process_state, no_more_supported_choice) display "no more supportion" | Thierry Vignaud | 2010-02-03 | 1 | -1/+3 |
| | | | | dialog only once | ||||
* | _more_supported) prevent displaying twice the same dialog | Thierry Vignaud | 2010-02-03 | 1 | -1/+5 |
| | | | | and add a FIXME note | ||||
* | (no_more_supported_choice) fix missing %s in a string (spot by bedi) | Thierry Vignaud | 2010-02-03 | 1 | -1/+4 |
| | |||||
* | (activate signal) rename a variable for clarity | Thierry Vignaud | 2010-02-03 | 1 | -2/+2 |
| | |||||
* | {actions} simplify and make it consistent | Thierry Vignaud | 2010-02-03 | 1 | -2/+2 |
| | |||||
* | do not display 'distro upgrade' in the menu when in 'no longuer | Thierry Vignaud | 2010-02-03 | 1 | -1/+1 |
| | | | | supported' mode | ||||
* | (no_more_supported) hide the icon if "do nothing" was choosen | Thierry Vignaud | 2010-02-03 | 1 | -0/+2 |
| | |||||
* | (no_more_supported_choice) fix banner title | Thierry Vignaud | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | (no_more_supported_choice) fix crashing when clicking on notification | Thierry Vignaud | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | (is_there_a_new_distributions) do not backport the "live upgrade" | Thierry Vignaud | 2010-02-02 | 1 | -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 the | Thierry Vignaud | 2010-02-02 | 1 | -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 too | Thierry Vignaud | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | (setState) restore old behaviour when detecting a new distro | Thierry Vignaud | 2010-02-02 | 1 | -1/+6 |
| | |||||
* | (no_more_supported_choice) workaround eight year old gtk+ bug and try | Thierry Vignaud | 2010-02-02 | 1 | -1/+5 |
| | | | | harder to use available space for labels | ||||
* | (no_more_supported_choice) make sure button wrap if ever too big now | Thierry Vignaud | 2010-02-02 | 1 | -1/+1 |
| | | | | we use a regular radio button | ||||
* | (no_more_supported_choice) make button clickable by extracting it out | Thierry Vignaud | 2010-02-02 | 1 | -8/+8 |
| | | | | of the radiobutton which intercepts proper signals | ||||
* | (process_state) split it out of harvester() | Thierry Vignaud | 2010-02-02 | 1 | -28/+36 |
| | |||||
* | (harvester) actually honor DO_NOT_ASK_FOR_NO_MORE_SUPPORTED | Thierry Vignaud | 2010-02-02 | 1 | -0/+2 |
| | |||||
* | (is_there_a_new_distributions,harvester) skip some messages when product.id ↵ | Thierry Vignaud | 2010-01-28 | 1 | -2/+3 |
| | | | | contains 'support=extended' | ||||
* | (refresh_no_more_supported_msg,no_more_supported_choice) fix testing | Thierry Vignaud | 2010-01-28 | 1 | -3/+3 |
| | | | | | | for availability of extended maintenance (basically reverting part of r265341) | ||||
* | (read_config) rename it as read_sys_config() for consistency with | Thierry Vignaud | 2010-01-27 | 1 | -1/+1 |
| | | | | read_local_config() | ||||
* | (harvester) advertize when one has extended maintenance when regular | Thierry Vignaud | 2010-01-27 | 1 | -1/+13 |
| | | | | one is expired | ||||
* | (get_extended_maintenance,real_upgrade) pass --testing if needed | Thierry Vignaud | 2010-01-27 | 1 | -0/+2 |
| | |||||
* | (read_config) share code | Thierry Vignaud | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | (is_extmaint_supported) factorize test for extended maintenance and | Thierry Vignaud | 2010-01-27 | 1 | -3/+3 |
| | | | | alter it btw | ||||
* | (no_more_supported_choice) better phrasing | Thierry Vignaud | 2010-01-27 | 1 | -1/+4 |
| | |||||
* | (refresh_no_more_supported_msg) share first phrase | Thierry Vignaud | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | (get_obsolete_message_) extract it out of get_obsolete_message() | Thierry Vignaud | 2010-01-27 | 1 | -2/+6 |
| | |||||
* | (_get_obsolete_message) rename it as get_obsolete_message() | Thierry Vignaud | 2010-01-27 | 1 | -2/+2 |
| | |||||
* | (_get_obsolete_message) better message | Thierry Vignaud | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | (refresh_no_more_supported_msg) better message according to case | Thierry Vignaud | 2010-01-27 | 1 | -1/+21 |
| | |||||
* | (setState) kill extra spacing | Thierry Vignaud | 2010-01-27 | 1 | -1/+0 |
| | |||||
* | bump copyright | Thierry Vignaud | 2010-01-27 | 1 | -2/+2 |
| | |||||
* | (about_dialog) split it out of setState() | Thierry Vignaud | 2010-01-27 | 1 | -24/+26 |
| | |||||
* | (update_backport_media) simplify | Thierry Vignaud | 2010-01-27 | 1 | -2/+5 |
| | |||||
* | typo fix | Thierry Vignaud | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2010-01-26 | 1 | -1/+1 |
| | |||||
* | better phrasing (Olav Dahlum) | Thierry Vignaud | 2010-01-26 | 1 | -1/+1 |
| |