summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* update translation for turkish languageAtilla Öntaş2008-10-041-11/+11
|
* update translation for PolishTomasz Bednarski2008-10-041-27/+11
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2008-10-041-10/+11
|
* 2008-10-03 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2008-10-031-6/+6
| | | | | * nl.po: Updated Dutch translation
* Updated Czech translation.Michal Bukovjan2008-10-031-25/+10
|
* 2.49Thierry Vignaud2008-10-032-1/+3
|
* (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-032-4/+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)
* update cy translationFunda Wang2008-10-031-165/+22
|
* commentThierry Vignaud2008-10-031-0/+2
|
* typo fixThierry Vignaud2008-10-031-2/+2
|
* default to "Install updates" instead of distro upgrade on left click on icon ifThierry Vignaud2008-10-032-0/+3
| | | | | there're updates
* (setState) only show "Install updates" in right menu only if there're ↵Thierry Vignaud2008-10-032-1/+6
| | | | actually updates
* update zh_TW translationFunda Wang2008-10-031-6/+6
|
* reorderThierry Vignaud2008-10-031-6/+6
|
* (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-032-1/+7
| | | | | 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-032-5/+3
|
* (is_there_a_new_distributions) remove debug statement that wongly went it ↵Thierry Vignaud2008-10-031-1/+0
| | | | along r247649
* Hungarian translation updateGergely Lonyai2008-10-031-108/+21
|
* (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-032-5/+17
| | | | 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
|
* I was too fast...Marek Laane2008-10-031-2/+2
|
* Updated Estonian translation.Marek Laane2008-10-031-5/+5
|
* update zh_CN translationFunda Wang2008-10-031-6/+6
|
* (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-032-1/+2
|
* updateThierry Vignaud2008-10-031-6/+6
|
* sync with codeThierry Vignaud2008-10-0375-3668/+4256
|
* (upgrade) ask for confirmation before performing distro upgradeThierry Vignaud2008-10-032-0/+5
|
* typo fixThierry Vignaud2008-10-031-1/+1
|
* add an "upgrade system" in the menu when a new distro is availlableThierry Vignaud2008-10-032-1/+6
|
* 2.48Thierry Vignaud2008-10-022-1/+3
|
* (setState) do not complain if urpmi DB is locked by another program,Thierry Vignaud2008-10-022-1/+6
| | | | | just wait for next check slot)
* 2.47Thierry Vignaud2008-10-022-1/+3
|
* (is_there_a_new_distributions) prevent SIGCHILD handler's waitpid toThierry Vignaud2008-10-022-0/+7
| | | | | | | | 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-022-0/+5
| | | | | workarounding issue with downloading files as usero
* fix 2.45's dateThierry Vignaud2008-10-021-1/+1
|
* 2.46Thierry Vignaud2008-10-022-1/+3
|
* (upgrade) fix removing media as userThierry Vignaud2008-10-023-11/+7
|
* fix backuping urpmi.cfgThierry Vignaud2008-10-012-1/+4
|
* 2.45Thierry Vignaud2008-10-012-1/+3
|
* workarounding downloading distro list as user for 2008.1 whereThierry Vignaud2008-10-012-1/+6
| | | | | | | | | | | | | | | | 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")