j
|
34894f8d29
|
add first version of arabic locale
|
2013-07-28 17:37:17 +02:00 |
|
rlx
|
9fbafd2039
|
Ox.Request: Only invoke callback or trigger error event for requests that have not been cancelled
|
2013-07-28 11:53:21 +00:00 |
|
rolux
|
f8da7fa1fb
|
refactor request handling
|
2013-07-28 01:07:42 +02:00 |
|
rolux
|
e7415059f0
|
formatDuration: use Math.abs(seconds)
|
2013-07-24 16:04:59 +02:00 |
|
j
|
db321b583b
|
only load one video element for videos with one part
|
2013-07-22 21:46:43 +00:00 |
|
rlx
|
e2be60c762
|
fix Ox.formatString
|
2013-07-22 17:49:50 +00:00 |
|
rlx
|
dc0c504809
|
don't close menu on enter, but submit input on enter in autocompletemenu if no menu item was selected
|
2013-07-22 12:58:07 +00:00 |
|
rlx
|
256c0cfa0d
|
CSS: set body {cursor: default}
|
2013-07-22 08:54:59 +00:00 |
|
rlx
|
82638e1d45
|
OxCalendar: fix localized centuries/millennia
|
2013-07-22 08:39:11 +00:00 |
|
rlx
|
ba1a0d5ebc
|
CSS: revert back to not setting {cursor: default} for all divs
|
2013-07-22 08:28:19 +00:00 |
|
rlx
|
b1ee9bcc06
|
fix table list css when dragging columns
|
2013-07-22 08:23:50 +00:00 |
|
rlx
|
ce579b8f3f
|
table list columns: add 'addable' property (defaults to true, like removable)
|
2013-07-20 07:57:13 +00:00 |
|
rlx
|
8c6803dc0e
|
{cursor: text} only for user-selectable elements
|
2013-07-19 09:31:09 +00:00 |
|
rlx
|
564ce69a78
|
exclusively handle selectability of text via .OxSelectable and body.OxDragging (to be set/unset in dragstart/dragend handlers)
|
2013-07-19 08:42:25 +00:00 |
|
rlx
|
f8816e7522
|
video player: update previous/next buttons
|
2013-07-18 14:40:43 +00:00 |
|
rlx
|
594a42fb11
|
video edit panel: don't set position when selecting clip
|
2013-07-18 14:07:46 +00:00 |
|
rlx
|
eaa23ca4c8
|
video edit panel: don't set in and out when selecting clip
|
2013-07-18 13:58:49 +00:00 |
|
rlx
|
196cb0f45f
|
video edit panel: allow for clip selection via keyboard shortcuts
|
2013-07-18 13:56:50 +00:00 |
|
rlx
|
174aa87e9f
|
cosmetic changes
|
2013-07-18 13:55:57 +00:00 |
|
rlx
|
87a7a9b5be
|
typo
|
2013-07-18 13:22:13 +00:00 |
|
rlx
|
fe6f61f0ee
|
video edit panel: update wording in menu, remove print statement
|
2013-07-18 13:14:28 +00:00 |
|
rlx
|
36c2314b16
|
video player: don't show loading icon if player has no video
|
2013-07-18 13:11:06 +00:00 |
|
rlx
|
25930a5d14
|
video editor: use Ox.nextValue
|
2013-07-18 12:56:19 +00:00 |
|
rlx
|
8f9473fa92
|
video edit panel: handle cuts, add more keyboard shortcuts
|
2013-07-18 12:55:42 +00:00 |
|
rlx
|
86b741f552
|
unify goToNext methods, add keyboard shortcuts for previous/next chapter
|
2013-07-18 12:54:14 +00:00 |
|
rlx
|
c4d2bb7a3d
|
add Ox.nextValue
|
2013-07-18 12:52:47 +00:00 |
|
rlx
|
a4ab0c1eb3
|
video edit panel: fix view event, make icon list draggable, show milliseconds in player
|
2013-07-18 09:57:51 +00:00 |
|
j
|
54f665e39f
|
add UI strings to locate.de.json
|
2013-07-17 10:20:24 +00:00 |
|
j
|
aa6d2de64b
|
fix some locale strings
|
2013-07-17 10:19:57 +00:00 |
|
rlx
|
60bf786a3a
|
Ox.List: add support for moving a (potentially discontinuous) selection of multiple items
|
2013-07-17 10:20:24 +00:00 |
|
rlx
|
654850f0b9
|
edit clip list in grid view: use 'title (director)' as title
|
2013-07-15 14:46:51 +00:00 |
|
rlx
|
deddd58dd7
|
resize clip list on edit panel resize
|
2013-07-15 12:03:31 +00:00 |
|
rlx
|
52f946848c
|
make input of right-aligned editable cells right-aligned
|
2013-07-15 12:03:01 +00:00 |
|
rlx
|
7bdf8d8c0b
|
add rudimentary support for viewing edit clips as grid
|
2013-07-15 11:34:11 +00:00 |
|
rlx
|
f27f11ab58
|
cosmetic changes
|
2013-07-15 11:34:08 +00:00 |
|
j
|
5549377541
|
preven default for control_shift_c to make copyadd work on linux, Chrome opens Inspect Element otherwise
|
2013-07-15 11:33:17 +00:00 |
|
j
|
c0eff8edf3
|
use jquery .live on drag to also get elements added after drag started
|
2013-07-15 11:32:28 +00:00 |
|
rlx
|
c6c3452853
|
in edits, handle 'add to clipboard'; resize clip list on window resize
|
2013-07-15 10:04:56 +00:00 |
|
rlx
|
27bbbdbd83
|
Ox.Clipboard: add events; Ox.Request: cleanup; Ox.MainMenu: use OxHighlight class; Themes: add bar highlight color and gradient
|
2013-07-15 09:10:08 +00:00 |
|
rlx
|
b1b2785a15
|
update main menu highlighting
|
2013-07-14 22:26:40 +00:00 |
|
rlx
|
d9dfa9f0c6
|
video player with external controls: fix css and fullscreen
|
2013-07-14 19:52:18 +00:00 |
|
rlx
|
8806961465
|
video edit panel: use external controls
|
2013-07-14 19:52:00 +00:00 |
|
j
|
77d9cd5e3a
|
fix changing resolution in video editor
|
2013-07-14 19:25:30 +00:00 |
|
j
|
41f37fee36
|
dont start playing if paused and hitting next
|
2013-07-14 19:15:56 +00:00 |
|
rlx
|
f472dfb022
|
cosmetic changes
|
2013-07-14 19:11:32 +00:00 |
|
rlx
|
99eddfb806
|
add status bar text to edit
|
2013-07-14 18:58:31 +00:00 |
|
j
|
5b29e4348b
|
add chapter support to VideoPlayer, use for next/previous in VideoEditPanel
|
2013-07-14 18:52:26 +00:00 |
|
rlx
|
19b9b14dfc
|
VideoPlayer: fix loop while playing in to out; VideoEditPanel: add play in to out control
|
2013-07-14 17:58:45 +00:00 |
|
rlx
|
34a734e9f6
|
cosmetic changes
|
2013-07-14 17:46:03 +00:00 |
|
rlx
|
dd9fd84bdf
|
Ox.List: fix keyboard event names
|
2013-07-14 17:45:45 +00:00 |
|