durandn [Fri, 18 Sep 2015 14:39:45 +0200] rev 1049
Added support for running a function before the draw() function of a widget, for example when a widget needs to fetch additional user informations that aren't provided by the metadatas
durandn [Fri, 18 Sep 2015 14:32:28 +0200] rev 1048
Updated Annotation controller to assign "selected" class to buttons when they get clicked on, for use in custom css.
durandn [Tue, 01 Sep 2015 15:57:54 +0200] rev 1047
Added a button to cancel Annotation creation and hide the widget on CreateAnnotation
durandn [Tue, 01 Sep 2015 15:31:46 +0200] rev 1046
Updated LatestAnnotation, CurrentSegmentInfobox, AnnotationController and AnnotationList widgets to use timerange to find the current segment when the corresponding option is used + CurrentSegmentInfobox now has an option for editing the current segment + LatestAnnotation now has a "Copy and edit" button that allows to use the text from the currently displayed annotation into the CreateAnnotation widget textarea
durandn [Tue, 01 Sep 2015 15:24:26 +0200] rev 1045
Altered ldt_annotate serializer to allow for serializing id for editing annotation + Added Markers widget that allows to make and edit 0 duration annotations.
durandn [Tue, 01 Sep 2015 15:10:17 +0200] rev 1044
Added support for defining a "time range" for a Playable to set the time boundaries of what can be played by the diffenrent players (Popcorn and HtmlPlayer for now). Added option in Segment widget to define a timerange on click.