aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
Commit message (Expand)AuthorAgeFilesLines
* Bugfix update version 5.23.1 (bug #40556)distro/mdv2010.0João Victor Duarte Martins2010-04-063-11/+35
* (format_pkg_simplifiedinfo) rename 'dependancies' as 'newThierry Vignaud2009-10-191-1/+2
* (format_pkg_simplifiedinfo) use a local urpm stateThierry Vignaud2009-10-191-2/+3
* (perform_removal) use a scrolling window if needed when displayingThierry Vignaud2009-10-191-1/+1
* (run) make lord perl_checker happierThierry Vignaud2009-10-161-1/+1
* (perform_installation) match urpmi behavior when registering requested packageThierry Vignaud2009-10-161-2/+6
* (perform_installation) add a commentThierry Vignaud2009-10-161-0/+1
* (run_drakbug,run_help_callback) try harder to display help, bug wizards, ... ...Thierry Vignaud2009-10-121-1/+1
* fix enabling for the first time a medium that never was enabled beforeThierry Vignaud2009-10-091-1/+9
* (run) ignore rpmdrake's option regarding ignoring debug mediaThierry Vignaud2009-10-091-0/+2
* (mainwindow) prevent crashing if one click on a media checkbox whileThierry Vignaud2009-10-091-2/+4
* (perform_removal) display orphan packages after removing some packagesThierry Vignaud2009-10-021-0/+9
* (perform_installation) fix flags for orphan computing, thus fixingThierry Vignaud2009-10-021-0/+7
* (extract_header) ignore packages with no URPM objects (#52751)Thierry Vignaud2009-10-011-0/+6
* (pkg2medium) pkg2medium() could return undef but several placesThierry Vignaud2009-10-012-2/+2
* (pkg2medium) help perl_checker that fails to parse thisThierry Vignaud2009-10-011-1/+1
* (inspect) fix encoding of diff output (#52994)Thierry Vignaud2009-10-011-1/+5
* (run_treeview_dialog) show rpmdrake version in about dialog instead ofThierry Vignaud2009-10-011-1/+1
* (real_quit) warn on exit if some packages are selected (#45404)Thierry Vignaud2009-10-011-0/+8
* (is_there_selected_packages) extract it from do_action__real() (neededThierry Vignaud2009-10-011-1/+5
* (reset_search) move code from do_search() here (needed for next commit)Thierry Vignaud2009-10-011-0/+7
* (do_action__real) enable to apply priority updates without trying toThierry Vignaud2009-10-011-1/+1
* (get_pkgs,run_treeview_dialog) make sure 'compute_updates' is used theThierry Vignaud2009-10-011-1/+1
* (mainwindow) use proper stock icons for arrowsThierry Vignaud2009-09-301-2/+9
* - rpmdrakeAurélien Lefebvre2009-09-041-0/+24
* (fast_open_urpmi_db) make 'urpmi-root' implying rpm-root so thatThierry Vignaud2009-06-011-0/+1
* (perform_installation) do not restart if we didn't install any packageThierry Vignaud2009-06-011-1/+1
* (is_it_a_devel_distro) consider chrooted /etc/produc.id when detectingThierry Vignaud2009-06-011-1/+3
* (pkg2medium) revert part of r257150 from 2009-04-29 (considering theThierry Vignaud2009-06-011-1/+1
* (pkg2medium) fix listing _one_ non installed package as installed (#50276)Thierry Vignaud2009-04-291-1/+1
* (get_pkgs) adjust after latest commit so that we do compute updates when aske...Thierry Vignaud2009-04-291-1/+1
* (extract_header) fix creating the gurpm dialogThierry Vignaud2009-04-291-1/+3
* fix sort usage, ask_remove was being assigned: [ $urpm, $urpm->{state} ]Olivier Blin2009-04-281-1/+1
* ignore /etc/fstab for *.rpmnewThierry Vignaud2009-04-141-0/+1
* (new) revert using installer hack that prevents having gray waitThierry Vignaud2009-04-031-2/+2
* kill --no-splash option (useless since r244763 from 2008-09-04 (wasThierry Vignaud2009-04-011-1/+0
* (get_pkgs) select updates from all media on cooker instead of only from updat...Thierry Vignaud2009-03-201-1/+1
* (is_it_a_devel_distro) export it (will be used by mdkapplet)Thierry Vignaud2009-03-191-0/+1
* make export list more readableThierry Vignaud2009-03-191-1/+6
* (get_update_medias) use new is_it_a_devel_distro() in order to updateThierry Vignaud2009-03-191-1/+5
* (is_it_a_devel_distro) introduce it in order to check whether theThierry Vignaud2009-03-191-0/+7
* (get_update_medias) move it from Rpmdrake::pkgs into Rpmdrake::open_dbThierry Vignaud2009-03-192-6/+6
* (get_inactive_backport_media) do not try to update & parse inactive sources b...Thierry Vignaud2009-03-191-1/+1
* (get_updates_list,get_pkgs) latest simplification commit enables to further s...Thierry Vignaud2009-02-231-12/+7
* (get_pkgs) simplify and optimizeThierry Vignaud2009-02-231-9/+6
* (get_inactive_backport_media) do not try to update & parse inactive debugThierry Vignaud2009-02-231-1/+1
* (extract_header,get_installed_packages) further reduce memory usage by not ke...Thierry Vignaud2009-02-231-2/+1
* (get_pkgs,get_summary) slightly reduce memory usage by not keeping aroundThierry Vignaud2009-02-232-4/+3
* (mainwindow) make more readableThierry Vignaud2009-02-151-4/+13
* (get_updates_list) split it out of get_pkgs()Thierry Vignaud2009-02-151-51/+54