aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/gui.pm
Commit message (Collapse)AuthorAgeFilesLines
* fix a crash when trying to debug an old issue (mga#8967)Thierry Vignaud2014-01-131-1/+8
| | | | it's stupid to crash when trying to do so...
* (get_string_from_keywords) rename $medium_name as $medium_path for consistencyThierry Vignaud2012-11-291-2/+2
|
* let's be consistent about "can't" vs "cannot"Thierry Vignaud2012-09-271-1/+1
|
* do not store {selected} in memory if not neededThierry Vignaud2012-09-271-1/+1
|
* (get_summary) do not bother caching summaryThierry Vignaud2012-09-271-3/+2
|
* use new URPM EVR package methodThierry Vignaud2012-09-211-1/+1
|
* (version_release) rename it as evr()Thierry Vignaud2012-09-201-1/+1
| | | | rationale: it is really what it is after previous commit
* (get_info) kill useless empty lineThierry Vignaud2012-09-201-1/+0
|
* (get_info) fix provided installed version for comparingThierry Vignaud2012-09-201-1/+1
| | | | | | | | we were providing the version of the package we were looking at... "bug" introduced in commit r5401 on 2012-08-24: "(get_info) provide version to extract_header() thus fixing changelog highlighting"
* (get_new_deps) better phrasing (mga#6642)Thierry Vignaud2012-09-181-1/+1
|
* (get_new_deps) do not open RPM DB when it's already openThierry Vignaud2012-09-181-1/+1
|
* (get_new_deps) use new URPM API in order to show new suggests againThierry Vignaud2012-09-171-0/+1
|
* (get_new_deps) fix deselecting updates when clicking on "New dependancies"Thierry Vignaud2012-09-171-2/+1
| | | | side effect: doesn't show suggested packages anymore
* (get_new_deps) let's open RPM DB only onceThierry Vignaud2012-09-071-2/+4
|
* (get_summary) silent perl_checkerThierry Vignaud2012-08-311-0/+1
|
* (get_details) kill unused parameterThierry Vignaud2012-08-311-2/+2
|
* (perform_installation,toggle_nodes) adapt to urpmi-7.5Thierry Vignaud2012-08-311-1/+1
|
* (get_info) provide version to extract_header() thus fixing changelogThierry Vignaud2012-08-241-1/+2
| | | | highlighting
* (version_release) factorize some codeThierry Vignaud2012-08-241-2/+1
| | | | also needed for next commit
* (get_url_link) micro optimization: use traverse_tag_find() instead of ↵Thierry Vignaud2012-08-241-1/+1
| | | | traverse_tag()
* (_build_tree) silent perl_checker & explainThierry Vignaud2012-03-281-1/+2
|
* (add_node) 'options' parameter is not mandatoryThierry Vignaud2012-03-281-2/+2
|
* (add_parent) fix passing an extra useless parameter to recursive call to itselfThierry Vignaud2012-03-281-1/+1
|
* (node_state) only use 'backport' icon if not selectedThierry Vignaud2012-03-261-2/+2
|
* (get_pkgs,warn_about_media) pass a hash of options instead of a hash referenceThierry Vignaud2012-03-261-1/+1
| | | | | | 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)
* kill doble useThierry Vignaud2012-03-211-1/+0
|
* (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)
* (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)
* (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
|
* (build_tree) sort packages the same way when browsing groupsThierry Vignaud2012-02-171-1/+2
|
* (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
|
* Revert commit 1116, discussed with tvignaudDexter Morgan2011-05-171-3/+1
|
* - fix plural, thank to JohnR Michael Scherer2011-05-061-2/+2
|
* 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
* (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)
* - 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-061-4/+10
|
* (toggle_nodes) fix for a crash (#56144)Thierry Vignaud2010-03-041-0/+1
|