Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | (run_help_callback) fix opening URLs in root's firefox in some cases by ↵ | Thierry Vignaud | 2011-12-10 | 1 | -0/+2 |
| | | | | redefining HOME (mga#287) | ||||
* | let's be consistent after misc/JohnR's commit | Thierry Vignaud | 2011-10-14 | 1 | -1/+1 |
| | |||||
* | Revert commit 1116, discussed with tvignaud | Dexter Morgan | 2011-05-17 | 1 | -3/+1 |
| | |||||
* | - fix plural, thank to JohnR | Michael Scherer | 2011-05-06 | 1 | -2/+2 |
| | |||||
* | Fix list of matching packages when warning for packages not in list (MDV BZ ↵ | Dexter Morgan | 2011-05-05 | 1 | -1/+3 |
| | | | | #62308) | ||||
* | s/dependancy/dependency/ (#945) | Thierry Vignaud | 2011-04-28 | 1 | -1/+1 |
| | |||||
* | s/offical/official/ (#945) | Thierry Vignaud | 2011-04-28 | 1 | -2/+2 |
| | |||||
* | Fix MagieaUpdate Name in pm files | Dexter Morgan | 2011-02-20 | 1 | -3/+3 |
| | | | | | | Fix po files Update NEWS | ||||
* | (get_string_from_keywords): cleaned erroneous messages about updates | João Victor Duarte Martins | 2010-08-24 | 1 | -4/+4 |
| | | | | | (fix #60629) |