| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* use the apply and cancel icons instead of yes/no for the status of a
task
|
|
no-upgrades-avaiable and replace-conf-file
* introduce an abort method for the view to provide a visual feedback
that the upgrade was canceled
|
|
* 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
|
|
- 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
|
|
- 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
|
|
- ubuntu-minimal is the new meta-package of choice
* DistUpgrade/DistUpgradeViewGtk.py:
- some polish for the time display
|
|
- made the download time display a bit nicer.
|
|
- actually show the estiamted download time
|
|
- added download time estimation (based on modem and 1Mbit DSL)
|
|
- more useful error reporting, includes advice about the file that
are required to add to the bugreport (/var/log/dist-upgrade/*)
|
|
- s/download/fetch/
- integrate the cdrom scan progress into the view
- fixes to the cdrom scan code
|
|
|
|
- added a FIXME
|
|
- updated
* DistUpgrade/DistUpgradeViewGtk.py:
- ngetext fixed
|
|
use dialog, otherwise use gnome
|
|
- make the progress strings translatable in a useful way
|
|
|
|
|
|
- fix bug in the media-change code
* DistUpgrade/TODO: udpated
* DistUpgrade/mirrors.txt: added ftp.belnet.be
|
|
- dont set the window to "always on top"
|
|
|
|
* DistUpgrade/DistUpgradeControler.py: some FIXMEs added
* DistUpgrade/DistUpgradeViewGtk.py:
- dont report dpkg timeouts (no activity on terinal) over and over again
|
|
- added information() function
* DistUpgrade/DistUpgradeViewGtk.py:
- implemented gtk information() function
* DistUpgrade/DistUpgradeControler.py:
- inform the user about disabled third party sources
|
|
still has the essential packages)
|
|
- make sure dpkg --configure -a is run when something goes wrong
|
|
- apply evil hack to work-around bug in the atexit functionality
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* better debugging support for the DistUpgradeViewGtk
|
|
|
|
|
|
|
|
|
|
- make the authentication work reliable
* DistUpgrade/DistUpgradeViewGtk.py:
- exit on fatal uncaught exceptions
* SoftwareProperties/SoftwareProperties.py:
- fix a indent error when adding gpg keys
|
|
* 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
|
|
|
|
* updated pt_BR translation
|
|
- 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
|
|
* 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.
|
|
|
|
|
|
* Use same height for all butons in the bottom row
* Fix bad denglish wording: "downloading at..." - thanks Jorge Bernal
|
|
- make the sleep even smaller
* DistUpgrade/DistUpgradeCache.py:
- change the order in wich the PostUpgradeRule is run
|