aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* don't pass "with-dir" if not setPascal Rigaux2008-03-281-1/+1
| | | | | (otherwise urpm::media::add_distrib_media currently does not override it)
* fix titypoOlivier Blin2008-03-281-1/+1
|
* read config in order not to garbage ~/.rpmdrake (because myexit() calls ↵Thierry Vignaud2008-03-282-0/+3
| | | | writeconf())
* fix --distrib --mirrorlist supportThierry Vignaud2008-03-282-0/+5
|
* add anssi nameThierry Vignaud2008-03-281-1/+1
|
* fix --distribThierry Vignaud2008-03-282-0/+3
|
* - gurpmi.addmedia:Pascal Rigaux2008-03-282-1/+13
| | | | | | o handle --mirrorlist o drop 'with' parameter, it didn't work properly anymore (Anssi)
* drop 'with' parameter, it didn't work properly anymore (Anssi)Pascal Rigaux2008-03-281-11/+5
|
* fix superfluous parameter to add_medium_and_checkPascal Rigaux2008-03-281-1/+1
| | | | | | | (note that add_medium_and_check() is quite touchy since it redirects the call to urpm::media::add_medium or urpm::media::add_distrib_media which have different arguments)
* Updated ES translationFabián Mandelbaum2008-03-271-3/+3
|
* Updated ES translationFabián Mandelbaum2008-03-251-79/+80
|
* updateThierry Vignaud2008-03-251-0/+97
|
* 4.9.8Thierry Vignaud2008-03-252-1/+3
|
* (perform_installation) remove "--emmbedded <id>" from ARGV whenThierry Vignaud2008-03-252-0/+8
| | | | | | restarting after priority upgrades, thus fixing displaying it when run from mcc (#39262)
* ensure we always restart if neededThierry Vignaud2008-03-252-1/+2
|
* (rpm_description) fix displaying garbaged UTF-8 descriptions (eg:Thierry Vignaud2008-03-252-1/+3
| | | | | cgoban1) instead of displaying "none"
* (pkg2medium) just skip non existing packages (#38793)Thierry Vignaud2008-03-252-0/+3
| | | | | | | | | | | | | [I suspect something like the bug fixed by commit r234617 on 2008-02-13: "(node_state) just skip non existing packages (#36529) (eg: when rpmdrake download info.xml.lzma on demand when searching or browsing whereas the package was updated in the mean time, the info file references the newer package whereas urpmi database only know the older version)"]
* minor update of the greek translation (el) by NikosNikos Papadopoulos2008-03-241-7/+7
|
* minor update of the greek translation (el) by NikosNikos Papadopoulos2008-03-231-7/+7
|
* updateJosé Melo2008-03-231-34/+19
|
* update for Hebrew translationDotan Kamber2008-03-221-25/+15
|
* Update French translationChristophe Berthelé2008-03-221-9/+3
|
* Update Russian translateAlexander Kazancev2008-03-221-4/+4
|
* update greek translation (el) by NikosNikos Papadopoulos2008-03-211-455/+599
|
* 4.9.7Thierry Vignaud2008-03-212-1/+3
|
* (4.9) put the original bug report insteadThierry Vignaud2008-03-211-1/+1
|
* make the focus default on "yes" in yes/no dialogs (Emmanuel Blindauer, #39123)Thierry Vignaud2008-03-212-6/+13
|
* update translation for ItalianAndrea Celli2008-03-201-37/+17
|
* Update of Russian translateAlexander Kazancev2008-03-201-363/+23
|
* add bug reference to 4.9.5Thierry Vignaud2008-03-201-1/+1
|
* updateThierry Vignaud2008-03-201-0/+194
|
* updatesKeld Simonsen2008-03-201-43/+23
|
* 4.9.6Thierry Vignaud2008-03-202-1/+3
|
* (build_tree) actually restrict "by_leaves" view to current mode (#39090)Thierry Vignaud2008-03-202-1/+4
|
* (build_tree) oops, fix wrongly removed line in latest commitThierry Vignaud2008-03-201-0/+1
|
* (build_tree) fix sorting in "by_source" view by reusing _build_tree()Thierry Vignaud2008-03-202-5/+5
|
* (_build_tree) split it out of build_tree() (needed for next commits)Thierry Vignaud2008-03-201-9/+15
|
* Minor update to Czech translation.Michal Bukovjan2008-03-191-39/+23
|
* 4.9.5Thierry Vignaud2008-03-192-1/+3
|
* readd by_source view ; removed in r18346 on 2006-07-09:Thierry Vignaud2008-03-192-1/+4
| | | | | | | "- use a ComboBox instead of radio buttons *plus* a ComboBox for modes, thus simplifying both the GUI and the code - add some more modes"
* (build_tree) create group tree in by_source viewThierry Vignaud2008-03-191-1/+3
|
* (build_tree) fix a test (needed for restoring by_source view)Thierry Vignaud2008-03-191-1/+1
|
* resurect a string for by_source view ; removed in r18346 on 2006-07-09:Thierry Vignaud2008-03-1975-735/+951
| | | | | | | "- use a ComboBox instead of radio buttons *plus* a ComboBox for modes, thus simplifying both the GUI and the code - add some more modes"
* fix datesThierry Vignaud2008-03-191-4/+4
|
* 4.9.4Thierry Vignaud2008-03-192-1/+3
|
* (build_tree) restore sorting packages in 'by_group' view ; regressionThierry Vignaud2008-03-192-2/+4
| | | | | | | | | introduced in r239885 on 2008-03-17: "(build_tree,run_treeview_dialog) do the sort when filling in the tree in "by_group" mode rather than setting it as a tree propriety (needed before resurecting flat mode)"
* (run_treeview_dialog) handle migrating config file from rpmdrake <= 4.9Thierry Vignaud2008-03-192-0/+10
|
* (run_treeview_dialog) move initializing tree_mode (needed for next commit)Thierry Vignaud2008-03-191-2/+1
|
* explain regressionThierry Vignaud2008-03-191-0/+2
|
* 4.9.3Thierry Vignaud2008-03-192-1/+3
|