pitivi 0.11.2.2
- From: "Edward Hervey" <install-module gnome org>
- To: FTP Releases <ftp-release-list gnome org>
- Subject: pitivi 0.11.2.2
- Date: Thu, 4 Dec 2008 11:10:49 +0000 (UTC)
Module: pitivi
Version: 0.11.2.2
Uploaded by: Edward Hervey
http://download.gnome.org/sources/pitivi/0.11/pitivi-0.11.2.2.tar.gz
md5sum: 5eb1a16386cea3d82fd00f7f4105e5ba
sha1sum: 5fb2583725588b8779fe710ff05c055b90ff234f
size: 528K
http://download.gnome.org/sources/pitivi/0.11/pitivi-0.11.2.2.tar.bz2
md5sum: e7ea1491181d11a8200496a3a256f98a
sha1sum: 4648efdd5355905234d5e47957b08bb4c89013a5
size: 420K
ChangeLog
---------
2008-10-17 Edward Hervey <edward hervey collabora co uk>
* bin/pitivi.in:
Fix ambiguous naming.
2008-10-17 Edward Hervey <edward hervey collabora co uk>
* docs/pylint.rc:
We also accept _addSource (from SmartBin) as being a valid place for
create variables.
2008-10-17 Brandon Lewis <brandon_lewis berkeley edu>
* pitivi/ui/complexinterface.py
* pitivi/ui/complexlayer.py
* pitivi/ui/complextimeline.py
* pitivi/ui/timeline.py
Code review
2008-10-17 Edward Hervey <edward hervey collabora co uk>
* pitivi/device.py:
* pitivi/objectfactory.py:
* pitivi/plumber.py:
* pitivi/threads.py:
* pitivi/thumbnailer.py:
Remove even more gobject usage in core
2008-10-17 Edward Hervey <edward hervey collabora co uk>
* pitivi/pitivi.py:
Only import pitivi.ui for Interactive subclass
* pitivi/Makefile.am:
* pitivi/ui/Makefile.am:
* pitivi/ui/dnd.py:
Move dnd module to pitivi.ui
* pitivi/ui/sourcefactories.py:
* pitivi/ui/timeline.py:
* pitivi/ui/viewer.py:
Adjust code for dnd move
2008-10-17 Edward Hervey <edward hervey collabora co uk>
* pitivi/configure.py.in:
Fix header
2008-10-17 Edward Hervey <edward hervey collabora co uk>
* pitivi/ui/mainwindow.py:
Fix some code that was badly merged. Re-adds proper webcam detection
2008-10-16 Edward Hervey <edward hervey collabora co uk>
* pitivi/dnd.py:
* pitivi/instance.py:
Comments.
2008-10-16 Edward Hervey <edward hervey collabora co uk>
* pitivi/ui/sourcefactories.py:
Better thumbnailing handling for new objectfactories.
2008-10-16 Edward Hervey <edward hervey collabora co uk>
* pitivi/timeline/composition.py:
* pitivi/timeline/objects.py:
* pitivi/timeline/source.py:
Use python properties more.
* tests/test_timeline_composition.py:
* tests/test_timeline_objects.py:
* tests/test_timeline_source.py:
Adapt tests for changes.
2008-10-16 Edward Hervey <edward hervey collabora co uk>
* pitivi/check.py:
* pitivi/configure.py.in:
* pitivi/discoverer.py:
* pitivi/effects.py:
* pitivi/elements/imagefreeze.py:
* pitivi/elements/singledecodebin.py:
* pitivi/elements/smartscale.py:
* pitivi/elements/thumbnailsink.py:
* pitivi/elements/videofade.py:
* pitivi/objectfactory.py:
* pitivi/playground.py:
* pitivi/pluginmanager.py:
* pitivi/project.py:
* pitivi/projectsaver.py:
* pitivi/serializable.py:
* pitivi/settings.py:
* pitivi/signalgroup.py:
* pitivi/stream.py:
* pitivi/thumbnailer.py:
* pitivi/timeline/composition.py:
* pitivi/timeline/effects.py:
* pitivi/timeline/objects.py:
* pitivi/timeline/source.py:
* pitivi/timeline/timeline.py:
* pitivi/ui/complexinterface.py:
* pitivi/ui/complexlayer.py:
* pitivi/ui/complextimeline.py:
* pitivi/ui/glade.py:
* pitivi/ui/gstwidget.py:
* pitivi/ui/mainwindow.py:
* pitivi/ui/pluginmanagerdialog.py:
* pitivi/ui/slider.py:
* pitivi/ui/sourcefactories.py:
* pitivi/ui/viewer.py:
* pitivi/utils.py:
Complete cleanup using pylint reporting.
* docs/pylint.rc:
Pylint resource file to use when checking pitivi.
2008-10-16 Edward Hervey <edward hervey collabora co uk>
* pitivi/playground.py:
* pitivi/project.py:
* pitivi/settings.py:
* pitivi/timeline/composition.py:
* pitivi/timeline/objects.py:
* pitivi/timeline/source.py:
* pitivi/timeline/timeline.py:
Switch more objects to gobject-less signalling and properties.
2008-10-16 Edward Hervey <edward hervey collabora co uk>
* pitivi/ui/complextimeline.py:
* pitivi/ui/filelisterrordialog.py:
* pitivi/ui/glade.py:
* pitivi/ui/mainwindow.py:
* pitivi/ui/slider.py:
* pitivi/ui/timeline.py:
* pitivi/ui/viewer.py:
Fix imports in pitivi/ui
2008-10-16 Edward Hervey <edward hervey collabora co uk>
* pitivi/ui/ruler.py:
Fix duration query.
Don't seek if there's no available content.
2008-10-16 Edward Hervey <edward hervey collabora co uk>
* .gitignore:
* bin/.gitignore:
* pitivi/.gitignore:
* pitivi/elements/.gitignore:
* pitivi/pixmaps/.gitignore:
* pitivi/ui/.gitignore:
* po/.gitignore:
* tests/.gitignore:
Rename .cvsignore to .gitignore because we are no longer using CVS but
more and more people are using GIT.
This doesn't affect people using svn.
2008-10-16 Edward Hervey <edward hervey collabora co uk>
* pitivi/objectfactory.py:
* pitivi/stream.py:
* pitivi/Makefile.am:
Use python properties.
Move MultimediaStream to separate module.
Comments and cleanups.
* pitivi/discoverer.py:
Update code for modifications in objectfactory
2008-10-16 Edward Hervey <edward hervey collabora co uk>
* bin/pitivi.in:
Cleanups
2008-10-16 Edward Hervey <edward hervey collabora co uk>
* pitivi/pitivi.py:
Remove dependency on gtk
Make subclass for Interactive pitivi
Use pure python properties
Clean up code and add comments
* pitivi/ui/complextimeline.py:
* pitivi/ui/mainwindow.py:
* tests/test_basic.py:
* tests/test_file_load_save.py:
Adapt code for modifications in pitivi.py
2008-10-16 Edward Hervey <edward hervey collabora co uk>
* pitivi/bin.py:
* pitivi/discoverer.py:
* pitivi/objectfactory.py:
* pitivi/pitivi.py:
* pitivi/sourcelist.py:
* pitivi/timeline/composition.py:
* pitivi/timeline/source.py:
* pitivi/ui/complextimeline.py:
* pitivi/ui/mainwindow.py:
* pitivi/ui/sourcefactories.py:
* pitivi/ui/viewer.py:
* tests/common.py:
Convert pitivi,bin,discoverer,objectfactory to gobject-less signaling
and properties.
Modify all code using that accordingly.
2008-10-16 Edward Hervey <edward hervey collabora co uk>
* docs/HACKING:
Added notes about public/private/protected attributes
2008-10-16 Edward Hervey <edward hervey collabora co uk>
* pitivi/threads.py:
Use new gobject-less signal system
2008-10-16 Edward Hervey <edward hervey collabora co uk>
* pitivi/Makefile.am:
* pitivi/bin.py:
* pitivi/plumber.py:
* pitivi/ui/Makefile.am:
* pitivi/ui/viewer.py:
Move plumber up one directory, since it's not ui-specific.
Use auto*sink instead of gconf*sink since it's now works better
2008-10-16 Edward Hervey <edward hervey collabora co uk>
* pitivi/Makefile.am:
* pitivi/signalinterface.py:
* tests/Makefile.am:
* tests/test_signallable.py:
New signallable interface
2008-10-16 Edward Hervey <edward hervey collabora co uk>
* configure.ac:
And back to development cycle.
--
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]