summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeView.py
AgeCommit message (Collapse)AuthorFilesLines
2006-09-13* DistUpgrade/DistUpgradeView.py:Michael Vogt1-0/+1
- import subprocess
2006-09-11* improve wording of some dialogs: no-longer-supported, glatzor@ubuntu.com1-0/+3
no-upgrades-avaiable and replace-conf-file * introduce an abort method for the view to provide a visual feedback that the upgrade was canceled
2006-09-05* DistUpgrade/forced_obsoletes.txt:Michael Vogt1-1/+10
- no longer needed, part of DistUpgrade.cfg now * DistUpgrade/mirrors.txt, DistUpgrade/removal_blacklist.txt: - renamed for consitency * DistUpgrade/DistUpgrade.cfg, DistUpgrade/DistUpgradeCache.py: - added "RemovalBlacklistFile" instead of hardcoding it * DistUpgrade/DistUpgradeConfigParser.py: - added "datadir" to constructor * DistUpgrade/DistUpgradeControler.py: - added datadir * DistUpgrade/DistUpgradeView.py: - added "hideStep()" method - added STEP_PREPARE, STEP_MODIFY_SOURCES, STEP_FETCH_INSTALL, STEP_CLEANUP, STEP_REBOOT * DistUpgrade/DistUpgradeViewGtk.py: - implemendted hideStep() - added datadir arguemnt for constructor * dist-upgrade.py - run it with the "." as arguemnt for the config * UpdateManager/UpdateManager.py: - if it can't be updated, ask about a dist-upgrade instead * update-manager. - added --dist-upgrade * po/*.po - make update-po
2006-09-04* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-0/+2
- add the Debug::pkgDepCache::AutoInstall debug option * DistUpgrade/DistUpgradeView.py: - add missing import gettext * DistUpgrade/DistUpgradeViewGtk.py: - be more robust against gettext failure * DistUpgrade/cdromupgrade: - fix path
2006-08-29* DistUpgrade/*:Michael Vogt1-4/+3
- made the download time display a bit nicer.
2006-08-29* DistUpgrade/Michael Vogt1-0/+9
- actually show the estiamted download time
2006-08-29* DistUpgrade/*:Michael Vogt1-0/+11
- added download time estimation (based on modem and 1Mbit DSL)
2006-05-26* check if libgnome2-perl is installed and if not expand the terminal and ↵Michael Vogt1-2/+2
use dialog, otherwise use gnome
2006-05-12* tell the user about demoted packagesMichael Vogt1-1/+1
2006-04-28* DistUpgrade/DistUpgradeView.py:Michael Vogt1-1/+3
- added information() function * DistUpgrade/DistUpgradeViewGtk.py: - implemented gtk information() function * DistUpgrade/DistUpgradeControler.py: - inform the user about disabled third party sources
2006-04-03* DistUpgrade/DistUpgradeViewNonInteractive.py:Michael Vogt1-1/+1
- fix the non-interactive confirmChanges() view method
2006-03-30* DumbTerminal.run() -> DumbTerminal.call()Michael Vogt1-1/+1
2006-03-27* if apt fails, try to recover with "dpkg --configure -a"Michael Vogt1-0/+8
2006-02-27* TyposMichael Vogt1-3/+3
2006-01-26* Add a virtual step 5 "complete" and some hidden widgets to the main ↵Sebastian Heinlein1-1/+2
window. the effect: if the upgrade is complete all progress list points are checked
2006-01-23* merged sebastians changesMichael Vogt1-0/+8
* minor changes to them
2006-01-11* be careful about remove obsolete, only remove if no other package (outsideMichael Vogt1-0/+1
of obsoletes) gets deleted
2006-01-11* extended error reporting implementedMichael Vogt1-1/+1
2006-01-09* remove cruft implementedMichael Vogt1-1/+1
2005-12-07* added a bunch of missing copyright notices in the filesMichael Vogt1-0/+20
2005-12-07* ui-polish, show 4 steps during the upgradeMichael Vogt1-0/+8
2005-12-07* cleaned up the source in DistUpgrade, put the functions in multiple sourcesMichael Vogt1-0/+38