Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (children) use get_name() in order to be able to select all packages from | Thierry Vignaud | 2007-09-03 | 1 | -1/+3 |
| | | | | | within MandrivaUpdate where package names are mangled | ||||
* | (get_name) move it from MandrivaUpdate into Rpmdrake/gui.pm | Thierry Vignaud | 2007-09-03 | 1 | -1/+1 |
| | |||||
* | (fast_toggle) enable to select a package listed in urpmi's skip.list (#31548) | Thierry Vignaud | 2007-09-03 | 1 | -0/+6 |
| | |||||
* | (fast_toggle) use before_leaving() (needed for next commit) | Thierry Vignaud | 2007-09-03 | 1 | -1/+1 |
| | |||||
* | (mainwindow) make it more readable | Thierry Vignaud | 2007-08-30 | 1 | -1/+5 |
| | |||||
* | do not harcode column indexes for main window | Thierry Vignaud | 2007-08-30 | 1 | -7/+15 |
| | |||||
* | (open_urpmi_db) fix --no-verify-rpm option | Thierry Vignaud | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | (open_urpmi_db) kill debug statement | Thierry Vignaud | 2007-08-30 | 1 | -1/+0 |
| | |||||
* | (open_urpmi_db) fix --no-verify-rpm option (got broken when | Thierry Vignaud | 2007-08-30 | 1 | -1/+2 |
| | | | | | introducing urpm::main_loop) | ||||
* | (open_urpmi_db) do not disable no-verify-rpm option if set in | Thierry Vignaud | 2007-08-30 | 1 | -1/+1 |
| | | | | | urpmi.cfg but not passed to rpmdrake through command line | ||||
* | deprecate --root option (the goal being unifying rpmdrake & urpmi options in ↵ | Thierry Vignaud | 2007-08-29 | 1 | -1/+1 |
| | | | | mdv2008.1) | ||||
* | add --run-as-root as equivalent to --root which will be deprecated in next ↵ | Thierry Vignaud | 2007-08-29 | 1 | -1/+2 |
| | | | | commit | ||||
* | (get_pkgs) (ask_yes_or_no callback) always enable scrolling when asking | Thierry Vignaud | 2007-08-29 | 1 | -1/+1 |
| | | | | | question in order to be able to copy/paste error messages | ||||
* | (get_pkgs) kill useless initialization | Thierry Vignaud | 2007-08-29 | 1 | -1/+0 |
| | |||||
* | (get_pkgs) kill doble initialization | Thierry Vignaud | 2007-08-29 | 1 | -1/+0 |
| | |||||
* | (invalidate_cancel_forever) temporary workaround that prevents | Thierry Vignaud | 2007-08-28 | 1 | -1/+5 |
| | | | | | | | Gtk2::Label::set_text() set_text_internal() -> queue_resize() -> size_allocate() call chain to mess up when ->shrink_topwindow() has been called (#32613) | ||||
* | (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 |
| | | | | | setting a default minimum vertical size | ||||
* | (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 ↵ | Thierry Vignaud | 2007-08-27 | 1 | -13/+17 |
| | | | | menu bar (#14439) | ||||
* | (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 ↵ | Thierry Vignaud | 2007-08-27 | 1 | -0/+4 |
| | | | | packages (#32586) | ||||
* | 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 |
| | | | | | | computation details (cosmetic since $probe_only_for_updates is only set by MandrivaUpdate which doesn't support --parallel mode) | ||||
* | (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 |
| | | | | | urpmi one) by only computing updates on media flagged as update (#30546) | ||||
* | (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 |
| | | | | | std configuration, #32815) | ||||
* | first attempt to provide a "Backports" view (it only looks at first disabled ↵ | Thierry Vignaud | 2007-08-24 | 2 | -0/+9 |
| | | | | backport medium) | ||||
* | 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 |
| | | | | | | 'allow-nodeps' options since we do no want end users to shoot themselves in the foot | ||||
* | (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 |
| | | | | | | urpmi-4.9.24) and when actually removing an obsolete or conflicting package (need perl-URPM 1.63), and not before | ||||
* | (open_urpmi_db,open_urpmi_db) add support for --rpm-root and --urpmi-root | Thierry Vignaud | 2007-08-13 | 2 | -1/+7 |
| | | | | | | | (equivalent to urpmi --root and --urpmi-root options) Rationale: --root option is already defined for another purpose by rpmdrake | ||||
* | (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 |
| | | | | | (helpfull for #32349) | ||||
* | (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 |
| |