This website requires JavaScript.
f8da7fa1fb
refactor request handling
rolux
2013-07-28 01:07:42 +0200
e7415059f0
formatDuration: use Math.abs(seconds)
rolux
2013-07-24 16:04:59 +0200
db321b583b
only load one video element for videos with one part
j
2013-07-22 21:46:43 +0000
e2be60c762
fix Ox.formatString
rlx
2013-07-22 17:49:50 +0000
dc0c504809
don't close menu on enter, but submit input on enter in autocompletemenu if no menu item was selected
rlx
2013-07-22 12:58:07 +0000
256c0cfa0d
CSS: set body {cursor: default}
rlx
2013-07-22 08:54:59 +0000
82638e1d45
OxCalendar: fix localized centuries/millennia
rlx
2013-07-22 08:39:11 +0000
ba1a0d5ebc
CSS: revert back to not setting {cursor: default} for all divs
rlx
2013-07-22 08:28:19 +0000
b1ee9bcc06
fix table list css when dragging columns
rlx
2013-07-22 08:23:50 +0000
ce579b8f3f
table list columns: add 'addable' property (defaults to true, like removable)
rlx
2013-07-20 07:57:13 +0000
8c6803dc0e
{cursor: text} only for user-selectable elements
rlx
2013-07-19 09:31:09 +0000
564ce69a78
exclusively handle selectability of text via .OxSelectable and body.OxDragging (to be set/unset in dragstart/dragend handlers)
rlx
2013-07-19 08:42:25 +0000
f8816e7522
video player: update previous/next buttons
rlx
2013-07-18 14:40:43 +0000
594a42fb11
video edit panel: don't set position when selecting clip
rlx
2013-07-18 14:07:46 +0000
eaa23ca4c8
video edit panel: don't set in and out when selecting clip
rlx
2013-07-18 13:58:49 +0000
196cb0f45f
video edit panel: allow for clip selection via keyboard shortcuts
rlx
2013-07-18 13:56:50 +0000
174aa87e9f
cosmetic changes
rlx
2013-07-18 13:55:57 +0000
87a7a9b5be
typo
rlx
2013-07-18 13:22:13 +0000
fe6f61f0ee
video edit panel: update wording in menu, remove print statement
rlx
2013-07-18 13:14:28 +0000
36c2314b16
video player: don't show loading icon if player has no video
rlx
2013-07-18 13:11:06 +0000
25930a5d14
video editor: use Ox.nextValue
rlx
2013-07-18 12:56:19 +0000
8f9473fa92
video edit panel: handle cuts, add more keyboard shortcuts
rlx
2013-07-18 12:55:42 +0000
86b741f552
unify goToNext methods, add keyboard shortcuts for previous/next chapter
rlx
2013-07-18 12:54:14 +0000
c4d2bb7a3d
add Ox.nextValue
rlx
2013-07-18 12:52:47 +0000
a4ab0c1eb3
video edit panel: fix view event, make icon list draggable, show milliseconds in player
rlx
2013-07-18 09:57:51 +0000
54f665e39f
add UI strings to locate.de.json
j
2013-07-17 10:20:24 +0000
aa6d2de64b
fix some locale strings
j
2013-07-17 10:19:57 +0000
60bf786a3a
Ox.List: add support for moving a (potentially discontinuous) selection of multiple items
rlx
2013-07-17 10:20:24 +0000
654850f0b9
edit clip list in grid view: use 'title (director)' as title
rlx
2013-07-15 14:46:51 +0000
deddd58dd7
resize clip list on edit panel resize
rlx
2013-07-15 12:03:31 +0000
52f946848c
make input of right-aligned editable cells right-aligned
rlx
2013-07-15 12:03:01 +0000
7bdf8d8c0b
add rudimentary support for viewing edit clips as grid
rlx
2013-07-15 11:34:11 +0000
f27f11ab58
cosmetic changes
rlx
2013-07-15 11:34:08 +0000
5549377541
preven default for control_shift_c to make copyadd work on linux, Chrome opens Inspect Element otherwise
j
2013-07-15 11:33:17 +0000
c0eff8edf3
use jquery .live on drag to also get elements added after drag started
j
2013-07-15 11:32:28 +0000
c6c3452853
in edits, handle 'add to clipboard'; resize clip list on window resize
rlx
2013-07-15 10:04:56 +0000
27bbbdbd83
Ox.Clipboard: add events; Ox.Request: cleanup; Ox.MainMenu: use OxHighlight class; Themes: add bar highlight color and gradient
rlx
2013-07-15 09:10:08 +0000
b1b2785a15
update main menu highlighting
rlx
2013-07-14 22:26:40 +0000
d9dfa9f0c6
video player with external controls: fix css and fullscreen
rlx
2013-07-14 19:52:18 +0000
8806961465
video edit panel: use external controls
rlx
2013-07-14 19:52:00 +0000
77d9cd5e3a
fix changing resolution in video editor
j
2013-07-14 19:25:30 +0000
41f37fee36
dont start playing if paused and hitting next
j
2013-07-14 19:15:56 +0000
f472dfb022
cosmetic changes
rlx
2013-07-14 19:11:32 +0000
99eddfb806
add status bar text to edit
rlx
2013-07-14 18:58:31 +0000
5b29e4348b
add chapter support to VideoPlayer, use for next/previous in VideoEditPanel
j
2013-07-14 18:52:26 +0000
19b9b14dfc
VideoPlayer: fix loop while playing in to out; VideoEditPanel: add play in to out control
rlx
2013-07-14 17:58:45 +0000
34a734e9f6
cosmetic changes
rlx
2013-07-14 17:46:03 +0000
dd9fd84bdf
Ox.List: fix keyboard event names
rlx
2013-07-14 17:45:45 +0000
cd0e9c8151
make 'add to clipboard' work in player and editor
rlx
2013-07-14 16:37:35 +0000
410e157cac
video panel: suport in/out/copy; video edit panel: support in/out
rlx
2013-07-14 16:24:19 +0000
155ada7992
no longer seeking on play
j
2013-07-14 15:26:37 +0000
db3ebf7663
video edit panel: handle open event
rlx
2013-07-14 15:13:46 +0000
cae1875f44
pass sort and item updates
j
2013-07-14 14:56:41 +0000
d7786e79a5
only index+ is sortable
j
2013-07-14 13:48:41 +0000
7dc86d3ca2
clean up video panels
rlx
2013-07-14 13:42:09 +0000
c8d0969a41
Ox.List: set item.options('position'), not item.data('position')
rlx
2013-07-14 13:41:02 +0000
a7cdb3af3d
list item: handle position update
rlx
2013-07-14 13:39:39 +0000
728f81bc91
trigger sort with array
j
2013-07-14 12:48:39 +0000
d61f8e38d3
fix ClipPanel merge conficts
j
2013-07-14 11:39:20 +0000
7aa2b95a56
ClipPanel: add menu
rlx
2013-07-14 10:24:38 +0000
1c969a7c2f
Video Edit Panel: handle width/height update
rlx
2013-07-14 10:23:43 +0000
667d22efa4
cosmetic changes
rlx
2013-07-14 10:22:26 +0000
fd7352edac
fix adding,removing,sorting video items and related updates
j
2013-07-14 10:41:30 +0000
1d3c17d4b2
use isSortable
j
2013-07-14 10:39:32 +0000
04d3160da8
dont sort sortable list on move
j
2013-07-14 10:39:13 +0000
92e49fe41a
dont set current time if not needed
j
2013-07-14 09:34:15 +0000
76fc986e97
durationchange no longer calles loadedmetadata; support updating video element to no items
j
2013-07-14 09:16:39 +0000
a0b92c16e5
fix large timeline
j
2013-07-14 09:14:23 +0000
72f1b47e1c
add VideoEditPanel, ClipPanel
j
2013-07-13 23:07:25 +0000
9420591b42
ignore
j
2013-07-13 23:06:55 +0000
079114c598
support updating video
j
2013-07-13 23:06:44 +0000
2403cd269d
fix updating items
j
2013-07-13 23:06:07 +0000
8383643549
Ox.List: cleanup; trigger copy (add) and cut (add) events
rlx
2013-07-13 23:06:01 +0000
e283ff1053
cleanup
rlx
2013-07-13 21:06:03 +0000
74d4c16e3a
video editor: trigger copy events
rlx
2013-07-13 21:05:04 +0000
1f29646b28
main menu: add public highlight method
rlx
2013-07-13 21:04:17 +0000
18d100f978
rewrite clipboard controller
rlx
2013-07-13 21:03:29 +0000
861dabfb43
allow for updating small video timeline url
rlx
2013-07-13 21:03:05 +0000
6c79e5711e
allow for updating 'draggable' and 'sortable' options of a table list
rlx
2013-07-13 14:01:17 +0000
305dd4cec1
allow for asynchronous large video timeline
rlx
2013-07-13 13:58:52 +0000
902b91f921
allow for small video timeline without image
rlx
2013-07-13 13:58:10 +0000
d64f499034
cosmetic changes
rolux
2013-07-13 15:56:02 +0200
daa17326db
update geo json
rolux
2013-07-13 15:53:09 +0200
936a6ff804
'Federal Republic of Yugoslavia' is IMDb alias for 'Yugoslavia', not for 'Serbia and Montenegro' (this has nothing to do with flags, the flag of Yugoslavia is its flag at dissolution in 2003, i.e. the flag of the 'Federal Republic of Yugoslavia')
rolux
2013-07-13 15:52:30 +0200
7572c105d7
fix loop icon
rlx
2013-07-12 20:30:07 +0000
0fdd110f11
Ox.VideoPlayer: add loop option and control
rlx
2013-07-12 14:43:30 +0000
82fc0e791a
fix icon list label css
rlx
2013-07-12 13:03:39 +0000
a5ad4466a4
Ox.URL: serialize hash as JSON
rlx
2013-07-12 12:02:17 +0000
fadf032592
Ox.URL: invoke getSpan for durations
rolux
2013-07-12 11:00:51 +0200
a2fb27d469
Ox.URL: add getPart option (page sections)
rlx
2013-07-11 15:13:10 +0000
7824a55eb0
fix examples/symbols css
rolux
2013-07-11 11:26:39 +0200
fab8dfa473
add fixme
rolux
2013-07-11 11:26:24 +0200
a5a6eac2c5
Ox.getVideoFormat returns one format, update documentation, fixes #1634
j
2013-07-10 14:36:51 +0000
1759fa6b69
loop or stop if going to item -1, fixes #1637
j
2013-07-10 13:34:31 +0000
538d45ce57
check if same item is in new items on update item, fire durationchanged fixes #1640
j
2013-07-10 13:29:48 +0000
1b1fb49eb8
cosmetic changes
rolux
2013-07-10 01:32:16 +0200
564603a20e
cleanup getVideoFormat and getVideoInfo
rolux
2013-07-10 01:32:08 +0200
b0f9558845
cleanup Ox.queue
rolux
2013-07-10 01:27:25 +0200
f938f281f1
rewrite Ox.VideoElement
j
2013-07-09 22:48:22 +0000
708aff64e4
add Ox.getVideoInfo, move Ox.UI.getVideoFormat to Ox.getVideoFormat
j
2013-07-09 14:30:35 +0000