aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake
Commit message (Expand)AuthorAgeFilesLines
* (perform_installation) fix "preparing" message when there's no package toThierry Vignaud2006-09-111-1/+1
* (get_pkgs) report errors when reading urpm DBThierry Vignaud2006-09-111-2/+2
* s/package/application/ (Per Øyvind Karlsen)Thierry Vignaud2006-09-071-1/+1
* (get_pkgs) fix MandrivaUpdate dying upon startup (#23686)Thierry Vignaud2006-09-061-1/+1
* warn about package namesThierry Vignaud2006-08-281-8/+24
* display a busy cursor when selecting "Reload the packages list"Thierry Vignaud2006-08-281-1/+1
* (run_treeview_dialog) don't crash if passed an invalid modeThierry Vignaud2006-08-281-0/+1
* show busy cursor on mode changeThierry Vignaud2006-08-281-1/+1
* add a "Media Manager" entryThierry Vignaud2006-08-281-0/+3
* (get_pkgs) do not embed wait message on startupThierry Vignaud2006-08-281-1/+1
* (get_icon) use smaller icons for subgroupsThierry Vignaud2006-08-251-4/+5
* "Graphical desktop/Xfce" is a new valid groupThierry Vignaud2006-08-241-0/+1
* the list of valid groups is now /usr/share/rpmlint/MenuCheck.pyThierry Vignaud2006-08-241-1/+1
* XFree86 subgroup was renamed as X11Thierry Vignaud2006-08-241-1/+1
* (run_treeview_dialog) do not alternate grey & white lines in group treeThierry Vignaud2006-08-231-1/+0
* kill buggy group "Networking/Instant Messaging" that was wrongly added in r57631Thierry Vignaud2006-08-231-1/+0
* kill buggy group System/Others that was wrongly added in r57631Thierry Vignaud2006-08-231-1/+0
* (run_treeview_dialog) ask_browse_tree_info_given_widgets() wasThierry Vignaud2006-08-231-1/+1
* set "is_pix" field in order to be later able to identify the column thanksThierry Vignaud2006-08-231-0/+1
* (get_info) kill what's remain of old hackeryThierry Vignaud2006-08-231-1/+0
* (perform_installation) handle removing packages while not installing someThierry Vignaud2006-08-231-1/+1
* (toggle_nodes) set proper stateThierry Vignaud2006-08-231-1/+1
* (toggle_nodes) handle removing packagesThierry Vignaud2006-08-231-1/+1
* (toggle_nodes) got the old state as parameterThierry Vignaud2006-08-231-1/+1
* (node_state) handle more statesThierry Vignaud2006-08-231-1/+7
* "changed" signal: don't crash when selecting a sub group and then collapse it...Thierry Vignaud2006-08-231-0/+1
* do not empty and reload the packages list for dummy changes (aka if groupThierry Vignaud2006-08-231-0/+4
* filling list of packages is slow when there's a lot of package; let's warn th...Thierry Vignaud2006-08-231-1/+1
* set a meaningfull titleThierry Vignaud2006-08-231-1/+1
* (is_a_package) introduce it it order to know whether a leaf is a package or a...Thierry Vignaud2006-08-231-0/+4
* (get_icon) use icon of parent group if none is specified for current grouThierry Vignaud2006-08-231-1/+2
* (run_treeview_dialog) fix listing all packagesThierry Vignaud2006-08-231-1/+1
* use a more meaningfull titleThierry Vignaud2006-08-231-1/+1
* (run_treeview_dialog) use new Gtk2::MDV::CellRendererPixWithLabel() to nicelyThierry Vignaud2006-08-231-3/+2
* (run_treeview_dialog) introduce get_icon() in order to extract group iconThierry Vignaud2006-08-231-0/+6
* (run_treeview_dialog) set where to lookup desktop iconsThierry Vignaud2006-08-231-1/+1
* define icons for each package groupThierry Vignaud2006-08-231-95/+108
* (run_treeview_dialog) do not show extra columnThierry Vignaud2006-08-231-2/+0
* (get_pkgs) workaround urpmi issue with lost "flag_installed"Thierry Vignaud2006-08-231-1/+2
* (run_treeview_dialog) default to listing all packagesThierry Vignaud2006-08-231-1/+1
* (run_treeview_dialog) fix scores of gtk+ critical warnings after removing theThierry Vignaud2006-08-231-1/+1
* (run_treeview_dialog) managing "row_expanded" signal is no more neededThierry Vignaud2006-08-231-23/+0
* (run_treeview_dialog) when a group is selected, fill in the packages listThierry Vignaud2006-08-231-0/+10
* (run_treeview_dialog) precreate all groups in left tree when building the treeThierry Vignaud2006-08-231-5/+7
* (run_treeview_dialog) no more state icon/checkbox in group tree; this alsoThierry Vignaud2006-08-231-3/+1
* (run_treeview_dialog) let gtk+ sort the list of groupsThierry Vignaud2006-08-231-0/+1
* (run_treeview_dialog) let gtk+ sort the list of packagesThierry Vignaud2006-08-231-0/+1
* use escape_text_for_TextView_markup_format instead ofThierry Vignaud2006-08-231-5/+5
* (format_pkg_simplifiedinfo) protect other fields btwThierry Vignaud2006-08-231-2/+2
* (format_pkg_simplifiedinfo) protect from strange characters in description tooThierry Vignaud2006-08-231-1/+1