Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (run_treeview_dialog) do not display the banner when height <= 480 | Thierry Vignaud | 2009-10-13 | 1 | -1/+1 |
| | | | | | instead of just < 480 (#54550) | ||||
* | (pkg2medium) pkg2medium() could return undef but several places | Thierry Vignaud | 2009-10-01 | 1 | -1/+1 |
| | | | | blindly dereferenced it which could lead to rare crashes (#49901) | ||||
* | (real_quit) warn on exit if some packages are selected (#45404) | Thierry Vignaud | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | (run_treeview_dialog) fix width of title by workarounding Gtk+ (#48259) | Thierry Vignaud | 2009-03-19 | 1 | -1/+1 |
| | |||||
* | (run_treeview_dialog) force width of icon column to be fixed | Thierry Vignaud | 2009-03-19 | 1 | -0/+2 |
| | |||||
* | (run_treeview_dialog) do not harcode column id and fix it (in | Thierry Vignaud | 2009-03-18 | 1 | -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::Common | Thierry Vignaud | 2009-03-18 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2009-03-18 | 1 | -12/+9 |
| | |||||
* | use mcc icon if availlable (#44671) | Thierry Vignaud | 2009-02-14 | 1 | -1/+1 |
| | |||||
* | workaround crashing when tree selection wasn't realized yet (#41010) | Thierry Vignaud | 2008-09-30 | 1 | -0/+4 |
| | | | | | in MandrivaUpdate too | ||||
* | do not uselessly load Gtk2::Gdk::Keysyms (reduce RSS by nearly 400Kb in ↵ | Thierry Vignaud | 2008-09-22 | 1 | -1/+0 |
| | | | | MandrivaUpdate) | ||||
* | fix sorting by type of update | Thierry Vignaud | 2008-08-25 | 1 | -2/+11 |
| | |||||
* | save & restore window size in MandrivaUpdate too (#25932) | Thierry Vignaud | 2008-07-02 | 1 | -1/+10 |
| | |||||
* | (refresh_packages_list, run_treeview_dialog) show type of update in | Thierry Vignaud | 2008-06-18 | 1 | -7/+25 |
| | | | | | mandrivaupdate: fix, security, ... (spec 216) | ||||
* | (toggle) do not hardcode columns IDs (needed for next commit) | Thierry Vignaud | 2008-06-18 | 1 | -2/+2 |
| | |||||
* | (run_treeview_dialog) laptop mode (height not bigger than 480): fix test ↵ | Thierry Vignaud | 2008-05-27 | 1 | -3/+3 |
| | | | | (#40235) | ||||
* | (run_treeview_dialog) reduce Trees' height in laptop mode (aka if | Thierry Vignaud | 2008-05-09 | 1 | -2/+2 |
| | | | | | height is not bigger than 480) | ||||
* | (run_treeview_dialog) factorize test (needed for next commit) | Thierry Vignaud | 2008-05-09 | 1 | -1/+2 |
| | |||||
* | (run_treeview_dialog) do not display banner in laptop mode (aka if | Thierry Vignaud | 2008-05-09 | 1 | -1/+3 |
| | | | | | height is not bigger than 480) | ||||
* | split filters (all, installed, non installed) from views (GUI, meta packages, | Thierry Vignaud | 2008-03-17 | 1 | -0/+1 |
| | | | | | updates, ...) | ||||
* | (run_treeview_dialog) really fix not listing all updates (#38595) | Thierry Vignaud | 2008-03-06 | 1 | -1/+1 |
| | | | | | | (regression introduced in r238651 on 2008-03-05: "remember state of "Show automatically selected packages" (#38138)") | ||||
* | (refresh_packages_list) update comment | Thierry Vignaud | 2008-03-04 | 1 | -1/+1 |
| | |||||
* | (run_treeview_dialog) adjust default layout repartition (#36069) | Thierry Vignaud | 2008-02-23 | 1 | -2/+2 |
| | |||||
* | (add_node,refresh_packages_list,run_treeview_dialog) split "release" | Thierry Vignaud | 2007-10-23 | 1 | -4/+6 |
| | | | | | column from "version" column | ||||
* | make sure main window is registered early | Thierry Vignaud | 2007-10-23 | 1 | -2/+1 |
| | |||||
* | (run_treeview_dialog) do not add shadow 'in' around Gtk2::SimpleList | Thierry Vignaud | 2007-10-06 | 1 | -3/+0 |
| | | | | | since mygtk2 already do it now | ||||
* | fix case | Thierry Vignaud | 2007-10-02 | 1 | -2/+2 |
| | |||||
* | fix sorting (we must use TreeModel indexes not widget indexes) | Thierry Vignaud | 2007-09-26 | 1 | -1/+1 |
| | |||||
* | enable to sort by selected state too | Thierry Vignaud | 2007-09-26 | 1 | -0/+1 |
| | |||||
* | factorize a call for readability | Thierry Vignaud | 2007-09-26 | 1 | -3/+4 |
| | |||||
* | enable to sort these columns | Thierry Vignaud | 2007-09-26 | 1 | -0/+1 |
| | |||||
* | - properly size new columns | Thierry Vignaud | 2007-09-26 | 1 | -0/+13 |
| | | | | | - make pretty column use all availlable space, else ellipsize | ||||
* | disable fixed mode since we'll size dynamically columns in next commit | Thierry Vignaud | 2007-09-26 | 1 | -1/+0 |
| | |||||
* | show columns headers in package list | Thierry Vignaud | 2007-09-26 | 1 | -1/+0 |
| | |||||
* | display package name, version & arch as 3 separate columns rather than | Thierry Vignaud | 2007-09-26 | 1 | -3/+7 |
| | | | | | raw urpm fullname (like rpmdrake); disable fixed sizing of pretty column | ||||
* | tell rpmdrake which column is the pretty one (cosmetic) | Thierry Vignaud | 2007-09-26 | 1 | -0/+1 |
| | |||||
* | swap hidden fullname and pretty name in TreeModel (needed for further commit) | Thierry Vignaud | 2007-09-26 | 1 | -4/+4 |
| | |||||
* | Rpmdrake::gui already exports %pkg_columns | Thierry Vignaud | 2007-09-25 | 1 | -1/+1 |
| | |||||
* | do not hardcode column id | Thierry Vignaud | 2007-09-25 | 1 | -1/+1 |
| | |||||
* | kill get_name() hackery | Thierry Vignaud | 2007-09-25 | 1 | -5/+5 |
| | |||||
* | reuse get_summary() | Thierry Vignaud | 2007-09-19 | 1 | -1/+1 |
| | |||||
* | (format_name_n_summary) factorize package name and summary formatting there | Thierry Vignaud | 2007-09-19 | 1 | -1/+1 |
| | |||||
* | (refresh_packages_list) simplify now that perl-URPM always return UTF-8 | Thierry Vignaud | 2007-09-19 | 1 | -3/+2 |
| | |||||
* | (refresh_packages_list) rpm_summary() is dead | Thierry Vignaud | 2007-09-11 | 1 | -1/+1 |
| | |||||
* | (run_treeview_dialog) refresh the list after selecting all packages | Thierry Vignaud | 2007-09-03 | 1 | -0/+1 |
| | |||||
* | (run_treeview_dialog) enable "Select all" button | Thierry Vignaud | 2007-09-03 | 1 | -1/+0 |
| | |||||
* | make Rpmdrake::gui aware MandrivaUpdate do not use the same columns ids as ↵ | Thierry Vignaud | 2007-09-03 | 1 | -0/+6 |
| | | | | rpmdrake | ||||
* | (run_treeview_dialog) kill useless code | Thierry Vignaud | 2007-09-03 | 1 | -2/+0 |
| | |||||
* | (run_treeview_dialog) make "select all" working but disable it for now (#29892) | Thierry Vignaud | 2007-09-03 | 1 | -1/+6 |
| | |||||
* | (get_name) move it from MandrivaUpdate into Rpmdrake/gui.pm | Thierry Vignaud | 2007-09-03 | 1 | -6/+0 |
| |