summaryrefslogtreecommitdiff
path: root/UpdateManager
AgeCommit message (Expand)AuthorFilesLines
2006-04-23* Remove the oboslete Preferences method in UpdateManager, since it only Sebastian Heinlein1-45/+0
2006-04-23* Fix the use of gettext in UpdateManager : You can install X updatesSebastian Heinlein1-3/+6
2006-04-23* Do not allow to suspend the computer during updatingSebastian Heinlein1-0/+26
2006-04-19* merged with sebastian (thanks!)Michael Vogt2-6/+8
2006-04-19* UpdateManager/UpdateManager.py: make sure to escape the sourcepkg name when...Michael Vogt1-1/+1
2006-04-19* make sure to get the section of the candidate when calculating the changelo...Michael Vogt1-3/+4
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
2006-04-18* load the dialog icon of update-manager at runtimeSebastian Heinlein1-0/+1
2006-04-18* improved loggingMichael Vogt1-0/+2
2006-04-17* do not show the close button on the error dialogSebastian Heinlein1-0/+2
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 Vogt2-7/+12
2006-04-10* fix the help string in update-manager (ubuntu: #23274)Michael Vogt1-1/+1
2006-04-05* add "--devel-release" as optionMichael Vogt2-2/+5
2006-04-05* merged the patch from Jani for fakegconfMichael Vogt1-8/+53
2006-04-04* janis fake gconf patch addedMichael Vogt2-1/+28
2006-04-04* fix the authentication Michael Vogt1-3/+7
2006-04-04* improved the error reporting (again)Michael Vogt1-5/+8
2006-04-04* indent fixMichael Vogt1-1/+1
2006-04-04* give a proper parent for the dist-ugprade-fetcher error windowMichael Vogt1-4/+8
2006-04-04* if we have no release notes, return true from showRelease notesMichael Vogt1-1/+1
2006-04-04* syntax error fixMichael Vogt1-4/+4
2006-04-04* marked some missing strings with _()Michael Vogt1-10/+10
2006-04-04* added better error reporting for the DistUpgradeFetcherMichael Vogt2-6/+29
2006-04-03* when runing gpg, protect it with try: except:Michael Vogt1-1/+5
2006-03-24* merged from glatzorMichael Vogt1-19/+6
2006-03-23* remove some old duplicated codeSebastian Heinlein1-19/+6
2006-03-23* merged from sebiMichael Vogt1-16/+6
2006-03-23* use update_count in a more elegenat waySebastian Heinlein1-16/+6
2006-03-23* merged from glatzorMichael Vogt1-4/+16
2006-03-23* fixed a bug in the previous commitSebastian Heinlein1-1/+11
2006-03-23* do not select the first update if a new one is added - #36140Sebastian Heinlein1-4/+6
2006-03-22* merged from the laptop branchMichael Vogt2-4/+6
2006-03-21* Fixed reload informationSebastian Heinlein1-2/+4
2006-03-20* fix the missing toggle buttons in software-propertiesMichael Vogt1-4/+19
2006-03-20* merged from the laptop branchMichael Vogt3-19/+78
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
2006-03-14* Fixed a typo and corrected an awkward grammar :)Sebastian Heinlein1-4/+3
2006-03-13* only run the progress bar one time during cache initSebastian Heinlein2-14/+33
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 Heinlein2-1/+41
2006-02-28* use shutils.rmtree()Michael Vogt1-8/+2
2006-02-27* UpdateManager/MetaRelease.py, DistUpgradeFetcher: Michael Vogt2-15/+41
2006-02-26* merged from mvoSebastian Heinlein3-117/+204
2006-02-26* Use the dist name from lsbrelease in the add channel dialogSebastian Heinlein1-1/+4
2006-02-25* Use nice grammer #32864Sebastian Heinlein1-1/+1
2006-02-24* move the fetcher code out into UpdateManager/DistUpgradeFetcher.pyMichael Vogt3-116/+203