summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeViewGtk.py
AgeCommit message (Collapse)AuthorFilesLines
2006-09-18* typo fixes (thanks to Bruce Cowan)Michael Vogt1-6/+6
2006-09-12* fix the visual change of steps, if some steps are hiddenglatzor@ubuntu.com1-12/+14
* use the apply and cancel icons instead of yes/no for the status of a task
2006-09-11* improve wording of some dialogs: no-longer-supported, glatzor@ubuntu.com1-11/+17
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-11* only show an gtk-yes icon for completed taksglatzor@ubuntu.com1-2/+7
* the current tasks has got a gtk-arrow icon - since gtk 2.10 this icon is themable. * reuse a hardcoded title - this should be a config option * really remove the sample text
2006-09-05* DistUpgrade/forced_obsoletes.txt:Michael Vogt1-3/+15
- 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-2/+5
- 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/DistUpgrade.cfg:Michael Vogt1-4/+4
- ubuntu-minimal is the new meta-package of choice * DistUpgrade/DistUpgradeViewGtk.py: - some polish for the time display
2006-08-29* DistUpgrade/*:Michael Vogt1-1/+1
- made the download time display a bit nicer.
2006-08-29* DistUpgrade/Michael Vogt1-1/+2
- actually show the estiamted download time
2006-08-29* DistUpgrade/*:Michael Vogt1-16/+3
- added download time estimation (based on modem and 1Mbit DSL)
2006-08-29* DistUpgrade/*:Michael Vogt1-2/+4
- more useful error reporting, includes advice about the file that are required to add to the bugreport (/var/log/dist-upgrade/*)
2006-08-29* DistUpgrade/*:Michael Vogt1-4/+26
- s/download/fetch/ - integrate the cdrom scan progress into the view - fixes to the cdrom scan code
2006-08-29* move the logging to /var/log/dist-upgrade/{main,apt,term}.logMichael Vogt1-3/+3
2006-06-01* DistUpgrade/DistUpgradeViewGtk.py:Michael Vogt1-1/+3
- added a FIXME
2006-05-31* DistUpgrade/Changelog:Michael Vogt1-13/+12
- updated * DistUpgrade/DistUpgradeViewGtk.py: - ngetext fixed
2006-05-26* check if libgnome2-perl is installed and if not expand the terminal and ↵Michael Vogt1-2/+11
use dialog, otherwise use gnome
2006-05-12* DistUpgrade/DistUpgradeViewGtk.py:Michael Vogt1-4/+18
- make the progress strings translatable in a useful way
2006-05-12* more wording (thanks to mpt)Michael Vogt1-1/+1
2006-05-12* tell the user about demoted packagesMichael Vogt1-9/+14
2006-05-08* DistUpgrade/DistUpgradeViewGtk.py:Michael Vogt1-1/+2
- fix bug in the media-change code * DistUpgrade/TODO: udpated * DistUpgrade/mirrors.txt: added ftp.belnet.be
2006-05-02* DistUpgrade/DistUpgradeViewGtk.py:Michael Vogt1-1/+2
- dont set the window to "always on top"
2006-04-28* typoMichael Vogt1-1/+1
2006-04-28* DistUpgrade/Changelog: updatedMichael Vogt1-1/+4
* DistUpgrade/DistUpgradeControler.py: some FIXMEs added * DistUpgrade/DistUpgradeViewGtk.py: - dont report dpkg timeouts (no activity on terinal) over and over again
2006-04-28* DistUpgrade/DistUpgradeView.py:Michael Vogt1-0/+10
- added information() function * DistUpgrade/DistUpgradeViewGtk.py: - implemented gtk information() function * DistUpgrade/DistUpgradeControler.py: - inform the user about disabled third party sources
2006-04-27* check for BaseMetaPkgs after the cache was reopend (to see if the update ↵Michael Vogt1-2/+5
still has the essential packages)
2006-04-25* DistUpgrade/DistUpgradeViewGtk.py:Michael Vogt1-2/+12
- make sure dpkg --configure -a is run when something goes wrong
2006-04-18* DistUpgrade/DistUpgradeViewGtk.py:Michael Vogt1-0/+4
- apply evil hack to work-around bug in the atexit functionality
2006-03-30* add a "no-pkg-state-changes" timeout/termianl expand into the codeMichael Vogt1-3/+12
2006-03-29* start showing the progress eta when 1.0 is reachedMichael Vogt1-1/+1
2006-03-29* simplified that eta calculation again, it turned out that the others are crapMichael Vogt1-21/+11
2006-03-29* try a "use-longest-time-so-far" approachMichael Vogt1-3/+7
2006-03-29* added inital startup time data gathering phaseMichael Vogt1-3/+5
2006-03-29* update the eta based on a UPDATE_HZ valueMichael Vogt1-14/+16
2006-03-29* show the eta in the progresbarMichael Vogt1-3/+4
2006-03-29* do a pulse when dpkg initalizes but nothing was installed yetMichael Vogt1-0/+3
2006-03-29* eta for the install addedMichael Vogt1-7/+40
* better debugging support for the DistUpgradeViewGtk
2006-03-27* wording fix (thanks to BradB)Michael Vogt1-1/+1
2006-03-27* if apt fails, try to recover with "dpkg --configure -a"Michael Vogt1-3/+18
2006-03-27* a decent conffile dialog addedMichael Vogt1-2/+32
2006-03-24* merge with the stuff from the update-manager--mvo branchMichael Vogt1-6/+15
2006-02-27* UpdateManager/MetaRelease.py, DistUpgradeFetcher: Michael Vogt1-0/+1
- make the authentication work reliable * DistUpgrade/DistUpgradeViewGtk.py: - exit on fatal uncaught exceptions * SoftwareProperties/SoftwareProperties.py: - fix a indent error when adding gpg keys
2006-02-25* Use nice grammer #32864Sebastian Heinlein1-11/+24
* Show a warning about the time an upgrade can take * Show a warning that the upgrade cannot be canceled * Show a warning to close all apps and documents before upgrading * Only show the download size if there are upgrades
2006-02-21* write the log to /var/log/dist-upgrade*Michael Vogt1-1/+1
2006-02-20* merged with sebiMichael Vogt1-25/+64
* updated pt_BR translation
2006-02-19* dialog_confirm_changes:Sebastian Heinlein1-16/+49
- 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-18* Do not disable the update dialog during downloading of the changelogSebastian Heinlein1-9/+15
* Show step 5 "Restarting the system" in the ui, since users asked me, how and when they should reboot. this should provide a better picture of the upgrade process * Fixed the parent of the change media dialog * Converted the abort DistUpgrade dialog to a nice glade dialog * Disabled the abortion of the DistUpgrade. it is currently not supported.
2006-02-15* use --force-overwrite in the gui Michael Vogt1-0/+2
2006-02-14* sleep a bit longer because otherwise the performance hit is too bigMichael Vogt1-1/+1
2006-02-13* Remove dependency on python-gnome - call yelp manuallySebastian Heinlein1-2/+2
* Use same height for all butons in the bottom row * Fix bad denglish wording: "downloading at..." - thanks Jorge Bernal
2006-02-08* DistUpgrade/DistUpgradeViewGtk.py:Michael Vogt1-1/+1
- make the sleep even smaller * DistUpgrade/DistUpgradeCache.py: - change the order in wich the PostUpgradeRule is run