| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-10-27 | * add hardy to the ubuntu sources.list template | Michael Vogt | 1 | -0/+52 | |
| 2007-10-11 | * data/templates/Ubuntu.mirrors: | Michael Vogt | 1 | -39/+119 | |
| - update the static mirror list from LP (LP: #126148) | |||||
| 2007-06-14 | * data/templates/Ubuntu.info.in: | Michael Vogt | 1 | -0/+52 | |
| - updated for gusty | |||||
| 2007-04-02 | * only include ftp and http mirrors for Ubuntu - LP#99060 | Sebastian Heinlein | 1 | -47/+0 | |
| * update the debian changelog | |||||
| 2007-04-01 | * Update the Debian and Ubuntu mirrors | Sebastian Heinlein | 2 | -113/+174 | |
| * Fix the parsing of a changed Launchpad mirror site | |||||
| 2007-03-12 | * Rewording: | Sebastian Heinlein | 1 | -6/+6 | |
| - proposed updates -> Pre-released updates - backported updates -> unsupported updates | |||||
| 2007-02-02 | * change all obsolete references to the former python-aptsources | Sebastian Heinlein | 2 | -11/+11 | |
| 2007-01-06 | * Fix a grammar issue in the component naming (thanks to mpt) | Sebastian Heinlein | 1 | -12/+12 | |
| 2007-01-04 | * use uppercase letters for the country code | Sebastian Heinlein | 2 | -98/+98 | |
| * change description of the lp mirror fetch tool | |||||
| 2007-01-04 | * add a script to extract the mirror information from launchpad | Sebastian Heinlein | 1 | -332/+223 | |
| * update the Ubuntu mirror list using the above script | |||||
| 2007-01-03 | * also parse te location of a Debian mirror in the helper script | Sebastian Heinlein | 1 | -33/+73 | |
| * update the Debian mirrors file with location infromation | |||||
| 2006-12-04 | * use the corret name for the testing template | Sebastian Heinlein | 1 | -1/+1 | |
| 2006-12-04 | * revert last changes - we still need to identify the corresponding | Sebastian Heinlein | 1 | -0/+38 | |
| sources | |||||
| 2006-12-04 | * remove stable, testing and unstable from the template. this is handled | Sebastian Heinlein | 1 | -38/+0 | |
| by the code | |||||
| 2006-11-30 | * add testing to the Debian templates | Sebastian Heinlein | 1 | -0/+17 | |
| * add a MatchURI to the Debian distro template - to ensure that we include all official servers | |||||
| 2006-11-30 | * Use the mirror list for Debian | Sebastian Heinlein | 1 | -0/+5 | |
| 2006-11-28 | * remove stable and testing from the tempaltes | Sebastian Heinlein | 1 | -21/+10 | |
| * add proposed updates to the templates | |||||
| 2006-11-28 | * Since 3.1 we don't have to care anymore for Debian non-us | Sebastian Heinlein | 1 | -555/+0 | |
| 2006-11-28 | * add Debian mirrors | Sebastian Heinlein | 2 | -0/+1312 | |
| 2006-11-27 | * Update Debian's distro template: | Sebastian Heinlein | 1 | -21/+51 | |
| - enable is obsolete - etch will be 4.0 soon - add parnet/child relations - no need to translate the baseuri | |||||
| 2006-11-26 | * Rename README, since I plan to remove the term channel everywhere | Sebastian Heinlein | 7 | -315/+381 | |
| (the README still needs some love) * Remove the .info files, since they are generated at build time * Add and use a list of Ubuntu mirrors * Remove the obsolete Makefiles, since python-distutils-extra is used now | |||||
| 2006-11-26 | * Add support for feisty | Sebastian Heinlein | 1 | -0/+51 | |
| 2006-11-25 | * Fork a pyton-aptsources source tree from update-manager | Sebastian Heinlein | 21 | -5719/+0 | |
| 2006-10-09 | * merge with mvo | Sebastian Heinlein | 2 | -15/+15 | |
| 2006-10-09 | * fix two non translatable buttons | Sebastian Heinlein | 2 | -2/+2 | |
| 2006-10-04 | * data/channels/Ubuntu.info.in: | Michael Vogt | 2 | -15/+15 | |
| - akward grammar | |||||
| 2006-09-29 | * data/glade/SoftwareProperties.glade: | Michael Vogt | 1 | -1/+1 | |
| - make add cdrom translatable | |||||
| 2006-09-25 | * merged from glatzor (place the cancel button inside the text area) | Michael Vogt | 1 | -88/+2 | |
| 2006-09-24 | * place the cancel button into the changes textview | Sebastian Heinlein | 1 | -88/+2 | |
| 2006-09-18 | * typo fixes (thanks to Bruce Cowan) | Michael Vogt | 2 | -9/+9 | |
| 2006-09-12 | * Avoid the term channel | glatzor@ubuntu.com | 1 | -4/+4 | |
| 2006-09-12 | * Remove the obsolete Enabled property completely from the code | glatzor@ubuntu.com | 1 | -3/+2 | |
| 2006-09-11 | * Reuse the base_uri, match_uri and valid_mirrors property of the parent | glatzor@ubuntu.com | 2 | -138/+2 | |
| suite, if it was not declared explicitly for a child suite * remove the obsolete enabled property from the channel templates | |||||
| 2006-09-11 | * Gtk seems to require that you set the activatable property of a cell | glatzor@ubuntu.com | 1 | -0/+14 | |
| renderer explictly to True if there is one with False * Rebuild channel templates | |||||
| 2006-09-11 | * use a different label for the cache progress dialog if it gets | glatzor@ubuntu.com | 1 | -3/+26 | |
| reinitiated * clear the store after the long caching process to reduce visual noise * move the check_all_updates_installable call into fillstore itself | |||||
| 2006-09-11 | * Move the "run full dit upgrade" dialog into the UpdateManager class - | glatzor@ubuntu.com | 1 | -0/+163 | |
| to avoid spliting the UI stuff into several classes * Use a glade based dialog with better buttons instead of yes/no * Improved wording | |||||
| 2006-09-11 | * use PANGO_ELLIPSIZE_END for the action label in the progress dialog | glatzor@ubuntu.com | 1 | -2/+2 | |
| to avoid ugly resizes of the dialog * replace "exmaing system" by "starting update manager" to avoid the confusion with checking for updates | |||||
| 2006-09-10 | * added new "MirrorsFile" keyword for the DistInfo Tagfile | Michael Vogt | 2 | -46/+68 | |
| * look for mirros as well when matching distros | |||||
| 2006-09-07 | * merged with glatzor | Michael Vogt | 2 | -20/+34 | |
| 2006-09-07 | * use shorter component labels | glatzor@ubuntu.com | 2 | -20/+34 | |
| 2006-09-01 | * data/channels/Ubuntu.info.in: | Michael Vogt | 1 | -2/+2 | |
| - warty no longer officially supported | |||||
| 2006-08-28 | * merged with the ~ubuntu-core-dev branch | Michael Vogt | 1 | -0/+14 | |
| 2006-08-28 | * merged with mvo devel branch | Michael Vogt | 3 | -2/+323 | |
| 2006-08-24 | * properly added -proposed | Michael Vogt | 1 | -0/+14 | |
| 2006-08-15 | * DistUpgrade/DistUpgradeControler.py: | Michael Vogt | 3 | -2/+323 | |
| - 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-11 | * no need to convert the path to a string in call of toggled | glatzor@ubuntu.com | 1 | -0/+1 | |
| * support row activation (pressing space) to toggle updates | |||||
| 2006-08-03 | * wording: "Downloadable software" -> "Internet" (awkward... really | glatzor@ubuntu.com | 1 | -1/+1 | |
| awkward...) | |||||
| 2006-08-02 | * data/update-manager.schemas.in: | Michael Vogt | 1 | -1/+1 | |
| - set check_dist_upgrades to True again * UpdateManager/DistUpgradeFetcher.py, UpdateManager/MetaRelease.py: - handle the situation when run as non-root * UpdateManager/UpdateManager.py: - cleanup (removed dead code) | |||||
| 2006-07-28 | * add a revert and add cdrom button | glatzor@ubuntu.com | 1 | -20/+115 | |
| 2006-07-27 | * merged from sebastia* merged from sebastiann | Michael Vogt | 12 | -1038/+1772 | |
