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
Commit message (
Expand
)
Author
Age
Files
Lines
*
(warn_about_media) add a "Do not ask me next time" checkbox (#17697)
Thierry Vignaud
2007-08-27
1
-1
/
+5
*
(mainwindow) size main window height now that we have less buttons for
Thierry Vignaud
2007-08-27
1
-1
/
+1
*
(mainwindow) make all buttons look consistent regarding "..."
Thierry Vignaud
2007-08-27
1
-2
/
+2
*
(mainwindow) when run as a standalone tool, display a std "help" menu
Thierry Vignaud
2007-08-27
1
-0
/
+26
*
(mainwindow) move all buttons not directely related to media list in a new me...
Thierry Vignaud
2007-08-27
1
-13
/
+17
*
(add_callback) rework some strings
Thierry Vignaud
2007-08-27
1
-3
/
+3
*
(open_urpmi_db) ensure we respect 'auto' option in /etc/urpmi.cfg
Thierry Vignaud
2007-08-27
1
-1
/
+1
*
MandrivaUpdate doesn't handle --parallel
Thierry Vignaud
2007-08-27
1
-1
/
+1
*
(warn_about_media) do not update again media after installing/removing some p...
Thierry Vignaud
2007-08-27
1
-0
/
+4
*
make clearer how to use --rpm-root
Thierry Vignaud
2007-08-27
1
-1
/
+1
*
warn if misusing --rpm-root option
Thierry Vignaud
2007-08-27
1
-1
/
+1
*
(get_pkgs) parrallel mode should be managed w/o regards of updates
Thierry Vignaud
2007-08-27
1
-2
/
+2
*
(get_parallel_group) factorize a test
Thierry Vignaud
2007-08-27
1
-4
/
+7
*
rename options as rpmdrake_options so that we can reuse urpm::args someday
Thierry Vignaud
2007-08-27
4
-28
/
+28
*
(get_pkgs) restore rpmdrake-2.x behaviour (which is inconsistant with
Thierry Vignaud
2007-08-27
1
-2
/
+1
*
(edit_callback) ensure update progress dialog is centered upon main window
Thierry Vignaud
2007-08-25
1
-0
/
+2
*
(edit_callback) reindent
Thierry Vignaud
2007-08-25
1
-2
/
+2
*
(edit_callback) fix moving altered medium at end of media list (#32489)
Thierry Vignaud
2007-08-25
1
-0
/
+14
*
(open_urpmi_db) fix crash if no backport medium is configured (aka no
Thierry Vignaud
2007-08-24
1
-2
/
+2
*
first attempt to provide a "Backports" view (it only looks at first disabled ...
Thierry Vignaud
2007-08-24
2
-0
/
+9
*
new option --justdb (new perl-URPM 1.76 & urpmi 4.10.6)
Thierry Vignaud
2007-08-23
2
-0
/
+3
*
add new "System/Printing" group
Thierry Vignaud
2007-08-17
1
-0
/
+1
*
(progress) prevent gtk+ warnings
Thierry Vignaud
2007-08-13
1
-1
/
+4
*
(display_READMEs_if_needed) kill debug statement
Thierry Vignaud
2007-08-13
1
-1
/
+0
*
(display_READMEs_if_needed) fix error if urpm::install stoped early (#32504)
Thierry Vignaud
2007-08-13
1
-0
/
+2
*
(open_urpmi_db) do not unconditionnally enable 'allow-force' &
Thierry Vignaud
2007-08-13
1
-2
/
+0
*
(perform_removal) display already installed & not installable packages
Thierry Vignaud
2007-08-13
1
-0
/
+4
*
(perform_removal) display again removed packages (wasn't working since
Thierry Vignaud
2007-08-13
1
-1
/
+3
*
(open_urpmi_db,open_urpmi_db) add support for --rpm-root and --urpmi-root
Thierry Vignaud
2007-08-13
2
-1
/
+7
*
(get_pkgs) factorize code by reusing urpm::get_updates_description()
Thierry Vignaud
2007-08-11
1
-23
/
+2
*
implement --auto option (#16093)
Thierry Vignaud
2007-08-10
3
-0
/
+3
*
(extract_header) display which package failed, and from which hdlist
Thierry Vignaud
2007-08-10
1
-2
/
+2
*
(perform_installation) handle 'allow-force' and 'allow-nodeps' options
Thierry Vignaud
2007-08-10
1
-1
/
+7
*
(open_urpmi_db) enable 'allow-force' and 'allow-nodeps' options by default
Thierry Vignaud
2007-08-10
1
-0
/
+2
*
(perform_installation) kill debug statement
Thierry Vignaud
2007-08-10
1
-1
/
+1
*
(deps_msg,perform_installation,toggle_nodes) use new formatlistpkg() for bett...
Thierry Vignaud
2007-08-10
2
-5
/
+6
*
(formatlistpkg) format list with bullets ("-") and indent urpmi
Thierry Vignaud
2007-08-10
1
-1
/
+1
*
(perform_installation) factorize code through new urpm::main_loo
Thierry Vignaud
2007-08-10
1
-227
/
+127
*
(toggle_nodes) prevent bad wrapping when additional packages are needed
Thierry Vignaud
2007-08-10
1
-1
/
+1
*
improve a string by spliting out the column substring in order to ease futur ...
Thierry Vignaud
2007-08-09
1
-2
/
+2
*
(inspect) add a warning: suggest to keep the current file if unsure
Thierry Vignaud
2007-08-08
1
-0
/
+7
*
(display_READMEs_if_needed) split it out of perform_installation()
Thierry Vignaud
2007-08-03
1
-26
/
+30
*
(get_pkgs) do not mask earlier declaration in same scope (cosmetic)
Thierry Vignaud
2007-08-03
1
-2
/
+2
*
better phrasing
Thierry Vignaud
2007-08-03
1
-1
/
+1
*
remove workaround for buggy GNOME now that it has been fixed
Thierry Vignaud
2007-08-03
1
-7
/
+0
*
(perform_installation) reduce duplication of code with urpmi by
Thierry Vignaud
2007-08-03
1
-10
/
+2
*
(init) align text to top (I wonder if we shouldn't align it to the left too)
Thierry Vignaud
2007-08-03
1
-1
/
+1
*
(init) size label's heigh to 2 lines in order to prevent dummy vertical resizing
Thierry Vignaud
2007-08-03
1
-0
/
+5
*
(perform_installation) ensure list of update/install instructions is
Thierry Vignaud
2007-08-02
1
-1
/
+1
*
(perform_installation) add a note about code that need to be
Thierry Vignaud
2007-08-02
1
-0
/
+1
[next]