aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
Commit message (Collapse)AuthorAgeFilesLines
* (extract_header) retrieve URLs of packages (needed for next commit)Thierry Vignaud2008-05-081-1/+4
|
* - handle gracefully locked RPM DB when trying to install some packagesThierry Vignaud2008-05-081-1/+6
| | | | | (#40244)
* (build_tree) simplify / robustify by using a plain listThierry Vignaud2008-05-071-2/+2
|
* (run_rpm) reuse run_program::get_stdout() (needed for next commit)Thierry Vignaud2008-05-071-1/+1
|
* (build_tree) prevent forking 2 useless shells while runningThierry Vignaud2008-05-071-1/+2
| | | | | urpmi_rpm-find-leaves
* (build_tree) split out installed packages if any in "by update availability" ↵Thierry Vignaud2008-04-011-2/+3
| | | | view
* (build_tree) siplify 'by_presence' managementThierry Vignaud2008-04-011-1/+2
|
* (build_tree) really make "by update availability" view usable (#39461)Thierry Vignaud2008-04-011-4/+4
|
* (perform_installation) minor readability improvementThierry Vignaud2008-03-311-2/+2
|
* minor perl_checker cleanupThierry Vignaud2008-03-311-1/+1
|
* (perform_installation) remove "--emmbedded" as well as XID from ARGVThierry Vignaud2008-03-311-1/+1
| | | | | when restarting after priority upgrades (cosmetic)
* (perform_installation) really remove XID in "--emmbedded <id>" from ARGV whenThierry Vignaud2008-03-311-1/+1
| | | | | restarting after priority upgrades, thus fixing displaying it when run from mcc (#39262)
* (perform_installation) fix priority upgrades by not recomputing themThierry Vignaud2008-03-311-2/+1
| | | | | when checking selection consistency just before actually installing
* (get_pkgs) fix priority upgrades by not preselecting updates in rpmdrakeThierry Vignaud2008-03-311-0/+3
|
* (format_pkg_simplifiedinfo) do not crash if package is unknow (#39608)Thierry Vignaud2008-03-311-0/+1
|
* make "by update availability" view usable (#39461)Thierry Vignaud2008-03-281-1/+1
|
* (perform_installation) remove "--emmbedded <id>" from ARGV whenThierry Vignaud2008-03-251-0/+6
| | | | | | restarting after priority upgrades, thus fixing displaying it when run from mcc (#39262)
* ensure we always restart if neededThierry Vignaud2008-03-251-1/+1
|
* (rpm_description) fix displaying garbaged UTF-8 descriptions (eg:Thierry Vignaud2008-03-251-1/+1
| | | | | cgoban1) instead of displaying "none"
* (pkg2medium) just skip non existing packages (#38793)Thierry Vignaud2008-03-251-0/+1
| | | | | | | | | | | | | [I suspect something like the bug fixed by commit r234617 on 2008-02-13: "(node_state) just skip non existing packages (#36529) (eg: when rpmdrake download info.xml.lzma on demand when searching or browsing whereas the package was updated in the mean time, the info file references the newer package whereas urpmi database only know the older version)"]
* (build_tree) actually restrict "by_leaves" view to current mode (#39090)Thierry Vignaud2008-03-201-1/+3
|
* (build_tree) oops, fix wrongly removed line in latest commitThierry Vignaud2008-03-201-0/+1
|
* (build_tree) fix sorting in "by_source" view by reusing _build_tree()Thierry Vignaud2008-03-201-5/+2
|
* (_build_tree) split it out of build_tree() (needed for next commits)Thierry Vignaud2008-03-201-9/+15
|
* (build_tree) create group tree in by_source viewThierry Vignaud2008-03-191-1/+3
|
* (build_tree) fix a test (needed for restoring by_source view)Thierry Vignaud2008-03-191-1/+1
|
* (build_tree) restore sorting packages in 'by_group' view ; regressionThierry Vignaud2008-03-191-2/+2
| | | | | | | | | introduced in r239885 on 2008-03-17: "(build_tree,run_treeview_dialog) do the sort when filling in the tree in "by_group" mode rather than setting it as a tree propriety (needed before resurecting flat mode)"
* add a "mode" combo box, thus restoring flat mode (#25770) and allowing again toThierry Vignaud2008-03-171-1/+1
| | | | | sort packages by size (#25417)
* (build_tree,run_treeview_dialog) do the sort when filling in the treeThierry Vignaud2008-03-171-1/+1
| | | | | | in "by_group" mode rather than setting it as a tree propriety (needed before resurecting flat mode)
* (build_tree) fix "by_leaves" filter by chomp()ing readed linesThierry Vignaud2008-03-171-1/+1
|
* (build_tree) fix by_leaves sorting by adding arch to package fullThierry Vignaud2008-03-171-1/+1
| | | | | names (needed before restoring flat mode)
* fix a comment for mandriva_choice deathThierry Vignaud2008-03-171-1/+1
|
* tell the user to "restart system" when needed (needs urpmi-5.14)Thierry Vignaud2008-03-171-0/+5
|
* add tooltips to pull down menusThierry Vignaud2008-03-171-1/+1
|
* (pkgs_provider) optimize (less copy, less dereferencing, less memory used)Thierry Vignaud2008-03-171-10/+10
|
* split filters (all, installed, non installed) from views (GUI, meta packages,Thierry Vignaud2008-03-171-4/+13
| | | | | updates, ...)
* (pkgs_provider) make 'all_updates' return its result list like other methods ↵Thierry Vignaud2008-03-171-0/+1
| | | | (needed for next commit)
* (pkgs_provider) use a temporary variable (needed for next commits)Thierry Vignaud2008-03-171-2/+5
|
* (pkgs_provider) simplifyThierry Vignaud2008-03-171-1/+1
|
* sort export list for readabilityThierry Vignaud2008-03-161-3/+29
|
* warn there're priority upgrades when selecting other packages (#38885)Thierry Vignaud2008-03-141-0/+5
|
* only list priority upgrades if there'reThierry Vignaud2008-03-142-3/+3
|
* make $need_restart visible from outside (needed for next commit)Thierry Vignaud2008-03-141-1/+2
|
* kill "Mandriva choices"Thierry Vignaud2008-03-142-36/+3
|
* (perform_installation) write configuration before restarting afterThierry Vignaud2008-03-111-0/+2
| | | | | priority upgrades so that we don't ask questions again
* (warn_about_media) really only update media in MandrivaUpdate, not inThierry Vignaud2008-03-101-1/+1
| | | | | | rpmdrake (regression introduced in r238593 on 2008-03-05 for 4.4: "(readconf) remember latest view mode (#38138)")
* (pkgs_provider) fix listing twice updates from media tagged as updateThierry Vignaud2008-03-101-2/+1
| | | | | | (regression introduced in 4.4.2, in r238732 on 2008-03-06: "(pkgs_provider) simplify ; make it clearer")
* (perform_installation) display in bold that priority updates require restartingThierry Vignaud2008-03-101-1/+1
|
* - MandrivaUpdate:Thierry Vignaud2008-03-101-1/+8
| | | | | | o faster startup if there're priority updates o only list priority updates if existing
* rename $restart_itself as $need_restartThierry Vignaud2008-03-101-8/+8
|