Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2006-07-27 | * data/glade/SoftwareProperties.glade: | Michael Vogt | 1 | -1/+1 | |
- changed the text for Popcon participation * SoftwareProperties/SoftwareProperties.py: - support popcon pariticipation | |||||
2006-07-25 | * fix also child repos for edgy | glatzor@ubuntu.com | 1 | -3/+3 | |
2006-07-24 | * Add support for Edgy | glatzor@ubuntu.com | 1 | -2/+57 | |
2006-07-22 | * Create the source/channel templates during build time | glatzor@ubuntu.com | 2 | -266/+0 | |
2006-07-22 | * Add mime type to the desktop file of the software sources | glatzor@ubuntu.com | 1 | -0/+1 | |
2006-07-22 | * add the mime handler for sources.list | glatzor@ubuntu.com | 1 | -0/+8 | |
* fix the translation for the moved files | |||||
2006-07-22 | * allow to replace the current sources by the ones from a file | glatzor@ubuntu.com | 1 | -22/+12 | |
2006-07-22 | * Backported the add dialog for drag and drop and mime handling | glatzor@ubuntu.com | 1 | -0/+188 | |
* Removed references to the obsolete edit_predefined dialog | |||||
2006-07-21 | * moved all glade and channels files into subdirectories of data | glatzor@ubuntu.com | 11 | -0/+604 | |
* do not install obsolete files to update-manager/channels | |||||
2006-07-21 | * Moved the Distribution class to aptsources | glatzor@ubuntu.com | 1 | -2/+3 | |
* Added a command line option: --enable-component * Added a handler for the toggled popcon checkbutton | |||||
2006-07-21 | * WRITE ALL CHANGES TO THE SOURCES.LIST!!! | glatzor@ubuntu.com | 2 | -292/+6 | |
* fix the add, remove and edit buttons on the third party tab * minor fixes and clean ups * wording: channel -> source | |||||
2006-07-21 | * rearrange download section in the user interface | glatzor@ubuntu.com | 1 | -125/+79 | |
* fix some bugs because of the cdrom /download sources separation | |||||
2006-07-21 | * move the cdroms of the current distro to its own treeview | glatzor@ubuntu.com | 1 | -73/+302 | |
* add a popcon tab to the ui - only a fake currently * improve wording: replace free by OpenSource as suggested by Corey (still a lot to do) | |||||
2006-07-15 | * Can now modify the sources list (at the moment only in memory) | glatzor@ubuntu.com | 1 | -25/+24 | |
* A lot of cleanup and minor fixes | |||||
2006-06-29 | * add long descriptions for components | glatzor@ubuntu.com | 1 | -3/+3 | |
* fix some boolean stuff (hide distru sources) * also rename the menu entry of the app | |||||
2006-06-29 | * use a Distribution class to store distribution related information | glatzor@ubuntu.com | 1 | -3/+20 | |
* main work on identifing the distribution repositories * show enabled comps and enabled updates * rename dialog to "software sources" * a lot of smaller stuff | |||||
2006-06-29 | * Extract the components and the child repos (updates) of the currently | glatzor@ubuntu.com | 1 | -2/+17 | |
used distribution from the templates | |||||
2006-06-29 | * self.file got lost during merging | glatzor@ubuntu.com | 1 | -380/+605 | |
* import UI changes from UDS Paris * fix Ubuntu channel template | |||||
2006-06-26 | * use dbus to bring up another running instance update-manager | Sebastian Heinlein | 2 | -4/+15 | |
* allow usermode - FIXME: metarelease | |||||
2006-06-25 | * expand the details if shown | Sebastian Heinlein | 1 | -4/+3 | |
* do not modify the label of the expander during runtime - a11n issue |