aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
Commit message (Collapse)AuthorAgeFilesLines
* fix crashing while reporting db is locked (#33963)Thierry Vignaud2007-09-241-1/+2
|
* add a FIXME noteThierry Vignaud2007-09-241-0/+1
|
* (closure_removal) keep rejected data so that we can count size of removed ↵Thierry Vignaud2007-09-241-1/+1
| | | | packages
* (toggle_nodes) properly account size of update packages (#33851)Thierry Vignaud2007-09-211-1/+1
|
* (closure_removal, perform_installation) revert a change that introduced aThierry Vignaud2007-09-202-2/+3
| | | | | regression in MandrivaUpdate (no more selecting updates)
* (toggle_nodes) fix counting size of selected package (#32506); maybe should weThierry Vignaud2007-09-201-2/+3
| | | | | | stop maintaining this counter and just reuse URPM::selected_size() if not too costly?
* (closure_removal) keep around rejected data so that we can count size of ↵Thierry Vignaud2007-09-201-1/+0
| | | | removed packages
* (get_pkgs,perform_installation) rename urpm->{rpmdrake_state} as urpm->{state}Thierry Vignaud2007-09-201-2/+2
|
* (perform_installation,perform_removal) readd guards that really are neededThierry Vignaud2007-09-201-0/+2
|
* (perform_removal) fix a crashThierry Vignaud2007-09-201-1/+1
|
* (perform_installation) make to be installed package list look consistent withThierry Vignaud2007-09-201-1/+1
| | | | | to be removed package list
* (perform_installation) display added/removed sizeThierry Vignaud2007-09-201-0/+5
|
* (perform_installation) kill an useless extra empty lineThierry Vignaud2007-09-201-1/+1
|
* (perform_installation) better formattingThierry Vignaud2007-09-201-3/+4
|
* (perform_installation) always display "Is it ok to continue?"Thierry Vignaud2007-09-201-1/+2
|
* (perform_installation) enable to copy/paste transaction errorsThierry Vignaud2007-09-201-1/+1
|
* (mainwindow) only show banner when runned from edit-urpm-sourcesThierry Vignaud2007-09-191-1/+1
|
* (mainwindow) put menubar above bannerThierry Vignaud2007-09-191-1/+1
|
* export get_summary()Thierry Vignaud2007-09-191-1/+1
|
* (format_name_n_summary) factorize package name and summary formatting thereThierry Vignaud2007-09-192-3/+7
|
* (init) call URPM::bind_rpm_textdomain_codeset() to ensure perl-URPMThierry Vignaud2007-09-191-0/+1
| | | | | return proper strings
* (perform_installation) better looking message for bad signaturesThierry Vignaud2007-09-181-1/+2
|
* (perform_installation) yet more typosThierry Vignaud2007-09-181-2/+2
|
* typo fixesThierry Vignaud2007-09-181-2/+2
|
* make a real object out of Rpmdrake::gurpmThierry Vignaud2007-09-182-73/+77
|
* (pkg2medium) reuse URPM::pkg2media()Thierry Vignaud2007-09-171-6/+2
|
* (extract_header,format_pkg_simplifiedinfo) indent expanders' contentsThierry Vignaud2007-09-172-4/+5
|
* (add_node) make package names appear in boldThierry Vignaud2007-09-171-1/+2
|
* (format_pkg_simplifiedinfo) force align "name - summary" to the rightThierry Vignaud2007-09-171-1/+4
| | | | | with RTL languages (#33603) because package name is always latin
* strip processed options like --urpmi-root for gurpmi.addmediaThierry Vignaud2007-09-141-0/+1
|
* (format_pkg_simplifiedinfo) urpmi-4.10.10 enables to list all packagesThierry Vignaud2007-09-141-1/+1
| | | | | | update description w/o having the ia32 one overwriting/hiding the x86_64 (or the reverse)
* (format_pkg_simplifiedinfo) workaround strange vificationThierry Vignaud2007-09-141-3/+3
|
* (get_pkgs) fix reading descriptions from update media (got broken whenThierry Vignaud2007-09-141-2/+2
| | | | | | switching to urpm::get_updates_description() that return a hash ref instead of a hash
* (format_pkg_simplifiedinfo) simplifyThierry Vignaud2007-09-131-5/+7
|
* (format_pkg_simplifiedinfo) run the regular user browser (#31021)Thierry Vignaud2007-09-131-1/+1
|
* (get_pkgs,warn_about_media) further improve startup time by killingThierry Vignaud2007-09-131-7/+9
| | | | | | one more DB opening (#33334); now we open the DB one in rpmdrake case and two in MandrivaUpdate one
* (get_pkgs,warn_about_media) simplify workflow, ensure we never performThierry Vignaud2007-09-121-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 costlyThierry Vignaud2007-09-121-1/+1
| | | | | urpm::media::configure() here; urpm::media::read_config() is enough
* (warn_about_media) kill a label unused for yearsThierry Vignaud2007-09-111-1/+0
|
* (get_pkgs,warn_about_media) reread the db if we added a new repositoryThierry Vignaud2007-09-111-1/+9
|
* (get_update_medias) split it out of get_pkgs()Thierry Vignaud2007-09-111-1/+6
|
* (warn_about_media) further improve startup time by killing a costlyThierry Vignaud2007-09-111-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 dbThierry Vignaud2007-09-111-0/+2
| | | | | in order not to mess up with skip-list managment (#31092)
* (get_pkgs) reduce package enumeration by 10% (thanks to pixel) (#33334)Thierry Vignaud2007-09-111-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()
* (run) use fast_open_urpmi_db() instead of urpm::new() in order toThierry Vignaud2007-09-111-1/+1
| | | | | support --urpmi-root and the like options
* simplify by reusing Rpmdrake::open_db::fast_open_urpmi_db()Thierry Vignaud2007-09-111-9/+7
|
* (fast_open_urpmi_db) split it out of open_urpmi_db() in order toThierry Vignaud2007-09-111-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 intoThierry Vignaud2007-09-114-55/+92
| | | | | | Rpmdrake::open_db (needed for next commits in order not to increase edit-urpm-sources startup time)
* perl_checker cleanupsThierry Vignaud2007-09-111-6/+6
|
* (open_rpm_db) obvioulsly wasn't been converted when renaming optionsThierry Vignaud2007-09-111-3/+1
| | | | | as rpmdrake_options on 2007-08-27