aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/gui.pm
Commit message (Expand)AuthorAgeFilesLines
* (pkg2medium) pkg2medium() could return undef but several placesThierry Vignaud2009-10-011-1/+1
* (real_quit) warn on exit if some packages are selected (#45404)Thierry Vignaud2009-10-011-0/+8
* (is_there_selected_packages) extract it from do_action__real() (neededThierry Vignaud2009-10-011-1/+5
* (reset_search) move code from do_search() here (needed for next commit)Thierry Vignaud2009-10-011-0/+7
* (do_action__real) enable to apply priority updates without trying toThierry Vignaud2009-10-011-1/+1
* - rpmdrakeAurélien Lefebvre2009-09-041-0/+24
* (get_pkgs,get_summary) slightly reduce memory usage by not keeping aroundThierry Vignaud2009-02-231-0/+1
* (do_action) add a FIXME note about offering to report the problem into bugzillaThierry Vignaud2009-02-151-0/+1
* (toggle_nodes) remove useless end of linesThierry Vignaud2009-02-131-4/+4
* (toggle_nodes) previous commit nicely showed some duplicated code ;Thierry Vignaud2009-02-131-8/+13
* (toggle_nodes) add a titles when warning about conflicting packageThierry Vignaud2009-02-131-1/+1
* (toggle_nodes) fix title when asking for removing additional packages confirm...Thierry Vignaud2009-02-131-1/+1
* (toggle_nodes) fix displaying big list of conflicting packagesThierry Vignaud2008-10-211-1/+1
* (run_as_user) open help & bug report as user instead of as root (#44497)Thierry Vignaud2008-10-061-1/+1
* (run_help_callback) factorize codeThierry Vignaud2008-10-061-8/+7
* (node_state) only warn once per session when media XML metadata areThierry Vignaud2008-09-301-1/+5
* do not uselessly load Gtk2::Gdk::Keysyms (reduce RSS by nearly 400Kb in Mandr...Thierry Vignaud2008-09-221-1/+0
* (pkgs_provider) fix listing updates per importance (#41331) ;Thierry Vignaud2008-09-171-1/+3
* - do display conflicting packages instead of silently removing themPascal Rigaux2008-09-111-0/+8
* (toggle_all) fix crashing when selecting all packages (#40025)Thierry Vignaud2008-09-091-1/+1
* (format_pkg_simplifiedinfo) show 'Group' in details (usefull for search resul...Thierry Vignaud2008-07-021-0/+1
* (translate_group) introduce it in order to be able to translateThierry Vignaud2008-07-021-0/+3
* (delete_category) simplify code by removing old useless code dating back from...Thierry Vignaud2008-07-011-22/+2
* (add_nodes) do not clear caches when emptying package list modelThierry Vignaud2008-07-011-1/+0
* export $descriptions (needed by latest MandrivaUpdate)Thierry Vignaud2008-06-181-0/+1
* warn only once about priority upgrades (#39737)Thierry Vignaud2008-05-081-1/+2
* (pkgs_provider) do not list backports as (unselected) updates inThierry Vignaud2008-05-081-1/+2
* (format_pkg_simplifiedinfo) display URLs of packages (#40571)Thierry Vignaud2008-05-081-0/+15
* (format_pkg_simplifiedinfo) split building of details from actualThierry Vignaud2008-05-081-4/+6
* (build_tree) simplify / robustify by using a plain listThierry Vignaud2008-05-071-2/+2
* (build_tree) prevent forking 2 useless shells while runningThierry Vignaud2008-05-071-1/+2
* (build_tree) split out installed packages if any in "by update availability" ...Thierry Vignaud2008-04-011-2/+3
* (build_tree) siplify 'by_presence' managementThierry Vignaud2008-04-011-1/+2
* (build_tree) really make "by update availability" view usable (#39461)Thierry Vignaud2008-04-011-4/+4
* (format_pkg_simplifiedinfo) do not crash if package is unknow (#39608)Thierry Vignaud2008-03-311-0/+1
* make "by update availability" view usable (#39461)Thierry Vignaud2008-03-281-1/+1
* (build_tree) actually restrict "by_leaves" view to current mode (#39090)Thierry Vignaud2008-03-201-1/+3
* (build_tree) oops, fix wrongly removed line in latest commitThierry Vignaud2008-03-201-0/+1
* (build_tree) fix sorting in "by_source" view by reusing _build_tree()Thierry Vignaud2008-03-201-5/+2
* (_build_tree) split it out of build_tree() (needed for next commits)Thierry Vignaud2008-03-201-9/+15
* (build_tree) create group tree in by_source viewThierry Vignaud2008-03-191-1/+3
* (build_tree) fix a test (needed for restoring by_source view)Thierry Vignaud2008-03-191-1/+1
* (build_tree) restore sorting packages in 'by_group' view ; regressionThierry Vignaud2008-03-191-2/+2
* add a "mode" combo box, thus restoring flat mode (#25770) and allowing again toThierry Vignaud2008-03-171-1/+1
* (build_tree,run_treeview_dialog) do the sort when filling in the treeThierry Vignaud2008-03-171-1/+1
* (build_tree) fix "by_leaves" filter by chomp()ing readed linesThierry Vignaud2008-03-171-1/+1
* (build_tree) fix by_leaves sorting by adding arch to package fullThierry Vignaud2008-03-171-1/+1
* fix a comment for mandriva_choice deathThierry Vignaud2008-03-171-1/+1
* (pkgs_provider) optimize (less copy, less dereferencing, less memory used)Thierry Vignaud2008-03-171-10/+10
* split filters (all, installed, non installed) from views (GUI, meta packages,Thierry Vignaud2008-03-171-4/+13