Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (interactive_msg) revert ugly rafael's hack of r17707 (2004-09-29) in | Thierry Vignaud | 2007-09-13 | 1 | -1/+1 |
| | | | | | | order to force centering messages because at that time wait messages were wrongly embedded in mcc (was bug #11810 at the time) | ||||
* | update | Arpad Biro | 2007-09-13 | 1 | -35/+18 |
| | |||||
* | update | Thierry Vignaud | 2007-09-13 | 1 | -5/+2 |
| | |||||
* | rephrase (#33188) | Thierry Vignaud | 2007-09-13 | 75 | -286/+611 |
| | |||||
* | update | Thierry Vignaud | 2007-09-13 | 1 | -0/+20 |
| | |||||
* | (get_pkgs,warn_about_media) further improve startup time by killing | Thierry Vignaud | 2007-09-13 | 1 | -7/+9 |
| | | | | | | one more DB opening (#33334); now we open the DB one in rpmdrake case and two in MandrivaUpdate one | ||||
* | update translation for Italian | Andrea Celli | 2007-09-12 | 1 | -277/+152 |
| | |||||
* | bump release (3.93) | Thierry Vignaud | 2007-09-12 | 1 | -1/+1 |
| | |||||
* | update | Thierry Vignaud | 2007-09-12 | 1 | -0/+64 |
| | |||||
* | (get_pkgs,warn_about_media) simplify workflow, ensure we never perform | Thierry Vignaud | 2007-09-12 | 1 | -8/+7 |
| | | | | | | more than 2 costly urpm::media::configure() in worse case and only one in regular case | ||||
* | (warn_about_media) we don't really need to perform a costly | Thierry Vignaud | 2007-09-12 | 1 | -1/+1 |
| | | | | | urpm::media::configure() here; urpm::media::read_config() is enough | ||||
* | update translation for Hebrew | Dotan Kamber | 2007-09-11 | 1 | -27/+16 |
| | |||||
* | up | José Melo | 2007-09-11 | 1 | -44/+40 |
| | |||||
* | Updated pt_BR translation | Wanderlei Antonio Cavassin | 2007-09-11 | 1 | -90/+93 |
| | |||||
* | update | Arpad Biro | 2007-09-11 | 1 | -168/+104 |
| | |||||
* | (warn_about_media) kill a label unused for years | Thierry Vignaud | 2007-09-11 | 1 | -1/+0 |
| | |||||
* | (get_pkgs,warn_about_media) reread the db if we added a new repository | Thierry Vignaud | 2007-09-11 | 1 | -1/+9 |
| | |||||
* | (get_update_medias) split it out of get_pkgs() | Thierry Vignaud | 2007-09-11 | 1 | -1/+6 |
| | |||||
* | (warn_about_media) further improve startup time by killing a costly | Thierry Vignaud | 2007-09-11 | 1 | -3/+3 |
| | | | | | urpm::media::configure that is only needed in some cases (#33334) | ||||
* | (warn_about_media) explain why we own our own instance of the urpmi db | Thierry Vignaud | 2007-09-11 | 1 | -0/+2 |
| | | | | | in order not to mess up with skip-list managment (#31092) | ||||
* | up | José Melo | 2007-09-11 | 1 | -65/+50 |
| | |||||
* | update | Thierry Vignaud | 2007-09-11 | 1 | -0/+32 |
| | |||||
* | bump release (3.92) | Thierry Vignaud | 2007-09-11 | 1 | -1/+1 |
| | |||||
* | (get_pkgs) reduce package enumeration by 10% (thanks to pixel) (#33334) | Thierry Vignaud | 2007-09-11 | 1 | -10/+23 |
| | | | | | | | | but in fact, we spent only 1sec out of 11sec (on my x86_64 machine with 29 media) there, all remaining time is spent in request_packages_to_upgrade(), resolve_requested() and compute_installed_flags() | ||||
* | (refresh_packages_list) rpm_summary() is dead | Thierry Vignaud | 2007-09-11 | 1 | -1/+1 |
| | |||||
* | (run_treeview_dialog) make "Package" column use all available space | Thierry Vignaud | 2007-09-11 | 1 | -1/+1 |
| | |||||
* | (run_treeview_dialog) minor cleanups | Thierry Vignaud | 2007-09-11 | 1 | -3/+3 |
| | |||||
* | update | Thierry Vignaud | 2007-09-11 | 1 | -0/+71 |
| | |||||
* | use Rpmdrake::init in order to parse options, eventually enabling | Thierry Vignaud | 2007-09-11 | 1 | -0/+1 |
| | | | | | --urpmi-root options and the like | ||||
* | (run) use fast_open_urpmi_db() instead of urpm::new() in order to | Thierry Vignaud | 2007-09-11 | 1 | -1/+1 |
| | | | | | support --urpmi-root and the like options | ||||
* | simplify by reusing Rpmdrake::open_db::fast_open_urpmi_db() | Thierry Vignaud | 2007-09-11 | 1 | -9/+7 |
| | |||||
* | (fast_open_urpmi_db) split it out of open_urpmi_db() in order to | Thierry Vignaud | 2007-09-11 | 1 | -4/+11 |
| | | | | | | | | factorize code into edit-urpm-sources and enable it to support --urpmi-root option callers don't have the pay the urpm::media::configure() heavy cost | ||||
* | (open_rpm_db,open_urpmi_db) split them from Rpmdrake::pkg into | Thierry Vignaud | 2007-09-11 | 5 | -55/+93 |
| | | | | | | Rpmdrake::open_db (needed for next commits in order not to increase edit-urpm-sources startup time) | ||||
* | perl_checker cleanups | Thierry Vignaud | 2007-09-11 | 1 | -6/+6 |
| | |||||
* | (open_rpm_db) obvioulsly wasn't been converted when renaming options | Thierry Vignaud | 2007-09-11 | 1 | -3/+1 |
| | | | | | as rpmdrake_options on 2007-08-27 | ||||
* | (open_urpmi_db) shrink opening urpmi DB time by 30% (#33334) | Thierry Vignaud | 2007-09-11 | 1 | -1/+1 |
| | |||||
* | New translation. | Mashrab Kuvatov | 2007-09-11 | 2 | -14/+9 |
| | |||||
* | Japanese translation updated. | Yukiko Bando | 2007-09-11 | 1 | -3/+3 |
| | |||||
* | update | Thierry Vignaud | 2007-09-11 | 1 | -0/+54 |
| | |||||
* | add missing entries | Thierry Vignaud | 2007-09-11 | 1 | -0/+17 |
| | |||||
* | kill doble entries | Thierry Vignaud | 2007-09-11 | 1 | -28/+0 |
| | |||||
* | (perform_installation) do not pass "clean_all" parameter to | Thierry Vignaud | 2007-09-11 | 1 | -1/+0 |
| | | | | | urpm::get_pkgs::selected2list() which is useless with urpmi > 4.10.8 | ||||
* | update | Tomasz Bednarski | 2007-09-11 | 1 | -59/+47 |
| | |||||
* | * Updated Dutch translation | Reinout van Schouwen | 2007-09-10 | 1 | -76/+76 |
| | |||||
* | fuzzy latest commit | Thierry Vignaud | 2007-09-10 | 61 | -263/+387 |
| | |||||
* | update | Thierry Vignaud | 2007-09-10 | 1 | -2/+2 |
| | |||||
* | better phrasing (#33188) | Thierry Vignaud | 2007-09-10 | 75 | -75/+75 |
| | |||||
* | update | Thierry Vignaud | 2007-09-10 | 1 | -0/+190 |
| | |||||
* | bump release (3.91) | Thierry Vignaud | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | (extract_header) explicitely convert changelog to UTF-8 | Thierry Vignaud | 2007-09-10 | 1 | -1/+1 |
| |