summaryrefslogtreecommitdiff
path: root/UpdateManager/Common
AgeCommit message (Collapse)AuthorFilesLines
2006-09-30* correct the import semantic of gettextSebastian Heinlein1-1/+1
2006-09-29* merged from glatzorMichael Vogt1-0/+19
2006-09-27* Fixed a missing importSebastian Heinlein1-0/+1
* Hopefully some strings can now be translated * Wording: Normal -> Distribution updates, to better separate them from the third party updates
2006-09-27* Make some strings translatable - seems that gettext doesn't like beingSebastian Heinlein1-1/+2
part of string addition. the other one was my fault and not the one of gettext. fix #62519 and #62458 * Fix the imports and calls of human_size
2006-09-27* move the humanize_size method to common.utilsSebastian Heinlein1-0/+17
* make the strings in the download progress less cryptic for the translators - fix #62494 * Remove the "unkown speed" - just don't display any
2006-09-26* UpdateManager/Common/aptsources.py:Michael Vogt1-1/+1
- use self.source_code_sources when enabling a component * DistUpgrade/DistUpgradeControler.py: - make sure to enable restricted as well otherwise the kernel won't upgrade
2006-09-26* UpdateManager/Common/aptsources.py:Michael Vogt1-3/+13
- bugfix in the enable_component() code
2006-09-16* bugfixes for the non-interactive modeMichael Vogt2-6/+9
2006-09-12* Remove the obsolete Enabled property completely from the codeglatzor@ubuntu.com1-8/+4
2006-09-12* Remove the SourceEntryTemplates since they are obsolete now - theyglatzor@ubuntu.com1-51/+0
have only been in use by the former add dialog
2006-09-11* Reuse the base_uri, match_uri and valid_mirrors property of the parentglatzor@ubuntu.com1-0/+7
suite, if it was not declared explicitly for a child suite * remove the obsolete enabled property from the channel templates
2006-09-10* added new "MirrorsFile" keyword for the DistInfo TagfileMichael Vogt2-5/+23
* look for mirros as well when matching distros
2006-09-09* UpdateManager/Common/aptsources.py:Michael Vogt1-40/+42
- fix "add_component" to correcly add components even under difficult conditions * tests/data/sources.list.testDistribution: - changed the sources.list to make it sufficiently difficult for aptsources * tests/test_aptsources.py: - added other testcase for add_component()
2006-09-07* merged with glatzorMichael Vogt1-7/+26
2006-09-07* only add a component to a source once if the repo is splitted intoglatzor@ubuntu.com1-3/+22
more than one apt line
2006-09-06* tests/test_aptsources.py:Michael Vogt1-1/+4
- added another test for the "Distribution()" class
2006-09-06* UpdateManager/Common/aptsources.py, tests/test_aptsources.py:Michael Vogt1-0/+12
- fix test-case-failure in aptsources.py when compents are added
2006-09-05* tests/test_aptsources.py:Michael Vogt1-0/+8
- added unittest code and implement some basic tests for the aptsources.py code * UpdateManager/Common/aptsources.py: - added __eq__ method to SourceEntry
2006-09-04* merged from SebastianMichael Vogt1-4/+7
2006-09-02* Fix #58453: handle disabled child sources correctlyglatzor@ubuntu.com1-4/+7
2006-08-29* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-2/+2
- if run in CDROM mode and the cd fails to mount, fail * UpdateManager/Common/aptsources.py: - from DistInfo import DistInfo (relative now instead of absolute)
2006-08-15* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-7/+7
- always enable "main" on upgrades, this ensures that we do not end up with a system without the main archive (various bugs for breezy->dapper) * data/channels/Debian.info, data/channels/Ubuntu.info: - added pre-generated files (required for the upgrader) * UpdateManager/Common/aptsources.py: - add a "matcherPath" parameter to SourcesList (for the upgrader)
2006-08-02* use -s option instead of the pipe to cut to get lsb informationglatzor@ubuntu.com2-2/+2
* make the origin matcher distribution neutral * introduce a UpdateOrigin class to make the origins sortable (by importance)
2006-08-01* UpdateManager/Common/aptsources.py:Michael Vogt1-0/+6
- added NullMatcher and a "withMatcher" argument
2006-07-31* moved aptsources into the Common directoryMichael Vogt1-0/+666
2006-06-29* add long descriptions for componentsglatzor@ubuntu.com1-7/+14
* fix some boolean stuff (hide distru sources) * also rename the menu entry of the app
2006-06-29* fixed test output of DistInfo and channels desc for Ubuntuglatzor@ubuntu.com1-3/+3
2006-06-28* start merging my old repo rewrite stuffglatzor@ubuntu.com1-21/+48
2006-04-17* do not show the close button on the error dialogSebastian Heinlein1-0/+2
2006-04-04* added better error reporting for the DistUpgradeFetcherMichael Vogt1-0/+12
2006-03-12* only show the help button if a help viewer is installed (currently only Sebastian Heinlein1-0/+33
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* Use the dist name from lsbrelease in the add channel dialogSebastian Heinlein1-1/+4
2005-12-07* various cosmetic fixesMichael Vogt1-0/+1
* set debconf/apt-listchanges frontends to gtk * updated readme
2005-11-29* code cleanup, make it all more structuredMichael Vogt2-1/+10
2005-11-29* added TODO itemMichael Vogt5-0/+809
* directory structure cleanup