aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
Commit message (Collapse)AuthorAgeFilesLines
* (toggle_nodes) fix displaying big list of conflicting packagesThierry Vignaud2008-10-211-1/+1
|
* (fast_open_urpmi_db) commit missing bit in latest commitThierry Vignaud2008-10-201-1/+1
| | | | | | ("(fast_open_urpmi_db) load global options after mananing --urpmi-root, thus fixigin loading options from chrooted config file")
* (fast_open_urpmi_db) load global options after mananing --urpmi-root,Thierry Vignaud2008-10-201-2/+2
| | | | | thus fixing loading options from chrooted config file
* (fast_open_urpmi_db) do not read big debug media if 'ignore_debug_media'Thierry Vignaud2008-10-111-0/+4
| | | | | option is set
* (gurpm::new) try harder not to have gray wait message dialogs (needs ↵Thierry Vignaud2008-10-111-2/+2
| | | | drakxtools > 11.67)
* open the chrooted .rpmdrake config file when using --envThierry Vignaud2008-10-111-4/+6
|
* (mainwindow) fix displayed version in 'About' dialogThierry Vignaud2008-10-071-1/+1
|
* bump copyright yearThierry Vignaud2008-10-071-1/+1
|
* (run_as_user) open help & bug report as user instead of as root (#44497)Thierry Vignaud2008-10-061-1/+1
|
* (run_drakbug) factorize codeThierry Vignaud2008-10-061-1/+1
|
* (run_help_callback) factorize codeThierry Vignaud2008-10-061-8/+7
|
* (mainwindow) move "add media" menu entries from the "Options" menuThierry Vignaud2008-10-061-2/+2
| | | | | into the "File" menu (#44601)
* (init) do not ask sources on startupThierry Vignaud2008-10-061-14/+0
|
* (edit_callback) enable to edit mirrorlist mediaThierry Vignaud2008-10-011-2/+2
|
* perl_checker fixesThierry Vignaud2008-10-011-2/+2
|
* adjust key accelerator (b/c of duplicate)Thierry Vignaud2008-10-011-1/+1
|
* (mainwindow) plug easy_add_callback_with_mirror() into menu so thatThierry Vignaud2008-10-011-0/+1
| | | | | one is still able to choose mirror
* (easy_add_callback) default is now using mirror listThierry Vignaud2008-10-011-13/+2
|
* (easy_add_callback_with_mirror) copy of easy_add_callback() (neededThierry Vignaud2008-10-011-0/+25
| | | | | for next commits)
* (_want_base_distro) split it out of easy_add_callback() (needed for next ↵Thierry Vignaud2008-10-011-7/+11
| | | | commits)
* (node_state) only warn once per session when media XML metadata areThierry Vignaud2008-09-301-1/+5
| | | | | | | | | newer than synthesis (#42737) (meaning package list & metadata are not syncrhonised and that media need updates) another solution would for for urpmi to be be less strict when searching
* (new,DESTROY) stop accounting main windows which collides withThierry Vignaud2008-09-301-2/+1
| | | | | | | | mygtk2's accounting resulting in broken transient_for hints (regression introduced in drakxtools-11.10.2 on 18 August 2008 while fixing focus issues (#42750))
* do not uselessly load Gtk2::Gdk::Keysyms (reduce RSS by nearly 400Kb in ↵Thierry Vignaud2008-09-222-2/+0
| | | | MandrivaUpdate)
* (format_changelog_string) push loading of Gtk2::Pango where actually neededThierry Vignaud2008-09-222-1/+1
|
* (perform_installation) add basic managment of orphan packages (#43723):Thierry Vignaud2008-09-201-0/+17
| | | | | | - display them - handle --auto_orphans option
* (perform_installation) split urpmi like @to_install variable (neededThierry Vignaud2008-09-201-1/+3
| | | | | for next commit)
* (pkgs_provider) fix listing updates per importance (#41331) ;Thierry Vignaud2008-09-171-1/+3
| | | | | | | | | regression introduced in r227983 on 2007-09-14: "(format_pkg_simplifiedinfo) urpmi-4.10.10 enables to list all packages update description w/o having the ia32 one overwriting/hiding the x86_64 (or the reverse)"
* (warn_about_media) do not display any banner when embedded while adding mediaThierry Vignaud2008-09-171-1/+1
|
* (warn_about_media) do not display any banner when embedded whileThierry Vignaud2008-09-171-1/+1
| | | | | | updating media ; no reason to act differently from non-embedded case ; what's more banner is truncated (#43815)
* - do display conflicting packages instead of silently removing themPascal Rigaux2008-09-111-0/+8
| | | | | (needs urpmi 6.11) (#43501)
* (get_installed_packages) workaround looping in URPM->traverse_tagThierry Vignaud2008-09-101-1/+4
| | | | | (especially when using --env)
* (get_installed_packages) use a local variable (needed for next commit)Thierry Vignaud2008-09-101-1/+2
|
* (open_rpm_db) remove dead code that wrongly sliped in in last commitThierry Vignaud2008-09-101-1/+1
|
* (fast_open_urpmi_db) fix opening the right RPM DB with --envThierry Vignaud2008-09-101-1/+8
|
* (toggle_all) fix crashing when selecting all packages (#40025)Thierry Vignaud2008-09-091-1/+1
|
* (fast_open_urpmi_db,perform_installation) add basic support for the --debug ↵Thierry Vignaud2008-09-092-3/+8
| | | | option
* (fast_open_urpmi_db) handle -q, --quiet, -v & --verbose optionsThierry Vignaud2008-09-092-0/+6
|
* (fast_open_urpmi_db) handle --debugThierry Vignaud2008-09-091-0/+1
|
* remove a gurpmi.addmedia workaround that make us ignore some optionsThierry Vignaud2008-09-091-1/+0
|
* kill now useless 'already_splashed' optionThierry Vignaud2008-09-041-1/+0
|
* (check_if_first_run,init) do not display a splash text anymoreThierry Vignaud2008-09-042-41/+1
|
* (mainwindow) by default do not enable to alter the 'update' flagThierry Vignaud2008-09-041-3/+6
| | | | | (unless --expert is given)
* be able to handle --expertThierry Vignaud2008-09-041-2/+2
|
* (readconf) make --mode option work againThierry Vignaud2008-08-261-0/+1
|
* (extract_header) workaround crashing when media's MD5SUM are garbaged (#41352)Thierry Vignaud2008-08-251-2/+2
|
* (get_pkgs) list meta tasks in GUI package list too (#43114)Thierry Vignaud2008-08-251-0/+2
|
* (get_pkgs) split out meta package list in their own local variableThierry Vignaud2008-08-251-1/+3
| | | | | (needed for next commits)
* (perform_installation) migrate to urpm::get_pkgs::selected2local_and_blists()Thierry Vignaud2008-08-221-2/+2
|
* further fix parsing @ARGVThierry Vignaud2008-08-071-1/+4
|
* fix parsing @ARGV which left undef values that break gurpmi.addmediaThierry Vignaud2008-08-071-1/+1
| | | | | when using '--foobar' like option such as '--urpmi-root'