summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeControler.py
AgeCommit message (Collapse)AuthorFilesLines
2006-04-18* DistUpgrade/DistUpgradeViewGtk.py:Michael Vogt1-0/+1
- apply evil hack to work-around bug in the atexit functionality
2006-04-18* improved loggingMichael Vogt1-0/+12
* DistUpgrade/Changelog: added
2006-04-13* fix api change in aptsources.pyMichael Vogt1-2/+2
2006-04-03* use the shiped aptsources.py instead of the systems oneMichael Vogt1-1/+1
2006-03-27* various fixesMichael Vogt1-2/+3
2006-03-27* if apt fails, try to recover with "dpkg --configure -a"Michael Vogt1-3/+4
2006-03-24* merge with the stuff from the update-manager--mvo branchMichael Vogt1-6/+10
2006-02-19* dialog_confirm_changes:Sebastian Heinlein1-18/+19
- Show a question mark icon in the confirm changes dialog - Fixed some spacing in the confirm changes dialog - Use a more informative label for the ob button and the summary - Do not show the close button of the wm - Use plural gettext in the summary - Include the summary into the alert message * common error dialogs: - Do not show the close button of the wm - Hopefully made the wording of some error dialogs clearer - Show the missing free space on the corresponding error dialog
2006-02-06* added a "PostUpgrade{Install,Remove,Purge}" rule, removed the ForcedPurges ↵Michael Vogt1-10/+1
and superseed it with the new rule
2006-02-03* fix in the retry codeMichael Vogt1-3/+3
2006-02-03* added MaxRetries to the configuration, retry on update errors as wellMichael Vogt1-12/+21
2006-02-02* make DistUpgadeConfigParser -> DistUpgradeConfigMichael Vogt1-2/+2
2006-02-02* make force_purges workMichael Vogt1-3/+20
2006-02-02* fix small problems in the per-meta-pkg obsoletes supportMichael Vogt1-0/+5
2006-02-02* make the Config-File more usable Michael Vogt1-20/+18
2006-02-02* started to implement a more flexible config file approachMichael Vogt1-7/+7
2006-01-31* fix a bogus cache.commit()Michael Vogt1-1/+0
2006-01-26* Add a virtual step 5 "complete" and some hidden widgets to the main ↵Sebastian Heinlein1-0/+1
window. the effect: if the upgrade is complete all progress list points are checked
2006-01-26* merged from michaelSebastian Heinlein1-0/+3
2006-01-26* log the removal candidates as wellMichael Vogt1-0/+1
2006-01-26* merged from mvoSebastian Heinlein1-13/+37
* remove the commented line about hiding the progress bar at the end of the installation. the full progress bar is importnat to indicate the end of the upgrade. so i don't see any need to perhaps uncomment this again in the future
2006-01-26* DistUpgrade/DistUpgradeViewGtk.py: added utf8() function Michael Vogt1-0/+2
* DistUpgrade/DistUpgradeControler.py: comments added
2006-01-26* retry automatically on network problemsMichael Vogt1-13/+37
2006-01-24* New glade based error dialogSebastian Heinlein1-2/+2
* Wording: error dialog and status messages * Do not hide the progressbar at the end
2006-01-23* merged with michaelSebastian Heinlein1-0/+11
2006-01-23* forced_obsoletes addedMichael Vogt1-0/+11
2006-01-23* Merged with MichaelSebastian Heinlein1-4/+1
2006-01-23* Merged from MichaelSebastian Heinlein1-1/+14
* Set ellipsize to the status label and the progress bar * More status messages
2006-01-23* merged sebastians changesMichael Vogt1-12/+6
* minor changes to them
2006-01-23* show the update dialog on the center of the screenSebastian Heinlein1-9/+6
* minor alignment and spacing issues * set an urgency hint on starting * unset sensitive instead of hiding the terminal expander * add a nice dialog "confirm_restart" * nicer status messages * remove the second status label (label_extra_status) show speed and files in the label_status and only the time in the progress bar
2006-01-23* added check if the download size fits onto the download partitionMichael Vogt1-0/+11
2006-01-23* merged with sebastianMichael Vogt1-2/+1
* DistUpgrade/DistUpgrade.glade: make the "hbuttonbox2" invisible * DistUpgrade/DistUpgradeViewGtk.py: support cancel with the window-managers delete event
2006-01-22* expand the terminal on a conffile questionMichael Vogt1-0/+9
2006-01-22* Deal with install errorsMichael Vogt1-1/+1
2006-01-18* make it the dapper upgraderMichael Vogt1-4/+4
2006-01-18* refactored more stuff into the cache (out of the controler)Michael Vogt1-38/+7
2006-01-18* DistUpgradeCache: fixes in the upgrade logic for meta-pkgsMichael Vogt1-6/+1
* DistUpgradeControler: removed Controler.missing_pkgs
2006-01-18* moved most of the upgrade logic to the DistUpgradeCache() classMichael Vogt1-199/+5
2006-01-16* log the package name in the removal blacklist as wellMichael Vogt1-1/+1
2006-01-13* check the removal_blacklist after a "normal" upgrade as wellMichael Vogt1-4/+16
2006-01-12* more small fixes in the cruft calculation codeMichael Vogt1-2/+3
2006-01-12* typo fixMichael Vogt1-2/+2
2006-01-12* added a "removal_blacklist.txt" that contains regexp for packagenames that ↵Michael Vogt1-12/+34
should never get removed
2006-01-12* the log includes timing information as well nowMichael Vogt1-1/+3
* give a start/end markeer for the obsoletes calculation to see how long it takes
2006-01-12* more fixes to the cruft detection codeMichael Vogt1-2/+3
2006-01-12* fixes in the changes calculation codeMichael Vogt1-5/+4
2006-01-11* be careful about remove obsolete, only remove if no other package (outsideMichael Vogt1-6/+38
of obsoletes) gets deleted
2006-01-11* sanity checks after dist-upgrade addedMichael Vogt1-5/+41
* make sure to check for ubuntu-base as well
2006-01-11* on problems call "abort" and restore the old sources.list Michael Vogt1-18/+26
2006-01-11* fixMichael Vogt1-2/+3