index
:
rpmdrake
distro/mdv2007.0
distro/mdv2007.1
distro/mdv2008.0
distro/mdv2008.1
distro/mdv2009.0
distro/mdv2009.1
distro/mdv2010.0
distro/mdv2010.1
distro/mdv2011
distro/mdv2011.0
distro/mga1
distro/mga2
distro/mga3
distro/mga4
distro/mga5
distro/mga6
master
topic/RPMDRAKE
topic/jvdm-branch
user/animtim/designWork
Mageia Graphical Package Manager
Thierry Vignaud [tv]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Rpmdrake
/
pkg.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
do not uselessly load Gtk2::Gdk::Keysyms (reduce RSS by nearly 400Kb in Mandr...
Thierry Vignaud
2008-09-22
1
-1
/
+0
*
(format_changelog_string) push loading of Gtk2::Pango where actually needed
Thierry Vignaud
2008-09-22
1
-1
/
+0
*
(perform_installation) add basic managment of orphan packages (#43723):
Thierry Vignaud
2008-09-20
1
-0
/
+17
*
(perform_installation) split urpmi like @to_install variable (needed
Thierry Vignaud
2008-09-20
1
-1
/
+3
*
(warn_about_media) do not display any banner when embedded while adding media
Thierry Vignaud
2008-09-17
1
-1
/
+1
*
(warn_about_media) do not display any banner when embedded while
Thierry Vignaud
2008-09-17
1
-1
/
+1
*
(get_installed_packages) workaround looping in URPM->traverse_tag
Thierry Vignaud
2008-09-10
1
-1
/
+4
*
(get_installed_packages) use a local variable (needed for next commit)
Thierry Vignaud
2008-09-10
1
-1
/
+2
*
(fast_open_urpmi_db,perform_installation) add basic support for the --debug o...
Thierry Vignaud
2008-09-09
1
-2
/
+3
*
(extract_header) workaround crashing when media's MD5SUM are garbaged (#41352)
Thierry Vignaud
2008-08-25
1
-2
/
+2
*
(get_pkgs) list meta tasks in GUI package list too (#43114)
Thierry Vignaud
2008-08-25
1
-0
/
+2
*
(get_pkgs) split out meta package list in their own local variable
Thierry Vignaud
2008-08-25
1
-1
/
+3
*
(perform_installation) migrate to urpm::get_pkgs::selected2local_and_blists()
Thierry Vignaud
2008-08-22
1
-2
/
+2
*
(ask_yes_or_no) behaves like urpmi, allow to continue, thus skipping
Thierry Vignaud
2008-08-06
1
-2
/
+3
*
(perform_installation) fix some error dialogs not being modal
Thierry Vignaud
2008-08-06
1
-2
/
+2
*
(get_installed_packages) fix crash in URPM with non standard package
Thierry Vignaud
2008-05-27
1
-0
/
+1
*
list basesystem-* as meta-task too
Thierry Vignaud
2008-05-23
1
-1
/
+1
*
(get_pkgs) simplify: we already computed the name
Thierry Vignaud
2008-05-23
1
-1
/
+1
*
warn only once about priority upgrades (#39737)
Thierry Vignaud
2008-05-08
1
-0
/
+6
*
(extract_header) retrieve URLs of packages (needed for next commit)
Thierry Vignaud
2008-05-08
1
-1
/
+4
*
- handle gracefully locked RPM DB when trying to install some packages
Thierry Vignaud
2008-05-08
1
-1
/
+6
*
(run_rpm) reuse run_program::get_stdout() (needed for next commit)
Thierry Vignaud
2008-05-07
1
-1
/
+1
*
(perform_installation) minor readability improvement
Thierry Vignaud
2008-03-31
1
-2
/
+2
*
minor perl_checker cleanup
Thierry Vignaud
2008-03-31
1
-1
/
+1
*
(perform_installation) remove "--emmbedded" as well as XID from ARGV
Thierry Vignaud
2008-03-31
1
-1
/
+1
*
(perform_installation) really remove XID in "--emmbedded <id>" from ARGV when
Thierry Vignaud
2008-03-31
1
-1
/
+1
*
(perform_installation) fix priority upgrades by not recomputing them
Thierry Vignaud
2008-03-31
1
-2
/
+1
*
(get_pkgs) fix priority upgrades by not preselecting updates in rpmdrake
Thierry Vignaud
2008-03-31
1
-0
/
+3
*
(perform_installation) remove "--emmbedded <id>" from ARGV when
Thierry Vignaud
2008-03-25
1
-0
/
+6
*
ensure we always restart if needed
Thierry Vignaud
2008-03-25
1
-1
/
+1
*
tell the user to "restart system" when needed (needs urpmi-5.14)
Thierry Vignaud
2008-03-17
1
-0
/
+5
*
add tooltips to pull down menus
Thierry Vignaud
2008-03-17
1
-1
/
+1
*
only list priority upgrades if there're
Thierry Vignaud
2008-03-14
1
-2
/
+2
*
make $need_restart visible from outside (needed for next commit)
Thierry Vignaud
2008-03-14
1
-1
/
+2
*
kill "Mandriva choices"
Thierry Vignaud
2008-03-14
1
-27
/
+0
*
(perform_installation) write configuration before restarting after
Thierry Vignaud
2008-03-11
1
-0
/
+2
*
(warn_about_media) really only update media in MandrivaUpdate, not in
Thierry Vignaud
2008-03-10
1
-1
/
+1
*
(perform_installation) display in bold that priority updates require restarting
Thierry Vignaud
2008-03-10
1
-1
/
+1
*
- MandrivaUpdate:
Thierry Vignaud
2008-03-10
1
-1
/
+8
*
rename $restart_itself as $need_restart
Thierry Vignaud
2008-03-10
1
-8
/
+8
*
(get_installed_packages) split it out of (get_pkgs)
Thierry Vignaud
2008-03-07
1
-34
/
+42
*
(init_progress_bar,reset_pbar_count,update_pbar) split them out of
Thierry Vignaud
2008-03-07
1
-23
/
+36
*
(perform_installation) when restarting after priority upgrade, free
Thierry Vignaud
2008-03-07
1
-1
/
+3
*
(get_pkgs) reimplement priority upgrade support through urpmi-5.9's infrastru...
Thierry Vignaud
2008-03-07
1
-0
/
+20
*
(get_pkgs) make it more readable (needed for next commits)
Thierry Vignaud
2008-03-07
1
-5
/
+6
*
(get_pkgs) basically revert r238520 on 2008-03-04 b/c pixel want to
Thierry Vignaud
2008-03-07
1
-18
/
+11
*
(get_pkgs) fix another error introduced in 4.4.2
Thierry Vignaud
2008-03-06
1
-1
/
+0
*
(get_pkgs) simplify through uniq() (spotted by pixel)
Thierry Vignaud
2008-03-06
1
-1
/
+1
*
(get_pkgs) fix error introduced in 4.4.2.1
Thierry Vignaud
2008-03-06
1
-1
/
+1
*
(get_pkgs) tyo fix in latest commit
Thierry Vignaud
2008-03-06
1
-2
/
+2
[next]