aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* (readconf) make --mode option work againThierry Vignaud2008-08-262-1/+2
|
* fix sorting by type of updateThierry Vignaud2008-08-252-2/+13
|
* (extract_header) workaround crashing when media's MD5SUM are garbaged (#41352)Thierry Vignaud2008-08-252-2/+5
|
* 4.15Thierry Vignaud2008-08-252-1/+3
|
* (update_sources) crash fix (#41970)Thierry Vignaud2008-08-252-1/+2
|
* (get_pkgs) list meta tasks in GUI package list too (#43114)Thierry Vignaud2008-08-252-0/+3
|
* (get_pkgs) split out meta package list in their own local variableThierry Vignaud2008-08-251-1/+3
| | | | | (needed for next commits)
* further updateThierry Vignaud2008-08-251-2/+4
|
* (perform_installation) migrate to urpm::get_pkgs::selected2local_and_blists()Thierry Vignaud2008-08-221-2/+2
|
* Updated Malay translationSharuzzaman Ahmat Raslan2008-08-211-78/+86
|
* update GUI package listThierry Vignaud2008-08-202-4/+15
|
* 4.14Thierry Vignaud2008-08-072-1/+3
|
* further fix parsing @ARGVThierry Vignaud2008-08-071-1/+4
|
* fix parsing @ARGV which left undef values that break gurpmi.addmediaThierry Vignaud2008-08-072-1/+2
| | | | | when using '--foobar' like option such as '--urpmi-root'
* fix displaying --help by parsing @ARGV before rpmdrake::init doesThierry Vignaud2008-08-072-2/+4
|
* fix "Gtk-WARNING **: Failed to set text from markup due to error parsing ↵Thierry Vignaud2008-08-071-1/+2
| | | | markup: Unknown tag 'url' on line 1 char 14"
* load urpm::args (needed so that callers do not have to bother)Thierry Vignaud2008-08-071-0/+1
|
* update GUI package listThierry Vignaud2008-08-062-0/+5
|
* 4.13Thierry Vignaud2008-08-062-1/+3
|
* (ask_yes_or_no) behaves like urpmi, allow to continue, thus skippingThierry Vignaud2008-08-062-2/+5
| | | | | the bogus transaction instead of short-circuiting urpm::main_loop
* reorderThierry Vignaud2008-08-061-1/+1
|
* (perform_installation) fix some error dialogs not being modalThierry Vignaud2008-08-062-2/+3
|
* further updateThierry Vignaud2008-08-041-3/+7
|
* further updateThierry Vignaud2008-07-251-1/+2
|
* update (Pîrîu Cristian Ionuţ)Thierry Vignaud2008-07-231-6/+5
|
* further updateThierry Vignaud2008-07-221-0/+2
|
* update GUI package listThierry Vignaud2008-07-212-14/+19
|
* minnor greek (el) language update by NikosNikos Papadopoulos2008-07-201-3/+3
|
* Converted from Uzbek Cyrillic using a proper script.Mashrab Kuvatov2008-07-051-221/+216
|
* 4.12Thierry Vignaud2008-07-022-1/+3
|
* save & restore window size in MandrivaUpdate too (#25932)Thierry Vignaud2008-07-023-3/+17
|
* save & restore window size (#25932)Thierry Vignaud2008-07-023-0/+11
|
* (main_quit) factorize GUI exiting in it (needed for next commits)Thierry Vignaud2008-07-021-2/+6
|
* (writeconf) add spacingThierry Vignaud2008-07-021-0/+2
|
* add bug IDThierry Vignaud2008-07-021-1/+1
|
* stop packaging rpmdrake-remove (#39485)Thierry Vignaud2008-07-022-3/+1
|
* (format_pkg_simplifiedinfo) show 'Group' in details (usefull for search ↵Thierry Vignaud2008-07-022-0/+2
| | | | results, #39244)
* (translate_group) introduce it in order to be able to translateThierry Vignaud2008-07-021-0/+3
| | | | | "foo|bar" like group names (loosely based on ctreefy()
* (do_search) make sure searches with no results clear package list (#34898)Thierry Vignaud2008-07-022-1/+4
|
* update GUI package listThierry Vignaud2008-07-022-7/+9
|
* 4.11Thierry Vignaud2008-07-012-1/+3
|
* (do_search) remove dead code (no more useless after latest commit)Thierry Vignaud2008-07-011-5/+0
|
* (do_search) open the search results category once searching is doneThierry Vignaud2008-07-012-0/+4
|
* (do_search) delete "Search results (none)" category tooThierry Vignaud2008-07-011-1/+1
|
* (do_search) always create a search category in tree (#29164)Thierry Vignaud2008-07-012-0/+8
|
* (do_search) remove code that wrongly wasn't removed in latest commitThierry Vignaud2008-07-011-1/+0
|
* (do_search) factorize a string (needed for next commits)Thierry Vignaud2008-07-011-1/+2
|
* make %elems be visible for do_search() (needed for next commits)Thierry Vignaud2008-07-011-1/+2
|
* (run_treeview_dialog) do not clear anymore the "caches" when selectionThierry Vignaud2008-07-011-1/+0
| | | | | | | | | changes since it's not needed anymore with latest simplification of Rpmdrake::gui::delete_category() (basically reverting r23444 from 2007-03-22 22:29:58: "(run_treeview_dialog) kill more gtk+ warnings by calling clear_all_caches()")
* (delete_category) simplify code by removing old useless code dating back ↵Thierry Vignaud2008-07-011-22/+2
| | | | from 1992