aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/pkg.pm
Commit message (Collapse)AuthorAgeFilesLines
* better phrasingThierry Vignaud2007-08-031-1/+1
|
* (perform_installation) reduce duplication of code with urpmi byThierry Vignaud2007-08-031-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 isThierry Vignaud2007-08-021-1/+1
| | | | | centered on main window
* (perform_installation) add a note about code that need to beThierry Vignaud2007-08-021-0/+1
| | | | | factorized with urpmi
* (perform_installation) readd back callback_close that was wronglyThierry Vignaud2007-08-021-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) explainThierry Vignaud2007-08-021-0/+3
|
* (open_db) rename as open_rpm_db() for consistency with open_urpmi_db()Thierry Vignaud2007-08-011-7/+7
|
* (get_pkgs) do not list identical packages several time when existingThierry Vignaud2007-08-011-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 urpmiThierry Vignaud2007-07-051-1/+1
|
* (perform_installation) rephrase (#30072)Thierry Vignaud2007-07-041-1/+1
|
* (open_db) explain itThierry Vignaud2007-07-031-0/+1
|
* (perform_installation) Gtk2::GUI_Update_Guard->new use of alarm() killThierry Vignaud2007-07-031-8/+17
| | | | | | us when running system(), thus making DVD being ejected and printing wrong error messages (#30463)
* (perform_installation) factorize explicitly destroying the progressThierry Vignaud2007-06-201-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 destroyThierry Vignaud2007-06-201-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 toThierry Vignaud2007-06-131-2/+4
| | | | | alter skip.list managment (#31092)
* (open_urpmi_db) split it out of get_pkgs()Thierry Vignaud2007-06-131-9/+16
|
* (perform_installation) ensure "initialization" dialog got destroyed if anThierry Vignaud2007-06-061-4/+1
| | | | | error happens very early (ie if no package was ever installed)
* (perform_installation) return immediately on fatal error (wrongly removed in ↵Thierry Vignaud2007-03-261-0/+1
| | | | r148841)
* (extract_header) explain why we run ->pack_header()Thierry Vignaud2007-03-261-1/+1
|
* (get_pkgs) do not opencode urpm::media::statedir_descriptions()Thierry Vignaud2007-03-261-1/+1
|
* (warn_about_media) simplify tests workflow (more readable)Thierry Vignaud2007-03-261-4/+2
|
* (perform_removal) display a progress bar while removing packagesThierry Vignaud2007-03-261-0/+4
|
* (perform_removal) display which package is beging removedThierry Vignaud2007-03-261-0/+8
|
* (perform_installation) simplifyThierry Vignaud2007-03-261-3/+1
|
* (perform_installation) when canceling, reload the db if we removed sgThierry Vignaud2007-03-261-2/+3
| | | | | but didn't installed anything
* (perform_installation) rename return_with_exit_code goto label to moreThierry Vignaud2007-03-261-5/+5
| | | | | sensible return_with_exit_code
* (perform_installation) reload the database if we removed some packagesThierry Vignaud2007-03-261-2/+1
| | | | | but didn't installed anything in case of errors
* (perform_installation) simplify error managment now that we use before_leaving()Thierry Vignaud2007-03-261-1/+0
|
* (perform_installation) cleanup & simplify fatal errors managmentThierry Vignaud2007-03-261-6/+7
|
* (get_pkgs) do not pass a useless parameterThierry Vignaud2007-03-261-2/+2
|
* (get_pkgs) simplifyThierry Vignaud2007-03-261-9/+6
|
* (get_pkgs) we already set ->{fatal} to same valueThierry Vignaud2007-03-261-2/+0
|
* (warn_about_media) split it out of get_pkgs()Thierry Vignaud2007-03-231-35/+40
|
* (perform_installation) reindent & adjust commentThierry Vignaud2007-03-231-2/+3
|
* (perform_installation) fix installing more than selection in MandrivaUpdateThierry Vignaud2007-03-231-11/+14
|
* revert r57586:57588, aka do not keep around the rpm db opened, thus making ↵Thierry Vignaud2007-03-221-7/+6
| | | | mcc closable again in mcc (#26069)
* (perform_installation) fix "unable to remove package" errors messagesThierry Vignaud2007-03-221-1/+1
| | | | | | with update packages (#29823) (#29291's fix wasn't enough for updates packages)
* (perform_installation) better test for packages to remove (no more need to ↵Thierry Vignaud2007-03-221-1/+1
| | | | grep results)
* (perform_installation) ask confirmation _before_ actually removing packagesThierry Vignaud2007-03-211-3/+3
|
* (perform_installation) fix bogus "unable to remove package" warnings (#29291)Thierry Vignaud2007-03-211-1/+1
|
* (perform_installation) kill a debug statement :-(Thierry Vignaud2007-03-211-1/+1
|
* (perform_installation) simplify and make sure we restore the mainThierry Vignaud2007-03-211-4/+2
| | | | | window sensivity in case of an exception
* (perform_installation) display an empty line between the sentence and the listThierry Vignaud2007-03-211-1/+1
|
* (perform_parallel_install) previous commit nicely showed that errorThierry Vignaud2007-03-211-5/+9
| | | | | management was nuts so do display errors
* (perform_parallel_install) split it out of perform_install()Thierry Vignaud2007-03-211-19/+23
|
* (perform_installation) do not reload package databases when canceling installingThierry Vignaud2007-03-211-1/+1
|
* keep all packages around (fix 'unable to update in "installed" view', #27629)Thierry Vignaud2007-03-191-12/+14
|
* (perform_installation) do refresh the list even if a transactionThierry Vignaud2007-03-191-1/+1
| | | | | failed, if at least one package was installed (#29384)
* (get_pkgs) simplifyThierry Vignaud2007-03-191-4/+5
|
* (perform_installation) display global count as well as transaction count (#XXXX)Thierry Vignaud2007-03-161-3/+4
|