aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated Translation for Norwegian Bokmål.Olav Dahlum2009-10-191-43/+25
|
* Updated once more Estonian translation.Marek Laane2009-10-191-4/+4
|
* translation updateSergey Ribalchenko2009-10-191-2/+2
|
* updateThierry Vignaud2009-10-191-4/+4
|
* sync with codeThierry Vignaud2009-10-1974-1228/+1374
|
* (format_pkg_simplifiedinfo) rename 'dependancies' as 'newThierry Vignaud2009-10-192-1/+4
| | | | | dependancies' and tell there's no new dependancy when dependancies list is empty (#54697)
* last change is for MandrivaUpdate tooThierry Vignaud2009-10-191-3/+2
|
* (format_pkg_simplifiedinfo) use a local urpm stateThierry Vignaud2009-10-191-2/+3
|
* Updated Estonian translation.Marek Laane2009-10-191-2/+2
|
* (perform_removal) use a scrolling window if needed when displayingThierry Vignaud2009-10-192-1/+5
| | | | list of orphan packages after removing some packages (#54713)
* updated translation for pt_BRSergio Rafael Lemke2009-10-191-2/+2
|
* Updated Romanian translationCatalin Florin Russen2009-10-181-4/+4
|
* Updated Slovenian translationJure Repinc2009-10-181-2/+2
|
* update russian translationAlexander Kazancev2009-10-181-33/+19
|
* Update Greek translationGlentadakis Dimitris2009-10-171-2/+2
|
* updated tr translationAtilla Öntaş2009-10-171-337/+470
|
* update Italian translation - by Andrea Celli2009-10-171-32/+18
|
* Osatuta.Iñigo Salvador Azurmendi2009-10-171-2/+2
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2009-10-171-11/+7
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2009-10-171-2/+2
|
* Hungarian translation updateGergely Lonyai2009-10-171-325/+463
|
* 5.22Thierry Vignaud2009-10-162-1/+3
|
* updatesKeld Simonsen2009-10-161-46/+29
|
* update swedish translationThomas Backlund2009-10-161-4/+4
|
* update finnish translationThomas Backlund2009-10-161-5/+5
|
* updateThierry Vignaud2009-10-161-6/+6
|
* further merge in translations from standaloneThierry Vignaud2009-10-1669-221/+220
|
* better translationThierry Vignaud2009-10-161-2/+2
|
* merge in translations from standaloneThierry Vignaud2009-10-1653-104/+108
|
* sync with codeThierry Vignaud2009-10-1674-711/+1387
|
* (run) make lord perl_checker happierThierry Vignaud2009-10-161-1/+1
|
* (perform_installation) match urpmi behavior when registering requested packageThierry Vignaud2009-10-162-2/+7
| | | | aka do not register all packages as potential orphan packages
* (perform_installation) add a commentThierry Vignaud2009-10-161-0/+1
|
* perl_checker cleanupsThierry Vignaud2009-10-161-2/+2
|
* supplement listThierry Vignaud2009-10-161-0/+1
|
* display a graphical warning when trying more than one instance insteadThierry Vignaud2009-10-162-1/+5
| | | | of silently exiting
* Osatuta.Iñigo Salvador Azurmendi2009-10-161-14/+12
|
* updated zh_CN translationFunda Wang2009-10-141-9/+9
|
* (run_treeview_dialog) do not display the banner when height <= 480Thierry Vignaud2009-10-132-1/+5
| | | | | instead of just < 480 (#54550)
* fix versionThierry Vignaud2009-10-121-1/+1
|
* 5.21.1Thierry Vignaud2009-10-122-1/+3
|
* (open_help) try harder to display help as userThierry Vignaud2009-10-121-2/+1
| | | | | (run_program::raw() now tries to keep the X11 cookie)
* (run_as_user) drop it (obsolete, feature merged and improved intoThierry Vignaud2009-10-121-10/+0
| | | | | drakxtools' run_program.pm)
* (run_drakbug,run_help_callback) try harder to display help, bug wizards, ... ↵Thierry Vignaud2009-10-123-2/+4
| | | | as user
* add missing spaceThierry Vignaud2009-10-121-1/+1
|
* update swedish translationThomas Backlund2009-10-111-39/+32
|
* Updated Translation for Norwegian Bokmål.Olav Dahlum2009-10-111-48/+30
|
* add first original bug IDThierry Vignaud2009-10-091-1/+1
|
* 5.21Thierry Vignaud2009-10-092-1/+3
|
* fix enabling for the first time a medium that never was enabled beforeThierry Vignaud2009-10-092-1/+11
| | | | | | | | | | | | | | | (#47110, #52636) (side effect of urpmi changes) (mainwindow:toggled signal) reread_media() failed to un-ignore an ignored medium probably because urpm::media::check_existing_medium() complains about missing synthesis when the medium never was enabled before; thus it restored the ignore bit (reread_media) read back configuration after and not before updating media else ignore bit will be restored by urpm::media::check_existing_medium() when trying to update a never enabled yet medium