Commit graph

838 commits

Author SHA1 Message Date
rolux
c1c4441b10 update uses of focusInput() 2011-12-18 15:14:11 +05:30
rlx
4701245038 add mail svg; update form elements; change 'focusInput()' signature 2011-12-18 09:29:35 +00:00
j
8f3be96828 use same protocol as site to get maps js 2011-12-17 11:13:02 +05:30
rolux
6374f6de6d change base 26 to bijective base 26 2011-12-17 04:33:43 +05:30
j
d78b31bef9 no global 2011-12-16 20:05:02 +01:00
rolux
3d3be10e2c add SelectInput 2011-12-01 11:52:23 +01:00
rolux
2861954d35 fix bugs in Spreadsheet 2011-11-30 17:35:50 +01:00
rolux
137944a1a7 minor changes 2011-11-30 15:56:01 +01:00
rolux
0c4a30ecc5 add Spreadsheet 2011-11-30 15:54:11 +01:00
rolux
c47973b3af add FormPanel 2011-11-30 15:52:42 +01:00
rolux
1063cb6076 add ObjectArrayInput 2011-11-30 15:51:06 +01:00
rolux
ccdad6c05d add ObjectInput 2011-11-30 15:50:55 +01:00
rolux
86fda9f279 clean up Ox.Request 2011-11-30 15:49:11 +01:00
rolux
8597352316 add type option to CheckboxGroup ('group' or 'list') 2011-11-30 15:47:43 +01:00
rolux
a6264a472d add mode option to ColorInput ('RGB' or 'HSL') 2011-11-30 15:46:29 +01:00
rolux
a3abf40221 add mode option to ColorPicker ('RGB' or 'HSL') 2011-11-30 15:45:42 +01:00
rolux
ec4a1c0605 add description option to FormItem 2011-11-30 15:44:35 +01:00
rolux
8c34d09861 in Input, allow for setting labelWidth option 2011-11-30 15:43:47 +01:00
rolux
cba3dc23f6 add style option to Label 2011-11-30 15:42:54 +01:00
rolux
aaded38a5f update Select (add maxWidth and style options, make sure one can set width, labelWidth and title options) 2011-11-30 15:40:41 +01:00
rolux
d6adc59d88 fix computation of maxWidth in MenuItems 2011-11-30 15:37:53 +01:00
rolux
5dc9b1e45b in TabPanel, make sure content can be array or function 2011-11-30 15:37:02 +01:00
rolux
7633de3958 update ArrayInput 2011-11-30 15:31:11 +01:00
rolux
3597b8c60c make 'this' work in event handlers 2011-11-30 14:48:01 +01:00
rolux
dfd2787438 geo/map bugfixes 2011-11-24 19:38:10 +01:00
rolux
9f8136f9b7 fix a bug in Ox.ListMap 2011-11-23 16:43:01 +01:00
rolux
e17907d7a3 fix a bug in Ox.ListMap 2011-11-23 16:39:33 +01:00
rolux
b770bbd83e fix a bug in Ox.ListMap 2011-11-23 16:29:06 +01:00
rolux
e0d4dd3bec update geo module 2011-11-23 15:53:17 +01:00
rlx
21b505b4c8 allow for getting 'save list' values from filter 2011-11-11 15:48:54 +00:00
rlx
571e3a3512 in input elements, disable showing the autocomplete menu on focus 2011-11-11 11:48:52 +00:00
rlx
b0065e1ec8 fix a bug related to resetting the placeholder of an input element to '' 2011-11-11 11:08:54 +00:00
rlx
39d02953b3 support mousewheel in menus 2011-11-11 10:24:49 +00:00
rlx
04da8c0994 in filter, don't trigger change events when dragging range (add changeOnDrag option to range) 2011-11-11 09:55:22 +00:00
rlx
f7599f3b30 in filter, for single condition, replace disabled remove button with clear button 2011-11-11 09:18:07 +00:00
rlx
3becce1667 fix google maps css 2011-11-11 00:06:15 +00:00
rlx
d2a2ddb66e updates to url and filter 2011-11-10 22:47:38 +00:00
rlx
07c79ed7ac updates to url controller, filter and form elements 2011-11-10 19:52:26 +00:00
rlx
170fd84c80 some work on filters 2011-11-10 13:55:33 +00:00
rlx
3130de08c5 fix a bug where clicking on a separator in an input group would call focusInput of an element without such a method 2011-11-10 10:44:35 +00:00
rlx
369c52d4d1 allow for setting an input element's placeholder to '' 2011-11-10 10:02:04 +00:00
rlx
08919e7b37 allow for separators in option groups 2011-11-10 09:54:33 +00:00
rlx
76a79c669d comment out details button + dialog in request error handler 2011-11-10 09:06:58 +00:00
rlx
724561a373 rewrite history, again 2011-11-09 22:32:45 +00:00
rlx
bb59e0a3b4 update URL controller 2011-11-09 17:39:06 +00:00
rlx
6c231c5cd5 fix a bug where in Ox.VideoPanelPlayer, the large timeline would no longer be tied to the small timeline 2011-11-08 19:29:05 +00:00
rlx
d186211453 remove on mouseover/select opacity change in icon lists (would cause video items to briefly go black) 2011-11-08 11:25:44 +00:00
rlx
33ec75122b make sure you can drag a text list item by an editable cell 2011-11-08 11:06:00 +00:00
rlx
243614cee2 when removing an element, unbind global keyboard handler; delay request timeout dialog until after window unload 2011-11-08 10:27:49 +00:00
rlx
314788dd24 don't throw errors in menu when accessing non-existing items 2011-11-07 18:17:16 +00:00
rlx
12622724ee fix text list so that it doesn't throw errors in its value function 2011-11-07 12:15:10 +00:00
rlx
7e2e0cedb6 update tab panel and button group so that selected can be set from outside 2011-11-06 14:08:13 +00:00
rlx
e7c36dacc8 improve editable and tooltip 2011-11-06 12:26:12 +00:00
rlx
b957106624 update editable to no longer trigger submit on cancel, and to listen to the submit event of its input 2011-11-06 11:50:13 +00:00
rlx
76c97f7bdc change Ox.Input so it doesn't fire blur on submit 2011-11-06 11:37:07 +00:00
rlx
1cf7566eeb in video player, while playing, fire a position event for every full minute, reducing the need for saving the video position on unload 2011-11-06 09:05:21 +00:00
rlx
01306dd5ae fix a regression that would affect adding, moving and removing list columns 2011-11-06 00:24:42 +00:00
rlx
5c7a19ac01 catch another global var 2011-11-06 00:19:27 +00:00
rlx
e6b634ddef in button, react to change of tooltip option 2011-11-06 00:04:27 +00:00
rlx
da7e0b73e0 remove some logging 2011-11-05 22:38:00 +00:00
rlx
a24d139f9b fix a regression where filling a partially empty text list page after resize would not empty the page before 2011-11-05 22:37:28 +00:00
rlx
c0f2473346 reinsert 'use strict' 2011-11-05 22:18:26 +00:00
rlx
8eac8c20d7 in video panel player, rename showControls to showTimeline 2011-11-05 22:15:10 +00:00
rlx
2b3d8807d9 fix bugs in video panel player 2011-11-05 20:14:24 +00:00
rlx
4348894ad1 catch one more global var 2011-11-05 18:05:14 +00:00
rlx
05e6d7d829 catch one more global var 2011-11-05 17:32:47 +00:00
rlx
1deb616942 catch some global vars 2011-11-05 17:27:11 +00:00
rolux
56370aa0a7 'use strict'; 2011-11-05 17:46:53 +01:00
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
rlx
b7100792c5 beginning to unify pandora.URL and pandora.Query as Ox.URL 2011-09-20 21:50:00 +00:00
rlx
fdecafe4d7 fix a bug in text lists where selecting an item by clicking on an editable cell would click through to edit 2011-09-20 04:10:04 +00:00
rlx
b881f74c7e misc fixes 2011-09-20 00:11:16 +00:00
rlx
33f08f3a41 trigger fewer change events in filter 2011-09-19 18:08:50 +00:00
rlx
ad51a360cd allow some filtering when clearing the requests cache 2011-09-19 13:34:17 +00:00
rlx
211884740d trigger change event in filter 2011-09-19 13:17:35 +00:00
rlx
d50e37588b updating dialog and filter 2011-09-19 12:29:06 +00:00
rlx
636f772820 fix a bug where menus would modify item objects passed by reference 2011-09-19 06:33:52 +00:00
rlx
17d842c64c splitpanel update (allow for animation, improve performance) 2011-09-18 21:17:39 +00:00
rlx
7abc26fd0d updating VideoPreview 2011-09-18 06:50:54 +00:00
rlx
7f98cd19f2 fix a bug in Ox.ButtonGroup 2011-09-18 02:06:33 +00:00
rlx
ff0b83fa89 fix bugs with deeply nested menus 2011-09-17 23:25:22 +00:00
rlx
e11a8e3a78 implement replaceMenu in MainMenu 2011-09-17 20:47:16 +00:00
rlx
7398b1ec14 fix a formatting bug in icon list items 2011-09-17 18:24:42 +00:00
rlx
73fb2e3229 some more bugfixes 2011-09-17 13:05:16 +00:00
rlx
ef1fa5fe84 some bugfixes 2011-09-17 11:49:29 +00:00
rolux
4cc754a28d remove Ox.each, , $.extend, $.map and $.merge 2011-09-17 20:36:09 +02:00
rolux
da9e5dbb29 fix event handlers and split panel resize event 2011-09-17 19:39:38 +02:00
rlx
3f90e96c3a updating video elements (fixes bugs with positions and points) 2011-09-17 07:09:17 +00:00
j
4768dcfe8e add some docstrings 2011-09-14 10:34:33 -04:00
rlx
a29d7e70ea when dragging columns, scroll list if needed 2011-09-09 11:37:14 +00:00
rlx
0ba258281f simpler text list column head elements, better column drag 2011-09-09 10:41:13 +00:00
rlx
1b4591dcbe improved steganography functions 2011-09-08 12:27:40 +00:00
rlx
3f3edac8c7 some fixes for filters and form elements 2011-09-08 08:16:31 +00:00
rlx
816993e1b9 fixing encoding functions (deflate, png) 2011-09-05 23:34:29 +00:00
j
318e2e95b2 document Ox.SplitPanel properties 2011-09-05 14:42:37 +02:00
rlx
c3b59a62fe fixing a bug where in a list, the click target loop would not exit when items are added or removed on click 2011-09-05 05:40:44 +00:00
rlx
5efe54c0e2 fix a split panel bug 2011-09-05 01:30:35 +00:00
rlx
c123de8513 add dragangdroppause event 2011-09-04 22:06:40 +00:00
rlx
e6e2e0e1d8 add drag-to-scrub to video 2011-09-04 21:36:41 +00:00
rlx
1333a3ecec tooltips and better cursors for splitpanels 2011-09-04 21:15:16 +00:00
rlx
2aa828c308 add keys option to text list to allow for additional keys to be requested, beyond the keys of the visible columns 2011-09-04 16:43:52 +00:00
rlx
6adacf484f pass on modifier keys in Ox.List add item event 2011-09-04 13:40:07 +00:00
rlx
bd61a2e97e fix a bug where in text lists, no draganddropstart event would fire if the drag originated in a cell that contains another element 2011-09-04 12:49:33 +00:00
rlx
63885b8c1b support drag and drop in text lists 2011-09-04 12:19:36 +00:00
rlx
6b0779fcab add formatColor() 2011-09-04 04:14:58 +00:00
rlx
be3b1d573d use new-style mouse events in Ox.List 2011-09-03 23:04:18 +00:00
rlx
2043dc7a12 fix a bug where in orientation=both icon lists with less than one screen full of icons, clicking below the icons would not cause a deselect 2011-09-03 17:54:17 +00:00
rlx
74873e3bfb some more support for opera 2011-09-03 15:25:52 +00:00
rlx
5818bd5edc support MSIE 8 until after app load, and MSIE 8 with Chrome Frame beyond that 2011-09-03 13:18:20 +00:00
rlx
182225ebc4 merging changes 2011-09-03 02:12:44 +00:00
rlx
18f117138d updates for players, timelines and markers 2011-09-02 03:28:43 +00:00
rlx
9a7a0acd89 use svg video markers 2011-09-02 00:32:23 +00:00
rlx
12423e7b03 more progress on progress bar 2011-09-01 13:13:47 +00:00
rolux
16ef28d260 add progress bar demo 2011-09-01 23:38:57 +02:00
rlx
2a9053a588 add Ox.Progressbar 2011-09-01 09:35:45 +00:00
rlx
90e795d194 fix a bug where in empty icon lists, an icon grid would appear for a split-second 2011-09-01 09:16:41 +00:00
rlx
3a87e8eb5f in input, trigger change on clear if changeonkeypress is true 2011-09-01 07:43:03 +00:00
rlx
6da40d325c adding symbols 2011-09-01 04:46:14 +00:00
rlx
b55ade5687 add tooltips to textlist cells 2011-08-28 19:50:06 +00:00
rlx
5d454f0a80 support for drag and drop 2011-08-28 06:23:15 +00:00
rlx
9ea5cce853 minor changes 2011-08-24 21:05:39 +00:00
rlx
9dd695b6ca fixing a regression where icons in a list would not display in their loading state 2011-08-23 23:57:03 +00:00
rlx
195cff5bfe ox.js cleanup and fixes 2011-08-23 21:31:08 +00:00
rlx
11d46c4d17 make .appendTo() work 2011-08-23 19:08:08 +00:00
rlx
e8347aeabc when leaving a video part, set currentTime to 0 2011-08-23 08:14:22 +00:00
rlx
e3d9969c93 merging changes 2011-08-21 08:18:38 +00:00
rlx
cb1024a1f7 add video demo 2011-08-20 23:15:33 +00:00
rlx
6d1631586c fix a multipart video bug 2011-08-20 23:11:38 +00:00
rlx
0369eaff14 video updates (playlists) 2011-08-20 09:48:28 +00:00
rlx
a7c94a8019 some more fixes 2011-08-19 20:55:16 +00:00
rlx
32f4626a50 some more fixes 2011-08-19 20:37:58 +00:00
rlx
d0d1b94228 fix video panel player resize bug 2011-08-19 18:42:44 +00:00
rlx
a9554bf477 first bind loadedmetadata, then set src 2011-08-19 17:10:52 +00:00
rlx
6d47477890 debugging... 2011-08-19 17:02:38 +00:00
rlx
842ad71cb9 debugging... 2011-08-19 16:49:00 +00:00
rlx
439b7cfad6 some further fixes 2011-08-19 16:04:59 +00:00
rlx
ba96bfb76c handle video formats and resolutions 2011-08-19 14:44:03 +00:00
rlx
c5bde89971 support multipart video 2011-08-19 10:45:36 +00:00
rlx
676cb72101 add InfoList (draft) 2011-08-19 06:41:48 +00:00
rlx
9d0dee01e8 add enableMouse option to VideoPlayer 2011-08-18 14:03:48 +00:00
rlx
3203556b46 trigger sort event in text list 2011-08-18 07:55:39 +00:00
rlx
19aa9b40e5 make sure list can handle a selected id option that is not in the results 2011-08-17 20:07:53 +00:00
rlx
91c69d5d23 update VideoPanelPlayer 2011-08-17 19:34:34 +00:00
j
acc7971b96 event.offsetX does not work in Firefox 2011-08-17 20:57:58 +02:00
rlx
5e283c3759 fire toggleannotations event in video editor 2011-08-17 15:20:17 +00:00
rlx
a103ef8f7d add Ox.TabPanel() 2011-08-17 14:59:37 +00:00
rlx
c4842ca863 make setting sort option of icon list work 2011-08-17 13:22:29 +00:00
rlx
31149d7ecc add icon to application error dialog 2011-08-17 11:39:33 +00:00
rlx
fcdfb03bea updating list 2011-08-17 09:30:27 +00:00
rlx
6f64ad3512 make video editor accept position option 2011-08-16 13:29:16 +00:00
rlx
d21068979a replace Flipbook with VideoPreview 2011-08-08 13:58:19 +00:00