Commit graph

1831 commits

Author SHA1 Message Date
rlx
09a114230a allow for multiple Ox.Clipboards (more like Ox.History) 2013-08-03 15:01:16 +00:00
rlx
66ee836c13 fix control_x handler in Ox.List 2013-08-03 14:47:25 +00:00
rlx
31d54403fb add Ox.History 2013-08-03 13:58:36 +00:00
rlx
20137da742 trigger cut and cutadd events (consumer of list events may want to differentiate between cut and delete) 2013-08-03 13:57:55 +00:00
rlx
989cb2c945 pass cut and cutadd events, remove event -> delete event 2013-08-03 13:57:03 +00:00
rlx
ee40d049dc trigger delete event, not remove event (more in line with clipboard and history) 2013-08-03 13:56:27 +00:00
rlx
e3abfd2702 Ox.Clipboard: enforce uniqueness of items on add 2013-08-02 19:13:36 +00:00
rlx
e6541b2b32 Ox.Clipboard: ignore copy/add in case zero items get passed 2013-08-02 16:41:08 +00:00
rlx
8273b8654a Ox.Clipboard: allow for copying/adding a single item (not wrapped in array) 2013-08-02 15:03:20 +00:00
rlx
1fc0a0191b Lists: add public 'selectAll' and 'invertSelection' methods 2013-08-02 12:23:43 +00:00
rlx
43502c42a1 Ox.Clipboard: add public 'items' method (returns number of items) 2013-08-02 12:23:15 +00:00
rlx
d05b12208a Ox.TableList: add 'droppable' option (that guarantees cells are Ox.Elements, and thus receive drop events) 2013-08-02 09:21:37 +00:00
rlx
074ee0410e video player: add go to poster frame keyboard shortcut 2013-08-01 13:11:00 +00:00
rlx
f8a91e90ca collapse panel: gain focus on toggle button click 2013-08-01 11:32:58 +00:00
rlx
3e78580c91 collapse panel: add expand/collapse keyboard shortcuts 2013-08-01 11:28:14 +00:00
rlx
e5e8412c3a main menu: add public isSelected method 2013-08-01 10:33:35 +00:00
rlx
a0c9111f3b move menu extra style into css 2013-08-01 10:26:09 +00:00
rlx
687158c3fa remove print statement 2013-08-01 08:43:42 +00:00
rlx
ead18f3e0e minor cleanup 2013-08-01 08:42:14 +00:00
rlx
3b2c8a40b1 video player panel: handle cuts and loop, add play-in-to-out, add missing keyboard shortcuts 2013-08-01 08:41:43 +00:00
rlx
4eab471f9d video player: add keyboard shortcut and public method for loop, abort play-in-to-out on pause, minor cleanup 2013-08-01 08:39:20 +00:00
rlx
dba5f268ea update loading icon 2013-07-29 10:49:48 +00:00
rlx
77319eb44f loading icon: stop animation before beginning new animation, add callback functions to start and stop, rotate back to 0 deg when stopped 2013-07-29 09:46:52 +00:00
rlx
7a20c4ca05 SplitPanel: don't toggle again while toggle animation is running 2013-07-28 23:33:12 +00: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
j
db321b583b only load one video element for videos with one part 2013-07-22 21:46:43 +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
82638e1d45 OxCalendar: fix localized centuries/millennia 2013-07-22 08:39:11 +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
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
a4ab0c1eb3 video edit panel: fix view event, make icon list draggable, show milliseconds in player 2013-07-18 09:57:51 +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
rlx
cd0e9c8151 make 'add to clipboard' work in player and editor 2013-07-14 16:37:35 +00:00
rlx
410e157cac video panel: suport in/out/copy; video edit panel: support in/out 2013-07-14 16:24:19 +00:00
j
155ada7992 no longer seeking on play 2013-07-14 15:26:37 +00:00
rlx
db3ebf7663 video edit panel: handle open event 2013-07-14 15:13:46 +00:00
j
cae1875f44 pass sort and item updates 2013-07-14 14:56:41 +00:00
j
d7786e79a5 only index+ is sortable 2013-07-14 13:48:41 +00:00
rlx
7dc86d3ca2 clean up video panels 2013-07-14 13:42:09 +00:00
rlx
c8d0969a41 Ox.List: set item.options('position'), not item.data('position') 2013-07-14 13:41:02 +00:00
rlx
a7cdb3af3d list item: handle position update 2013-07-14 13:39:39 +00:00
j
728f81bc91 trigger sort with array 2013-07-14 12:48:39 +00:00
j
d61f8e38d3 fix ClipPanel merge conficts 2013-07-14 11:39:20 +00:00
rlx
7aa2b95a56 ClipPanel: add menu 2013-07-14 10:24:38 +00:00
rlx
1c969a7c2f Video Edit Panel: handle width/height update 2013-07-14 10:23:43 +00:00
rlx
667d22efa4 cosmetic changes 2013-07-14 10:22:26 +00:00
j
fd7352edac fix adding,removing,sorting video items and related updates 2013-07-14 10:41:30 +00:00
j
1d3c17d4b2 use isSortable 2013-07-14 10:39:32 +00:00
j
04d3160da8 dont sort sortable list on move 2013-07-14 10:39:13 +00:00
j
92e49fe41a dont set current time if not needed 2013-07-14 09:34:15 +00:00
j
76fc986e97 durationchange no longer calles loadedmetadata; support updating video element to no items 2013-07-14 09:16:39 +00:00
j
a0b92c16e5 fix large timeline 2013-07-14 09:14:23 +00:00
j
72f1b47e1c add VideoEditPanel, ClipPanel 2013-07-13 23:07:25 +00:00
j
079114c598 support updating video 2013-07-13 23:06:44 +00:00
j
2403cd269d fix updating items 2013-07-13 23:06:07 +00:00
rlx
8383643549 Ox.List: cleanup; trigger copy (add) and cut (add) events 2013-07-13 23:06:01 +00:00
rlx
e283ff1053 cleanup 2013-07-13 21:06:03 +00:00
rlx
74d4c16e3a video editor: trigger copy events 2013-07-13 21:05:04 +00:00
rlx
1f29646b28 main menu: add public highlight method 2013-07-13 21:04:17 +00:00
rlx
18d100f978 rewrite clipboard controller 2013-07-13 21:03:29 +00:00
rlx
861dabfb43 allow for updating small video timeline url 2013-07-13 21:03:05 +00:00
rlx
6c79e5711e allow for updating 'draggable' and 'sortable' options of a table list 2013-07-13 14:01:17 +00:00
rlx
305dd4cec1 allow for asynchronous large video timeline 2013-07-13 13:58:52 +00:00
rlx
902b91f921 allow for small video timeline without image 2013-07-13 13:58:10 +00:00
rolux
d64f499034 cosmetic changes 2013-07-13 15:56:02 +02:00
rlx
7572c105d7 fix loop icon 2013-07-12 20:30:07 +00:00
rlx
0fdd110f11 Ox.VideoPlayer: add loop option and control 2013-07-12 14:43:30 +00:00
rlx
a5ad4466a4 Ox.URL: serialize hash as JSON 2013-07-12 12:02:17 +00:00
rolux
fadf032592 Ox.URL: invoke getSpan for durations 2013-07-12 11:00:51 +02:00
rlx
a2fb27d469 Ox.URL: add getPart option (page sections) 2013-07-11 15:13:10 +00:00
rolux
fab8dfa473 add fixme 2013-07-11 11:26:24 +02:00
j
1759fa6b69 loop or stop if going to item -1, fixes #1637 2013-07-10 13:34:31 +00:00
j
538d45ce57 check if same item is in new items on update item, fire durationchanged fixes #1640 2013-07-10 13:29:48 +00:00
rolux
1b1fb49eb8 cosmetic changes 2013-07-10 01:32:16 +02:00
j
f938f281f1 rewrite Ox.VideoElement 2013-07-09 22:48:22 +00:00
rlx
675e45df18 add doubleclick-to-scroll-up to editor menubar 2013-07-09 18:30:44 +00:00
rlx
5c655f3337 fix map overlay appearance, again 2013-07-09 15:24:34 +00:00
rlx
7bfa671ebf video panel: set timeline in/out on load 2013-07-09 10:01:38 +00:00
j
59f4c0d3ed trigger playing instead of position event while playing 2013-07-08 12:10:44 +00:00
rlx
cc1cede9bc AnnotationPanel: add doubleclick-on-title-bar-to-scroll-up functionality 2013-07-08 10:52:11 +00:00
j
58e078e3bb log as Video not VIDEO 2013-06-14 16:39:38 +00:00
j
e929a7266a revert last commit 2013-06-04 12:27:09 +00:00
j
e4b935e5ed self.optoins.items returns request id, dont overwrite with additional info, if callback needs query, self.options.items should pass that info to callback. 2013-06-04 11:57:50 +00:00
rolux
4950898b34 some more tabs to spaces 2013-06-02 22:19:36 +02:00
rolux
2d0fdae171 Ox.Map: make sure loading icon is actually present 2013-06-02 01:58:47 +02:00
rolux
f820e06455 Ox.API: pass api to callback (todo: don't return api) 2013-06-01 13:59:01 +02:00
rolux
541af0917a cosmetic changes 2013-05-30 23:02:03 +02:00
j
2560d503d7 add all untranslated Ox.UI strings to locale.de.json 2013-05-20 14:39:04 +00:00
rolux
a84fa05d73 cleanup List.js 2013-05-15 09:30:31 +02:00
j
697edd72a3 List.js trigger doubleclick event on touchend if selection was not changed
this allows list navigation for mobile devices that have not double click.
tested on Android 4 in Chrome, Firefox and Android Browser
2013-05-14 17:12:44 +00:00
j
907d41642b typo 2013-05-10 11:59:39 +00:00
j
535c04d386 wrap more strings in Ox._ 2013-05-10 10:45:24 +00:00
rolux
42cb002c5f fix map 'report map error' css 2013-05-10 11:01:06 +02:00
j
4d8c716d0b add localization to Ox 2013-05-09 13:03:33 +00:00
rlx
74e6c12904 selectbefore/selectafter -> selectprevious/selectnext 2013-05-08 16:53:33 +00:00
rlx
e9668823e3 Ox.Chart: fix sort regressions 2013-05-07 14:33:52 +00:00
j
4f37ff8783 remove debug 2013-05-01 12:40:39 +00:00
j
11b9301337 fix changing resolution for multi part videos, fixes #1491 2013-05-01 12:34:07 +00:00
rolux
47aa05b9bc typo 2013-04-26 12:28:26 +02:00
rolux
f7c531c5df Ox.Chart: when sorting by value, descending, make sure sort order of tied items, by key, is ascending 2013-04-26 12:27:35 +02:00
rolux
53239d4cd1 in map and calendar editor, change order of add/remove and new buttons 2013-04-26 10:03:26 +02:00
j
3c3a6ea220 fix FileButton flow so it can be used as a dialog button 2013-03-26 13:36:24 +00:00
rolux
0fa77bd167 remove print statement 2013-03-24 20:23:38 +05:30
rolux
17044e6649 set width/height for flag in map marker tooltip 2013-03-22 20:16:25 +05:30
j
852641335d add Ox.Cookie, send X-CSRFToken if csrftoken cookie is set 2013-03-16 17:24:43 +05:30
rolux
7eb8cf66c6 fix a bug in annotation panel 2013-03-09 18:32:30 +05:30
rolux
e6df7f31bd fix a bug in array editable 2013-03-08 16:58:29 +05:30
rolux
0800fd8f37 fix a bug in array editable 2013-03-08 16:56:47 +05:30
rolux
0b155c4bb2 typo 2013-03-08 16:50:53 +05:30
rolux
e7e20ecc3c update annotation folder 2013-03-08 16:48:20 +05:30
rolux
317b433a5c change capitalization 2013-03-08 16:44:11 +05:30
rolux
8e91501104 editable/arrayeditable: support placeholder update 2013-03-08 16:42:03 +05:30
rolux
c5f75d98c9 annotation folder: improve 'no items' message when range is not 'all' 2013-03-08 16:33:13 +05:30
rolux
c8135f4556 typo 2013-03-08 15:44:41 +05:30
rolux
43d5bee70a add auto variant of loading screen and image element 2013-03-08 08:48:49 +00:00
rolux
b63adeeb01 cosmetic changes 2013-03-08 08:42:36 +00:00
rlx
a8c7239da6 AnnotationPanel: add methods addLayer, removeLayer, updateLayer 2013-03-07 12:49:20 +00:00
rolux
6c29a1c5cd handle setting css of image element, add image loading gradient css for dialogs 2013-03-07 13:26:22 +05:30
rolux
0d784b3dc4 add Ox.LoadingScreen and Ox.ImageElement, update CSS 2013-03-07 12:50:54 +05:30
rolux
a34c8b5b11 cosmetic changes 2013-03-06 12:26:57 +00:00
rlx
1115a33a5f Ox.URL: don't treat 7-digit numbers as dates 2013-03-06 10:00:41 +00:00
rolux
c869231d34 fix a bug in Ox.URL 2013-03-05 14:31:21 +00:00
rlx
42760324f3 cosmetic change 2013-03-05 06:06:03 +00:00
rlx
35947ab77b Ox.URL: fix and update tests 2013-03-05 06:05:35 +00:00
rlx
d3f39c29f2 fix icon item info css 2013-03-04 15:03:54 +00:00
rlx
fcd3089329 fix a bug in Ox.URL 2013-03-04 11:57:20 +00:00
rlx
4f9192f140 Ox.URL: correctly handle number spans 2013-03-04 11:19:09 +00:00
rlx
0989a41c8e update URL controller (handle hash, simplify getItem/getSpan/getHash) 2013-03-04 10:06:32 +00:00
rolux
1e9000c0c0 fix icon item info 2013-03-03 12:38:17 +00:00
rolux
bf197f73a5 Ox.Filter: handle formatKey 'number' 2013-03-03 11:10:41 +00:00
rolux
978d44135a fix a typo in Ox.URL 2013-03-03 11:02:44 +00:00
rlx
4097e70fa7 fix collapse panel extras css 2013-03-03 07:20:39 +00:00
j
b31a7d5be4 remove debug 2013-03-02 13:58:49 +00:00
j
326098c54f use first view if no view is set to construct span 2013-03-02 13:54:07 +00:00
j
fbf02bc0b2 add span type number, pass state.type to getSpan 2013-03-02 12:52:27 +00:00
rolux
aefc3e3a93 fix a bug in Ox.URL 2013-03-02 16:23:19 +05:30
rolux
d2f3bf70d5 typo 2013-03-02 14:36:19 +05:30
rolux
2fce008f0b Ox.Calendar: change wording in menu 2013-03-02 14:28:27 +05:30
j
4b0a55b43a fix changing resolution(how long was that broken?), dont seek before item is loaded 2013-03-02 08:56:15 +00:00
j
ccc50be7de only focus if elment is in dom 2013-03-02 08:07:02 +00:00
rolux
977505e9ee cosmetic changes 2013-03-02 11:21:40 +05:30
rolux
a1b7c86f8b Ox.Calendar: add tooltips, change select type to image 2013-03-02 10:50:08 +05:30
rolux
eb1b8c8745 Ox.Map: Add loading icon (for geocode requests) 2013-03-02 10:40:56 +05:30
j
e4207b8623 add missing , 2013-03-02 03:07:49 +00:00
rolux
9dfb7bebab update CSS of icon list info objects 2013-03-02 08:18:22 +05:30
rolux
36e3dcd264 in video player, make sure poster is below loading icon 2013-03-01 17:01:21 +05:30
rolux
ceac7fa942 in form element group, don't throw if an element doesn't have a value method (which allows for adding buttons, for example) 2013-03-01 10:43:52 +05:30
j
82aeddccfe move Ox. into Message.js so it can be used standalone without Ox.UI 2013-02-28 15:42:06 +00:00
rolux
b5d67ace33 CheckboxGroup: handle width update 2013-02-28 14:08:46 +05:30
rolux
c630818553 update EditableContent and CSS 2013-02-28 10:33:20 +05:30
rolux
49f7f011e9 Ox.URL: fix tests 2013-02-27 16:38:51 +05:30
rolux
65ecc61112 EditableContent: trigger edit/open events 2013-02-27 10:45:02 +00:00
rolux
90d8661641 update EditableContent 2013-02-27 10:00:28 +00:00
rolux
1e2301c4ac update Ox.EditableContent 2013-02-27 13:03:10 +05:30
rolux
603475b7a7 cosmetic changes 2013-02-27 13:02:51 +05:30
rolux
cd14cc517c update EditableContent 2013-02-27 09:45:18 +05:30
rolux
f1c8fb39a7 handle empty Ox.EditableContent value via CSS 2013-02-27 09:25:30 +05:30
rolux
feae953311 simplify Ox.EditableContent, update CSS 2013-02-27 08:56:55 +05:30
rolux
8ad1faff85 Ox.Editable/Ox.EditableContent: set placeholder class 2013-02-27 08:28:52 +05:30
rolux
ceba2a7223 update EditableContent, plus some debugging 2013-02-26 15:59:05 +00:00
rolux
5b5a133533 Ox.EditableContent: self.editing -> self.options.editiing 2013-02-26 10:42:43 +05:30
j
0aa4c42ecf fix editing empty values 2013-02-25 21:11:39 +00:00
j
0957500476 only use one element in EditableContent and toggle contenteditable: adds firefox support, allows using doubleclick handler, less code 2013-02-25 20:29:08 +00:00
j
fdc84965bd select all text in span and move cursor to end otherwise 2013-02-25 18:47:07 +00:00
rolux
5ecfcd0046 update keyboard controller 2013-02-25 16:40:50 +00:00
rolux
ace6c3dd4d OxEditable: reorder options 2013-02-25 16:40:14 +00:00
rolux
9460f78053 add OxEditableContent 2013-02-25 16:39:46 +00:00
rolux
d2d98f49a7 remove tabs 2013-02-25 16:39:18 +00:00
rolux
fde3fbf74a for message without data, send empty object 2013-02-25 12:44:22 +05:30
rolux
6787d811e6 log messages 2013-02-25 11:27:00 +05:30
rolux
cadad32440 add 'disabled' option to large video timeline 2013-02-25 11:02:18 +05:30
rolux
c417226e18 fix message controller 2013-02-25 10:24:40 +05:30
rolux
c18220cb4f typo 2013-02-24 16:28:09 +05:30
rolux
e6bc3dcdbb update Message code 2013-02-24 16:27:37 +05:30
rolux
c1f9e9d7a3 cleanup Message code 2013-02-24 15:06:08 +05:30
rolux
9c46e17b9f update oxmedium theme button disabled color and gradient; fix setting value of an Ox.SelectInput 2013-02-24 14:44:02 +05:30
j
47efc7377a add Ox.Message for message passing between frame and parent 2013-02-24 07:37:20 +00:00
rolux
916a175849 update oxmedium theme placeholder color; fix Ox.Select disableItem/enableItem return value 2013-02-24 12:49:30 +05:30
rolux
4a5ebd3945 add semicolon 2013-02-22 09:04:51 +05:30
rolux
31fa5f5386 Video Player: trigger timeline event 2013-02-21 13:11:20 +05:30
rolux
d98cf99714 make border of video box in video timeline player themed 2013-02-21 12:29:45 +05:30
rolux
51881d98b9 typo 2013-02-21 01:55:24 +05:30
rolux
e20fe9f2fe fix a bug in video player 2013-02-21 01:54:18 +05:30
rolux
bdddabeb3f fix a bug in video player 2013-02-21 01:44:12 +05:30
rolux
35d2aecc4a VideoPlayer: add timelineType and timelineTypes options, update settings menu 2013-02-21 01:29:49 +05:30
rolux
235b47c1d1 VideoPlayer: support spaceX control, where X is an integer indicating the width 2013-02-20 23:49:21 +05:30
rolux
1c26874918 SplitPanel: trigger resizeend event on mouseup 2013-02-20 18:19:57 +05:30
rolux
25ab552dcd SplitPanel: trigger resizestart event on mousedown 2013-02-20 17:56:26 +05:30
rolux
5c7ee541d0 update large video timeline 2013-02-20 16:48:05 +05:30
rolux
2fc340d9bd add showInToOut option to LargeVideoTimeline 2013-02-20 16:27:38 +05:30
rolux
aef603bf66 typo 2013-02-20 10:25:33 +05:30
rolux
61cb8b8dcc Ox.URL: add 'getHash' option 2013-02-20 10:21:43 +05:30
j
8dea961e09 dont open firefox quick find, fixes #1258 2013-02-19 12:53:08 +00:00
rolux
6a17a94603 fix URL controller 2013-02-19 17:12:16 +05:30
rolux
89ef5d5bbc fix URL controller 2013-02-18 19:35:16 +05:30
rolux
e96a1ef42e fix url controller 2013-02-18 17:48:46 +05:30
rolux
7aafed8d25 In Ox.URL, urldecode '<' and '>' 2013-02-18 16:26:20 +05:30
rolux
c11a0b82b9 minor changes in Ox.Editable 2013-02-18 15:01:50 +05:30
rolux
10328fc14b update URL controller 2013-02-18 14:59:15 +05:30
j
b520654e31 pass type to getItem function 2013-02-16 01:21:08 +00:00
rolux
6ecbff5fce Ox.URL: add json url part, encode '?' and '#' in values 2013-02-18 12:50:20 +05:30
rolux
c718b0b8ef missing semicolon 2013-02-16 16:28:40 +05:30
rolux
2a7c20a043 in a list's init event, pass the query if the async items function immediately returns one 2013-02-16 15:01:27 +05:30
rolux
180b325e30 Ox.Editable: add tags and replaceTags options 2013-02-15 18:01:49 +05:30
rolux
092f27ca19 fix timeline tile offset 2013-02-15 11:21:17 +05:30
rolux
88981fd836 remove print statement 2013-02-15 10:53:46 +05:30
rolux
f078af1c05 in VideoPlayer, pass playInToOut as showInToOut to SmallVideoTimeline 2013-02-15 10:50:15 +05:30
rolux
57ca8e44b4 add showInToOut option to SmallVideoTimeline 2013-02-15 10:49:33 +05:30
rolux
4bdae7eb1e add showInToOut option to SmallVideoTimelineImage 2013-02-15 10:47:49 +05:30
rolux
4583f7bd77 fix video player poster aspect ratio 2013-02-14 12:42:18 +05:30
rolux
ab06286f8c document 'enableSubtitles' option 2013-02-12 13:57:22 +05:30
rolux
c5f038a526 typo in docs 2013-02-12 13:35:30 +05:30
rolux
fe8160484b update docs 2013-02-12 12:38:53 +05:30
rolux
4f39c96e2d typo 2013-02-12 12:33:43 +05:30
rolux
d3e74f85f8 video player: add internal getPositionWidth method 2013-02-12 12:31:13 +05:30
rolux
17bdb6ccd9 fix potential off-by-one 2013-02-12 12:10:49 +05:30
rolux
37fd8b2ce9 add 'invertHighlight' option to video player 2013-02-12 11:58:52 +05:30
rolux
abb6d2a8be pass query with list init event 2013-02-12 07:01:45 +05:30
rolux
bf09fb2d90 update docs 2013-02-12 07:01:30 +05:30
j
ab5e6061d7 update theme name in documentation 2013-02-11 10:47:55 +00:00
rolux
ac5aa63d5a typo 2013-02-11 12:53:12 +05:30
rolux
4627b2e344 rename tooltip to videoTooltip 2013-02-11 12:03:40 +05:30
rolux
c567a80a44 VideoPreview: accept tooltip function 2013-02-11 11:57:37 +05:30
rolux
61ca7657b1 VideoPreview: accept tooltip function 2013-02-11 11:56:04 +05:30
rolux
e002e2a566 fix video preview tooltip layout 2013-02-11 11:36:24 +05:30
rolux
c0e4dc6e01 add tooltip option to Ox.VideoPreview 2013-02-11 11:19:05 +05:30
rolux
4c45d71f5b fix Ox.Fullscreen 2013-02-10 20:50:28 +05:30
rolux
c0d62242c8 support new themes 2013-02-10 17:16:04 +05:30
rolux
f2d93c7001 video loading icon should always be white 2013-02-09 16:03:42 +05:30
rolux
32271e2578 fix column class name for table list cells 2013-02-08 17:49:27 +05:30
rolux
f64ee18aa4 fix column class name for table list cells 2013-02-08 17:44:05 +05:30
rolux
1b2c83e121 fix column class name for table list cells 2013-02-08 17:38:24 +05:30
j
fc8368cc9f dont open links if shift key is pressed on click 2013-02-01 14:22:17 +00:00
j
7bb9afa4ed prevent popup blocker for external links 2013-02-01 14:07:20 +00:00
rolux
c50d91c0ac properly switch video button color on theme switch 2013-01-31 18:12:51 +05:30
rolux
dc8bde4f73 fix video buttons 2013-01-31 17:28:35 +05:30
rolux
45c3ee5658 add missing OxMedia class in video panel 2013-01-31 16:11:45 +05:30
j
4329bd5408 support unsetting Ox.Select title 2013-01-12 06:56:00 +00:00
rolux
67f744baaf fix #138 (keep Ox.Theme from setting a non-existing theme) 2013-01-02 17:45:30 +01:00
rolux
f20836eacf Allow for grayscale elements in Ox.Theme.formatColor 2013-01-02 13:10:17 +01:00
rolux
6f4a928bf3 add 'OxMedia' class to video widgets 2012-12-29 17:43:32 +01:00
rolux
2bc41d180e add (still unused) private 'updateImages' method to Ox.TableList 2012-12-29 17:43:03 +01:00
rolux
fe32615c6b fix colored tree list icons in doc panel 2012-12-29 16:13:07 +01:00
rolux
905c7390a2 typo 2012-12-29 13:58:24 +01:00
rolux
100775b109 in table list column heads, use images to indicate order, not buttons 2012-12-29 13:56:04 +01:00
rolux
a9c026f6db fix for MenuButton and Select double button toggle 2012-12-29 02:18:50 +01:00
rolux
5ef888b638 fix for selectable buttons 2012-12-29 00:51:46 +01:00
rolux
6364408236 use themed modes in Ox.Button, Ox.MenuButton and Ox.Select 2012-12-28 18:55:52 +01:00
rolux
4881682b61 use new-style themes 2012-12-28 18:52:51 +01:00
rolux
2c2b680284 use themed mode colors for table list column head images 2012-12-28 18:02:50 +01:00
rolux
77905dc4ea use themed map marker colors 2012-12-28 18:01:13 +01:00
rolux
21d6eec580 use themed map markers 2012-12-28 18:00:34 +01:00
rolux
8b8c40d32f use themed map rectangles 2012-12-28 18:00:02 +01:00
rolux
641a3043cb use themed timeline colors 2012-12-28 17:59:34 +01:00
rolux
9efb64e620 use new getImageURL method 2012-12-28 17:58:01 +01:00
rolux
85a058d7ac refactoring 2012-12-22 01:20:37 +01:00
rlx
066b434a33 temporary fix for https://code.google.com/p/chromium/issues/detail?id=167198 2012-12-21 01:40:25 +00:00
j
b20d6a6e59 trigger setSizes in VideoPlayer on Ox.Fullscreen, add Ox.Fullscreen.available to check if fullscreen support is present(i.e. in iframe) 2012-12-20 18:30:48 +00:00
rolux
86019a83fb Ox.ColumnList: add public 'sort' method 2012-12-18 22:48:57 +01:00
rolux
cdf49b0bbe Ox.CustomList: implement sort update 2012-12-18 22:48:27 +01:00
rolux
716db744b9 Ox.MenuButton: add 'overlap' option 2012-12-18 22:47:57 +01:00
rolux
7ff601a0a4 Ox.AudioPlayer: support resize, move css declarations to Ox.UI.css 2012-12-18 17:46:43 +01:00
rolux
8c941edd03 Ox.ColumnList: implement query 2012-12-18 15:05:47 +01:00
rolux
e5e93d8e12 Ox.CustomList: handle query update 2012-12-18 15:04:59 +01:00
rolux
65501544f8 Ox.ColumnList: add 'resize' option, correctly handle key_left, key_right and select, pass 'sort' option 2012-12-18 11:50:44 +01:00
rolux
087c7eb956 Ox.CustomList: add public 'selectPosition' and 'size' methods, add 'resize' option (fn(, width) that runs for each item, on resize) 2012-12-18 11:47:40 +01:00