summaryrefslogtreecommitdiff
path: root/UpdateManager/UpdateManager.py
AgeCommit message (Collapse)AuthorFilesLines
2006-06-28* Removed tabsglatzor@ubuntu.com1-37/+39
* Only use the version number of the src pkg for the changelog if it is higher than the bin pkg's one - fix #40058
2006-06-26* use dbus to bring up another running instance update-managerSebastian Heinlein1-18/+57
* allow usermode - FIXME: metarelease
2006-06-26* set the correct expand property of the notebook on restoreSebastian Heinlein1-0/+5
2006-06-25* expand the details if shownSebastian Heinlein1-4/+5
* do not modify the label of the expander during runtime - a11n issue
2006-05-24* fix a not translatable stringMichael Vogt1-1/+1
2006-05-24* show version not codename when in the upgrade buttonMichael Vogt1-1/+5
2006-05-23* UpdateManager/UpdateManager.py:Michael Vogt1-2/+2
- guard against failures from "installVersion"
2006-05-19* UpdateManager/UpdateManager.py:Michael Vogt1-1/+1
- strip off epoch (for real this time!)
2006-05-19* remove debug outputMichael Vogt1-1/+1
2006-05-12* UpdateManager/UpdateManager.py:Michael Vogt1-3/+10
- strip the epoch in the changelog download code
2006-05-08* UpdateManager/UpdateManager.py:Michael Vogt1-4/+8
- use version and section of the source package when calculating the changelog uri
2006-05-08* use version of the source package to calculate the changelogMichael Vogt1-4/+20
2006-05-02* merged with glatzorMichael Vogt1-2/+4
* make update-po * typo fixes
2006-05-01* disable the install button if there are updates to install - #42284Sebastian Heinlein1-0/+1
2006-05-01* Show main window after restoring the size - bug #42277 - Sebastian Heinlein1-0/+1
thanks to Rached Ben Mustapha
2006-04-25* revert the inhibit sleep patch - it is only supported by the comming 2.15Sebastian Heinlein1-26/+0
branch of gnome-power-manager (the patch is attached to bug #40697)
2006-04-23* Remove the oboslete Preferences method in UpdateManager, since it only Sebastian Heinlein1-45/+0
adds strings for the translators
2006-04-23* Fix the use of gettext in UpdateManager : You can install X updatesSebastian Heinlein1-3/+6
* Do not mention the need of the unanttended-updates package - the tooltip isn't even shown if the option is disabled * Fix the channel terminolgy in the add custom apt line dialog
2006-04-23* Do not allow to suspend the computer during updatingSebastian Heinlein1-0/+26
thanks to Aaron Whitehouse - fixes bug #40697 (needs more testing, the connection to the session dbus failed on my local machine)
2006-04-19* merged with sebastian (thanks!)Michael Vogt1-6/+6
* updated the changelog * added dh_iconcache to debian/rules
2006-04-19* UpdateManager/UpdateManager.py: make sure to escape the sourcepkg name ↵Michael Vogt1-1/+1
when building a regular expression
2006-04-19* make sure to get the section of the candidate when calculating the ↵Michael Vogt1-3/+4
changelog uri
2006-04-19* greatly improve the icon loading codeSebastian Heinlein1-7/+2
2006-04-19* remove all uses of update-manager.png in the glade filesSebastian Heinlein1-0/+4
* always show the download size of the currently selected updates fix fo bug #39579
2006-04-18* load the dialog icon of update-manager at runtimeSebastian Heinlein1-0/+1
(should be replaced by an icon_set in the future)
2006-04-18* improved loggingMichael Vogt1-0/+2
* DistUpgrade/Changelog: added
2006-04-12* removed some debug outputMichael Vogt1-2/+2
2006-04-12* UpdateManager/UpdateManager.py: only supress new release informationMichael Vogt1-4/+4
2006-04-12* make it not check for new distro releases anymore for dapperMichael Vogt1-6/+9
2006-04-10* fix the help string in update-manager (ubuntu: #23274)Michael Vogt1-1/+1
2006-04-05* add "--devel-release" as optionMichael Vogt1-1/+4
2006-04-04* janis fake gconf patch addedMichael Vogt1-1/+4
2006-03-23* remove some old duplicated codeSebastian Heinlein1-19/+6
* do not hide the checkbutton column at startup
2006-03-23* use update_count in a more elegenat waySebastian Heinlein1-16/+6
* d not disable the whole expander instead only the notebook
2006-03-23* fixed a bug in the previous commitSebastian Heinlein1-1/+11
* show the watch cursor if we are busy
2006-03-23* do not select the first update if a new one is added - #36140Sebastian Heinlein1-4/+6
2006-03-21* Fixed reload informationSebastian Heinlein1-2/+4
* glade file cleanup - should fix some annoyances with focus stealing
2006-03-20* Improve the rendering of the description in the update-managerSebastian Heinlein1-3/+18
2006-03-17* Use the the number of available and not selected updates to determinateSebastian Heinlein1-1/+1
if the system is up-to-date - fixes #35300
2006-03-14* Fixed a typo and corrected an awkward grammar :)Sebastian Heinlein1-4/+3
* Do not call fillstore twice after the cache update
2006-03-13* only run the progress bar one time during cache initSebastian Heinlein1-4/+7
* avoid flickering of the dialog and hide the window after the init of MyCache
2006-03-12* Select the first upgrade in the list - fix for #23485Sebastian Heinlein1-0/+1
2006-03-12* only show the help button if a help viewer is installed (currently only Sebastian Heinlein1-1/+8
yelp is supported - have not found anyone who could help me on khelpcenter yet) * do not run the help viewer as root * do not depend on the gnome python module anymore
2006-02-26* merged from mvoSebastian Heinlein1-115/+5
2006-02-25* Use nice grammer #32864Sebastian Heinlein1-1/+1
* 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-24* move the fetcher code out into UpdateManager/DistUpgradeFetcher.pyMichael Vogt1-114/+4
* add authentication
2006-02-24* formatingMichael Vogt1-1/+1
2006-02-23* Move the mime type handling of sources.lists to gnome-software-propertiesSebastian Heinlein1-1/+9
* Renamed mime type to text/x-apt-sources-list * Remove all depricated add-software-channel code * Add a schemas file for update-manager * Use dh_gconf * Software Properties: - Move the channel buttons to the bottom of the notebook to get more vertical space for the channels - Set a global window icon for SoftwareProperties and its children - Add drag and drop support for sources.list on the treeview_sources - Allow to enable and disable channels - Do not use so much space for rendering the sources lista - Use the comment instead of the URI in the channel list if we don't find a nice name - Show the type only on source channels - "binary" is too technial - Add some small sanity checks to aptsources - Use single quotes in the predefind distru names * Dialog add: - merge the custom and the default add dialog - sanity checks for the custom apt line, that do not allow to add a wrong one * Update Manager: - add an option to hide the reload reminder
2006-02-18* Do not disable the update dialog during downloading of the changelogSebastian Heinlein1-2/+0
* 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-17* Allow to open URLs in the release notes using a browserSebastian Heinlein1-1/+4
* Change the label of the button ok in the release notes dialog to "Upgrade"