j
|
91e1065aab
|
rename Ox.UI source files, remove Ox. prefix
|
2012-05-28 19:44:12 +00:00 |
|
j
|
005d50c389
|
self.setOption ~> that.update
|
2012-05-28 19:35:41 +00:00 |
|
rolux
|
461a237880
|
.bind -> .on, .unbind -> .off
|
2012-05-28 16:06:22 +02:00 |
|
rolux
|
c41afd2f5d
|
Ox.parseHTML -> Ox.sanitizeHTML, Ox.encodeHTML -> Ox.encodeHTMLEntities, Ox.decodeHTML -> Ox.decodeHTMLEntities
|
2012-05-27 12:40:02 +02:00 |
|
j
|
ba724933e8
|
fix setting position and paused state on timeline panel and player
|
2012-05-26 19:01:05 +00:00 |
|
j
|
68d50978ba
|
trailing comma removal,
|
2012-05-26 15:48:19 +00:00 |
|
j
|
0fc0e671e1
|
allow changing options.paused before metadata is loaded, trigger loadedmetadata event
|
2012-05-26 13:32:31 +00:00 |
|
j
|
033155cc51
|
expose paused as option in VideoEdito and VideoPlayerPanel
|
2012-05-26 11:52:08 +00:00 |
|
j
|
d49847593b
|
use Ox.LoadingIcon in Ox.VideoPlayer, fixes #798
|
2012-05-25 11:37:08 +02:00 |
|
rolux
|
147d637b7b
|
typos
|
2012-05-25 09:46:34 +02:00 |
|
rolux
|
544e117cb3
|
Ox.break -> Ox.Break
|
2012-05-24 19:20:29 +02:00 |
|
rolux
|
d5da610c18
|
use Ox.break
|
2012-05-24 12:02:32 +02:00 |
|
rolux
|
1608664bb6
|
rather use ''.slice than ''.substr
|
2012-05-24 11:47:33 +02:00 |
|
rolux
|
f990f3b857
|
use [].slice, not Ox.sub
|
2012-05-24 11:02:59 +02:00 |
|
rolux
|
1c40fb007b
|
use [].concat, not Ox.merge
|
2012-05-24 09:45:33 +02:00 |
|
rolux
|
12cf77cef5
|
less obscure Ox.map
|
2012-05-22 16:29:37 +02:00 |
|
j
|
b9e80c9d75
|
cleanup docs, fix children/find calls
|
2012-05-22 15:14:40 +02:00 |
|
rolux
|
04784630d3
|
use Ox.break
|
2012-05-22 09:11:26 +02:00 |
|
rolux
|
344d7ec40d
|
use Ox.indexOf, not Ox.getObject
|
2012-05-21 09:41:57 +03:00 |
|
rolux
|
503c2b5978
|
use [].some, not Ox.getObject
|
2012-05-21 09:40:40 +03:00 |
|
j
|
520eac7a22
|
more documentation, more semicolons, some fixmes
|
2012-05-21 21:23:16 +02:00 |
|
j
|
509745407b
|
add documentation stubs
|
2012-05-21 12:38:18 +02:00 |
|
j
|
2198d0b1ec
|
pass options.timeline, there is no options.type
|
2012-05-19 15:24:00 +02:00 |
|
j
|
ac35d761ac
|
fix AnnotationFolder
|
2012-05-19 15:14:04 +02:00 |
|
rolux
|
cb9a5fda2d
|
in AnnotationFolder, simplify crossesPoint()
|
2012-05-10 12:12:34 +02:00 |
|
rlx
|
d7f0464ee6
|
add missing public togglePaused method to Ox.VideoTimelinePlayer
|
2012-04-24 08:18:08 +00:00 |
|
rlx
|
aae7ba2485
|
fix a bug where tooltips would not retain their width near the right edge of the screen, fixes #568
|
2012-04-23 11:16:46 +00:00 |
|
rlx
|
c0c4031825
|
in video editor, rename 'posterFrameControls' option to 'enableSetPosterFrame', always include 'Go to Poster Frame' menu entry, and correctly enable/disable 'Set Poster Frame' menu entry
|
2012-04-23 09:53:29 +00:00 |
|
rlx
|
cb1fffa491
|
add some comments in video timeline player
|
2012-04-23 08:11:34 +00:00 |
|
rlx
|
a56329064d
|
pass info event in player and timeline panels
|
2012-04-22 11:13:06 +00:00 |
|
rlx
|
a1c82cb262
|
don't trigger 'censored' event on doubleclick
|
2012-04-22 10:16:07 +00:00 |
|
rlx
|
f0d4043fd4
|
make 'censored' icon/link/tooltip configurable (fixes #252)
|
2012-04-22 09:57:17 +00:00 |
|
rlx
|
bdab9b8a7d
|
in video editor, pass position along with in and out when triggering a point event
|
2012-04-22 08:54:44 +00:00 |
|
j
|
486e933926
|
add some more links to about
|
2012-04-19 16:09:28 +02:00 |
|
rlx
|
018dc69939
|
set width of timelines player timelines to the correct value after resize
|
2012-04-19 13:03:16 +00:00 |
|
rlx
|
ae33784cc1
|
correctly compute if scrollbar is visible
|
2012-04-19 12:25:39 +00:00 |
|
j
|
461cd3d686
|
only add uid to http urls, this breaks for file:// or blob urls
|
2012-04-19 13:26:46 +02:00 |
|
rlx
|
3db8dd4688
|
remove reference to pandora, fixes #594
|
2012-04-19 10:30:39 +00:00 |
|
rlx
|
88d25817c1
|
fix a bug in timeline player where the video would not be muted when loaded in muted state
|
2012-04-19 08:00:12 +00:00 |
|
rlx
|
fb64474545
|
timeline player: fix mute button, add scroll button
|
2012-04-19 07:54:30 +00:00 |
|
rlx
|
01b4840fd6
|
in timeline player, only show vertical scrollbar if needed - should fix #759, but can't be tested locally
|
2012-04-19 07:15:35 +00:00 |
|
rlx
|
821e8d1a4e
|
make sure timeline player has a bottom margin of 8px (not 4px)
|
2012-04-19 07:00:04 +00:00 |
|
rlx
|
c7d8d68607
|
implement 'censored' option in timeline player
|
2012-04-18 11:21:06 +00:00 |
|
rlx
|
c70271573a
|
in timeline view, react to selecting an annotation
|
2012-04-18 09:30:49 +00:00 |
|
rlx
|
02696ae741
|
add 'uncheckItem' method to menus and menubuttons, fix toggleSize in video editor
|
2012-04-18 07:57:59 +00:00 |
|
rlx
|
132e8d2207
|
rename various options of video widgets to allow for different timeline types
|
2012-04-18 07:43:32 +00:00 |
|
rlx
|
71d82c87f9
|
pass playing/position event from video player to timeline panel
|
2012-04-17 14:53:21 +00:00 |
|
rlx
|
7d3ea51e4b
|
slightly improved line above and below video
|
2012-04-17 13:52:45 +00:00 |
|
rlx
|
3ecfcd0f3f
|
implement 'follow player while playing'
|
2012-04-17 13:42:46 +00:00 |
|
rlx
|
0e8bfd1348
|
update timeline panel and timeline player
|
2012-04-17 12:01:24 +00:00 |
|