aboutsummaryrefslogtreecommitdiffstats
path: root/MandrivaUpdate
Commit message (Expand)AuthorAgeFilesLines
* (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
* 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
* 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
* 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
* 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 rp...Thierry Vignaud2007-09-031-0/+6
* (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() b...Thierry Vignaud2007-08-021-1/+1
* 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
* (toggle) introduce this wrapper arount toggle_nodes() in oder to handleThierry Vignaud2007-03-231-0/+19
* (refresh_packages_list) kill noop loopThierry Vignaud2007-03-231-7/+0
* (refresh_packages_list) kernel*-latest are now handled at urpmi levelThierry Vignaud2007-03-231-1/+1
* (run_treeview_dialog) once we updated some packages, do not botherThierry Vignaud2007-03-221-1/+0
* (run_treeview_dialog) once we updated some packages, refresh the listThierry Vignaud2007-03-221-1/+1
* show main_window earlier so that mcc doesn't complain we exited abnormally b/cThierry Vignaud2007-03-211-1/+3
* keep all packages around (fix 'unable to update in "installed" view', #27629)Thierry Vignaud2007-03-191-1/+1
* kill useless parameter ($pkgs is a global variable...)Thierry Vignaud2007-03-191-3/+3
* (run_treeview_dialog) reduce margins around horizontal separatorThierry Vignaud2007-03-191-3/+1
* (run_treeview_dialog) make it fit in 800x600Thierry Vignaud2007-03-191-2/+2
* use fixed modeThierry Vignaud2007-03-161-0/+4
* set a 3:2 ratio between the package list and the package descriptionThierry Vignaud2007-03-151-2/+2
* (compute_main_window_size) factorize strange typicall width computing hereThierry Vignaud2007-03-151-3/+1