aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/gui.pm
Commit message (Collapse)AuthorAgeFilesLines
* prevent copying Left-to-right_mark (mga#18569)Thierry Vignaud2016-10-071-1/+1
|
* 6.136.13Thierry Vignaud2015-01-021-3/+3
|
* adapt to URPM-5.00Thierry Vignaud2014-12-191-2/+2
|
* bump copyright noticeThierry Vignaud2014-06-291-1/+1
| | | | for bad faith people who do look at "git log"...
* Revert "package list contains only latest updates, not all, so"Thierry Vignaud2014-06-271-4/+1
| | | | | | | | | | | This reverts commit 5b24d6f61e17bffc2c9283a65100a29d6a05e586. Conflicts: NEWS rationale: too much changes & replacing compare*() by lt is bogus for comparing rpm versions
* package list contains only latest updates, not all, soAngelo Naselli2014-05-151-1/+4
| | | | filters and backport list have been managed accordingly (fix mga#12766)
* 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...
* (add_nodes) fix slow update of pkgs list (mga#12000)Thierry Vignaud2013-12-281-0/+5
| | | | | we freeze the tree updates & detach the model while updating it (from PyGtk FAQ: http://faq.pygtk.org/index.py?req=show&file=faq13.043.htp)
* fix my emailThierry Vignaud2013-12-161-1/+1
|
* set_uri_hook() no more exists in gtk3Thierry Vignaud2013-12-051-9/+0
|
* fix guessing RTL or LTRThierry Vignaud2013-12-051-1/+1
| | | | | lang is no more loaded by default. rather than load it, just use mygtk3...
* Gtk3::TreeViewColumn implements the Gtk3::CellLayout interface, which ↵Thierry Vignaud2013-12-051-1/+1
| | | | provides the get_cells() method
* perlish ->window => ->get_windowThierry Vignaud2013-12-051-8/+8
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-12-051-7/+7
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-12-051-12/+14
|
* (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
|