summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2006-02-23* Move the mime type handling of sources.lists to gnome-software-propertiesSebastian Heinlein1-6/+9
* Renamed mime type to text/x-apt-sources-list * Remove all depricated add-software-channel code * Add a schemas file for update-manager * Use dh_gconf * Software Properties: - Move the channel buttons to the bottom of the notebook to get more vertical space for the channels - Set a global window icon for SoftwareProperties and its children - Add drag and drop support for sources.list on the treeview_sources - Allow to enable and disable channels - Do not use so much space for rendering the sources lista - Use the comment instead of the URI in the channel list if we don't find a nice name - Show the type only on source channels - "binary" is too technial - Add some small sanity checks to aptsources - Use single quotes in the predefind distru names * Dialog add: - merge the custom and the default add dialog - sanity checks for the custom apt line, that do not allow to add a wrong one * Update Manager: - add an option to hide the reload reminder
2006-02-22* Add a prototype of a sources.list installer. double click on a sources.listSebastian Heinlein1-1/+8
to get the channels merged into your current channel list
2006-02-21* merged with michaelSebastian Heinlein1-1/+13
* install the help files
2006-01-18* copy the pngs that update-manger needs into the glade dir as wellMichael Vogt1-3/+4
(glade dosn't like absolute pathes in it's files)
2005-12-12* renamed the logo.png (name is too generic)Michael Vogt1-1/+1
* UpdateManager/MetaRelease.py: - comment added
2005-12-12* po/*.po:Michael Vogt1-1/+2
- make update-po * SoftwareProperties/aptsources.py: - added dapper * setup.py: - added "logo.png"
2005-11-29* code cleanup, make it all more structuredMichael Vogt1-9/+20
2005-11-29* make the software preferences work again completelyMichael Vogt1-1/+3
2005-11-29* added TODO itemMichael Vogt1-1/+1
* directory structure cleanup
2005-11-15* added more missing bitsMichael Vogt1-1/+1
2005-11-15* missing bits addedMichael Vogt1-0/+2
* make update-po run
2005-11-15* build-system tweaksMichael Vogt1-0/+2
2005-11-15* switched to python dist-utils (DIE auto* DIE)Michael Vogt1-0/+32
* works with channels now (for adding)