Commit graph

838 commits

Author SHA1 Message Date
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
rolux
944f549e95 merging changes 2011-08-15 19:37:58 +02:00
rolux
1ece68be42 merging changes 2011-08-15 18:41:54 +02:00
rolux
1083a324dc minor fixes 2011-08-15 16:11:13 +02:00
rolux
ee93ed673e update CSS 2011-08-15 14:25:58 +02:00
rolux
e063626bdc Ox.Dialog rewrite 2011-08-15 14:18:14 +02:00
rolux
6e5b515e5f add file 2011-08-12 23:01:19 +02:00
rolux
db4b33cf24 add Ox.Editable 2011-08-12 23:00:42 +02:00
j
7cdf3dff7f browsers dont like hidden animated svgs, brings down cpu usage to 0 if nothing happens 2011-08-11 12:56:24 +02:00
rlx
f9360db0b4 minor changes 2011-08-07 23:43:37 +00:00
rlx
5095eeed5d list updates 2011-08-07 22:16:06 +00:00
rolux
dd7191e8d4 load svg images inline 2011-08-09 19:00:39 +02:00
rlx
6118eae51a round float px values 2011-08-07 03:05:43 +00:00
rlx
6dfa732636 support fixed-ratio icon lists 2011-08-07 02:33:26 +00:00
rlx
accb7c862a new timeline url 2011-08-06 18:20:24 +00:00
rlx
8e468ced0b merging changes 2011-08-06 17:41:01 +00:00
rlx
b05be138cc some changes towards fixed height icon lists 2011-08-06 04:28:38 +00:00
rlx
4642b56a95 properly sort top-level keys in data of treelist 2011-08-05 23:39:15 +00:00
rlx
428744c8bf allow for dialog that does not gain focus 2011-06-07 05:29:14 +00:00
rlx
917608950d merging changes 2011-06-07 03:17:09 +00:00
j
69ec9127fe merge changes 2011-08-04 19:51:07 +02:00
j
0ccad0b973 fix vim line 2011-07-29 20:48:43 +02:00
rolux
ff1714013c minor changes in tree list 2011-07-26 16:36:31 +02:00
rolux
4b1eadc021 merging changes 2011-07-26 16:34:36 +02:00
rolux
57ae6e5c64 use random ids for data tree list items 2011-07-26 16:33:52 +02:00
j
23adaa05df exec regex 2011-07-23 15:44:11 +02:00
j
8906cecd3e item constructor 2011-06-20 16:37:37 +02:00
j
3dae403037 ; 2011-06-20 15:17:40 +02:00
j
523764c632 Ox.Map elements need new too 2011-06-20 14:53:00 +02:00
j
cb7a7b0f5d Ox.OptionGroup needs new 2011-06-19 20:25:37 +02:00
j
b27ed00356 remove new for all Ox.Elements, dont declare arguments again, add some semicolons 2011-06-19 19:48:32 +02:00
j
b60f0c8791 update places 2011-06-18 20:59:32 +02:00
j
628d7c2be8 move Ox.FilesView.js to pandora 2011-06-16 19:32:11 +02:00
j
218eeaf47a edit annotations 2011-06-15 16:36:01 +02:00
j
e7b947c1ca move files 2011-06-15 15:04:57 +02:00
j
c70e23b493 reload lists after setting items 2011-06-15 14:20:14 +02:00
rolux
1e166359b8 shift click to join places, part 8 2011-06-14 17:03:26 +02:00
rolux
fc9fa56e9c shift click to join places, part 7 2011-06-14 16:53:32 +02:00
rolux
4b1dcbb5eb shift click to join places, part 6 2011-06-14 16:49:41 +02:00
rolux
b5bc867273 shift click to join places, part 5 2011-06-14 16:48:46 +02:00
rolux
466293b2f9 shift click to join places, part 4 2011-06-14 16:45:29 +02:00
rolux
6162b0cc33 shift click to join places, part 3 2011-06-14 16:41:20 +02:00
rolux
bf64450ada shift click to join places, part 2 2011-06-14 16:38:49 +02:00
rolux
4d449232d5 shift click to join places 2011-06-14 16:34:09 +02:00
rolux
7a38795314 update map (for arctic/antartic results) 2011-06-14 15:41:34 +02:00
rolux
1e1bfa6ce3 typo 2011-06-14 11:38:58 +02:00
rolux
23c50a1d01 update map (for arctic/antartic results) 2011-06-14 11:29:31 +02:00
rlx
a57d5c368a changes related to frames and posters view in pandora 2011-06-07 03:16:25 +00:00
rlx
2419ca3a18 make static list honor 'selected' options 2011-06-06 18:34:40 +00:00
j
8acccb5cd1 getCel(id) should also work 2011-06-04 18:18:12 +02:00
rlx
f601f0862f some changes to files view 2011-06-04 02:32:42 +00:00
rlx
62df91961e some changes to files view 2011-06-04 01:41:47 +00:00
rlx
0bc884070c merging changes 2011-06-03 23:10:03 +00:00
j
f366baa508 fix copy&paste, jquery always sets event.metaKey to event.ctrlKey 2011-06-04 14:14:39 +02:00
rlx
624ed333fc merging changes 2011-06-03 23:09:18 +00:00
rlx
6ec375c9ce misc fixes 2011-06-02 08:04:22 +00:00
rlx
565ff78139 now we have a rainbow-gradient range track hidden deep within pandora 2011-06-02 06:19:44 +00:00
rlx
67dd877874 filter rewrite, support most special types 2011-06-02 05:29:58 +00:00
rlx
65aadc19e9 filter rewrite, inputgroup update 2011-06-02 03:44:11 +00:00
rlx
a96f6fdfd1 filter rewrite, element update 2011-06-02 03:02:16 +00:00
rlx
d660e0e30a filter rewrite, allow for nested conditions 2011-06-02 01:04:52 +00:00
rlx
c2794a6d35 minor changes for filter dialog 2011-06-01 22:49:23 +00:00
rlx
9366bdc6d5 minor changes for filter dialog 2011-06-01 22:47:59 +00:00
rolux
e25b7a2ee2 reverting timeinput update 2011-06-01 22:12:22 +02:00
rlx
3e03e00a72 merging changes 2011-06-01 18:38:58 +00:00
rlx
2ce322fe97 updating filter 2011-06-01 17:43:58 +00:00
rlx
25b5bd1ace updating filter 2011-06-01 16:09:34 +00:00
rlx
7c23fb3741 updating filter 2011-06-01 15:03:22 +00:00
rolux
46f40c0623 fix filter button image 2011-06-01 17:49:07 +02:00
rlx
6f26b350e9 fixing a regression 2011-06-01 14:02:16 +00:00
rlx
66c8347a2a allow for editing s/w/n/e/ values manually 2011-06-01 13:53:09 +00:00
rolux
df27e28c5e testing... 2011-06-01 16:42:45 +02:00
rolux
805034673f live update marker 2011-06-01 16:36:53 +02:00
rolux
21110a5242 typos 2011-06-01 16:34:26 +02:00
rolux
d7b755e31b debugging... 2011-06-01 16:32:19 +02:00
rolux
021d429398 fix map 2011-06-01 16:27:25 +02:00
rolux
862f097e24 debugging... 2011-06-01 16:16:48 +02:00
rolux
1d704ce9fd debugging... 2011-06-01 16:08:01 +02:00
rolux
0fe05d88e6 typo 2011-06-01 16:04:50 +02:00
rolux
5f985fb22e fix map 2011-06-01 16:03:02 +02:00
rolux
104c2e2b0b fix map 2011-06-01 15:58:00 +02:00
rolux
02a9379775 fix map 2011-06-01 15:56:18 +02:00
rolux
e8777dfada debugging... 2011-06-01 15:54:22 +02:00
rolux
a369d0170d update map 2011-06-01 15:51:35 +02:00
rolux
408280e741 update place panel ui 2011-06-01 15:33:09 +02:00
rolux
7d792800db update place panel ui 2011-06-01 15:29:40 +02:00
rolux
049692f948 update place panel ui 2011-06-01 15:28:21 +02:00
rolux
f6803dd9e5 update place panel ui 2011-06-01 15:25:07 +02:00
rolux
b5363b38f4 update ArrayInput 2011-06-01 15:15:34 +02:00
rolux
4f77725a74 update ArrayInput 2011-06-01 15:12:14 +02:00
rolux
944d4036b0 fix loading icon animation 2011-06-01 14:20:34 +02:00
rolux
bbdd3b4cf4 fix for new place button 2011-06-01 14:08:29 +02:00
rolux
84cfc65d79 update type colors 2011-06-01 13:11:28 +02:00
rolux
7cfe46ffa1 update type colors 2011-06-01 13:09:33 +02:00
rolux
5922a60855 update type colors 2011-06-01 13:08:15 +02:00
rolux
7b32cbd33b update type colors 2011-06-01 13:06:27 +02:00
rolux
63d34b5854 update type colors 2011-06-01 13:01:29 +02:00
rolux
73fdb1392b update type colors 2011-06-01 12:59:52 +02:00
j
c494c3ace6 minor cleanups 2011-06-01 12:59:30 +02:00
j
4ea645b572 ids -> positions 2011-06-01 12:59:12 +02:00
rolux
edcb2414b6 update place type taxonomy 2011-06-01 12:56:39 +02:00