summaryrefslogtreecommitdiffstats
path: root/mdkapplet
Commit message (Collapse)AuthorAgeFilesLines
...
* (confirm_upgrade) display nicer distribution name if availableThierry Vignaud2008-10-061-1/+1
|
* (is_there_a_new_distributions) rename a variable b/c of hiddenThierry Vignaud2008-10-061-3/+3
| | | | | variable (bug in previous commit)
* keep around the whole structure of the new distro (needed for next commit)Thierry Vignaud2008-10-061-9/+8
|
* (fork_gurpmi) perl_checker cleanupThierry Vignaud2008-10-061-1/+1
|
* (fork_gurpmi) split it out of upgrade()Thierry Vignaud2008-10-061-0/+4
|
* (confirm_upgrade) display a URL link button Thierry Vignaud2008-10-061-1/+10
|
* (confirm_upgrade) use rpmdrake icon for confirmation dialogThierry Vignaud2008-10-061-1/+1
|
* (confirm_upgrade) display a banner in "Distro Upgrade" confirmation dialogThierry Vignaud2008-10-061-0/+5
|
* (harvester,is_there_a_new_distributions) still check for new distro ifThierry Vignaud2008-10-031-3/+2
| | | | | popup is disabled so that one can still performs it from menu
* (confirm_upgrade) change the setting in RAM too (instead of only on disk)Thierry Vignaud2008-10-031-0/+1
|
* (setState) revert bogus r247677 that results in doble buttons performing the ↵Thierry Vignaud2008-10-031-2/+0
| | | | | | | | same thing; was: 'default to "Install updates" instead of distro upgrade on left click on icon if there're updates'
* (setState) add an "upgrade system" in the menu when in 'updates' mode ↵Thierry Vignaud2008-10-031-0/+1
| | | | (needed for next commits)
* commentThierry Vignaud2008-10-031-0/+2
|
* default to "Install updates" instead of distro upgrade on left click on icon ifThierry Vignaud2008-10-031-0/+1
| | | | | there're updates
* (setState) only show "Install updates" in right menu only if there're ↵Thierry Vignaud2008-10-031-1/+4
| | | | actually updates
* (setState) dereference array earlier (needed for next commit)Thierry Vignaud2008-10-031-2/+2
|
* if there're updates, install regular updates instead of performingThierry Vignaud2008-10-031-1/+5
| | | | | distro upgrade on left click
* (harvester) keep around update result when we detect a new distroThierry Vignaud2008-10-031-2/+3
|
* (harvester,silentCheck) compute regular updates even if there's a new distroThierry Vignaud2008-10-031-5/+2
|
* (is_there_a_new_distributions) remove debug statement that wongly went it ↵Thierry Vignaud2008-10-031-1/+0
| | | | along r247649
* (setState) make it more readableThierry Vignaud2008-10-031-3/+5
|
* (go2State) factorize calling gtkflush() after calling go2state() intoThierry Vignaud2008-10-031-3/+2
| | | | | go2state() itself (which is redundant with setState() one...)
* (confirm_upgrade,is_there_a_new_distributions) enable to not check again for ↵Thierry Vignaud2008-10-031-5/+16
| | | | new distro
* (confirm_upgrade) split it out of upgrade()Thierry Vignaud2008-10-031-3/+8
|
* read user config file earlier (needed for next commits)Thierry Vignaud2008-10-031-2/+3
|
* (setAutoStart) make it more readableThierry Vignaud2008-10-031-2/+3
|
* (setVar) simplify signatureThierry Vignaud2008-10-031-5/+6
|
* use blue icon when there's a new distroThierry Vignaud2008-10-031-1/+1
|
* (upgrade) ask for confirmation before performing distro upgradeThierry Vignaud2008-10-031-0/+4
|
* add an "upgrade system" in the menu when a new distro is availlableThierry Vignaud2008-10-031-1/+2
|
* (setState) do not complain if urpmi DB is locked by another program,Thierry Vignaud2008-10-021-1/+2
| | | | | just wait for next check slot)
* (is_there_a_new_distributions) prevent SIGCHILD handler's waitpid toThierry Vignaud2008-10-021-0/+5
| | | | | | | | interfere with urpmi waiting for curl (which was messing up with urpmi trying to get curl exit code) Kudo pixel!!!
* (is_there_a_new_distributions) use ensure_valid_cachedir() toThierry Vignaud2008-10-021-0/+2
| | | | | workarounding issue with downloading files as usero
* (upgrade) fix removing media as userThierry Vignaud2008-10-021-11/+3
|
* fix backuping urpmi.cfgThierry Vignaud2008-10-011-1/+1
|
* (is_there_a_new_distributions) better check in order to exclude cookerThierry Vignaud2008-09-301-6/+2
| | | | | | | | from distro upgrade rationale: older/unsupported distro aren't in the list as well as cooker (2009.1 won't be in the list)
* dd support for downloading distro list as user for 2008.1Thierry Vignaud2008-09-301-1/+6
|
* mdkapplet: Don't show it when disconnectedArnaud Patard2008-09-301-1/+1
|
* perl_checker cleanupsThierry Vignaud2008-09-081-8/+8
|
* (is_there_a_new_distributions) add sanity check for cookerThierry Vignaud2008-09-041-0/+6
|
* (is_there_a_new_distributions) further fix dowloading distributionsThierry Vignaud2008-09-041-2/+1
| | | | | list by really gettint URI's content
* (is_there_a_new_distributions) fix dowloading distributions list by ↵Thierry Vignaud2008-09-041-1/+1
| | | | downloading in a writeable directory
* (setState) offer to add media directly from bubble (#39987)Thierry Vignaud2008-09-041-0/+3
|
* (harvester) prevent running media manager more than one at a timeThierry Vignaud2008-09-041-0/+2
|
* (add_media) keep media manager PID around (needed for next commits)Thierry Vignaud2008-09-041-2/+3
|
* (add_media) check again after adding update mediapThierry Vignaud2008-09-041-0/+1
|
* (add_media) log starting media managerThierry Vignaud2008-09-041-0/+1
|
* (add_media) run media manager with --no-splash' option and handle ↵Thierry Vignaud2008-09-041-1/+1
| | | | "--urpmi-root=$root"
* (add_media) factorize codeThierry Vignaud2008-09-041-2/+6
|
* log actual error messageThierry Vignaud2008-08-071-1/+1
|