aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* (get_installed_packages) split it out of (get_pkgs)Thierry Vignaud2008-03-071-34/+42
|
* (init_progress_bar,reset_pbar_count,update_pbar) split them out ofThierry Vignaud2008-03-071-23/+36
| | | | | (perform_installation)
* (perform_installation) when restarting after priority upgrade, freeThierry Vignaud2008-03-071-1/+3
| | | | | memory used by previous rpmdrake instance
* (get_pkgs) reimplement priority upgrade support through urpmi-5.9's ↵Thierry Vignaud2008-03-071-0/+20
| | | | infrastructure
* (get_pkgs) make it more readable (needed for next commits)Thierry Vignaud2008-03-071-5/+6
|
* (get_pkgs) basically revert r238520 on 2008-03-04 b/c pixel want toThierry Vignaud2008-03-071-18/+11
| | | | | | | | keep urpm::select::resolve_dependencies() simple and split it into smaller bits (reverting "(get_pkgs) use more modern urpm::select::resolve_dependencies() API instead of partially open-coding it, thus enabling further improvements")
* (get_pkgs) fix another error introduced in 4.4.2Thierry Vignaud2008-03-061-1/+0
|
* (get_pkgs) simplify through uniq() (spotted by pixel)Thierry Vignaud2008-03-061-1/+1
|
* (get_pkgs) fix error introduced in 4.4.2.1Thierry Vignaud2008-03-061-1/+1
|
* (get_pkgs) tyo fix in latest commitThierry Vignaud2008-03-061-2/+2
|
* (resolve_dependencies) don't select all updates by default in rpmdrakeThierry Vignaud2008-03-061-1/+2
| | | | | | | | | | (#38611) regression introduced in r238520 on 2008-03-04 in order to handle priority upgrade list in 4.3.2: "(get_pkgs) use more modern urpm::select::resolve_dependencies() API instead of partially open-coding it, thus enabling further improvements"
* (pkgs_provider) simplify ; make it clearerThierry Vignaud2008-03-061-3/+5
|
* (get_pkgs) fix not listing all updates (#38595) ; regressionThierry Vignaud2008-03-061-0/+5
| | | | | | | | | | introduced in r238520 on 2008-03-04 while adding priority upgrade list support for 4.3.2: "(get_pkgs) use more modern urpm::select::resolve_dependencies() API instead of partially open-coding it, thus enabling further improvements"
* (reset_search) do not reset search field (#35244)Thierry Vignaud2008-03-051-1/+0
|
* (node_state) do not warn about empty package names (#38480)Thierry Vignaud2008-03-051-0/+1
| | | | | (inserted by build_tree() if no nodes)
* remember state of "Show automatically selected packages" (#38138)Thierry Vignaud2008-03-051-2/+2
|
* move a variableThierry Vignaud2008-03-051-3/+1
|
* (perform_installation) explain we needs to update priority packagesThierry Vignaud2008-03-041-0/+1
| | | | | first then restart
* (rperform_installation) better commentThierry Vignaud2008-03-041-1/+1
|
* add space for readabilityThierry Vignaud2008-03-041-0/+1
|
* handle priority upgrade listThierry Vignaud2008-03-043-3/+30
|
* (perform_installation) use more modern urpm::select::resolve_dependencies() ↵Thierry Vignaud2008-03-041-4/+6
| | | | API (needed for next commit)
* (perform_installation) store state when assuring selected set is consistantThierry Vignaud2008-03-041-1/+2
|
* make export list more readableThierry Vignaud2008-03-041-1/+7
|
* (get_pkgs) use more modern urpm::select::resolve_dependencies() APIThierry Vignaud2008-03-041-13/+16
| | | | | instead of partially open-coding it, thus enabling further improvements
* remove ending full stop from --version description like other help itemsThierry Vignaud2008-03-041-1/+1
|
* fix alignment of --versionThierry Vignaud2008-03-041-1/+1
|