Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a "mode" combo box, thus restoring flat mode (#25770) and allowing again to | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |
| | | | | | sort packages by size (#25417) | ||||
* | (build_tree,run_treeview_dialog) do the sort when filling in the tree | Thierry Vignaud | 2008-03-17 | 1 | -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 lines | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |
| | |||||
* | (build_tree) fix by_leaves sorting by adding arch to package full | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |
| | | | | | names (needed before restoring flat mode) | ||||
* | fix a comment for mandriva_choice death | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |
| | |||||
* | (pkgs_provider) optimize (less copy, less dereferencing, less memory used) | Thierry Vignaud | 2008-03-17 | 1 | -10/+10 |
| | |||||
* | split filters (all, installed, non installed) from views (GUI, meta packages, | Thierry Vignaud | 2008-03-17 | 1 | -4/+13 |
| | | | | | updates, ...) | ||||
* | (pkgs_provider) make 'all_updates' return its result list like other methods ↵ | Thierry Vignaud | 2008-03-17 | 1 | -0/+1 |
| | | | | (needed for next commit) | ||||
* | (pkgs_provider) use a temporary variable (needed for next commits) | Thierry Vignaud | 2008-03-17 | 1 | -2/+5 |
| | |||||
* | (pkgs_provider) simplify | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |
| | |||||
* | sort export list for readability | Thierry Vignaud | 2008-03-16 | 1 | -3/+29 |
| | |||||
* | warn there're priority upgrades when selecting other packages (#38885) | Thierry Vignaud | 2008-03-14 | 1 | -0/+5 |
| | |||||
* | only list priority upgrades if there're | Thierry Vignaud | 2008-03-14 | 1 | -1/+1 |
| | |||||
* | kill "Mandriva choices" | Thierry Vignaud | 2008-03-14 | 1 | -9/+3 |
| | |||||
* | (pkgs_provider) fix listing twice updates from media tagged as update | Thierry Vignaud | 2008-03-10 | 1 | -2/+1 |
| | | | | | | (regression introduced in 4.4.2, in r238732 on 2008-03-06: "(pkgs_provider) simplify ; make it clearer") | ||||
* | (pkgs_provider) simplify ; make it clearer | Thierry Vignaud | 2008-03-06 | 1 | -3/+5 |
| | |||||
* | (reset_search) do not reset search field (#35244) | Thierry Vignaud | 2008-03-05 | 1 | -1/+0 |
| | |||||
* | (node_state) do not warn about empty package names (#38480) | Thierry Vignaud | 2008-03-05 | 1 | -0/+1 |
| | | | | | (inserted by build_tree() if no nodes) | ||||
* | remember state of "Show automatically selected packages" (#38138) | Thierry Vignaud | 2008-03-05 | 1 | -2/+2 |
| | |||||
* | move a variable | Thierry Vignaud | 2008-03-05 | 1 | -3/+1 |
| | |||||
* | make select checkbox not activatable for base packages instead of popup an ↵ | Thierry Vignaud | 2008-02-27 | 1 | -0/+2 |
| | | | | explanation about not possible | ||||
* | (pkgs_provider) explain | Thierry Vignaud | 2008-02-26 | 1 | -0/+1 |
| | |||||
* | (node_state) fix typo in check introduce in "split/reindent for readability" | Thierry Vignaud | 2008-02-25 | 1 | -1/+1 |
| | |||||
* | (is_updatable) split it out of pkgs_provider() for readability | Thierry Vignaud | 2008-02-25 | 1 | -1/+7 |
| | |||||
* | (node_state) split/reindent for readability | Thierry Vignaud | 2008-02-25 | 1 | -4/+8 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2008-02-21 | 1 | -3/+3 |
| | |||||
* | (formatlistpkg) rename as format_list() (more consistent with other | Thierry Vignaud | 2008-02-21 | 1 | -4/+4 |
| | | | | function names) | ||||
* | (node_state) kill debug statement | Thierry Vignaud | 2008-02-13 | 1 | -1/+0 |
| | |||||
* | (node_state) just skip non existing packages (#36529) | Thierry Vignaud | 2008-02-13 | 1 | -1/+23 |
| | | | | | | | | (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) | ||||
* | add list of programs with GUI view (#36486) | Thierry Vignaud | 2008-02-12 | 1 | -0/+1 |
| | |||||
* | (run_treeview_dialog) simplify GUI using Gtk2::Sexy::IconEntry | Thierry Vignaud | 2008-02-11 | 1 | -3/+2 |
| | |||||
* | (format_changelog_string) highlight relevant parts of the changelog (#37208); | Thierry Vignaud | 2008-02-08 | 1 | -3/+3 |
| | | | | | | updating callers (build_expander, extract_header, format_changelog_changelogs, format_pkg_simplifiedinfo) | ||||
* | (format_pkg_simplifiedinfo) store installed_version | Thierry Vignaud | 2008-02-08 | 1 | -1/+2 |
| | |||||
* | (format_pkg_simplifiedinfo) separate version and release by '-' in details | Thierry Vignaud | 2008-02-08 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2008-02-08 | 1 | -2/+2 |
| | |||||
* | (build_expander) simplify by passing only the used field | Thierry Vignaud | 2008-02-08 | 1 | -4/+4 |
| | |||||
* | (format_pkg_simplifiedinfo, format_pkg_info) simplify | Thierry Vignaud | 2008-02-08 | 1 | -19/+23 |
| | |||||
* | (format_update_field) factorize formating of update fields (type & description) | Thierry Vignaud | 2008-02-08 | 1 | -2/+2 |
| | |||||
* | (build_tree,open_rpm_db,run_treeview_dialog,show_urpm_progress,Rpmdrake::wid ↵ | Thierry Vignaud | 2008-02-06 | 1 | -2/+2 |
| | | | | gets::new) kill warnings | ||||
* | (build_expander,extract_header,format_pkg_simplifiedinfo) | Thierry Vignaud | 2008-02-06 | 1 | -13/+32 |
| | | | | | | | | - stop downloading & parsing the XML meta data on selecting a package (side effect of urpmi-5.x) - download & parse the needed XML meta data on demand (aka only download & parse the needed ones and not all of them) | ||||
* | add a meta packages view (#34510) | Thierry Vignaud | 2008-02-06 | 1 | -0/+1 |
| | |||||
* | (deps_msg) display size of selection (#34123) | Thierry Vignaud | 2008-02-06 | 1 | -1/+2 |
| | |||||
* | (ask_browse_tree_given_widgets_for_rpmdrake) prevent selecting | Thierry Vignaud | 2008-01-23 | 1 | -0/+7 |
| | | | | | basesystem packages earlier (#36367) | ||||
* | (toggle_nodes) typo fix (Shlomi Fish, #36365) | Thierry Vignaud | 2008-01-12 | 1 | -1/+1 |
| | |||||
* | (sort_callback) introduce it in order to fix Gtk+ sorting by using RPM ↵ | Thierry Vignaud | 2007-12-06 | 1 | -0/+6 |
| | | | | version sorting logic (#35209) | ||||
* | (perform_installation,toggle_nodes) explain in statusbar long operations | Thierry Vignaud | 2007-12-05 | 1 | -0/+5 |
| | |||||
* | (format_pkg_simplifiedinfo) display release as part of version field in ↵ | Thierry Vignaud | 2007-10-23 | 1 | -2/+2 |
| | | | | details like before | ||||
* | (add_node,refresh_packages_list,run_treeview_dialog) split "release" | Thierry Vignaud | 2007-10-23 | 1 | -2/+4 |
| | | | | | column from "version" column | ||||
* | (pkgs_provider) cleanup | Thierry Vignaud | 2007-10-23 | 1 | -1/+1 |
| | |||||
* | (closure_removal) temporary throw away rejected state in order to | Thierry Vignaud | 2007-09-27 | 1 | -1/+1 |
| | | | | | | allow to discard canceled selection (#34218); side effect: no more explanations for (un)selectioned dependencies (see #34227) |