Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enable to globally enable/disable new distribution check | Thierry Vignaud | 2008-10-06 | 1 | -0/+1 |
| | |||||
* | enable to remove media in chroot specified by --urpmi-root | Thierry Vignaud | 2008-10-06 | 1 | -0/+2 |
| | |||||
* | (confirm_upgrade) display nicer distribution name if available | Thierry Vignaud | 2008-10-06 | 1 | -0/+1 |
| | |||||
* | (confirm_upgrade) display a URL link button | Thierry Vignaud | 2008-10-06 | 1 | -0/+1 |
| | |||||
* | reindent | Thierry Vignaud | 2008-10-06 | 1 | -1/+2 |
| | |||||
* | (confirm_upgrade) display a banner in "Distro Upgrade" confirmation dialog | Thierry Vignaud | 2008-10-06 | 1 | -0/+3 |
| | |||||
* | 2.49 | Thierry Vignaud | 2008-10-03 | 1 | -0/+2 |
| | |||||
* | (setState) revert bogus r247677 that results in doble buttons performing the ↵ | Thierry Vignaud | 2008-10-03 | 1 | -2/+0 |
| | | | | | | | | same thing; was: 'default to "Install updates" instead of distro upgrade on left click on icon if there're updates' | ||||
* | typo fix | Thierry Vignaud | 2008-10-03 | 1 | -2/+2 |
| | |||||
* | default to "Install updates" instead of distro upgrade on left click on icon if | Thierry Vignaud | 2008-10-03 | 1 | -0/+2 |
| | | | | | there're updates | ||||
* | (setState) only show "Install updates" in right menu only if there're ↵ | Thierry Vignaud | 2008-10-03 | 1 | -0/+2 |
| | | | | actually updates | ||||
* | reorder | Thierry Vignaud | 2008-10-03 | 1 | -6/+6 |
| | |||||
* | if there're updates, install regular updates instead of performing | Thierry Vignaud | 2008-10-03 | 1 | -0/+2 |
| | | | | | distro upgrade on left click | ||||
* | (harvester,silentCheck) compute regular updates even if there's a new distro | Thierry Vignaud | 2008-10-03 | 1 | -0/+1 |
| | |||||
* | (confirm_upgrade,is_there_a_new_distributions) enable to not check again for ↵ | Thierry Vignaud | 2008-10-03 | 1 | -0/+1 |
| | | | | new distro | ||||
* | use blue icon when there's a new distro | Thierry Vignaud | 2008-10-03 | 1 | -0/+1 |
| | |||||
* | (upgrade) ask for confirmation before performing distro upgrade | Thierry Vignaud | 2008-10-03 | 1 | -0/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2008-10-03 | 1 | -1/+1 |
| | |||||
* | add an "upgrade system" in the menu when a new distro is availlable | Thierry Vignaud | 2008-10-03 | 1 | -0/+4 |
| | |||||
* | 2.48 | Thierry Vignaud | 2008-10-02 | 1 | -0/+2 |
| | |||||
* | (setState) do not complain if urpmi DB is locked by another program, | Thierry Vignaud | 2008-10-02 | 1 | -0/+4 |
| | | | | | just wait for next check slot) | ||||
* | 2.47 | Thierry Vignaud | 2008-10-02 | 1 | -0/+2 |
| | |||||
* | (is_there_a_new_distributions) prevent SIGCHILD handler's waitpid to | Thierry Vignaud | 2008-10-02 | 1 | -0/+2 |
| | | | | | | | | 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() to | Thierry Vignaud | 2008-10-02 | 1 | -0/+3 |
| | | | | | workarounding issue with downloading files as usero | ||||
* | fix 2.45's date | Thierry Vignaud | 2008-10-02 | 1 | -1/+1 |
| | |||||
* | 2.46 | Thierry Vignaud | 2008-10-02 | 1 | -0/+2 |
| | |||||
* | (upgrade) fix removing media as user | Thierry Vignaud | 2008-10-02 | 1 | -0/+1 |
| | |||||
* | fix backuping urpmi.cfg | Thierry Vignaud | 2008-10-01 | 1 | -0/+3 |
| | |||||
* | 2.45 | Thierry Vignaud | 2008-10-01 | 1 | -0/+2 |
| | |||||
* | workarounding downloading distro list as user for 2008.1 where | Thierry Vignaud | 2008-10-01 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | sometimes urpmi reports it failed to download the list when it actually did with success "curl failed: exited with signal 127" however the requested file did got downloaded and did exist on local hard disk even if it was unlinked just before performing the sync() call what's more, it only failed in 50% of the case; even more strangely, when run with "strace" it works (but still failed if run with "strace -f") | ||||
* | 2.44 | Thierry Vignaud | 2008-09-30 | 1 | -0/+2 |
| | |||||
* | (is_there_a_new_distributions) better check in order to exclude cooker | Thierry Vignaud | 2008-09-30 | 1 | -0/+1 |
| | | | | | | | | 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.1 | Thierry Vignaud | 2008-09-30 | 1 | -0/+3 |
| | |||||
* | add spacing | Thierry Vignaud | 2008-09-30 | 1 | -0/+1 |
| | |||||
* | mdkapplet: Don't show it when disconnected | Arnaud Patard | 2008-09-30 | 1 | -0/+4 |
| | |||||
* | 2.42 | Thierry Vignaud | 2008-09-04 | 1 | -0/+2 |
| | |||||
* | (is_there_a_new_distributions) fix dowloading distributions list by ↵ | Thierry Vignaud | 2008-09-04 | 1 | -0/+1 |
| | | | | downloading in a writeable directory | ||||
* | (setState) offer to add media directly from bubble (#39987) | Thierry Vignaud | 2008-09-04 | 1 | -0/+1 |
| | |||||
* | (harvester) prevent running media manager more than one at a time | Thierry Vignaud | 2008-09-04 | 1 | -0/+1 |
| | |||||
* | (add_media) check again after adding update mediap | Thierry Vignaud | 2008-09-04 | 1 | -0/+1 |
| | |||||
* | (add_media) run media manager with --no-splash' option and handle ↵ | Thierry Vignaud | 2008-09-04 | 1 | -0/+3 |
| | | | | "--urpmi-root=$root" | ||||
* | 2.41 | Thierry Vignaud | 2008-08-07 | 1 | -0/+2 |
| | |||||
* | (is_there_a_new_distributions,upgrade) check if a new distro is | Thierry Vignaud | 2008-08-07 | 1 | -0/+1 |
| | | | | | available and offer to upgrade the system (live upgrade mode) | ||||
* | add support for --rpm-root=foobar and --urpmi-root=foobar | Thierry Vignaud | 2008-08-07 | 1 | -0/+3 |
| | |||||
* | add missing spaces (consistency) | Thierry Vignaud | 2008-05-23 | 1 | -0/+6 |
| | |||||
* | add missing log entries (2.22 -> 2.27) | Thierry Vignaud | 2008-05-23 | 1 | -0/+40 |
| | |||||
* | 2.402.40 | Thierry Vignaud | 2008-05-08 | 1 | -0/+2 |
| | |||||
* | (installUpdates) run MandrivaUpdate with --no-splash option in order | Thierry Vignaud | 2008-05-08 | 1 | -0/+4 |
| | | | | | to skip splash screen (#40366) | ||||
* | (2.39) sortdistro/mdv2008.1 | Thierry Vignaud | 2008-03-21 | 1 | -2/+2 |
| | |||||
* | 2.39 | Thierry Vignaud | 2008-03-21 | 1 | -0/+2 |
| |