summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2006-11-26* Rename README, since I plan to remove the term channel everywhereSebastian Heinlein7-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 feistySebastian Heinlein1-0/+51
2006-11-25* Fork a pyton-aptsources source tree from update-managerSebastian Heinlein21-5719/+0
2006-10-09* merge with mvoSebastian Heinlein2-15/+15
2006-10-09* fix two non translatable buttonsSebastian Heinlein2-2/+2
2006-10-04* data/channels/Ubuntu.info.in:Michael Vogt2-15/+15
- akward grammar
2006-09-29* data/glade/SoftwareProperties.glade:Michael Vogt1-1/+1
- make add cdrom translatable
2006-09-25* merged from glatzor (place the cancel button inside the text area)Michael Vogt1-88/+2
2006-09-24* place the cancel button into the changes textview Sebastian Heinlein1-88/+2
2006-09-18* typo fixes (thanks to Bruce Cowan)Michael Vogt2-9/+9
2006-09-12* Avoid the term channelglatzor@ubuntu.com1-4/+4
2006-09-12* Remove the obsolete Enabled property completely from the codeglatzor@ubuntu.com1-3/+2
2006-09-11* Reuse the base_uri, match_uri and valid_mirrors property of the parentglatzor@ubuntu.com2-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 cellglatzor@ubuntu.com1-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.com1-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.com1-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 dialogglatzor@ubuntu.com1-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 TagfileMichael Vogt2-46/+68
* look for mirros as well when matching distros
2006-09-07* merged with glatzorMichael Vogt2-20/+34
2006-09-07* use shorter component labelsglatzor@ubuntu.com2-20/+34
2006-09-01* data/channels/Ubuntu.info.in:Michael Vogt1-2/+2
- warty no longer officially supported
2006-08-28* merged with the ~ubuntu-core-dev branchMichael Vogt1-0/+14
2006-08-28* merged with mvo devel branchMichael Vogt3-2/+323
2006-08-24* properly added -proposedMichael Vogt1-0/+14
2006-08-15* DistUpgrade/DistUpgradeControler.py:Michael Vogt3-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 toggledglatzor@ubuntu.com1-0/+1
* support row activation (pressing space) to toggle updates
2006-08-03* wording: "Downloadable software" -> "Internet" (awkward... reallyglatzor@ubuntu.com1-1/+1
awkward...)
2006-08-02* data/update-manager.schemas.in:Michael Vogt1-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 buttonglatzor@ubuntu.com1-20/+115
2006-07-27* merged from sebastia* merged from sebastiannMichael Vogt12-1038/+1772
2006-07-27* data/glade/SoftwareProperties.glade:Michael Vogt1-1/+1
- changed the text for Popcon participation * SoftwareProperties/SoftwareProperties.py: - support popcon pariticipation
2006-07-25* fix also child repos for edgyglatzor@ubuntu.com1-3/+3
2006-07-24* Add support for Edgyglatzor@ubuntu.com1-2/+57
2006-07-22* Create the source/channel templates during build timeglatzor@ubuntu.com2-266/+0
2006-07-22* Add mime type to the desktop file of the software sourcesglatzor@ubuntu.com1-0/+1
2006-07-22* add the mime handler for sources.listglatzor@ubuntu.com1-0/+8
* fix the translation for the moved files
2006-07-22* allow to replace the current sources by the ones from a fileglatzor@ubuntu.com1-22/+12
2006-07-22* Backported the add dialog for drag and drop and mime handlingglatzor@ubuntu.com1-0/+188
* Removed references to the obsolete edit_predefined dialog
2006-07-21* moved all glade and channels files into subdirectories of dataglatzor@ubuntu.com11-0/+604
* do not install obsolete files to update-manager/channels
2006-07-21* Moved the Distribution class to aptsourcesglatzor@ubuntu.com1-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.com2-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 interfaceglatzor@ubuntu.com1-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 treeviewglatzor@ubuntu.com1-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.com1-25/+24
* A lot of cleanup and minor fixes
2006-06-29* add long descriptions for componentsglatzor@ubuntu.com1-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 informationglatzor@ubuntu.com1-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 currentlyglatzor@ubuntu.com1-2/+17
used distribution from the templates
2006-06-29* self.file got lost during mergingglatzor@ubuntu.com1-380/+605
* import UI changes from UDS Paris * fix Ubuntu channel template
2006-06-26* use dbus to bring up another running instance update-managerSebastian Heinlein2-4/+15
* allow usermode - FIXME: metarelease
2006-06-25* expand the details if shownSebastian Heinlein1-4/+3
* do not modify the label of the expander during runtime - a11n issue