summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-16Add edge snapping.HEADmasterAlessandro Decina7-36/+206
2009-01-16Emit duration-changed in TimelineObject.split.Alessandro Decina1-0/+2
2009-01-16selections are visible, similar to how they worked in trunk.Brandon Lewis2-1/+10
2009-01-16adjust ui TimelineObject 'selected-changed' signal handler signature to matchBrandon Lewis1-1/+1
2009-01-16change the 'selected-changed' signal prototype for TrackObjectBrandon Lewis1-3/+4
2009-01-16add 'selected' property to TimelineObjectBrandon Lewis1-1/+18
2009-01-16add 'selected' property to TrackObjectBrandon Lewis2-8/+21
2009-01-16fix splitting of clipsBrandon Lewis1-3/+16
2009-01-16fix zooming which was broken when edge snapping code was removedBrandon Lewis1-1/+2
2009-01-16remove some cruftBrandon Lewis2-9/+3
2009-01-15ui.timelineobject -> ui.trackobjectBrandon Lewis3-7/+7
2009-01-15update the ui to reflect the new semantics of the link commandBrandon Lewis2-8/+8
2009-01-15clobber debugging print statementBrandon Lewis1-1/+0
2009-01-15factor MultimediaStream.getPrettyInfo into function in ui.sourcelist moduleBrandon Lewis2-30/+33
2009-01-15towards a real implementation of Timeline.addFactoryBrandon Lewis3-16/+34
2009-01-14clear up some indentation issuesBrandon Lewis1-4/+4
2009-01-14move pretty info code from ObjectFactory to SourceList, since it seems that w...Brandon Lewis2-11/+5
2009-01-14sourcelist displays pretty info, but it is uglyBrandon Lewis3-6/+8
2009-01-14add a default getPrettyInfo() method for base object factory which just conca...Brandon Lewis1-0/+7
2009-01-14ressurect private _getMarkup method of MultiMedia stream as public getPrettyI...Brandon Lewis1-1/+24
2009-01-14fix indentationBrandon Lewis1-1/+1
2009-01-14Checkpoint. Pitivi starts again and you can drag sources on the timeline.Alessandro Decina1-2/+2
2009-01-14Take into account trimming when limiting timeline object duration.Alessandro Decina1-3/+4
2009-01-14Limit a timeline object's duration to the duration of its factory.Alessandro Decina3-2/+4
2009-01-14Remove AudioStream.height (copy 'n' paste FTW).Alessandro Decina1-2/+0
2009-01-14Make sure that moving an object never pushes linked objects at time < 0s.Alessandro Decina2-3/+36
2009-01-13Implement Timeline.deleteSelection.Alessandro Decina1-0/+11
2009-01-13Add initial link support.Alessandro Decina3-25/+79
2009-01-13Add Link.join.Alessandro Decina2-42/+119
2009-01-13Take into account trimmed space in TrackObject.copy.Alessandro Decina1-3/+3
2009-01-12Put back split support.Alessandro Decina5-16/+168
2009-01-12Do clamping in TrackObject.trimStart.Alessandro Decina3-21/+37
2009-01-10Document SignalInterface a bit more.Edward Hervey1-1/+6
2009-01-10ObjectFactory: add getInputStreams methodEdward Hervey1-1/+5
2009-01-10Stream: Add convenience methods for getting pads compatible with a given StreamEdward Hervey1-0/+63
2009-01-10Stream: Properly document using epydoc syntax.Edward Hervey1-13/+38
2009-01-09Add tests for TrackObject.trimStart.Alessandro Decina3-6/+63
2009-01-09Implement (Timeline|Track)Object.trimStart.Alessandro Decina4-18/+52
2009-01-09Improve mouse handling and duration tracking in the timeline ui.Alessandro Decina4-28/+39
2009-01-09Improve duration tracking in the Timeline.Alessandro Decina2-20/+28
2009-01-09Proxy calls from TrackObject.set(Start|Duration|InPoint|OutPoint) to the parentAlessandro Decina2-80/+91
2009-01-09Remove the constraint that a TrackObject has to be in a Track before it can beAlessandro Decina2-57/+1
2009-01-09Add basic SinkFactory classEdward Hervey1-1/+64
2009-01-08SignalMonitor: Add tracking of signals contents alsoEdward Hervey1-1/+8
2009-01-08Add a rule to be able to do "make test_something.py.check" to run individual ...Edward Hervey1-0/+3
2009-01-08In SourceFactory.__init__ make the name argument optional again. Oops.Alessandro Decina1-1/+1
2009-01-08Implement SourceFactory.releaseBin.Alessandro Decina2-22/+75
2009-01-08Add SignalMonitor to tests.common and use it track and timeline tests.Alessandro Decina3-23/+24
2009-01-08Change test_factories_file so that a check for ffvideoscale is only run whenAlessandro Decina1-4/+6
2009-01-08Misc changes to make pitivi start again.Alessandro Decina10-65/+107