durandn [Fri, 18 Sep 2015 14:42:52 +0200] rev 1052
Added support for editing the currently selected segment and its potential tags
durandn [Fri, 18 Sep 2015 14:41:51 +0200] rev 1051
Added support for custom button texts + Added support for deleting markers + reworked the way the "+" and "-" buttons work + Added a "placeholder" marker when clicking "+" to show where in the timeline the marker will be posted
durandn [Fri, 18 Sep 2015 14:40:25 +0200] rev 1050
Added support for custom button texts
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.