summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-11-26* add a function to change the server of all distro specific sourcesSebastian Heinlein1-0/+11
2006-11-25* update the list of files to be translatedSebastian Heinlein1-25/+2
2006-11-25* intltool-merge is not the correct solution for the templatesSebastian Heinlein2-3/+15
replaced by a small code in setup.py
2006-11-25* more work on integrating distutils-extraSebastian Heinlein1-2/+2
2006-11-25* make use of distutils-extraSebastian Heinlein3-1/+7
2006-11-25* readd the translation - they are needed for the templatesSebastian Heinlein77-1/+130049
2006-11-25* Fork a pyton-aptsources source tree from update-managerSebastian Heinlein189-148798/+60
2006-11-23* fix the translation of the country name in the server selectorSebastian Heinlein2-3/+3
* fix d'n'd and mime handling of sources.list files
2006-11-17* merge with mvoSebastian Heinlein83-7238/+13805
2006-11-12* merge with mvoSebastian Heinlein85-7240/+13807
2006-10-31merged from the launchpad repoMichael Vogt4-268/+207
2006-10-30* DistUpgrade/DistUpgradeViewGtk.py:Michael Vogt2-0/+5
- reset self.read when unexpected data arrives
2006-10-30* updated translation (thanks to Timo Jyrinki)Michael Vogt1-267/+189
2006-10-28* DistUpgrade/DistUpgradeViewGtk.py:Michael Vogt3-1/+13
- protect against errors when setting the icon (lp: #68697)
2006-10-27* merged from mainMichael Vogt113-28563/+59868
2006-10-26* DistUpgrade/DistUpgradeCache.py:Michael Vogt2-0/+14
- ensure that xserver-xorg-video-all is upgraded (if xserver-xorg-driver-all is installed)
2006-10-23* utils/demoted.cfg:Michael Vogt1-1/+3
- added nvidia-glx-legacy{-dev} by hand (because I don't want to wait for the archive to catch up)
2006-10-23* utils/demoted.cfg:Michael Vogt2-2/+104
- updated to current edgy
2006-10-23* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-1/+1
- disable "fromDist" cdrom sources
2006-10-23* DistUpgrade/DistUpgradeControler.py:Michael Vogt2-1/+4
- comment out old cdrom sources (causes trouble with the sysvinit<->upstart upgrade because sysinit is still essential)
2006-10-23* po/*.po:Michael Vogt73-4754/+9305
- updated the translations from rosetta + make update-po
2006-10-23* force downgrade of libgl1-mesa-dri package if unofficial compiz packages ↵Michael Vogt3-3/+33
are installed (lp: #58424)
2006-10-23* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-2/+7
- logging improvments
2006-10-21* DistUpgrade/DistUpgradeCache.py:Michael Vogt2-1/+3
- fix incorrect format in logging
2006-10-17* DistUpgrade/DistUpgradeCache.py:Michael Vogt2-2/+3
- fix tomboy while we are at it anyway
2006-10-17* DistUpgrade/DistUpgradeViewGtk.py:Michael Vogt1-1/+1
- embarassing typo
2006-10-17* DistUpgrade/DistUpgradeViewGtk.py:Michael Vogt2-1/+7
- don't fail on unexpected input from dpkg
2006-10-17* DistUpgrade/DistUpgradeCache.py:Michael Vogt1-8/+17
- add quirks handler for xserver-xorg-input-* and bzr
2006-10-17* po/*:Michael Vogt71-5838/+10667
-make update-po * DistUpgrade/Changelog: - updated * DistUpgrade/build-tarball.sh: - clean *.rej und *.orig
2006-10-16* po/*:Michael Vogt67-9847/+6876
- updated from rosetta
2006-10-16* DistUpgrade/DistUpgrade.cfg:Michael Vogt3-2/+7
- add ubuntu-standard to the base packages * DistUpgrade/removal_blacklist.cfg: - ubuntu-base is save to remove - ubuntu-minimial and ubuntu-standard shouldn't be removed
2006-10-13* logfile updateMichael Vogt1-0/+2
2006-10-13* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-0/+4
- log held-back too
2006-10-13* DistUpgrade/DistUpgradeControler.py:Michael Vogt2-1/+4
- check for existance of cdroms.list before making a backup
2006-10-12* typo fixMichael Vogt1-1/+1
2006-10-11* DistUpgrade/DistUpgradeViewGtk.py:Michael Vogt2-0/+12
- keep a png pixbuf loader refernce around
2006-10-11* DistUpgrade/DistUpgradeViewGtk.py:Michael Vogt1-8/+11
- use prev_step instead of last_step to make more clear what it is all about - check if the gtk-icon-cache needs to be reloaded on each step
2006-10-11* fix two missing "translatable" propertiesMichael Vogt2-2/+2
2006-10-11* debian/control:Michael Vogt3-2/+11
- add python-gconf dependency / remove python-gnome2 dependency * DistUpgrade/DistUpgradeViewGtk.py: - run while gtk_events_pending()/gtk_main_iteration() after information()
2006-10-10* DistUpgrade/DistUpgradeViewGtk.py:Michael Vogt70-274/+281
- calculate the time spend in the ui as well (lp: #48733) * po/*: - make update-po
2006-10-10* DistUpgrade/DistUpgradeCache.py:Michael Vogt2-5/+5
- run the postUpgradeRules() after the upgrade and before trying to install any missing meta-packages
2006-10-09* merge with mvoSebastian Heinlein84-13107/+34044
2006-10-09* merge with mvoSebastian Heinlein85-13114/+34048
2006-10-09* fix two non translatable buttonsSebastian Heinlein2-2/+2
2006-10-09* UpdateManager/UpdateManager.py:Michael Vogt70-4075/+8824
- do not create a new "MyCache()" on each initCache() but use cache.open() instead. This fixes a memory leak (lp: 43096)
2006-10-06* po/*:Michael Vogt68-18293/+32501
- imported rosetta translations
2006-10-06* UpdateManager/Common/aptsources.py:Michael Vogt4-23/+31
- fix crash for corner case sources.list layout (lp #64159) * UpdateManager/UpdateManager.py: - get gconf proxy too
2006-10-06* UpdateManager/UpdateManager.py:Michael Vogt2-1/+24
- fix proxy usage (fetch it from gconf)
2006-10-06* DistUpgrade/DistUpgradeViewText.py:Michael Vogt2-0/+197
- added for text-mode installs
2006-10-04* DistUpgrade/DistUpgradeView.py:Michael Vogt2-3/+3
- show the dsl download time first and then the modem time