Thibault Saunier
4a746281d4
design: spelling correction in the effect design document
2011-05-06 10:38:59 +02:00
Thibault Saunier
e49e58b045
design: add a description of the ges_timeline_object_get_top_effect_postion method
2011-05-06 10:38:59 +02:00
Thibault Saunier
31b92d5ef4
Specs: Add a description of the GESEffect class
2011-05-06 10:38:59 +02:00
Thibault Saunier
9df758aeb6
design: fixe effects API after Edward review
2011-05-06 10:38:59 +02:00
Edward Hervey
b659f8902b
pending fixups/comments
2011-05-06 10:38:59 +02:00
Thibault Saunier
647f7c34d9
effects: Make TrackEffect implementation corresponding to the new effect API description
...
Make the effects testsuite correspond to the new API
Fixe a few compilation issues due to TrackEffect
2011-05-06 10:38:59 +02:00
Thibault Saunier
6991d9f33d
design: move GESTimlineSource new API to GESTimelineObject
2011-05-06 10:38:58 +02:00
Thibault Saunier
15701803bb
design: Effect API draft V2
2011-05-06 10:38:58 +02:00
Thibault Saunier
dce3642f83
Specs: review effect API Draft
2011-05-06 10:38:58 +02:00
Thibault Saunier
4f88365dba
Specs: Add effect API Draft
2011-05-06 10:38:58 +02:00
Thibault Saunier
36e742c114
Specs: Review design of effect implementation proposal
2011-05-06 10:38:58 +02:00
Thibault Saunier
6e5d16ac6d
GESTrackEffect: add private struct
2011-05-06 10:38:58 +02:00
Thibault Saunier
3b33287b04
Specs: proposal for effects implementation
2011-05-06 10:38:58 +02:00
Thibault Saunier
63e901ed12
GESTrackEffect: implementation of this new class
2011-05-06 10:38:58 +02:00
Edward Hervey
f259c0dc98
random: Update goals/features document
...
So that everybody can know what features we want.
2011-01-18 19:06:45 +01:00
Edward Hervey
59c56ec87a
docs: Fix image inclusion
2011-01-10 16:50:41 +01:00
Edward Hervey
ee897520e5
docs: Fix for uploading docs
2011-01-10 15:24:13 +01:00
Edward Hervey
ae3683404f
docs: Fixup the sections for missing/renamed/removed symbols
2011-01-10 11:13:13 +01:00
Thibault Saunier
98b51d8cd1
TimelineFileSource: Create instance private and move private variables to it
...
Fixe/Add getter and setters methods for those variables
Fixup documentation
2011-01-08 22:45:44 +01:00
Thibault Saunier
3d6764d6e9
Timeline: Add instance private and Move private variables to it
...
Fixe/Add getter methods to get those variables
Fixup documentation
2011-01-08 22:45:44 +01:00
Thibault Saunier
e793cb6f9c
TimelineTestSource: Move private variables to instance private
...
Fixe/Add getter and setter methods for those variables
Fixup documentation
2011-01-08 22:45:44 +01:00
Thibault Saunier
59c5cdfb33
TimelineTextOverlay: Move private variables to instance private
...
Fixe/Add getter and setter methods for those variables
Fixup documentation
2011-01-08 22:45:36 +01:00
Thibault Saunier
595e6434cb
TimelineTitleSource: Move private variables to instance private
...
Fixe/Add getter and setters methods for those variables
Fixup documentation
2011-01-08 22:37:52 +01:00
Thibault Saunier
b8493f8896
TrackAudioTestSource: Move private variables to instance private
...
Add getter methods to get those variables
Fixup documentation
2011-01-08 22:32:53 +01:00
Thibault Saunier
e042aa30e4
TrackTextOverlay: Move private variables to instance private
...
Add getter methods to get those variables
Add/Fixup documentation
2011-01-08 22:32:53 +01:00
Edward Hervey
7c255ff247
TrackTitleSource: Move private variables to instance private
...
Add getter methods to get those variables
Add/Fixup documentation
2011-01-06 12:04:53 +01:00
Edward Hervey
2d9f03fde0
TrackVideoTestSource: Move private data to instance private
...
Add a getter for the pattern
Document methods
2011-01-06 11:29:44 +01:00
Edward Hervey
58afc44fd7
TrackVideoTransition: Move private variable to instance private
...
Also add/fixup methods to get/set the transition type and document them.
2011-01-06 11:21:51 +01:00
Brandon Lewis
82e4d95a28
GESSimpleTimelineLayer: add _index() method
2010-12-16 19:37:06 +01:00
Edward Hervey
d7ae369084
random: Add explanation about TimelineObject<=>TrackObject mapping
2010-12-16 19:24:52 +01:00
Edward Hervey
73209e1f21
GESTrackObject: priority offset is handled by the TimelineObject
2010-12-16 19:24:25 +01:00
Edward Hervey
411ac1cb99
GESTrackObject: re-factor property setting code
...
And make sure notifications are emitted at the right time
2010-12-16 19:23:20 +01:00
Edward Hervey
e6aeb97040
GESTrackObject: Add a 'locked' property for position synchronization
...
And update all code using it
2010-12-16 16:27:26 +01:00
Edward Hervey
08fe90ab4e
docs: Remove more bogus files
2010-12-16 15:05:29 +01:00
Edward Hervey
8ca6f66f4c
GESTrackObject: Hide more variables and provide accessors for them
2010-12-16 15:00:46 +01:00
Edward Hervey
5a170091e6
GESTimelineLayer: Hide the object list and priority
...
Add needed setters/getters
2010-12-16 12:41:26 +01:00
Edward Hervey
3eadc4aa31
ges: Add more documentation and annotations
...
This should make GES gobject-introspection compliant now.
2010-12-15 19:40:11 +01:00
Edward Hervey
7146c33617
TimelineObject: Put more function name in sync with others
2010-12-15 19:18:42 +01:00
Edward Hervey
ed6b2ce4c4
GESTrack: Make more properties private
...
And ensure exported symbols are properly documented and have
argument checking.
2010-12-15 19:05:48 +01:00
Brandon Lewis
7bb28f0a6a
GESSimpleTimelineLayer: add _nth() method
2010-12-15 18:01:33 +01:00
Edward Hervey
61d3b51e18
docs: Remove .bak files
...
Added by error when I added the doc system
2010-12-15 13:29:53 +01:00
Edward Hervey
ecc168c13c
ges: Don't shorten symbol names
...
It wasn't making us gain anything, and confuses the hell out of g-ir-scanner.
2010-12-15 13:27:39 +01:00
Edward Hervey
7fc7bfb110
random: Add notes about Track mapping
2010-12-15 11:17:21 +01:00
Edward Hervey
bfaa119ef7
random: Add brainstorming about Timeline<=>Track object mapping
2010-12-14 17:37:13 +01:00
Edward Hervey
79e3ad5d51
random: Add lifecycle document
2010-12-09 18:53:29 +01:00
Edward Hervey
ef7eb9efdd
GESTransition: Make it a base class and add GESTimelineStandardTransition
...
This is to ensure people can create their own Layer Transition subclass.
API : GESTimelineTransition is now GESTimelineStandardTransition
2010-12-09 17:09:11 +01:00
Edward Hervey
d8b2781ddc
GESTimelineOperation: New abstract class for operations
...
This is a new class for all timeline objects that both produce and
consume data.
The existing subclasses of it are now:
* GESTimelineOverlay
* GESTimelineTransition
2010-12-09 14:25:22 +01:00
Edward Hervey
f352404159
GESTimelineObject: Clarify usage of create_track_object(s) by subclasses
2010-12-09 12:53:07 +01:00
Edward Hervey
218bd56866
ges: Remove creators for base classes
2010-12-08 16:11:55 +01:00
Edward Hervey
8cef09279a
GESTimelineSource: Remove _new() since it's a base class
2010-12-08 15:48:55 +01:00