aboutsummaryrefslogtreecommitdiffstats
path: root/MandrivaUpdate
Commit message (Collapse)AuthorAgeFilesLines
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-141-288/+0
| | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r535 | dmorgan | 2011-02-14 00:37:56 +0000 (Mon, 14 Feb 2011) | 1 line Import cleaned rpmdrake ------------------------------------------------------------------------
* (run_treeview_dialog) do not display the banner when height <= 480Thierry Vignaud2009-10-131-1/+1
| | | | | instead of just < 480 (#54550)
* (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-1/+1
|
* (run_treeview_dialog) fix width of title by workarounding Gtk+ (#48259)Thierry Vignaud2009-03-191-1/+1
|
* (run_treeview_dialog) force width of icon column to be fixedThierry Vignaud2009-03-191-0/+2
|
* (run_treeview_dialog) do not harcode column id and fix it (inThierry Vignaud2009-03-181-2/+2
| | | | | | | | | | | | | | | 'toggled' signal handler too) ; this means we got the right cell renderer and thus the 'toggled' signal handler does be connected ; this means we stop ignoring selected/unselected packages (embarassing bug #29835) (this regression was introduced in r242980 on 2008-06-18: "(refresh_packages_list, run_treeview_dialog) show type of update in mandrivaupdate: fix, security, ... (spec 216)")
* (run_treeview_dialog) simplify through using MDK::CommonThierry Vignaud2009-03-181-1/+1
|
* perl_checker cleanupsThierry Vignaud2009-03-181-12/+9
|
* use mcc icon if availlable (#44671)Thierry Vignaud2009-02-141-1/+1
|
* workaround crashing when tree selection wasn't realized yet (#41010)Thierry Vignaud2008-09-301-0/+4
| | | | | in MandrivaUpdate too
* do not uselessly load Gtk2::Gdk::Keysyms (reduce RSS by nearly 400Kb in ↵Thierry Vignaud2008-09-221-1/+0
| | | | MandrivaUpdate)
* fix sorting by type of updateThierry Vignaud2008-08-251-2/+11
|
* save & restore window size in MandrivaUpdate too (#25932)Thierry Vignaud2008-07-021-1/+10
|
* (refresh_packages_list, run_treeview_dialog) show type of update inThierry Vignaud2008-06-181-7/+25
| | | | | mandrivaupdate: fix, security, ... (spec 216)
* (toggle) do not hardcode columns IDs (needed for next commit)Thierry Vignaud2008-06-181-2/+2
|
* (run_treeview_dialog) laptop mode (height not bigger than 480): fix test ↵Thierry Vignaud2008-05-271-3/+3
| | | | (#40235)
* (run_treeview_dialog) reduce Trees' height in laptop mode (aka ifThierry Vignaud2008-05-091-2/+2
| | | | | height is not bigger than 480)
* (run_treeview_dialog) factorize test (needed for next commit)Thierry Vignaud2008-05-091-1/+2
|
* (run_treeview_dialog) do not display banner in laptop mode (aka ifThierry Vignaud2008-05-091-1/+3
| | | | | height is not bigger than 480)
* split filters (all, installed, non installed) from views (GUI, meta packages,Thierry Vignaud2008-03-171-0/+1
| | | | | updates, ...)
* (run_treeview_dialog) really fix not listing all updates (#38595)Thierry Vignaud2008-03-061-1/+1
| | | | | | (regression introduced in r238651 on 2008-03-05: "remember state of "Show automatically selected packages" (#38138)")
* (refresh_packages_list) update commentThierry Vignaud2008-03-041-1/+1
|
* (run_treeview_dialog) adjust default layout repartition (#36069)Thierry Vignaud2008-02-231-2/+2
|
* (add_node,refresh_packages_list,run_treeview_dialog) split "release"Thierry Vignaud2007-10-231-4/+6
| | | | | column from "version" column
* make sure main window is registered earlyThierry Vignaud2007-10-231-2/+1
|
* (run_treeview_dialog) do not add shadow 'in' around Gtk2::SimpleListThierry Vignaud2007-10-061-3/+0
| | | | | since mygtk2 already do it now
* fix caseThierry Vignaud2007-10-021-2/+2
|
* fix sorting (we must use TreeModel indexes not widget indexes)Thierry Vignaud2007-09-261-1/+1
|
* enable to sort by selected state tooThierry Vignaud2007-09-261-0/+1
|
* factorize a call for readabilityThierry Vignaud2007-09-261-3/+4
|
* enable to sort these columnsThierry Vignaud2007-09-261-0/+1
|
* - properly size new columnsThierry Vignaud2007-09-261-0/+13
| | | | | - make pretty column use all availlable space, else ellipsize
* disable fixed mode since we'll size dynamically columns in next commitThierry Vignaud2007-09-261-1/+0
|
* show columns headers in package listThierry Vignaud2007-09-261-1/+0
|
* display package name, version & arch as 3 separate columns rather thanThierry Vignaud2007-09-261-3/+7
| | | | | raw urpm fullname (like rpmdrake); disable fixed sizing of pretty column
* tell rpmdrake which column is the pretty one (cosmetic)Thierry Vignaud2007-09-261-0/+1
|
* swap hidden fullname and pretty name in TreeModel (needed for further commit)Thierry Vignaud2007-09-261-4/+4
|
* Rpmdrake::gui already exports %pkg_columnsThierry Vignaud2007-09-251-1/+1
|
* do not hardcode column idThierry Vignaud2007-09-251-1/+1
|
* kill get_name() hackeryThierry Vignaud2007-09-251-5/+5
|
* reuse get_summary()Thierry Vignaud2007-09-191-1/+1
|
* (format_name_n_summary) factorize package name and summary formatting thereThierry Vignaud2007-09-191-1/+1
|
* (refresh_packages_list) simplify now that perl-URPM always return UTF-8Thierry Vignaud2007-09-191-3/+2
|
* (refresh_packages_list) rpm_summary() is deadThierry Vignaud2007-09-111-1/+1
|
* (run_treeview_dialog) refresh the list after selecting all packagesThierry Vignaud2007-09-031-0/+1
|
* (run_treeview_dialog) enable "Select all" buttonThierry Vignaud2007-09-031-1/+0
|
* make Rpmdrake::gui aware MandrivaUpdate do not use the same columns ids as ↵Thierry Vignaud2007-09-031-0/+6
| | | | rpmdrake
* (run_treeview_dialog) kill useless codeThierry Vignaud2007-09-031-2/+0
|
* (run_treeview_dialog) make "select all" working but disable it for now (#29892)Thierry Vignaud2007-09-031-1/+6
|