aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/gui.pm
Commit message (Collapse)AuthorAgeFilesLines
* (toggle_nodes) fix for a crash (#56144)Thierry Vignaud2010-03-041-0/+1
|
* (get_main_text,get_string_from_keywords) explain what are official, ↵Thierry Vignaud2010-03-031-2/+40
| | | | backports ... packages
* (format_pkg_simplifiedinfo) rename '$exp0' as '$details_exp'Thierry Vignaud2010-03-031-2/+2
|
* (format_pkg_simplifiedinfo) reindent after 2 previous commitsThierry Vignaud2010-03-031-2/+2
|
* (files_format) split it out of format_pkg_simplifiedinfo()Thierry Vignaud2010-03-031-6/+9
|
* (format_pkg_simplifiedinfo) do not show file list if emptyThierry Vignaud2010-03-031-2/+3
|
* (format_pkg_simplifiedinfo) further simplifyThierry Vignaud2010-03-031-4/+1
|
* (get_details) call get_url_link() here instead of in format_pkg_simplifiedinfo()Thierry Vignaud2010-03-031-9/+11
| | | | (get_url_link) simplify (no more inner knowledge of get_main_text()'s internals)
* (get_url_link) split it out of format_pkg_simplifiedinfo()Thierry Vignaud2010-03-031-11/+18
|
* (get_new_deps) split it out of format_pkg_simplifiedinfo()Thierry Vignaud2010-03-031-22/+28
|
* (get_details) split it out of format_pkg_simplifiedinfo()Thierry Vignaud2010-03-031-15/+19
|
* (get_main_text) split it out of format_pkg_simplifiedinfo()Thierry Vignaud2010-03-031-11/+17
|
* (get_description) split it out of format_pkg_simplifiedinfo()Thierry Vignaud2010-03-031-3/+12
|
* (get_advisory_link) split it out of format_pkg_simplifiedinfo()Thierry Vignaud2010-03-031-4/+9
|
* (is_there_selected_packages) perl_checker cleanupThierry Vignaud2010-03-031-1/+1
|
* (format_pkg_simplifiedinfo) rename 'dependancies' as 'newThierry Vignaud2009-10-191-1/+2
| | | | | dependancies' and tell there's no new dependancy when dependancies list is empty (#54697)
* (format_pkg_simplifiedinfo) use a local urpm stateThierry Vignaud2009-10-191-2/+3
|
* (run_drakbug,run_help_callback) try harder to display help, bug wizards, ... ↵Thierry Vignaud2009-10-121-1/+1
| | | | as user
* (pkg2medium) pkg2medium() could return undef but several placesThierry Vignaud2009-10-011-1/+1
| | | | blindly dereferenced it which could lead to rare crashes (#49901)
* (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
| | | | for next commit)
* (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
| | | | select any package
* - rpmdrakeAurélien Lefebvre2009-09-041-0/+24
| | | | | o added dependencies section in package details panel
* (get_pkgs,get_summary) slightly reduce memory usage by not keeping aroundThierry Vignaud2009-02-231-0/+1
| | | | | summaries (2.1% of resident memory saved on std x86_64 media config)
* (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
| | | | | let's factorize it
* (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 ↵Thierry Vignaud2009-02-131-1/+1
| | | | confirmatin
* (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
| | | | | | | | | newer than synthesis (#42737) (meaning package list & metadata are not syncrhonised and that media need updates) another solution would for for urpmi to be be less strict when searching
* do not uselessly load Gtk2::Gdk::Keysyms (reduce RSS by nearly 400Kb in ↵Thierry Vignaud2008-09-221-1/+0
| | | | MandrivaUpdate)
* (pkgs_provider) fix listing updates per importance (#41331) ;Thierry Vignaud2008-09-171-1/+3
| | | | | | | | | regression introduced in r227983 on 2007-09-14: "(format_pkg_simplifiedinfo) urpmi-4.10.10 enables to list all packages update description w/o having the ia32 one overwriting/hiding the x86_64 (or the reverse)"
* - do display conflicting packages instead of silently removing themPascal Rigaux2008-09-111-0/+8
| | | | | (needs urpmi 6.11) (#43501)
* (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 ↵Thierry Vignaud2008-07-021-0/+1
| | | | results, #39244)
* (translate_group) introduce it in order to be able to translateThierry Vignaud2008-07-021-0/+3
| | | | | "foo|bar" like group names (loosely based on ctreefy()
* (delete_category) simplify code by removing old useless code dating back ↵Thierry Vignaud2008-07-011-22/+2
| | | | from 1992
* (add_nodes) do not clear caches when emptying package list modelThierry Vignaud2008-07-011-1/+0
| | | | | | | | | (needed for next commits for the search feature) (reversing r23496 from 2007-03-26 13:13:59: "(add_nodes) clear caches when emptying package list model (thus fixing gtk+ warnings)" which now seems uneeded)
* 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
| | | | | rpmdrake, not just in MandrivaUpdate (#35009, #40556)
* (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
| | | | | efilling (needed for next commit)
* (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
| | | | | urpmi_rpm-find-leaves
* (build_tree) split out installed packages if any in "by update availability" ↵Thierry Vignaud2008-04-011-2/+3
| | | | view