summaryrefslogtreecommitdiff
path: root/DistUpgrade
AgeCommit message (Collapse)AuthorFilesLines
2006-04-03* DistUpgrade/DistUpgradeViewNonInteractive.py:Michael Vogt2-3/+3
- fix the non-interactive confirmChanges() view method
2006-04-03* DistUpgrade/build-tarball.sh: fixed clean targetMichael Vogt1-1/+1
* po/*: latest rosetta translations merged
2006-04-03* use the shiped aptsources.py instead of the systems oneMichael Vogt1-1/+1
2006-03-30* DumbTerminal.run() -> DumbTerminal.call()Michael Vogt1-1/+1
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* various fixesMichael Vogt1-2/+3
2006-03-27* DistUpgrade/DistUpgrade.glade: fix version informationMichael Vogt1-1/+1
2006-03-27* po/*.po: make update-poMichael Vogt1-4/+14
* DistUpgrade/build-dist.sh: write out a proper changes file
2006-03-27* if apt fails, try to recover with "dpkg --configure -a"Michael Vogt3-6/+30
2006-03-27* a decent conffile dialog addedMichael Vogt3-3/+376
2006-03-24* merge with the stuff from the update-manager--mvo branchMichael Vogt6-19/+71
2006-02-27* merged with mainMichael Vogt4-19/+44
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-27* TyposMichael Vogt1-3/+3
2006-02-27* TODO updatedMichael Vogt1-9/+14
2006-02-27* cherry pickedMichael Vogt1-1/+6
2006-02-25* Use nice grammer #32864Sebastian Heinlein2-12/+26
* 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-23* DistUpgrade/TODO: updatedMichael Vogt1-1/+6
2006-02-22* make the dist-upgrade tool fully self-containedMichael Vogt3-2/+4
* po/*: make update-po
2006-02-21* write the log to /var/log/dist-upgrade*Michael Vogt3-3/+3
2006-02-20* merged with sebiMichael Vogt3-120/+315
* updated pt_BR translation
2006-02-19* dialog_confirm_changes:Sebastian Heinlein3-109/+173
- 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 Heinlein2-11/+142
* 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* typo fixed Michael Vogt1-1/+1
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* use --parent-window-id instead of gtksocket/gtkplugMichael Vogt1-1/+1
2006-02-08* DistUpgrade/DistUpgradeViewGtk.py:Michael Vogt2-4/+10
- make the sleep even smaller * DistUpgrade/DistUpgradeCache.py: - change the order in wich the PostUpgradeRule is run
2006-02-06* added a "PostUpgrade{Install,Remove,Purge}" rule, removed the ForcedPurges ↵Michael Vogt4-13/+68
and superseed it with the new rule
2006-02-06* DistUpgrade/DistUpgradeCache.py: cache._installMetaPkgs(): support ↵Michael Vogt1-1/+2
meta-pkgs in universe as well (like xubuntu-desktop)
2006-02-04* view can be configured via the config file nowMichael Vogt4-4/+18
2006-02-04* make the sleep in non-interactive view way shorterMichael Vogt1-1/+1
2006-02-03* added short sleeps at stratic pointsMichael Vogt2-0/+5
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 Vogt3-16/+26
2006-02-02* small fixes on the non-interactive versionMichael Vogt1-2/+2
2006-02-02* non-interactive code enhancedMichael Vogt1-13/+11
2006-02-02* added ivman to forced obsoletes for kubuntuMichael Vogt2-2/+3
2006-02-02* make DistUpgadeConfigParser -> DistUpgradeConfigMichael Vogt5-5/+9
2006-02-02* make force_purges workMichael Vogt1-3/+20