aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
Commit message (Collapse)AuthorAgeFilesLines
...
* perl_checker cleanupsThierry Vignaud2012-03-283-7/+10
|
* (node_state) only use 'backport' icon if not selectedThierry Vignaud2012-03-261-2/+2
|
* install perl-{Glib,Gtk2} as priority upgrades prior to restartThierry Vignaud2012-03-261-1/+1
| | | | (similar to gurpmi issue, see mga#5066)
* (ensure_utf8) sync with genhdlist2 and use utf8:: functions instead of EncodeThierry Vignaud2012-03-263-10/+11
|
* (get_pkgs,get_updates_list) fix offering of updates from media not ↵Thierry Vignaud2012-03-262-3/+8
| | | | | | configured as update ones (inspirated by mdv)
* (get_pkgs,warn_about_media) pass a hash of options instead of a hash referenceThierry Vignaud2012-03-262-5/+5
| | | | | | also rename %opts as %options btw (inspirated from mdv)
* (pkgs_provider) simplfy: only pass one hash of optionsThierry Vignaud2012-03-261-3/+3
| | | | (inspirated from mdv)
* help perl_checker rpmdrake Rpmdrake/*pmThierry Vignaud2012-03-261-0/+1
|
* kill doble useThierry Vignaud2012-03-212-1/+3
|
* (node_state) display backported packages with a different icon (whichThierry Vignaud2012-03-201-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 updatesThierry Vignaud2012-03-201-0/+1
|
* (get_summary) silent perl_checkerThierry Vignaud2012-03-201-1/+1
|
* (is_locale_available) make it slightly fasterThierry Vignaud2012-03-201-1/+1
|
* (is_locale_available) perl_checker fixesThierry Vignaud2012-03-201-2/+3
|
* (get_string_from_keywords) faster test for backported packageThierry Vignaud2012-03-201-4/+4
|
* (get_description) enable to go on if no media_types were retrievedThierry Vignaud2012-03-201-7/+6
| | | | (needed for next commit)
* (get_pkgs) tag backports packages as such so that we can check theirThierry Vignaud2012-03-201-1/+1
| | | | provenance very fast (eg: in node_state())
* (node_state) kill second identic testThierry Vignaud2012-03-201-3/+2
|
* perl_checker cleanupsThierry Vignaud2012-03-201-4/+4
|
* (warn_if_no_pkg) split it out of node_state() for readibilityThierry Vignaud2012-03-201-13/+16
|
* (get_pkgs) only display latest updates, not all of them (mga#2258, mga#4534)Thierry Vignaud2012-03-201-4/+5
|
* (get_pkgs) reduce scope of some variablesThierry Vignaud2012-03-201-2/+2
|
* separate paragraphs when displaing READMEs (mga#4697)Thierry Vignaud2012-03-021-1/+1
|
* (build_tree) sort packages the same way when browsing groupsThierry Vignaud2012-02-171-1/+2
|
* (sort_packages_biarch) better packages sorting (x86_64 first)Thierry Vignaud2012-02-171-2/+5
|
* (sort_packages,sort_packages_biarch,sort_packages_monoarch) split them outThierry Vignaud2012-02-171-1/+13
|
* spacingThierry Vignaud2012-02-161-3/+1
|
* (urpm_name) simplifyThierry Vignaud2012-02-161-2/+1
|
* (progress) limit progress bar refreshes to 3 per second max (mga#2775)Thierry Vignaud2012-02-151-0/+5
|
* (get_pkgs) save an callThierry Vignaud2012-02-151-1/+1
|
* (get_installed_packages) no need to call urpm_name() twice on each packageThierry Vignaud2012-02-151-1/+1
|
* (format_filesize) introduce itThierry Vignaud2012-02-072-2/+7
|
* fix spacingThierry Vignaud2012-02-071-1/+1
|
* (run_help_callback) fix opening URLs in root's firefox in some cases by ↵Thierry Vignaud2011-12-101-0/+2
| | | | redefining HOME (mga#287)
* let's be consistent after misc/JohnR's commitThierry Vignaud2011-10-141-1/+1
|
* (perform_installation,perform_removal) better message for orphans (#902)Thierry Vignaud2011-09-171-2/+2
| | | | (needs urpmi > 6.40)
* Revert commit 1116, discussed with tvignaudDexter Morgan2011-05-171-3/+1
|
* - fix plural, thank to JohnR Michael Scherer2011-05-064-6/+6
|
* Fix list of matching packages when warning for packages not in list (MDV BZ ↵Dexter Morgan2011-05-051-1/+3
| | | | #62308)
* s/dependancy/dependency/ (#945)Thierry Vignaud2011-04-281-1/+1
|
* s/offical/official/ (#945)Thierry Vignaud2011-04-281-2/+2
|
* Fix MagieaUpdate Name in pm filesDexter Morgan2011-02-201-3/+3
| | | | | | Fix po files Update NEWS
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-149-21/+21
| | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r535 | dmorgan | 2011-02-14 00:37:56 +0000 (Mon, 14 Feb 2011) | 1 line Import cleaned rpmdrake ------------------------------------------------------------------------
* (get_string_from_keywords): cleaned erroneous messages about updatesJoão Victor Duarte Martins2010-08-241-4/+4
| | | | | (fix #60629)
* (get_main_text) fix crashing when looking at update details (#60153) Thierry Vignaud2010-07-161-1/+1
| | | | | (regression introduced in r266625 when adding "explain what are official, backports ... packages" i in rpmdrake 5.25)
* (get_pkgs): moved setting the installed flag of URPM pkgs toJoão Victor Duarte Martins2010-06-221-2/+1
| | | | | get_installed_packages().
* Added missing used urpm modules.João Victor Duarte Martins2010-05-061-0/+2
|
* - removed conditional to allow file listing of uninstalled packagesJoão Victor Duarte Martins2010-04-291-4/+2
| | | | | (#58871)
* Fixes the inactive backports listing (#40556)João Victor Duarte Martins2010-04-063-11/+35
|
* (toggle_nodes) fix for a crash (#56144)Thierry Vignaud2010-03-041-0/+1
|