| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-09-30 | * correct the import semantic of gettext | Sebastian Heinlein | 1 | -1/+1 | |
| 2006-09-29 | * merged from glatzor | Michael Vogt | 1 | -0/+19 | |
| 2006-09-27 | * Fixed a missing import | Sebastian Heinlein | 1 | -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 being | Sebastian Heinlein | 1 | -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.utils | Sebastian Heinlein | 1 | -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 Vogt | 1 | -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 Vogt | 1 | -3/+13 | |
| - bugfix in the enable_component() code | |||||
| 2006-09-16 | * bugfixes for the non-interactive mode | Michael Vogt | 2 | -6/+9 | |
| 2006-09-12 | * Remove the obsolete Enabled property completely from the code | glatzor@ubuntu.com | 1 | -8/+4 | |
| 2006-09-12 | * Remove the SourceEntryTemplates since they are obsolete now - they | glatzor@ubuntu.com | 1 | -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 parent | glatzor@ubuntu.com | 1 | -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 Tagfile | Michael Vogt | 2 | -5/+23 | |
| * look for mirros as well when matching distros | |||||
| 2006-09-09 | * UpdateManager/Common/aptsources.py: | Michael Vogt | 1 | -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 glatzor | Michael Vogt | 1 | -7/+26 | |
| 2006-09-07 | * only add a component to a source once if the repo is splitted into | glatzor@ubuntu.com | 1 | -3/+22 | |
| more than one apt line | |||||
| 2006-09-06 | * tests/test_aptsources.py: | Michael Vogt | 1 | -1/+4 | |
| - added another test for the "Distribution()" class | |||||
| 2006-09-06 | * UpdateManager/Common/aptsources.py, tests/test_aptsources.py: | Michael Vogt | 1 | -0/+12 | |
| - fix test-case-failure in aptsources.py when compents are added | |||||
| 2006-09-05 | * tests/test_aptsources.py: | Michael Vogt | 1 | -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 Sebastian | Michael Vogt | 1 | -4/+7 | |
| 2006-09-02 | * Fix #58453: handle disabled child sources correctly | glatzor@ubuntu.com | 1 | -4/+7 | |
| 2006-08-29 | * DistUpgrade/DistUpgradeControler.py: | Michael Vogt | 1 | -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 Vogt | 1 | -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 information | glatzor@ubuntu.com | 2 | -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 Vogt | 1 | -0/+6 | |
| - added NullMatcher and a "withMatcher" argument | |||||
| 2006-07-31 | * moved aptsources into the Common directory | Michael Vogt | 1 | -0/+666 | |
| 2006-06-29 | * add long descriptions for components | glatzor@ubuntu.com | 1 | -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 Ubuntu | glatzor@ubuntu.com | 1 | -3/+3 | |
| 2006-06-28 | * start merging my old repo rewrite stuff | glatzor@ubuntu.com | 1 | -21/+48 | |
| 2006-04-17 | * do not show the close button on the error dialog | Sebastian Heinlein | 1 | -0/+2 | |
| 2006-04-04 | * added better error reporting for the DistUpgradeFetcher | Michael Vogt | 1 | -0/+12 | |
| 2006-03-12 | * only show the help button if a help viewer is installed (currently only | Sebastian Heinlein | 1 | -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 dialog | Sebastian Heinlein | 1 | -1/+4 | |
| 2005-12-07 | * various cosmetic fixes | Michael Vogt | 1 | -0/+1 | |
| * set debconf/apt-listchanges frontends to gtk * updated readme | |||||
| 2005-11-29 | * code cleanup, make it all more structured | Michael Vogt | 2 | -1/+10 | |
| 2005-11-29 | * added TODO item | Michael Vogt | 5 | -0/+809 | |
| * directory structure cleanup | |||||
