aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated Estonian translation.Marek Laane2009-02-161-5/+5
|
* (mainwindow) make more readableThierry Vignaud2009-02-151-4/+13
|
* (get_updates_list) split it out of get_pkgs()Thierry Vignaud2009-02-151-51/+54
|
* latest commit closed a bug report btw...Thierry Vignaud2009-02-151-1/+1
|
* (get_pkgs) enhance previous commit (r252875): skip even moreThierry Vignaud2009-02-151-4/+4
| | | | | computations but do compute updates for MandrivaUpdate
* (get_pkgs) add 'compute_updates' option that enable super fast startupThierry Vignaud2009-02-153-3/+18
| | | | | by skipping computing updates on startup
* Updated Slovenian translationJure Repinc2009-02-151-5/+5
|
* (do_action) add a FIXME note about offering to report the problem into bugzillaThierry Vignaud2009-02-151-0/+1
|
* typo fixThierry Vignaud2009-02-141-1/+1
|
* 5.8Thierry Vignaud2009-02-142-1/+3
|
* use same icon as in mcc instead of rpmdarke one (#44671)Thierry Vignaud2009-02-143-1/+2
|
* move bug referenceThierry Vignaud2009-02-141-2/+2
|
* log latest change (update banner icons from mcc ones)Thierry Vignaud2009-02-141-1/+3
|
* copy icons from MCCThierry Vignaud2009-02-142-0/+0
|
* kill rpmdrake-remove forever (unpackaged for a while)Thierry Vignaud2009-02-142-1/+0
|
* use mcc icon if availlable (#44671)Thierry Vignaud2009-02-144-4/+5
|
* (get_icon) introduce it in order to reuse mcc icon if availlable (#44671)Thierry Vignaud2009-02-141-0/+9
|
* (easy_add_callback_with_mirror,easy_add_callback) honnor cancelingThierry Vignaud2009-02-142-0/+4
| | | | | when the user closed the "updates/full_sources" dialog (#47125)
* (interactive_msg) document return valueThierry Vignaud2009-02-141-0/+4
|
* (choose_mirror) honnor canceling when the user refused to access theThierry Vignaud2009-02-142-1/+3
| | | | | network when adding a specific mirror from the menubar (#46027)
* Update French translationChristophe Berthelé2009-02-141-21/+18
|
* (toggle_nodes) remove useless end of linesThierry Vignaud2009-02-131-5/+5
|
* (toggle_nodes) remove useless end of linesThierry Vignaud2009-02-1375-226/+226
|
* sync with codeThierry Vignaud2009-02-1374-13948/+14328
|
* (toggle_nodes) previous commit nicely showed some duplicated code ;Thierry Vignaud2009-02-131-8/+13
| | | | | let's factorize it
* Updated Slovenian translationJure Repinc2009-02-131-8/+7
|
* (toggle_nodes) add a titles when warning about conflicting packageThierry Vignaud2009-02-131-1/+1
|
* (toggle_nodes) fix title when asking for removing additional packages ↵Thierry Vignaud2009-02-131-1/+1
| | | | confirmatin
* (already_installed_or_not_installable) really do not show emptyThierry Vignaud2009-02-131-2/+3
| | | | | dialogs (r252829 was incomplete)
* (perform_installation) try to pass a meaningfull @ask_unselect to ↵Thierry Vignaud2009-02-131-1/+4
| | | | urpm::main_loop::run()
* (already_installed_or_not_installable) do not show empty dialogsThierry Vignaud2009-02-131-0/+1
| | | | | | | rationale: due to some bugs in urpmi, we cannot always keep the state and thus urpm::select::translate_already_installed() results in us displaying empty dialogs sometimes
* (perform_installation) fix crashing on uninstalling packages (#47751)Thierry Vignaud2009-02-132-1/+2
|
* Japanese translation updated.Yukiko Bando2009-02-131-5/+5
|
* (mainwindow) do not use the same shortcut for "Add a specific "mediaThierry Vignaud2009-02-122-1/+4
| | | | | mirror" and "_Add a custom medium" menu entries (#46027)
* better logThierry Vignaud2009-02-121-1/+1
|
* (fast_open_urpmi_db) prevent crashing in URPM when using --env with relative ↵Thierry Vignaud2009-02-122-0/+4
| | | | | | | | | paths (eg: "unable to read synthesis file bug-envs/47305_full/rpmdb.cz") (I suspect some chdir() happens at a certain stage in urpmi or URPM)
* update translation for ItalianAndrea Celli2009-02-111-1/+1
|
* 5.7Thierry Vignaud2009-02-112-1/+3
|
* update translation for pt_BR languageSergio Rafael Lemke2009-02-111-21/+21
|
* update translation for pt_BR languageSergio Rafael Lemke2009-02-111-2/+2
|
* update translation for pt_BR languageSergio Rafael Lemke2009-02-111-17/+17
|
* update translation for pt_BR languageSergio Rafael Lemke2009-02-111-8/+9
|
* update translation for pt_BR languageSergio Rafael Lemke2009-02-111-8/+8
|
* update translation for pt_BR languageSergio Rafael Lemke2009-02-101-2/+2
|
* update translation for pt_BR languageSergio Rafael Lemke2009-02-101-117/+115
|
* (run_treeview_dialog) add C-F accelerator in order to focus on search entry ↵Thierry Vignaud2009-02-102-0/+7
| | | | (#46404)
* (update_sources) simplifyThierry Vignaud2009-02-101-1/+1
|
* (fast_open_urpmi_db) fix using --justdb optionThierry Vignaud2009-02-102-1/+2
|
* fix dateThierry Vignaud2009-02-101-1/+1
|
* (perform_installation) implement 'need_restart' so that we warn when rebootingThierry Vignaud2009-02-102-1/+9
| | | | | is needed after installing packages