Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6.136.13 | Thierry Vignaud | 2015-01-02 | 1 | -3/+3 |
| | |||||
* | adapt to URPM-5.00 | Thierry Vignaud | 2014-12-19 | 1 | -2/+2 |
| | |||||
* | bump copyright notice | Thierry Vignaud | 2014-06-29 | 1 | -1/+1 |
| | | | | for bad faith people who do look at "git log"... | ||||
* | Revert "package list contains only latest updates, not all, so" | Thierry Vignaud | 2014-06-27 | 1 | -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, so | Angelo Naselli | 2014-05-15 | 1 | -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 Vignaud | 2014-01-13 | 1 | -1/+8 |
| | | | | it's stupid to crash when trying to do so... | ||||
* | (add_nodes) fix slow update of pkgs list (mga#12000) | Thierry Vignaud | 2013-12-28 | 1 | -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 email | Thierry Vignaud | 2013-12-16 | 1 | -1/+1 |
| | |||||
* | set_uri_hook() no more exists in gtk3 | Thierry Vignaud | 2013-12-05 | 1 | -9/+0 |
| | |||||
* | fix guessing RTL or LTR | Thierry Vignaud | 2013-12-05 | 1 | -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 Vignaud | 2013-12-05 | 1 | -1/+1 |
| | | | | provides the get_cells() method | ||||
* | perlish ->window => ->get_window | Thierry Vignaud | 2013-12-05 | 1 | -8/+8 |
| | |||||
* | use Gtk3 namespace instead of Gtk2 | Thierry Vignaud | 2013-12-05 | 1 | -7/+7 |
| | |||||
* | use (my|u)gtk3 instead of *tk2 | Thierry Vignaud | 2013-12-05 | 1 | -12/+14 |
| | |||||
* | (get_string_from_keywords) rename $medium_name as $medium_path for consistency | Thierry Vignaud | 2012-11-29 | 1 | -2/+2 |
| | |||||
* | let's be consistent about "can't" vs "cannot" | Thierry Vignaud | 2012-09-27 | 1 | -1/+1 |
| | |||||
* | do not store {selected} in memory if not needed | Thierry Vignaud | 2012-09-27 | 1 | -1/+1 |
| | |||||
* | (get_summary) do not bother caching summary | Thierry Vignaud | 2012-09-27 | 1 | -3/+2 |
| | |||||
* | use new URPM EVR package method | Thierry Vignaud | 2012-09-21 | 1 | -1/+1 |
| | |||||
* | (version_release) rename it as evr() | Thierry Vignaud | 2012-09-20 | 1 | -1/+1 |
| | | | | rationale: it is really what it is after previous commit | ||||
* | (get_info) kill useless empty line | Thierry Vignaud | 2012-09-20 | 1 | -1/+0 |
| | |||||
* | (get_info) fix provided installed version for comparing | Thierry Vignaud | 2012-09-20 | 1 | -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 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 | ||||
* | (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 |
| | |||||
* | (perform_installation,toggle_nodes) adapt to urpmi-7.5 | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | (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 | 1 | -2/+1 |
| | | | | also needed for next commit | ||||
* | (get_url_link) micro optimization: use traverse_tag_find() instead of ↵ | Thierry Vignaud | 2012-08-24 | 1 | -1/+1 |
| | | | | traverse_tag() | ||||
* | (_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 |
| | |||||
* | (node_state) only use 'backport' icon if not selected | Thierry Vignaud | 2012-03-26 | 1 | -2/+2 |
| | |||||
* | (get_pkgs,warn_about_media) pass a hash of options instead of a hash reference | Thierry Vignaud | 2012-03-26 | 1 | -1/+1 |
| | | | | | | 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) | ||||
* | kill doble use | Thierry Vignaud | 2012-03-21 | 1 | -1/+0 |
| | |||||
* | (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) | ||||
* | (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) | ||||
* | (node_state) kill second identic test | Thierry Vignaud | 2012-03-20 | 1 | -3/+2 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-20 | 1 | -4/+4 |
| | |||||
* | (warn_if_no_pkg) split it out of node_state() for readibility | Thierry Vignaud | 2012-03-20 | 1 | -13/+16 |
| | |||||
* | (build_tree) sort packages the same way when browsing groups | Thierry Vignaud | 2012-02-17 | 1 | -1/+2 |
| |