| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugfix update version 5.16.6 (bug #40556)distro/mdv2009.1 | João Victor Duarte Martins | 2010-04-06 | 1 | -4/+10 |
* | revert debug bits that wrongly went in | Thierry Vignaud | 2009-05-12 | 1 | -5/+9 |
* | branch 2009.1 | Thierry Vignaud | 2009-05-12 | 1 | -9/+5 |
* | (get_pkgs,get_summary) slightly reduce memory usage by not keeping around | Thierry Vignaud | 2009-02-23 | 1 | -0/+1 |
* | (do_action) add a FIXME note about offering to report the problem into bugzilla | Thierry Vignaud | 2009-02-15 | 1 | -0/+1 |
* | (toggle_nodes) remove useless end of lines | Thierry Vignaud | 2009-02-13 | 1 | -4/+4 |
* | (toggle_nodes) previous commit nicely showed some duplicated code ; | Thierry Vignaud | 2009-02-13 | 1 | -8/+13 |
* | (toggle_nodes) add a titles when warning about conflicting package | Thierry Vignaud | 2009-02-13 | 1 | -1/+1 |
* | (toggle_nodes) fix title when asking for removing additional packages confirm... | Thierry Vignaud | 2009-02-13 | 1 | -1/+1 |
* | (toggle_nodes) fix displaying big list of conflicting packages | Thierry Vignaud | 2008-10-21 | 1 | -1/+1 |
* | (run_as_user) open help & bug report as user instead of as root (#44497) | Thierry Vignaud | 2008-10-06 | 1 | -1/+1 |
* | (run_help_callback) factorize code | Thierry Vignaud | 2008-10-06 | 1 | -8/+7 |
* | (node_state) only warn once per session when media XML metadata are | Thierry Vignaud | 2008-09-30 | 1 | -1/+5 |
* | do not uselessly load Gtk2::Gdk::Keysyms (reduce RSS by nearly 400Kb in Mandr... | Thierry Vignaud | 2008-09-22 | 1 | -1/+0 |
* | (pkgs_provider) fix listing updates per importance (#41331) ; | Thierry Vignaud | 2008-09-17 | 1 | -1/+3 |
* | - do display conflicting packages instead of silently removing them | Pascal Rigaux | 2008-09-11 | 1 | -0/+8 |
* | (toggle_all) fix crashing when selecting all packages (#40025) | Thierry Vignaud | 2008-09-09 | 1 | -1/+1 |
* | (format_pkg_simplifiedinfo) show 'Group' in details (usefull for search resul... | Thierry Vignaud | 2008-07-02 | 1 | -0/+1 |
* | (translate_group) introduce it in order to be able to translate | Thierry Vignaud | 2008-07-02 | 1 | -0/+3 |
* | (delete_category) simplify code by removing old useless code dating back from... | Thierry Vignaud | 2008-07-01 | 1 | -22/+2 |
* | (add_nodes) do not clear caches when emptying package list model | Thierry Vignaud | 2008-07-01 | 1 | -1/+0 |
* | export $descriptions (needed by latest MandrivaUpdate) | Thierry Vignaud | 2008-06-18 | 1 | -0/+1 |
* | warn only once about priority upgrades (#39737) | Thierry Vignaud | 2008-05-08 | 1 | -1/+2 |
* | (pkgs_provider) do not list backports as (unselected) updates in | Thierry Vignaud | 2008-05-08 | 1 | -1/+2 |
* | (format_pkg_simplifiedinfo) display URLs of packages (#40571) | Thierry Vignaud | 2008-05-08 | 1 | -0/+15 |
* | (format_pkg_simplifiedinfo) split building of details from actual | Thierry Vignaud | 2008-05-08 | 1 | -4/+6 |
* | (build_tree) simplify / robustify by using a plain list | Thierry Vignaud | 2008-05-07 | 1 | -2/+2 |
* | (build_tree) prevent forking 2 useless shells while running | Thierry Vignaud | 2008-05-07 | 1 | -1/+2 |
* | (build_tree) split out installed packages if any in "by update availability" ... | Thierry Vignaud | 2008-04-01 | 1 | -2/+3 |
* | (build_tree) siplify 'by_presence' management | Thierry Vignaud | 2008-04-01 | 1 | -1/+2 |
* | (build_tree) really make "by update availability" view usable (#39461) | Thierry Vignaud | 2008-04-01 | 1 | -4/+4 |
* | (format_pkg_simplifiedinfo) do not crash if package is unknow (#39608) | Thierry Vignaud | 2008-03-31 | 1 | -0/+1 |
* | make "by update availability" view usable (#39461) | Thierry Vignaud | 2008-03-28 | 1 | -1/+1 |
* | (build_tree) actually restrict "by_leaves" view to current mode (#39090) | Thierry Vignaud | 2008-03-20 | 1 | -1/+3 |
* | (build_tree) oops, fix wrongly removed line in latest commit | Thierry Vignaud | 2008-03-20 | 1 | -0/+1 |
* | (build_tree) fix sorting in "by_source" view by reusing _build_tree() | Thierry Vignaud | 2008-03-20 | 1 | -5/+2 |
* | (_build_tree) split it out of build_tree() (needed for next commits) | Thierry Vignaud | 2008-03-20 | 1 | -9/+15 |
* | (build_tree) create group tree in by_source view | Thierry Vignaud | 2008-03-19 | 1 | -1/+3 |
* | (build_tree) fix a test (needed for restoring by_source view) | Thierry Vignaud | 2008-03-19 | 1 | -1/+1 |
* | (build_tree) restore sorting packages in 'by_group' view ; regression | Thierry Vignaud | 2008-03-19 | 1 | -2/+2 |
* | add a "mode" combo box, thus restoring flat mode (#25770) and allowing again to | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |
* | (build_tree,run_treeview_dialog) do the sort when filling in the tree | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |
* | (build_tree) fix "by_leaves" filter by chomp()ing readed lines | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |
* | (build_tree) fix by_leaves sorting by adding arch to package full | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |
* | fix a comment for mandriva_choice death | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |
* | (pkgs_provider) optimize (less copy, less dereferencing, less memory used) | Thierry Vignaud | 2008-03-17 | 1 | -10/+10 |
* | split filters (all, installed, non installed) from views (GUI, meta packages, | Thierry Vignaud | 2008-03-17 | 1 | -4/+13 |
* | (pkgs_provider) make 'all_updates' return its result list like other methods ... | Thierry Vignaud | 2008-03-17 | 1 | -0/+1 |
* | (pkgs_provider) use a temporary variable (needed for next commits) | Thierry Vignaud | 2008-03-17 | 1 | -2/+5 |
* | (pkgs_provider) simplify | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |