aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake
Commit message (Expand)AuthorAgeFilesLines
* (get_pkgs) really do not reuse existing urpm object (#25991)distro/mdv2007.0Thierry Vignaud2007-03-151-1/+1
* backport fix being unable to install packages when started as rpmdrake-remove...Thierry Vignaud2007-02-221-5/+1
* backport horrible selection bug fix Thierry Vignaud2007-02-221-2/+2
* (get_pkgs) do not reuse existing urpm object since it "remember" previousThierry Vignaud2007-02-201-9/+7
* (format_pkg_simplifiedinfo) only show description for real updates, not alsoThierry Vignaud2006-12-041-1/+2
* default to "all updates" rather than "security updates" in MandrivaUpdate modeThierry Vignaud2006-11-271-1/+1
* set the initial selection for updates (#25271)Thierry Vignaud2006-11-271-2/+7
* preselect updates by default (#25271)Thierry Vignaud2006-11-271-0/+3
* (get_info) defensive programming (#26099)Thierry Vignaud2006-11-271-1/+6
* fix not able to select only one update (#26135)Thierry Vignaud2006-11-271-1/+1
* (run_treeview_dialog) fix crash introduced by #27268 fixThierry Vignaud2006-11-271-1/+1
* (run_treeview_dialog) really show all security, bugfix & normalThierry Vignaud2006-11-231-3/+8
* (perform_installation) better confirmation string when only removing packages...Thierry Vignaud2006-10-271-2/+4
* (extract_header) add support of hdlists for update media (#26788)Thierry Vignaud2006-10-271-1/+1
* behave faster after clicking on "/_File/_Reset the selection"Thierry Vignaud2006-10-261-2/+1
* fix displaying again the three after clicking on "/_File/_Reset the selection"Thierry Vignaud2006-10-261-0/+2
* (perform_installation) fix uninstalling the last package deselected for removalThierry Vignaud2006-10-261-1/+1
* (toggle_nodes) if one package cannot be removed, do not alter "selected"Thierry Vignaud2006-10-261-2/+6
* (perform_installation) fix not installing packages when invoked as -remove (#...Thierry Vignaud2006-10-261-1/+0
* enable "File/_Update media" whatever is the starting modeThierry Vignaud2006-10-261-1/+1
* fix crash by behaving like urpmi & gurpmi (#26742)Thierry Vignaud2006-10-251-1/+1
* (extract_header) if we cannot create a temp directory, just don'tThierry Vignaud2006-10-241-1/+4
* (extract_header) try harder to create a temporary directory (mktempThierry Vignaud2006-10-241-2/+7
* do not show "importance" & "reason for update" fields for non updateThierry Vignaud2006-10-241-1/+1
* show nice icons in "mandriva choice" modeThierry Vignaud2006-10-241-0/+30
* workaround buggy strings from urpmi that are not tagged as UTF-8 whenThierry Vignaud2006-10-241-1/+1
* check if any sensitive mount point is mounted read-only (#12967)Thierry Vignaud2006-10-241-0/+5
* fix inverted status icon (#26743)Thierry Vignaud2006-10-241-1/+1
* show non installed updates in "non installed" list too (#26656)Thierry Vignaud2006-10-201-2/+1
* enable to see all updates too when not started as MandrivaUpdateThierry Vignaud2006-10-201-1/+1
* (get_pkgs) if /etc/urpmi/urpmi.cfg doesn't exists, create an emptyThierry Vignaud2006-10-131-0/+4
* (get_pkgs) set up a fatal error handler earlier so that urpmi doesn'tThierry Vignaud2006-10-131-5/+11
* fix empty list after updating media from "File" menu (#26290)Thierry Vignaud2006-10-131-0/+1
* in "all updates" mode, show again packages w/o an importance field (aka those...Thierry Vignaud2006-09-261-2/+5
* (toggle_nodes) fix icon state on unselecting (#26126)Thierry Vignaud2006-09-261-2/+1
* (run_rpm) kill debug message (#26000)Thierry Vignaud2006-09-201-1/+1
* fix displayed status for selected updates (#25964)Thierry Vignaud2006-09-191-1/+1
* merge-all-rpmnew option: increase default width (b/c of eg:Thierry Vignaud2006-09-191-11/+19
* offer to add an update media in MandrivaUpdate on startup if needed (#25708)Thierry Vignaud2006-09-191-2/+2
* fix crashing in MandrivaUpdateThierry Vignaud2006-09-191-0/+2
* prevent blank screen after reloading db from menuThierry Vignaud2006-09-191-1/+4
* keep internal state untranslated (#25774)Thierry Vignaud2006-09-191-4/+4
* fix crash when searching after clicking "Clear" button (#25926)Thierry Vignaud2006-09-181-1/+1
* adapt to new mirror APIThierry Vignaud2006-09-181-1/+2
* fix some callers of run_rpm() so that it knows the proper contextThierry Vignaud2006-09-181-2/+2
* (run_rpm) make it behaves like `` regarding scalar/list contexts (fixThierry Vignaud2006-09-181-1/+2
* (format_pkg_simplifiedinfo) display a URL button on security advisoryThierry Vignaud2006-09-181-4/+12
* (Gtk2::Mdv::TextView->new) connect to "size_allocate" signal ratherThierry Vignaud2006-09-181-1/+1
* reenable horizontal scrollbar on TextView so that one can shrink itThierry Vignaud2006-09-181-1/+1
* (Gtk2::Mdv::TextView->new) prevent looping b/c of children resizingThierry Vignaud2006-09-181-0/+4