aboutsummaryrefslogtreecommitdiffstats
path: root/MandrivaUpdate
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* (get_name) move it from MandrivaUpdate into Rpmdrake/gui.pmThierry Vignaud2007-09-031-6/+0
|
* kill a useless open of rpm databaseThierry Vignaud2007-08-021-2/+0
|
* open_db() was renamed as open_rpm_db() for consistency with open_urpmi_db() ↵Thierry Vignaud2007-08-021-1/+1
| | | | but a call point was forgotten
* use new toggle_all()Thierry Vignaud2007-07-051-2/+2
|
* (refresh_packages_list) fix crash due to UTF-8 issueThierry Vignaud2007-05-291-1/+3
|
* (refresh_packages_list) escape characters, thus fixing duplicated names (#28970)Thierry Vignaud2007-04-241-1/+1
|
* (refresh_packages_list) do not crash if selectable package list is emptyThierry Vignaud2007-03-231-1/+2
|
* (run_treeview_dialog) do not reset selection if canceling installationThierry Vignaud2007-03-231-1/+2
|
* (run_treeview_dialog) since checking deps can take time, show itThierry Vignaud2007-03-231-0/+4
|
* (refresh_packages_list, run_treeview_dialog) use toggle() to handleThierry Vignaud2007-03-231-2/+10
| | | | | deps when toggling
* (toggle) introduce this wrapper arount toggle_nodes() in oder to handleThierry Vignaud2007-03-231-0/+19
| | | | | deps while toggling
* (refresh_packages_list) kill noop loopThierry Vignaud2007-03-231-7/+0
|