Commit graph

620 commits

Author SHA1 Message Date
rlx
291b75c43b in video player, separate playing event from position event, so controls that need live updates can bind to playing, while others can safely bind to position 2011-11-05 16:03:13 +00:00
rlx
d152c4b48b in video player, trigger muted event also if caused indirectly by setting volume to zero or turning volume up while muted 2011-11-05 15:27:53 +00:00
rlx
1e8edb8388 in video player, set muted/volume of video element 2011-11-05 15:16:36 +00:00
rlx
49adfa57ae in video editor, pass muted/volume options downwards and muted/volume events upwards 2011-11-05 15:01:18 +00:00
rlx
730712e9ba fix bugs regarding the state of the video player volume and mute buttons 2011-11-05 14:54:13 +00:00
rlx
5a23d8936b fix for cases where passing an array of tooltips as an option to Ox.Button would cause Ox.Element to actually set the tooltip to that array 2011-11-05 14:29:31 +00:00
rlx
2df5d05980 fix regressions introduced by garbage collection 2011-11-05 11:44:31 +00:00
j
1d09d19423 some redesign for better garbage collection of elements 2011-11-04 22:14:30 +00:00
rlx
01f02d9730 disable currently not implemented menu options 2011-11-04 18:12:38 +00:00
rlx
ba494eb064 if 2011-11-04 16:11:09 +00:00
rlx
8ef45bb1cb update Ox.Log 2011-11-04 16:04:46 +00:00
j
dce2843303 use Ox.Log 2011-11-04 16:54:28 +01:00
rlx
e2c2eeed43 update video form element css 2011-11-04 15:13:51 +00:00
rlx
1db28c6fb0 add placeholder option to Ox.Editable 2011-11-03 16:53:29 +00:00
rlx
4620461c86 fix page up / page down in Ox.List 2011-11-03 16:05:24 +00:00
rolux
094b1a59ec cleanup, again 2011-11-03 16:42:41 +01:00
rlx
9a33041ac4 hide marker tooltip when map center changes; when hiding a tooltip, don't remove but detach it, so that when it is shown again, its oxid is still present on its dom element 2011-11-03 13:59:54 +00:00
rlx
bf9f14cf03 add titleImage option to TextList columns 2011-11-03 12:57:46 +00:00
rlx
b056a22172 update css (collapse panel extras, video editor bars, video find element) 2011-11-03 12:14:18 +00:00
rlx
fea1eed168 add OxFullscreen class to video player 2011-11-02 20:58:44 +00:00
rlx
bfac98643d pass fullscreen option down to and up from video player 2011-11-02 20:51:54 +00:00
rlx
0840d0b436 some fixed for text lists with column titles that are images 2011-11-02 19:47:19 +00:00
rlx
16556c0604 allow for max width in menus 2011-11-02 18:21:49 +00:00
rlx
4bb3196c03 fix form validation bug 2011-11-02 17:27:20 +00:00
rlx
d5733c2c5d merge 2011-11-02 15:53:23 +00:00
j
e6f075f88e change Ox.formatDate so that Ox.formatDate('', "%a, %b %e, %Y")
returns '' and not "undefined, undefined Na, NaN"
2011-11-02 16:21:09 +01:00
rlx
14a6b6c148 improve form elements 2011-11-02 10:23:15 +00:00
rlx
dfe12646e6 fix a bug where the interface of a block video timeline would be stacked above a dialog 2011-11-02 09:03:11 +00:00
rlx
7747255ab8 fix a bug in split panel, regarding the size of a second element in relation to a collapsed third element 2011-11-02 08:22:55 +00:00
rlx
90eaf97fec fix a bug where 'global' keyboard events would trigger while an input element has focus 2011-11-02 00:46:42 +00:00
rlx
7761b9dea4 improve removal of elements 2011-11-01 23:14:29 +00:00
rlx
7848277593 avoid leaks by adding custom empty/remove/replaceWith functions to Ox.Element 2011-11-01 19:56:11 +00:00
rlx
90bc4fb59e fix a layer bug 2011-11-01 14:45:47 +00:00
rlx
1720d2a184 add unified Ox.Layer object for dialogs and menus 2011-11-01 14:16:27 +00:00
rlx
3aa10edec8 add bindKeyboard and unbindKeyboard methods to Ox.Element, allowing an element to receive all keyboard events, independently of focus 2011-11-01 11:49:46 +00:00
rlx
b6a8ed28b4 update map marker image style 2011-10-31 17:00:26 +00:00
rlx
63b61f520b in Ox.Request, allow for 409 Conflict 2011-10-31 16:02:00 +00:00
rlx
a727c32836 add calendar controls 2011-10-31 12:45:08 +00:00
rlx
64032b5e9c add proper tooltips to map 2011-10-31 11:29:59 +00:00
rlx
3c8430979b add place controls to map 2011-10-30 21:05:32 +00:00
rlx
2555dbb4ea add getMatches option to ListMap 2011-10-30 14:40:33 +00:00
rlx
aca33124d0 improved handling of find in video editor 2011-10-30 13:57:01 +00:00
rlx
462b335416 make video editor and player trigger find events 2011-10-30 09:49:58 +00:00
rlx
abb1c73214 Ox.Editable: delay expensive creation of extra elements until actual edit 2011-10-30 08:32:57 +00:00
rlx
b6c872b5a4 in Ox.Calendar tooltips, only display the text representation of an event's range if it's different from the event's name 2011-10-29 17:05:44 +00:00
rlx
7415b72037 fix a bug related to clearing the requests cache 2011-10-29 12:32:55 +00:00
rlx
45ad8ee468 map fixes (when loaded without places, zoom out; when resizing causes the minimum zoom to be larger than the current zoom, zoom out) 2011-10-29 11:04:21 +00:00
rlx
4c641db867 add disableButtons and enableButtons methods to Ox.Dialog 2011-10-29 10:34:41 +00:00
rlx
ec7ec4d707 resolve focus issues with video player find element 2011-10-29 10:01:28 +00:00
rlx
6480bddd4f fix a bug with icon lists that have a fixed ratio smaller than 1 2011-10-29 08:37:28 +00:00
rlx
f47547e728 allow for non-default page length of non-orientation-both icon lists 2011-10-28 17:45:51 +00:00
rlx
3605c0d2ac don't throw error dialogs on 404 2011-10-27 21:15:51 +00:00
rlx
62f8a907ea updates for html parsing, request handling, and editable elements 2011-10-27 18:50:23 +00:00
rlx
a949ad2cf4 use Ox.Editable in Ox.AnnotationPanel 2011-10-27 13:13:28 +00:00
rlx
a4cb6ee9ae fix a bug related to disabling checkboxes 2011-10-27 11:20:00 +00:00
rlx
1eb93125e6 some improvements to Ox.Editable 2011-10-27 08:47:31 +00:00
rlx
188656bd99 add themed colored elements 2011-10-26 14:52:03 +00:00
rlx
fb2ae1dee2 fix textarea css 2011-10-26 08:59:30 +00:00
rlx
7ecb0b2011 some changes to Ox.Editable 2011-10-25 14:40:02 +00:00
rlx
2bd4156f6c update IconList 2011-10-24 21:50:54 +00:00
rlx
19d5f811d6 strip tags in Ox.Editable 2011-10-24 21:31:53 +00:00
rlx
4dd5107a48 adjust DRM for laptop screens 2011-10-24 16:38:19 +00:00
rlx
c4116ca17c merge 2011-10-24 15:59:25 +00:00
rlx
a58dc765d9 some work on Ox.Editable 2011-10-24 15:58:51 +00:00
j
3bb224a022 add some ;, remove print statement 2011-10-24 15:13:00 +02:00
rlx
1954a7a799 add 'DRM' 2011-10-22 21:03:42 +00:00
rlx
329b82845e fix a bug in Ox.Form, regarding error messages on submit 2011-10-22 15:22:39 +00:00
rlx
6eef7c567b when setting a value of a text list cell, pass key, value _and all data_ to the format function 2011-10-22 14:55:13 +00:00
rlx
cfc5baef61 change autovalidate function for input elements so that it returns, along with the new value, a valid flag that indicates if the value is already valid 2011-10-22 14:50:31 +00:00
rlx
7ea6938de5 fix reloadList for InfoList 2011-10-20 16:49:42 +00:00
rlx
342b25d9cc debug Ox.Request 2011-10-20 14:58:45 +00:00
rlx
a01926be4d debug Ox.Request 2011-10-20 14:49:57 +00:00
rlx
4dfa708d05 populate find in video editor 2011-10-20 13:32:53 +00:00
rlx
bd3ebf5e33 make subtitles on BlockVideoTimeline optional 2011-10-20 13:04:04 +00:00
rlx
73883cba11 update css 2011-10-20 12:59:36 +00:00
rlx
b3ed2db267 fix a bug where after playing in to out, the video position would be set to the very end of the video 2011-10-19 12:01:45 +00:00
rlx
4c6a6333b2 some changes to enable clips view in pandora; fix video player to allow for paused=false and playInToOut=true 2011-10-19 10:49:19 +00:00
rlx
9ac49b6fcf don't display a blank line if an item doesn't have a title 2011-10-17 15:13:12 +00:00
rlx
83fbe6d366 enable drag&drop for info lists 2011-10-17 11:26:04 +00:00
rlx
5d669f42e3 update infolist 2011-10-17 10:23:16 +00:00
rlx
c6816dc433 update css 2011-10-16 12:46:27 +00:00
rlx
95f3d536ec improve InfoList 2011-10-16 12:32:02 +00:00
rlx
6f1f2a50fb fix a bug with font sizes of list icons 2011-10-13 12:24:55 +00:00
rlx
50e6321e00 fix a bug with emptying the find field of a map and pressing return 2011-10-13 11:34:10 +00:00
rlx
8d940f5222 fix a bug with setting the items option of a static list to [] 2011-10-13 11:33:19 +00:00
rlx
768dd6c7aa fix tooltip of splitpanel resizebar; allow for setting the showannotations option of video player and editor panels from outside 2011-10-13 10:10:39 +00:00
rlx
ce2d568cd4 fix calendar css 2011-10-11 23:23:36 +00:00
rlx
687db7d957 make ESC work when editing text list cells 2011-10-11 17:27:46 +00:00
rlx
7ac16acbf1 fix a bug with adding/removing columns of synchronous textlists 2011-10-11 16:00:58 +00:00
rlx
f43122f795 workaround for select values not getting updated correctly when updating form values 2011-10-11 11:22:16 +00:00
rlx
e5d0c3fd20 make dialog fire resize events after maximize and reset 2011-10-11 10:34:02 +00:00
rlx
c7d268a7aa when adding an event, set focus to its name input field 2011-10-11 10:19:44 +00:00
rlx
db25eec98b fix a bug where edited places would not be updated correctly 2011-10-11 09:48:24 +00:00
rlx
9fb30bf1af make find work in listcalendar; fill first page in static text lists with few items; listen to width/height changes in listmap and listcalendar; fix a bug where maps would load without zoombar 2011-10-11 09:09:20 +00:00
rlx
718ec32e44 in listcalendar, cache formatted duration strings 2011-10-11 07:05:45 +00:00
rlx
3fc1611803 in listcalendar, when editing, set list item value instead of reloading list 2011-10-11 06:50:02 +00:00
rlx
527f75b009 slightly faster text list construction for cells that don't have tooltips; make calendar layout deterministic for events that have the same time span 2011-10-11 06:32:20 +00:00
rlx
5948d2c2ce fix a bug with doubleclicking on a calendar to zoom in 2011-10-10 20:48:35 +00:00
rlx
ccece375c0 fix a corner case in Ox.formatDateRangeDuration() 2011-10-10 17:00:01 +00:00
rlx
46ef208be2 fix a bug that would slow down reload of static lists when passing a new items array 2011-10-10 14:09:13 +00:00
rlx
d2972cd526 more functionality for ListCalendar 2011-10-10 12:38:54 +00:00
rlx
96d03fc386 allow for selection of calendar events that are outside the current view 2011-10-10 09:43:07 +00:00
rlx
efca832c76 some work on ListCalendar 2011-10-09 21:13:16 +00:00
rlx
2928058f87 fix calendar background 2011-10-08 19:09:47 +00:00
rlx
19cb033bdc fix bugs in map and url controller 2011-10-08 18:35:33 +00:00
rlx
2e9c22aa6d doubleclick on map marker zooms in or out to place 2011-10-08 17:45:40 +00:00
rlx
2698bec700 fix margins of static icon lists 2011-10-08 17:19:18 +00:00
rlx
4d13b8444b remove trailing slash when constructing url 2011-10-08 11:48:14 +00:00
rlx
0994a6243f another fix for '/foo', '/=foo' and '/unknown=foo' 2011-10-08 11:15:10 +00:00
rlx
bf533cd2fe fix another url controller bug with '/=foo' 2011-10-08 10:54:43 +00:00
rlx
fdbcdf975b fix the url controller '/=foo' and '/unknown=foo' bug again 2011-10-08 10:47:34 +00:00
rlx
7eb73dd4fb fix a bug where selecting a not-yet-loaded place on a list map would not pan but zoom to that place 2011-10-08 09:58:31 +00:00
rlx
02838540db don't call callbacks of cancelled requests 2011-10-07 19:29:04 +00:00
rlx
851aa386c0 fix a bug in Ox.URL where URLs of the form '/unknown=foo' would not be parsed correctly 2011-10-06 06:07:31 +00:00
rlx
f1bfb545f1 fix a bug in Ox.URL where URLs of the form '/=foo' would not be parsed correctly 2011-10-06 06:02:54 +00:00
rlx
f2490fe771 simpler fix for changes in jquery attr() 2011-10-06 04:42:58 +00:00
rlx
cd9a26dab5 typos 2011-10-06 04:35:02 +00:00
rlx
c615da5c15 merging changes 2011-10-06 04:32:43 +00:00
rolux
e1eb3feb49 fix a regression with regards to the disabled state of form elements (jquery 1.6 attr() has changed) 2011-10-07 18:42:35 +02:00
rolux
609f834cd3 fix a bug where anyclick would fire on dragend 2011-10-07 17:51:05 +02:00
rlx
16078f0fbd fix a regression with regards to dragging/resizing 2011-10-06 04:06:49 +00:00
rolux
02c12f542c merging changes 2011-10-07 03:19:00 +02:00
rolux
d0fe279a0f new build system: build in /build, dev version in /dev; split up Ox.js; fix tests 2011-10-07 03:04:47 +02:00
rlx
66b9d41450 use minify in build script; add unicode module 2011-10-05 17:07:21 +00:00
rlx
6b2d26e950 typo 2011-10-04 02:30:47 +00:00
rlx
df3ea541b3 make map controls work 2011-10-04 02:26:24 +00:00
rlx
bbef38f0a9 add error handling in listmap, improve setting the error class in inputs and arrayinputs 2011-10-03 23:25:38 +00:00
rlx
a5a833f3c1 update ListCalendar 2011-10-03 16:37:05 +00:00
rlx
d51de58009 add Ox.ListCalendar 2011-10-03 16:14:01 +00:00
rlx
54b7d9de9f fix css for selects with labels, allow for checkboxes with labels 2011-10-03 15:02:19 +00:00
rlx
0b53fc0566 calendar update 2011-10-03 14:12:31 +00:00
rlx
ea76fed699 add resize functionality to calendar 2011-10-03 13:23:40 +00:00
rlx
90085aaf2f add rewind option to video player 2011-10-03 10:59:09 +00:00
rlx
f4c1f826bf add 'find in list' functionality to 'manage places' dialog 2011-10-03 09:52:30 +00:00
rlx
c624cc5082 update map, url controller, icon list selection css 2011-10-02 21:49:59 +00:00
rlx
5f20f84582 remove print statement 2011-10-02 17:06:25 +00:00
rlx
0ca93fcebe fix a bug in listmap, regarding removal of places 2011-10-02 17:05:56 +00:00
rlx
8e490eca2e update geo and geo tools (fix for palestine, remove image urls) 2011-10-02 13:17:04 +00:00
rlx
3fa654a815 fix a bug in map where the input element would not change its style when there are no results 2011-10-01 13:51:03 +00:00
rlx
f9143bd62f remove print statements 2011-10-01 13:07:33 +00:00
rlx
b3e7945a96 fix bugs in treelist where the icon would not update, items would not expand, and expanding items would be slow 2011-10-01 13:06:50 +00:00
rlx
f2dbfbd1e5 add some more documentation, pass some more tests 2011-10-01 02:21:55 +00:00
rlx
c6d67420a8 some fixes for map, range and videopreview 2011-09-30 10:34:33 +00:00
rlx
8ea49fab73 misc fixes 2011-09-29 17:25:50 +00:00
rlx
44a8ff015c in icon lists, support 'info' that is not a string, but an element 2011-09-29 06:17:50 +00:00
rlx
3965eed153 url controller updates, list bugfixes 2011-09-28 17:31:35 +00:00
rlx
ef9040ba24 fix video widget listeners and triggers 2011-09-26 19:45:36 +00:00
rlx
f2c8644001 update Ox.URL, add Ox.Event 2011-09-23 10:43:57 +00:00
rlx
738f734bde update Ox.URL 2011-09-22 04:45:56 +00:00
rlx
2cb6d89a0a update Ox.URL 2011-09-22 03:20:27 +00:00