156 changed files with
794 additions and
971 deletions
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
'use strict';
|
|
|
|
|
import Ox from './../../../Ox/js/Namespace.js';
|
|
|
|
|
import Ox from './../../../Ox/js/Ox.Global.js';
|
|
|
|
|
|
|
|
|
|
/*@
|
|
|
|
|
Ox.AnnotationFolder <f> AnnotationFolder Object
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
'use strict';
|
|
|
|
|
import Ox from './../../../Ox/js/Namespace.js';
|
|
|
|
|
import Ox from './../../../Ox/js/Ox.Global.js';
|
|
|
|
|
|
|
|
|
|
// FIXME: should be Ox.AnnotationFolders
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
'use strict';
|
|
|
|
|
import Ox from './../../../Ox/js/Namespace.js';
|
|
|
|
|
import Ox from './../../../Ox/js/Ox.Global.js';
|
|
|
|
|
|
|
|
|
|
/*@
|
|
|
|
|
Ox.BlockVideoTimeline <f> Block Video Timeline
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
'use strict';
|
|
|
|
|
import Ox from './../../../Ox/js/Namespace.js';
|
|
|
|
|
import Ox from './../../../Ox/js/Ox.Global.js';
|
|
|
|
|
|
|
|
|
|
Ox.ClipPanel = function(options, self) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
'use strict';
|
|
|
|
|
import Ox from './../../../Ox/js/Namespace.js';
|
|
|
|
|
import Ox from './../../../Ox/js/Ox.Global.js';
|
|
|
|
|
|
|
|
|
|
/*@
|
|
|
|
|
Ox.LargeVideoTimeline <f> LargeTimeline Object
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
'use strict';
|
|
|
|
|
import Ox from './../../../Ox/js/Namespace.js';
|
|
|
|
|
import Ox from './../../../Ox/js/Ox.Global.js';
|
|
|
|
|
|
|
|
|
|
/*@
|
|
|
|
|
Ox.SmallVideoTimeline <f> Small video timeline
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
'use strict';
|
|
|
|
|
import Ox from './../../../Ox/js/Namespace.js';
|
|
|
|
|
import Ox from './../../../Ox/js/Ox.Global.js';
|
|
|
|
|
|
|
|
|
|
/*@
|
|
|
|
|
Ox.SmallVideoTimelineImage <f> Small Video Timeline Image
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
'use strict';
|
|
|
|
|
import Ox from './../../../Ox/js/Namespace.js';
|
|
|
|
|
import Ox from './../../../Ox/js/Ox.Global.js';
|
|
|
|
|
|
|
|
|
|
/*@
|
|
|
|
|
Ox.VideoAnnotationPanel <f> VideoAnnotationPanel Object
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
'use strict';
|
|
|
|
|
import Ox from './../../../Ox/js/Namespace.js';
|
|
|
|
|
import Ox from './../../../Ox/js/Ox.Global.js';
|
|
|
|
|
|
|
|
|
|
Ox.VideoEditPanel = function(options, self) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
'use strict';
|
|
|
|
|
import Ox from './../../../Ox/js/Namespace.js';
|
|
|
|
|
import Ox from './../../../Ox/js/Ox.Global.js';
|
|
|
|
|
|
|
|
|
|
/*@
|
|
|
|
|
Ox.VideoElement <f> VideoElement Object
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
'use strict';
|
|
|
|
|
import Ox from './../../../Ox/js/Namespace.js';
|
|
|
|
|
import Ox from './../../../Ox/js/Ox.Global.js';
|
|
|
|
|
|
|
|
|
|
/*@
|
|
|
|
|
Ox.VideoPlayer <f> Generic Video Player
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
import Ox from './../../../Ox/js/Namespace.js';
|
|
|
|
|
import Ox from './../../../Ox/js/Ox.Global.js';
|
|
|
|
|
|
|
|
|
|
Ox.VideoPlayerMenu = function(options, self) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
'use strict';
|
|
|
|
|
import Ox from './../../../Ox/js/Namespace.js';
|
|
|
|
|
import Ox from './../../../Ox/js/Ox.Global.js';
|
|
|
|
|
|
|
|
|
|
/*@
|
|
|
|
|
Ox.VideoPlayerPanel <f> VideoPlayerPanel Object
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
'use strict';
|
|
|
|
|
import Ox from './../../../Ox/js/Namespace.js';
|
|
|
|
|
import Ox from './../../../Ox/js/Ox.Global.js';
|
|
|
|
|
|
|
|
|
|
/*@
|
|
|
|
|
Ox.VideoPreview <f> Video Preview
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
'use strict';
|
|
|
|
|
import Ox from './../../../Ox/js/Namespace.js';
|
|
|
|
|
import Ox from './../../../Ox/js/Ox.Global.js';
|
|
|
|
|
|
|
|
|
|
/*@
|
|
|
|
|
Ox.VideoTimelinePanel <f> Video timeline panel
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
'use strict';
|
|
|
|
|
import Ox from './../../../Ox/js/Namespace.js';
|
|
|
|
|
import Ox from './../../../Ox/js/Ox.Global.js';
|
|
|
|
|
|
|
|
|
|
/*@
|
|
|
|
|
Ox.VideoTimelinePlayer <f> Video Timeline Player
|
|
|
|
|
|