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 |
|
rlx
|
c6bfa97c68
|
rename a variable in video editor
|
2012-04-17 11:59:08 +00:00 |
|
rlx
|
7e8f5bef32
|
fix bugs in video player: allow for setting volume from outside, only show volume control if enabled
|
2012-04-17 11:58:17 +00:00 |
|
rlx
|
8c963339fd
|
add first version of Ox.VideoTimelinePanel, update Ox.VideoTimelinePlayer
|
2012-04-17 07:52:37 +00:00 |
|
rlx
|
c6f0308a17
|
in Ox.VideoPanel, use setElement(...), not that. = ...
|
2012-04-17 07:51:32 +00:00 |
|
rlx
|
c5af338d2d
|
update Ox.Chart
|
2012-03-26 19:26:28 +00:00 |
|
rlx
|
5d1b204e45
|
when reaching full minute, round position to full minute
|
2012-03-25 21:49:36 +00:00 |
|
rlx
|
8e6787be97
|
move full minute check from player into panel and editor, should fix #716
|
2012-03-25 21:45:39 +00:00 |
|
rlx
|
17aca54e7a
|
temporary fix for video skipping bug (#716); add third parameter (index) to forEach callback; add Geo colors
|
2012-03-25 21:23:03 +00:00 |
|
j
|
429d5c744b
|
comment out some Ox.print calls
|
2012-03-23 19:03:56 +01:00 |
|
rlx
|
bc3fedb125
|
fix alphabetical order of annotations with tags, fixes #681
|
2012-03-20 09:34:50 +00:00 |
|
rlx
|
53f57939ec
|
fix a bug with toggling paused state
|
2012-03-14 10:38:32 +00:00 |
|
rlx
|
8521eb36ba
|
add video timeline player and demo
|
2012-03-14 10:35:46 +00:00 |
|
j
|
3551e73249
|
dont fail if previously selected id was removed
|
2012-03-13 13:26:13 +01:00 |
|
j
|
9e7a639ada
|
consistantly use ?uid for video source
|
2012-03-09 23:27:48 +01:00 |
|
rlx
|
68ca199ae3
|
properly escape user names and list names
|
2012-02-22 10:14:25 +00:00 |
|
j
|
01d975878b
|
dont fail if selected annotation is not present
|
2012-02-21 17:00:35 +05:30 |
|
rlx
|
202d11177b
|
some work towards making places and events editable from annotations panel (#561)
|
2012-02-21 10:10:39 +00:00 |
|
j
|
7019a7994b
|
show clones, fixes #567
|
2012-02-20 21:51:08 +00:00 |
|
j
|
56c1bf2af0
|
enable download, fixed #467
|
2012-02-19 19:06:25 +00:00 |
|
rlx
|
8964fdcd58
|
in timeline view, after sumbitting find, make editor gain focus (fixes #539)
|
2012-02-19 18:51:53 +00:00 |
|
rlx
|
02b5b56be8
|
implement 'show subtitles' functionality for players and timelines
|
2012-02-19 18:26:57 +00:00 |
|
rlx
|
b5a7b9b28d
|
remove some unused files
|
2012-02-19 17:24:34 +00:00 |
|
rlx
|
6a9707ed0b
|
fix a bug where pressing delete would not remove an annotation if the video editor had focus (fixes #477)
|
2012-02-19 14:37:55 +00:00 |
|
rlx
|
bd5b6f8230
|
fix issues with home and tv
|
2012-02-19 12:58:55 +00:00 |
|
rlx
|
7d188d8621
|
make +/- volume keyboard shortcut work in video and timeline views
|
2012-02-19 11:21:52 +00:00 |
|
rlx
|
529184887a
|
make doubleclicking on non-editable annotation 'open' it, i.e. go to its in point
|
2012-02-19 11:06:03 +00:00 |
|
rlx
|
94cfbdb45c
|
fix issues with automatically opening annotation folders; add annotations option to video player to make find work for all layers
|
2012-02-19 10:49:52 +00:00 |
|
rlx
|
61402492c6
|
make sure doubleclicking on timeline doesn't turn non-editable annotations into editing state
|
2012-02-19 09:06:57 +00:00 |
|
rlx
|
696741190a
|
only show users in menu if there are annotations
|
2012-02-19 09:01:13 +00:00 |
|
rlx
|
9558070d8f
|
update list of users on edit annotation (fixes #382)
|
2012-02-19 08:59:27 +00:00 |
|
rlx
|
0883bc7127
|
fix a bug in subtitle display on small timeline
|
2012-02-19 07:41:19 +00:00 |
|
rlx
|
2c2caf8f58
|
add 'editable' timeline state (fixes #521)
|
2012-02-19 07:21:40 +00:00 |
|
rlx
|
a66c7c9bdd
|
various fixes related to adding place annotations
|
2012-02-18 09:56:58 +00:00 |
|
rlx
|
bbdbaf86da
|
keep annotation remove from throwing errors (fixes #452)
|
2012-02-18 07:22:31 +00:00 |
|
rlx
|
c6e8a84f65
|
better tooltip for in/out players (fixes #501)
|
2012-02-17 20:55:00 +00:00 |
|
rlx
|
5383867f70
|
begin to add some keyboard shortcuts to video view annotation panel
|
2012-02-17 17:31:39 +00:00 |
|
rlx
|
ba0fe16a07
|
in video view, update URL when selecting annotation (fixes #479)
|
2012-02-17 16:29:50 +00:00 |
|
rlx
|
a27ff78730
|
merge
|
2012-02-17 16:13:32 +00:00 |
|
rlx
|
e8f370ab7c
|
make video editor handle internal links (fixes #494)
|
2012-02-17 16:13:08 +00:00 |
|
j
|
7397bead91
|
switch video source while loading metadata
|
2012-02-17 13:36:26 +01:00 |
|
rlx
|
c36a3537c0
|
fix an issue where rendering the edit menu before updating layers would cause add annotation to fail
|
2012-02-17 12:18:26 +00:00 |
|
rlx
|
3407f36d12
|
fix #493 (error when removing a not-yet-loaded video from the dom)
|
2012-02-17 10:41:38 +00:00 |
|
j
|
1a6da64b6b
|
add enableImport flag to VideoEditor
|
2012-02-17 14:36:26 +05:30 |
|
rlx
|
7d4fd8f706
|
fix some bugs in insert html dialog
|
2012-02-16 18:04:25 +00:00 |
|
rlx
|
e1d8e2aeea
|
merge
|
2012-02-16 16:36:26 +00:00 |
|
rlx
|
4dd2c5706d
|
add InsertHTMLDialog to VideoEditor
|
2012-02-16 16:35:59 +00:00 |
|
j
|
f28ed7366b
|
keep volume/muted values from current video when changing parts, fixes #200
|
2012-02-16 22:05:30 +05:30 |
|
j
|
ac25a69aaa
|
update posterFrame in players, fixes #476
|
2012-02-16 21:14:46 +05:30 |
|
rlx
|
658fca3c76
|
video editor: highlight-as-you-type (fixes #395)
|
2012-02-16 12:46:57 +00:00 |
|
rlx
|
73bd672b15
|
add option to find selected annotation in _this_ video; make sure focus returns after hiding menus
|
2012-02-16 12:32:52 +00:00 |
|
rlx
|
2bd8c8d13f
|
commiting unsaved changes
|
2012-02-16 11:56:20 +00:00 |
|