summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2006-09-05* setup.py:Michael Vogt1-1/+1
- added missing "+" * changelog: updated
2006-09-05* DistUpgrade/forced_obsoletes.txt:Michael Vogt1-0/+1
- no longer needed, part of DistUpgrade.cfg now * DistUpgrade/mirrors.txt, DistUpgrade/removal_blacklist.txt: - renamed for consitency * DistUpgrade/DistUpgrade.cfg, DistUpgrade/DistUpgradeCache.py: - added "RemovalBlacklistFile" instead of hardcoding it * DistUpgrade/DistUpgradeConfigParser.py: - added "datadir" to constructor * DistUpgrade/DistUpgradeControler.py: - added datadir * DistUpgrade/DistUpgradeView.py: - added "hideStep()" method - added STEP_PREPARE, STEP_MODIFY_SOURCES, STEP_FETCH_INSTALL, STEP_CLEANUP, STEP_REBOOT * DistUpgrade/DistUpgradeViewGtk.py: - implemendted hideStep() - added datadir arguemnt for constructor * dist-upgrade.py - run it with the "." as arguemnt for the config * UpdateManager/UpdateManager.py: - if it can't be updated, ask about a dist-upgrade instead * update-manager. - added --dist-upgrade * po/*.po - make update-po
2006-08-30* DistUpgrade/__init__.py:Michael Vogt1-2/+5
- make it a module * setup.py: - install the dist-upgrader python module as well - install the DistUpgrade/*.cfg stuff to /usr/share/update-manager
2006-08-30* DistUpgrade/Changelog, README, ReleaseAnnouncementMichael Vogt1-1/+2
- updated to reflect reality * DistUpgrade/DistUpgradeControler.py: - set the permission for the apt.log file to 0644 * DistUpgrade/cdromupgrade: - updated and comments added * po/*: - make update-po
2006-07-27* Fix the building of the sources templatesglatzor@ubuntu.com1-2/+2
2006-07-22* Create the source/channel templates during build timeglatzor@ubuntu.com1-1/+5
2006-07-22* add the mime handler for sources.listglatzor@ubuntu.com1-0/+6
* fix the translation for the moved files
2006-07-21* moved all glade and channels files into subdirectories of dataglatzor@ubuntu.com1-5/+6
* do not install obsolete files to update-manager/channels
2006-04-18* include the icons into the build systemSebastian Heinlein1-4/+14
* fix the po creation for the changed file names
2006-04-18* use the tango system-software-update icon for update-managerSebastian Heinlein1-5/+3
* use the old update-manager icon for software-properties only * do not specify the file type of the icon in the desktop file * install the icons to the hicolor theme * remove the deprecated update-manager-logo - it will be replaced by the svg version of update-manager
2006-04-18* rename gnome-software-properties to software-properties (there is noSebastian Heinlein1-2/+2
dependency on gnome anymore) * remove deprecated code
2006-03-22* don't show a reload dialog when runing embeddedMichael Vogt1-0/+1
2006-03-15* do not try to install not shipped mime stufSebastian Heinlein1-4/+0
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)