aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
Commit message (Collapse)AuthorAgeFilesLines
* (extract_header) handle "could not find foobar in <xml_info_file>" (#37211)Thierry Vignaud2008-01-301-1/+2
|
* (proxy_callback) lazy load curl_download now that rpmdrake.pm doesn'tThierry Vignaud2008-01-291-0/+1
| | | | | do it anymore
* (choose_mirror,mirrors) use urpm::download::sync() instead ofThierry Vignaud2008-01-292-2/+2
| | | | | | | curl_download::download() in order to download mirror list from api.mandriva.com, thus using the downloader set up with urpmi instead of forcing curl, and using urpmi's proxy options
* (get_inactive_backport_media) split it out of open_urpmi_db() (neededThierry Vignaud2008-01-251-2/+7
| | | | | for next commit)
* (get_pkgs) adapt it to gurpm API changes from 2007-09-18Thierry Vignaud2008-01-251-1/+1
|
* (extract_header) upcase some messages' first letterThierry Vignaud2008-01-231-2/+2
|
* (ask_browse_tree_given_widgets_for_rpmdrake) prevent selectingThierry Vignaud2008-01-231-0/+7
| | | | | basesystem packages earlier (#36367)
* (extract_header) fix a crash (#37122)Thierry Vignaud2008-01-231-1/+1
|
* (get_pkgs) fix crash (#36720)Thierry Vignaud2008-01-231-0/+1
|
* (inspect) lazy load Gtk2::SourceView (and thus Gnome2::Print) on demandThierry Vignaud2008-01-221-1/+1
|
* (extract_header) adapt to new urpmi-5.x API and use XML info insteadThierry Vignaud2008-01-221-24/+41
| | | | | of hdlist when possible
* (toggle_nodes) typo fix (Shlomi Fish, #36365)Thierry Vignaud2008-01-121-1/+1
|
* (fast_open_urpmi_db) fix reading urpmi options with new urpmiThierry Vignaud2007-12-191-0/+1
|
* (sort_callback) introduce it in order to fix Gtk+ sorting by using RPM ↵Thierry Vignaud2007-12-061-0/+6
| | | | version sorting logic (#35209)
* (get_pkgs,open_urpmi_db) fix fetching updates from non update media inThierry Vignaud2007-12-052-3/+4
| | | | | MandrivaUpdate (#35009)
* (perform_installation,toggle_nodes) explain in statusbar long operationsThierry Vignaud2007-12-052-1/+11
|
* - drop --pkg-sel and --pkg-nosel broken options (introduced inThierry Vignaud2007-11-292-15/+1
| | | | | | rpmdrake-2.1.2-8mdk on Feb 26 2004 for MandrakeOnline which didn't use them since 2007.0)
* (easy_add_callback) update button labels & message in order to makeThierry Vignaud2007-11-291-8/+7
| | | | | | the clearer and more up to date concerning current media structure (#35834)
* (fast_open_urpmi_db) 'split-level' and 'split-length' have now defaultThierry Vignaud2007-11-291-2/+0
| | | | | values set by urpm module
* add support for --wait-lock optionThierry Vignaud2007-11-233-4/+5
|
* (open_db::open_urpmi_db) for consistency, move locking here from pkg::get_pkgs()Thierry Vignaud2007-11-232-1/+2
|
* (format_pkg_simplifiedinfo) display release as part of version field in ↵Thierry Vignaud2007-10-231-2/+2
| | | | details like before
* (add_node,refresh_packages_list,run_treeview_dialog) split "release"Thierry Vignaud2007-10-231-2/+4
| | | | | column from "version" column
* (split_fullname) split "release" from "version" (needed for next commits)Thierry Vignaud2007-10-231-1/+1
|
* (pkgs_provider) cleanupThierry Vignaud2007-10-231-1/+1
|
* (warn_about_media) ensure mirror list got centered on MandrivaUpdateThierry Vignaud2007-10-231-1/+1
|
* (warn_about_media) explain the actual issue when there's no configuredThierry Vignaud2007-10-231-1/+9
| | | | | update medium
* (warn_about_media) simplify since caller take care of rebuildingThierry Vignaud2007-10-231-2/+0
| | | | | update media list
* (add_distrib_update_media) factorize computing unique media namesThierry Vignaud2007-10-232-10/+2
|
* (mainwindow) handle media with non ASCII characters in names (#34906)Thierry Vignaud2007-10-231-1/+3
|
* (add_distrib_update_media) factorize codeThierry Vignaud2007-10-082-17/+2
|
* (warn_about_media) add all update media, like edit-urpm-sourcesThierry Vignaud2007-10-041-2/+6
|
* (mainwindow) perl_checker cleanupThierry Vignaud2007-10-041-1/+1
|
* (easy_add_callback) simplifyThierry Vignaud2007-10-041-2/+1
|
* (easy_add_callback) ask urpmi to only install update media if asked byThierry Vignaud2007-10-041-0/+1
| | | | | user (needs urpmi-4.10.14)
* (warn_about_media, easy_add_callback) thread update media like regular media ↵Thierry Vignaud2007-10-042-14/+1
| | | | | | | (aka look for media.cfg) needs fixed/updated tree on mirrors
* (closure_removal) temporary throw away rejected state in order toThierry Vignaud2007-09-271-1/+1
| | | | | | allow to discard canceled selection (#34218); side effect: no more explanations for (un)selectioned dependencies (see #34227)
* unexport closure_removal()Thierry Vignaud2007-09-271-1/+1
|
* typo fix (fabman)Thierry Vignaud2007-09-271-1/+1
|
* (fast_open_urpmi_db) add a note for 2008.1Thierry Vignaud2007-09-261-0/+1
|
* (fast_open_urpmi_db) localize storage of "an error happened on open"Thierry Vignaud2007-09-261-5/+5
| | | | | | so that further errors won't induce us in exec(edit-urpmi-sources) on next open()
* kill get_name() hackeryThierry Vignaud2007-09-251-9/+2
|
* 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
|