Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (get_new_deps) better phrasing (mga#6642) | Thierry Vignaud | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | prevent having double punctuation (mga#6642) | Thierry Vignaud | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | s!for adding!to add! (mga#6642) | Thierry Vignaud | 2012-09-18 | 1 | -2/+2 |
| | |||||
* | remove space before question mark (mga#6642) | Thierry Vignaud | 2012-09-18 | 1 | -2/+2 |
| | |||||
* | s!is Mga pkg!is the Mga pkg! (mga#6642) | Thierry Vignaud | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | s!user!username! (mga#6642) | Thierry Vignaud | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | s!informations!information! (mga#6642) | Thierry Vignaud | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | (get_new_deps) do not open RPM DB when it's already open | Thierry Vignaud | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | (get_new_deps) use new URPM API in order to show new suggests again | Thierry Vignaud | 2012-09-17 | 1 | -0/+1 |
| | |||||
* | (get_new_deps) fix deselecting updates when clicking on "New dependancies" | Thierry Vignaud | 2012-09-17 | 1 | -2/+1 |
| | | | | side effect: doesn't show suggested packages anymore | ||||
* | (find_installed_version) simplify since callers only care about one value | Thierry Vignaud | 2012-09-07 | 1 | -6/+3 |
| | |||||
* | (get_new_deps) let's open RPM DB only once | Thierry Vignaud | 2012-09-07 | 1 | -2/+4 |
| | |||||
* | (get_summary) silent perl_checker | Thierry Vignaud | 2012-08-31 | 1 | -0/+1 |
| | |||||
* | (get_details) kill unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | (perform_installation,toggle_nodes) adapt to urpmi-7.5 | Thierry Vignaud | 2012-08-31 | 2 | -4/+4 |
| | |||||
* | (get_info) provide version to extract_header() thus fixing changelog | Thierry Vignaud | 2012-08-24 | 1 | -1/+2 |
| | | | | highlighting | ||||
* | (version_release) factorize some code | Thierry Vignaud | 2012-08-24 | 3 | -4/+10 |
| | | | | also needed for next commit | ||||
* | rename variable to be distro agnostic | Thierry Vignaud | 2012-08-24 | 1 | -1/+1 |
| | |||||
* | (extract_header) only call costly ->files method once | Thierry Vignaud | 2012-08-24 | 1 | -1/+3 |
| | |||||
* | (do_merge_if_needed) only look at config files, no need to look at the | Thierry Vignaud | 2012-08-24 | 1 | -1/+1 |
| | | | | whole file list | ||||
* | (get_url_link) micro optimization: use traverse_tag_find() instead of ↵ | Thierry Vignaud | 2012-08-24 | 1 | -1/+1 |
| | | | | traverse_tag() | ||||
* | (get_pkgs) make it somewhat more readable | Thierry Vignaud | 2012-08-24 | 1 | -2/+6 |
| | |||||
* | display package basenames when signature checking fails | Thierry Vignaud | 2012-08-24 | 1 | -0/+2 |
| | | | | | | | pass basename to urpm::signature::check() via urpm: urpm::main_loop::_verify_rpm() wasn't done anymore since introducing urpm::main_loop on August 2007 | ||||
* | (get_pkgs) rename 'short_name' as 'key' after last commit (clearer) | Thierry Vignaud | 2012-03-28 | 1 | -2/+2 |
| | |||||
* | (get_pkgs) consider name+arch as key when filtering out older | Thierry Vignaud | 2012-03-28 | 1 | -1/+1 |
| | | | | | | | | | packages/updates, thus fixing only listing first arch seen (mga#5047) regression introduced in r3601 on March 20 2012: (get_pkgs) only display latest updates, not all of them (mga#2258, mga#4534) git-svn-id: svn+ssh://svn.mageia.org/svn/soft/rpmdrake/trunk@3601 5b7c3c08-40e5-403b-9995-ace06908e4af | ||||
* | (fast_open_urpmi_db) catch early errors too, thus enable to display a | Thierry Vignaud | 2012-03-28 | 1 | -7/+7 |
| | | | | graphical error message when debug environment does not exist | ||||
* | silent perl_checker | Thierry Vignaud | 2012-03-28 | 1 | -3/+3 |
| | |||||
* | (_build_tree) silent perl_checker & explain | Thierry Vignaud | 2012-03-28 | 1 | -1/+2 |
| | |||||
* | (add_node) 'options' parameter is not mandatory | Thierry Vignaud | 2012-03-28 | 1 | -2/+2 |
| | |||||
* | (add_parent) fix passing an extra useless parameter to recursive call to itself | Thierry Vignaud | 2012-03-28 | 1 | -1/+1 |
| | |||||
* | (get_icon) 'parent' parameter is not mandatory | Thierry Vignaud | 2012-03-28 | 1 | -2/+2 |
| | | | | (helps perl_checker) | ||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-28 | 3 | -7/+10 |
| | |||||
* | (node_state) only use 'backport' icon if not selected | Thierry Vignaud | 2012-03-26 | 1 | -2/+2 |
| | |||||
* | install perl-{Glib,Gtk2} as priority upgrades prior to restart | Thierry Vignaud | 2012-03-26 | 1 | -1/+1 |
| | | | | (similar to gurpmi issue, see mga#5066) | ||||
* | (ensure_utf8) sync with genhdlist2 and use utf8:: functions instead of Encode | Thierry Vignaud | 2012-03-26 | 3 | -10/+11 |
| | |||||
* | (get_pkgs,get_updates_list) fix offering of updates from media not ↵ | Thierry Vignaud | 2012-03-26 | 2 | -3/+8 |
| | | | | | | configured as update ones (inspirated by mdv) | ||||
* | (get_pkgs,warn_about_media) pass a hash of options instead of a hash reference | Thierry Vignaud | 2012-03-26 | 2 | -5/+5 |
| | | | | | | also rename %opts as %options btw (inspirated from mdv) | ||||
* | (pkgs_provider) simplfy: only pass one hash of options | Thierry Vignaud | 2012-03-26 | 1 | -3/+3 |
| | | | | (inspirated from mdv) | ||||
* | help perl_checker rpmdrake Rpmdrake/*pm | Thierry Vignaud | 2012-03-26 | 1 | -0/+1 |
| | |||||
* | kill doble use | Thierry Vignaud | 2012-03-21 | 2 | -1/+3 |
| | |||||
* | (node_state) display backported packages with a different icon (which | Thierry Vignaud | 2012-03-20 | 1 | -0/+1 |
| | | | | | the mirror of the to_delete icon in order to make clear that backports are dangerous) | ||||
* | (open_urpmi_db) add a FIXME note about backports seen as updates | Thierry Vignaud | 2012-03-20 | 1 | -0/+1 |
| | |||||
* | (get_summary) silent perl_checker | Thierry Vignaud | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | (is_locale_available) make it slightly faster | Thierry Vignaud | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | (is_locale_available) perl_checker fixes | Thierry Vignaud | 2012-03-20 | 1 | -2/+3 |
| | |||||
* | (get_string_from_keywords) faster test for backported package | Thierry Vignaud | 2012-03-20 | 1 | -4/+4 |
| | |||||
* | (get_description) enable to go on if no media_types were retrieved | Thierry Vignaud | 2012-03-20 | 1 | -7/+6 |
| | | | | (needed for next commit) | ||||
* | (get_pkgs) tag backports packages as such so that we can check their | Thierry Vignaud | 2012-03-20 | 1 | -1/+1 |
| | | | | provenance very fast (eg: in node_state()) | ||||
* | (node_state) kill second identic test | Thierry Vignaud | 2012-03-20 | 1 | -3/+2 |
| |