aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/gui.pm
Commit message (Collapse)AuthorAgeFilesLines
* (compute_main_window_size) factorize strange typicall width computing hereThierry Vignaud2007-03-151-1/+9
|
* (format_pkg_simplifiedinfo) show again version, currently installed version ↵Thierry Vignaud2007-03-071-1/+17
| | | | (#26946), source medium (#23153), size, architecture (#26410)
* kill unused columnThierry Vignaud2007-03-071-1/+0
|
* use symbolic constants rather than hardcoding values everywhereThierry Vignaud2007-03-071-13/+27
|
* (pkgs_provider) if "pure_updates" option is given, do not pass over ↵Thierry Vignaud2007-03-061-2/+2
| | | | installable packages
* (do_action) fix crash in MandrivaUpdateThierry Vignaud2007-03-011-1/+1
|
* (pkgs_provider) don't preselect anymore the updates when not started asThierry Vignaud2007-02-261-6/+1
| | | | | MandrivaUpdate (#27500)
* add missing round brackets around ternary expressionsThierry Vignaud2007-02-231-8/+6
|
* perl_checker cleanupsThierry Vignaud2007-02-231-4/+4
|
* ngettext fixesPablo Saratxaga2007-02-231-3/+8
|
* display translated summaries if availlableThierry Vignaud2007-02-221-1/+1
|
* kill "grep_allowed_to_toggle" callback which really was unusedThierry Vignaud2007-02-211-2/+2
|
* kill "check_interactive_to_toggle" callback which really was unusedThierry Vignaud2007-02-211-2/+2
|
* (ask_browse_tree_given_widgets_for_rpmdrake) split it in smaller functions;Thierry Vignaud2007-02-211-67/+73
| | | | | simplify double test for flat mode
* fix unexported variables that are needed by rpmdrakeThierry Vignaud2007-02-211-1/+1
|
* (ask_browse_tree_info_given_widgets_for_rpmdrake) rename asThierry Vignaud2007-02-201-3/+3
| | | | | ask_browse_tree_given_widgets_for_rpmdrake()
* (pkgs_provider) fix an horrible bugThierry Vignaud2007-02-201-2/+2
|
* (do_action) o_option argument is now optionalThierry Vignaud2007-02-201-2/+2
|
* (run_treeview_dialog) split it into smaller functions and move all of them ↵Thierry Vignaud2007-02-201-9/+476
| | | | into Rpmdrake::gui
* (ask_browse_tree_info_given_widgets) move it in an rpmdrake moduleThierry Vignaud2007-02-201-0/+270