Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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 | 1 | -1/+5 |
| | | | | | | | (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 | 1 | -0/+1 |
| | |||||
* | (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 |
| | |||||
* | (perform_installation) kill debug statement | Thierry Vignaud | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | (deps_msg,perform_installation,toggle_nodes) use new formatlistpkg() for ↵ | Thierry Vignaud | 2007-08-10 | 1 | -2/+2 |
| | | | | better rendering | ||||
* | (formatlistpkg) format list with bullets ("-") and indent urpmi | Thierry Vignaud | 2007-08-10 | 1 | -1/+1 |
| | | | | | reasons (eg: "foobar-1.i586\n (due to missing...)") | ||||
* | (perform_installation) factorize code through new urpm::main_loo | Thierry Vignaud | 2007-08-10 | 1 | -227/+127 |
| | | | | | module (100 lines killed while supporting new features) | ||||
* | improve a string by spliting out the column substring in order to ease futur ↵ | Thierry Vignaud | 2007-08-09 | 1 | -2/+2 |
| | | | | changes; add quotes | ||||
* | (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 |
| | |||||
* | (perform_installation) reduce duplication of code with urpmi by | Thierry Vignaud | 2007-08-03 | 1 | -10/+2 |
| | | | | | | reusing urpmi default callback_close now that urpmi exports the list of READMEs it founded | ||||
* | (perform_installation) ensure list of update/install instructions is | Thierry Vignaud | 2007-08-02 | 1 | -1/+1 |
| | | | | | centered on main window | ||||
* | (perform_installation) add a note about code that need to be | Thierry Vignaud | 2007-08-02 | 1 | -0/+1 |
| | | | | | factorized with urpmi | ||||
* | (perform_installation) readd back callback_close that was wrongly | Thierry Vignaud | 2007-08-02 | 1 | -0/+8 |
| | | | | | | | | | | killed along callback_open (which indeed was redondant with urpmi code) while adding support for transaction in r22950, thus displaying again README.urpmi* note that readme processing really is duplicated with what urpmi::install::install() does | ||||
* | (get_pkgs) explain | Thierry Vignaud | 2007-08-02 | 1 | -0/+3 |
| | |||||
* | (open_db) rename as open_rpm_db() for consistency with open_urpmi_db() | Thierry Vignaud | 2007-08-01 | 1 | -7/+7 |
| | |||||
* | (get_pkgs) do not list identical packages several time when existing | Thierry Vignaud | 2007-08-01 | 1 | -0/+1 |
| | | | | | | in several medium since urpmi only consider the first one anyway (same behavior as old rpmdrake-2.x) (#31810) | ||||
* | (perform_installation) factorize a string and reduce fuzzing with urpmi | Thierry Vignaud | 2007-07-05 | 1 | -1/+1 |
| | |||||
* | (perform_installation) rephrase (#30072) | Thierry Vignaud | 2007-07-04 | 1 | -1/+1 |
| | |||||
* | (open_db) explain it | Thierry Vignaud | 2007-07-03 | 1 | -0/+1 |
| | |||||
* | (perform_installation) Gtk2::GUI_Update_Guard->new use of alarm() kill | Thierry Vignaud | 2007-07-03 | 1 | -8/+17 |
| | | | | | | us when running system(), thus making DVD being ejected and printing wrong error messages (#30463) | ||||
* | (perform_installation) factorize explicitly destroying the progress | Thierry Vignaud | 2007-06-20 | 1 | -3/+4 |
| | | | | | | window when it's over so that it's also done if we need to display rpmnew/rpmsave files, ... | ||||
* | (perform_installation) partially revert r219992: explicitly destroy | Thierry Vignaud | 2007-06-20 | 1 | -0/+4 |
| | | | | | | the progress window when it's over but we've sg to display before returning (error, ...) | ||||
* | (warn_about_media) use our own instance of urpmi db in order not to | Thierry Vignaud | 2007-06-13 | 1 | -2/+4 |
| | | | | | alter skip.list managment (#31092) | ||||
* | (open_urpmi_db) split it out of get_pkgs() | Thierry Vignaud | 2007-06-13 | 1 | -9/+16 |
| | |||||
* | (perform_installation) ensure "initialization" dialog got destroyed if an | Thierry Vignaud | 2007-06-06 | 1 | -4/+1 |
| | | | | | error happens very early (ie if no package was ever installed) | ||||
* | (perform_installation) return immediately on fatal error (wrongly removed in ↵ | Thierry Vignaud | 2007-03-26 | 1 | -0/+1 |
| | | | | r148841) | ||||
* | (extract_header) explain why we run ->pack_header() | Thierry Vignaud | 2007-03-26 | 1 | -1/+1 |
| | |||||
* | (get_pkgs) do not opencode urpm::media::statedir_descriptions() | Thierry Vignaud | 2007-03-26 | 1 | -1/+1 |
| | |||||
* | (warn_about_media) simplify tests workflow (more readable) | Thierry Vignaud | 2007-03-26 | 1 | -4/+2 |
| | |||||
* | (perform_removal) display a progress bar while removing packages | Thierry Vignaud | 2007-03-26 | 1 | -0/+4 |
| | |||||
* | (perform_removal) display which package is beging removed | Thierry Vignaud | 2007-03-26 | 1 | -0/+8 |
| | |||||
* | (perform_installation) simplify | Thierry Vignaud | 2007-03-26 | 1 | -3/+1 |
| | |||||
* | (perform_installation) when canceling, reload the db if we removed sg | Thierry Vignaud | 2007-03-26 | 1 | -2/+3 |
| | | | | | but didn't installed anything | ||||
* | (perform_installation) rename return_with_exit_code goto label to more | Thierry Vignaud | 2007-03-26 | 1 | -5/+5 |
| | | | | | sensible return_with_exit_code | ||||
* | (perform_installation) reload the database if we removed some packages | Thierry Vignaud | 2007-03-26 | 1 | -2/+1 |
| | | | | | but didn't installed anything in case of errors | ||||
* | (perform_installation) simplify error managment now that we use before_leaving() | Thierry Vignaud | 2007-03-26 | 1 | -1/+0 |
| | |||||
* | (perform_installation) cleanup & simplify fatal errors managment | Thierry Vignaud | 2007-03-26 | 1 | -6/+7 |
| | |||||
* | (get_pkgs) do not pass a useless parameter | Thierry Vignaud | 2007-03-26 | 1 | -2/+2 |
| | |||||
* | (get_pkgs) simplify | Thierry Vignaud | 2007-03-26 | 1 | -9/+6 |
| | |||||
* | (get_pkgs) we already set ->{fatal} to same value | Thierry Vignaud | 2007-03-26 | 1 | -2/+0 |
| | |||||
* | (warn_about_media) split it out of get_pkgs() | Thierry Vignaud | 2007-03-23 | 1 | -35/+40 |
| | |||||
* | (perform_installation) reindent & adjust comment | Thierry Vignaud | 2007-03-23 | 1 | -2/+3 |
| | |||||
* | (perform_installation) fix installing more than selection in MandrivaUpdate | Thierry Vignaud | 2007-03-23 | 1 | -11/+14 |
| |