Commit graph

1225 commits

Author SHA1 Message Date
rlx
d7f0464ee6 add missing public togglePaused method to Ox.VideoTimelinePlayer 2012-04-24 08:18:08 +00:00
rlx
aae7ba2485 fix a bug where tooltips would not retain their width near the right edge of the screen, fixes #568 2012-04-23 11:16:46 +00:00
rlx
fa146ebbba Ox.Map: meta+click on selected place now deselects it (fixes #655) 2012-04-23 10:28:42 +00:00
rlx
c0c4031825 in video editor, rename 'posterFrameControls' option to 'enableSetPosterFrame', always include 'Go to Poster Frame' menu entry, and correctly enable/disable 'Set Poster Frame' menu entry 2012-04-23 09:53:29 +00:00
rlx
771b15c25a add (but do not enable) reset-size-on-doubleclick for split panel elements 2012-04-23 09:37:49 +00:00
rlx
43495de239 when expanding or collapsing part of a split panel, do not immediately switch the resizebar's tooltip 2012-04-23 08:29:37 +00:00
rlx
cb1fffa491 add some comments in video timeline player 2012-04-23 08:11:34 +00:00
rlx
3c253a86d5 test for , not for hasZoombar, so that the test won't fail before load 2012-04-22 13:19:08 +00:00
rlx
374508a9f1 fix a bug where in info list, the value of the sort key would not be requested when changing the sort order of the list (fixes #747) 2012-04-22 11:50:57 +00:00
rlx
a56329064d pass info event in player and timeline panels 2012-04-22 11:13:06 +00:00
rlx
a1c82cb262 don't trigger 'censored' event on doubleclick 2012-04-22 10:16:07 +00:00
rlx
f0d4043fd4 make 'censored' icon/link/tooltip configurable (fixes #252) 2012-04-22 09:57:17 +00:00
rlx
bdab9b8a7d in video editor, pass position along with in and out when triggering a point event 2012-04-22 08:54:44 +00:00
j
486e933926 add some more links to about 2012-04-19 16:09:28 +02:00
rlx
018dc69939 set width of timelines player timelines to the correct value after resize 2012-04-19 13:03:16 +00:00
rlx
ae33784cc1 correctly compute if scrollbar is visible 2012-04-19 12:25:39 +00:00
j
461cd3d686 only add uid to http urls, this breaks for file:// or blob urls 2012-04-19 13:26:46 +02:00
rlx
3db8dd4688 remove reference to pandora, fixes #594 2012-04-19 10:30:39 +00:00
rlx
88d25817c1 fix a bug in timeline player where the video would not be muted when loaded in muted state 2012-04-19 08:00:12 +00:00
rlx
fb64474545 timeline player: fix mute button, add scroll button 2012-04-19 07:54:30 +00:00
rlx
01b4840fd6 in timeline player, only show vertical scrollbar if needed - should fix #759, but can't be tested locally 2012-04-19 07:15:35 +00:00
rlx
821e8d1a4e make sure timeline player has a bottom margin of 8px (not 4px) 2012-04-19 07:00:04 +00:00
rlx
14102508e1 fix bugs in list calendar, related to selecting an event on the calendar, just after load, which is not yet in the scope of the list 2012-04-19 06:44:17 +00:00
rlx
244312aede in ListCalendar, populate duration form field, fixes #756 2012-04-19 05:48:31 +00:00
rlx
c7d8d68607 implement 'censored' option in timeline player 2012-04-18 11:21:06 +00:00
rlx
c70271573a in timeline view, react to selecting an annotation 2012-04-18 09:30:49 +00:00
rlx
02696ae741 add 'uncheckItem' method to menus and menubuttons, fix toggleSize in video editor 2012-04-18 07:57:59 +00:00
rlx
132e8d2207 rename various options of video widgets to allow for different timeline types 2012-04-18 07:43:32 +00:00
rlx
71d82c87f9 pass playing/position event from video player to timeline panel 2012-04-17 14:53:21 +00:00
rlx
7d3ea51e4b slightly improved line above and below video 2012-04-17 13:52:45 +00:00
rlx
3ecfcd0f3f implement 'follow player while playing' 2012-04-17 13:42:46 +00:00
rlx
0e8bfd1348 update timeline panel and timeline player 2012-04-17 12:01:24 +00:00
rlx
c6bfa97c68 rename a variable in video editor 2012-04-17 11:59:08 +00:00
rlx
7e8f5bef32 fix bugs in video player: allow for setting volume from outside, only show volume control if enabled 2012-04-17 11:58:17 +00:00
rlx
8c963339fd add first version of Ox.VideoTimelinePanel, update Ox.VideoTimelinePlayer 2012-04-17 07:52:37 +00:00
rlx
c6f0308a17 in Ox.VideoPanel, use setElement(...), not that. = ... 2012-04-17 07:51:32 +00:00
rolux
606497fbdd update DocPanel and ExamplePanel 2012-04-16 09:13:22 +02:00
rolux
0f4d72c1da in example pages, allow for setting theme from outside the iframe 2012-04-15 21:13:18 +02:00
rolux
0a999bc4f3 update DocPage and ExamplePage 2012-04-15 20:15:14 +02:00
rolux
1d53a14cc1 in Ox.TreeList, use OxLight style for length of arrays and objects 2012-04-15 14:19:52 +02:00
rolux
c2a7902d0b add 'open in new tab' button to example pages 2012-04-15 14:18:45 +02:00
rolux
06bb13458b in tree lists with data, add light quotes around string values, fixes #739 2012-04-14 14:15:11 +02:00
rolux
f7ed392d0f in source viewer, ignore // comments, fixes #743 2012-04-14 14:03:35 +02:00
rolux
3bfd8be160 Ox.Progressbar: make tooltips optional 2012-04-14 13:54:45 +02:00
rolux
f88c60ae15 fix bugs in progress bar 2012-04-14 13:49:22 +02:00
rolux
ebc6efffb4 minor fixes and documentation updates 2012-04-09 10:42:00 +02:00
rolux
baf0f72912 slightly improved treelist 2012-04-09 10:41:06 +02:00
rolux
ffa8f1738a faster doc panel: allow for caching of doc items 2012-04-09 10:39:56 +02:00
rolux
abfea74565 misc. minor changes and documentation updates 2012-04-08 20:22:27 +02:00
rolux
92d4b032da update code/example panels ('selected' option) 2012-04-08 20:20:58 +02:00
rolux
e7f132f121 quick fix for treelist layout 2012-04-08 14:38:15 +02:00
rolux
a69970adb6 re-enable synchronous path in Ox.List for Ox.TreeList 2012-04-08 14:17:58 +02:00
rolux
1e1bd9689b display file and line as 'file:line' 2012-04-07 16:41:35 +02:00
rolux
801bfeb8dd remove deprecation warning 2012-04-07 16:40:41 +02:00
rolux
30f1fb65f2 typo in documentation 2012-04-07 12:43:41 +02:00
rolux
67a0f82266 fix a bug in TabPanel that would make it return a SplitPanel 2012-04-07 01:45:14 +02:00
rolux
8a447b8640 fix a bug that would make it impossible to progamatically deselect a button in a button group 2012-04-06 20:52:40 +02:00
rolux
e9f6751748 allow for replacement function in DocPanel and DocPage 2012-04-06 14:24:17 +02:00
rolux
3134b55456 remove a debugging relict from SyntaxHighlighter 2012-04-06 14:14:01 +02:00
rolux
03f4f77ce6 make SyntaxHighlighter and SourceViewer more useful by allowing replacements; remove index.json and source/Ox/png; plus some other small and/or cosmetic changes 2012-04-06 14:10:21 +02:00
rolux
d65fafb0aa off by one in ExamplePanel 2012-04-05 17:33:22 +02:00
rolux
08a64d8695 minor changes to ExamplePage 2012-04-05 17:32:19 +02:00
rolux
5c727a1687 make DocPage more like ExamplePage 2012-04-05 17:31:32 +02:00
rolux
1f8f9ffa7d some quick and ugly fixes to make TreeList work again 2012-04-04 19:09:10 +02:00
rolux
fb8dd98b8a make it possible to parse keywords from documented source 2012-04-04 18:26:17 +02:00
rolux
6c4e520b6d make the map options menu more compact 2012-04-04 17:44:32 +02:00
rolux
ef0e161ab0 add docco-style Ox.SourceViewer, Ox.ExamplePage and Ox.ExamplePanel, and a demo 2012-04-04 16:59:58 +02:00
rolux
7b7bedb65a use Ox.api in Ox.List and Ox.Map 2012-04-04 09:06:55 +02:00
rolux
997b704f8b minor changes 2012-04-04 00:37:42 +02:00
rolux
ecb72f28ea allow for markers on Ox.MapImage 2012-04-04 00:36:45 +02:00
rolux
e6633a2953 allow for dynamically colored and sized map markers 2012-04-04 00:36:22 +02:00
rolux
74099f8642 allow for dynamically colored and sized map markers 2012-04-04 00:35:59 +02:00
rolux
5f95fd9da4 allow for list preview to be opened externally 2012-04-04 00:34:41 +02:00
rolux
4871e4b13f allow for list preview to be opened externally 2012-04-04 00:34:31 +02:00
rolux
47976fb6fb make the flag icon an actual control 2012-04-03 16:45:49 +02:00
rolux
9f9c2df862 update Ox.Map, remove non-async code path, deprecate non-standard options and events, change the API to allow for dynamic marker colors and sizes 2012-04-03 15:25:41 +02:00
rolux
1576ba4c48 remove dead code 2012-04-02 23:10:41 +02:00
rolux
9bf755a10d TextList: allow for not passing sort by making the unique key, and its operator, the default 2012-04-02 23:07:50 +02:00
rolux
461233e87b in Ox.Map, use '=' and '!=' as operators for 'in between' and 'not in between' 2012-04-02 17:33:54 +02:00
rolux
fbc15dcadf more useful version of Ox.MapImage 2012-04-01 23:05:53 +02:00
rolux
6a39bdd3bd in Ox.List, trigger init after timeout, since otherwise a synchronous items function will trigger the event before one can bind to it 2012-04-01 23:04:07 +02:00
rolux
1d86f10e79 fix a bug that would keep disabled items in a select enabled, and in consequence allow for removal of title and director columns in 0xDB list view 2012-03-31 18:28:32 +02:00
rlx
fb385a5e57 add BSD and UNIX logos 2012-03-27 09:18:01 +00:00
rlx
c5af338d2d update Ox.Chart 2012-03-26 19:26:28 +00:00
rlx
5d1b204e45 when reaching full minute, round position to full minute 2012-03-25 21:49:36 +00:00
rlx
8e6787be97 move full minute check from player into panel and editor, should fix #716 2012-03-25 21:45:39 +00:00
rlx
17aca54e7a temporary fix for video skipping bug (#716); add third parameter (index) to forEach callback; add Geo colors 2012-03-25 21:23:03 +00:00
rlx
8c67bf9462 fix a bug in Ox.FileButton 2012-03-24 11:12:24 +00:00
rlx
826eb5548d allow menu item to trigger native file dialog when pressing enter 2012-03-24 11:04:27 +00:00
rlx
df03bf1841 allow menu item to trigger native file dialog (see demo, fixes #691) 2012-03-24 10:13:33 +00:00
rlx
1c3e257bc8 use standard jquery syntax 2012-03-24 08:43:03 +00:00
j
429d5c744b comment out some Ox.print calls 2012-03-23 19:03:56 +01:00
rlx
17d92a3ff7 add Ox.FileButton 2012-03-23 17:57:12 +00:00
rlx
162c0f118b update file input 2012-03-23 17:20:36 +00:00
rolux
1320fb68aa add Ox.FileInput 2012-03-23 17:55:55 +01:00
rlx
260c513e8e in list with max=0, make sure items are not selectable (fixes #708) 2012-03-23 09:27:31 +00:00
rlx
2dbe98bb98 add chart widget 2012-03-22 20:04:35 +00:00
rlx
22577fcbcd update icon sizes in ListMap 2012-03-21 08:36:47 +00:00
rlx
bc3fedb125 fix alphabetical order of annotations with tags, fixes #681 2012-03-20 09:34:50 +00:00
j
c4de1a3a40 do not trigger change event(with same value) on blur if changeOnKeypress is enabled 2012-03-18 20:50:38 +01:00
rlx
237d12ece7 allow for checking a menu item that is part of a group 2012-03-18 14:31:54 +00:00
rlx
d886ffdde2 in manage places, resurrect place name (top right), fixes #670 2012-03-18 12:39:11 +00:00
rlx
53f57939ec fix a bug with toggling paused state 2012-03-14 10:38:32 +00:00
rlx
8521eb36ba add video timeline player and demo 2012-03-14 10:35:46 +00:00
j
3551e73249 dont fail if previously selected id was removed 2012-03-13 13:26:13 +01:00
j
9e7a639ada consistantly use ?uid for video source 2012-03-09 23:27:48 +01:00
j
dbbba54c82 dont remove space before match 2012-03-09 23:27:23 +01:00
rlx
2ed61c7b08 correct transparency of result place rectangle and rectangle markers (fixes #312) 2012-03-07 13:28:45 +00:00
rlx
f317e6ccf0 In annotation tooltip, don't claim 'doubleclick to edit' if not editable (fixes #348) 2012-03-07 12:33:00 +00:00
rolux
1d8119df4f Calendar: Add cmd-click to deselect event (fixes #471) 2012-03-07 13:12:57 +01:00
rolux
8634476e48 correct icon size in ListCalendar, fixes #565 2012-03-07 13:02:08 +01:00
rolux
37706512e5 fix a bug in ListCalendar 2012-03-07 12:49:01 +01:00
j
98272ee54a revert selectable 2012-02-24 00:05:44 +05:30
j
d554222aea make place name selectable 2012-02-24 00:02:01 +05:30
rlx
68ca199ae3 properly escape user names and list names 2012-02-22 10:14:25 +00:00
rlx
e282a3a9e9 some work towards fixing JS injection issues 2012-02-21 12:33:27 +00:00
j
01d975878b dont fail if selected annotation is not present 2012-02-21 17:00:35 +05:30
rlx
db6f68681a in annotation panel, make links to define/edit places/events work (fixes #561) 2012-02-21 11:20:03 +00:00
rlx
202d11177b some work towards making places and events editable from annotations panel (#561) 2012-02-21 10:10:39 +00:00
rlx
4008f2e04f remove 'new place' entry from map options menu (fixes #368) 2012-02-21 10:03:08 +00:00
rlx
8851a9c454 in manage places, make south/west/north/east editable directly (fixes #411) 2012-02-21 09:37:50 +00:00
rlx
33ddaf8d9a in manage places, reset form errors (fixes #576) 2012-02-21 08:59:49 +00:00
rlx
3ff120873b allow for resetting errors via ArrayInput setErrors 2012-02-21 08:22:45 +00:00
rlx
43aeec758c update place flag on define (fixes #563) 2012-02-21 08:01:57 +00:00
rlx
8300e402cf update place flag on define (fixes #561) 2012-02-21 08:01:13 +00:00
j
7019a7994b show clones, fixes #567 2012-02-20 21:51:08 +00:00
rlx
e4b60c83c2 update manage places / manage events 2012-02-20 18:31:45 +00:00
j
56c1bf2af0 enable download, fixed #467 2012-02-19 19:06:25 +00:00
rlx
8964fdcd58 in timeline view, after sumbitting find, make editor gain focus (fixes #539) 2012-02-19 18:51:53 +00:00
rlx
02b5b56be8 implement 'show subtitles' functionality for players and timelines 2012-02-19 18:26:57 +00:00
rlx
b5a7b9b28d remove some unused files 2012-02-19 17:24:34 +00:00
rlx
4c3b0c41b1 use 'foo=bar,baz' for 'is between', and make sure this gets only parsed for number-like find keys 2012-02-19 17:21:23 +00:00
rlx
be44815ce4 make input fire a clear event 2012-02-19 16:29:09 +00:00
rlx
160c93aa83 remove some cruft from Ox.Input 2012-02-19 15:50:30 +00:00
rlx
b9a86e2620 fix #227 (the fork bomb bug) 2012-02-19 15:38:08 +00:00
rlx
6a9707ed0b fix a bug where pressing delete would not remove an annotation if the video editor had focus (fixes #477) 2012-02-19 14:37:55 +00:00
rlx
bd5b6f8230 fix issues with home and tv 2012-02-19 12:58:55 +00:00
rlx
7d188d8621 make +/- volume keyboard shortcut work in video and timeline views 2012-02-19 11:21:52 +00:00
rlx
529184887a make doubleclicking on non-editable annotation 'open' it, i.e. go to its in point 2012-02-19 11:06:03 +00:00
rlx
94cfbdb45c fix issues with automatically opening annotation folders; add annotations option to video player to make find work for all layers 2012-02-19 10:49:52 +00:00
rlx
61402492c6 make sure doubleclicking on timeline doesn't turn non-editable annotations into editing state 2012-02-19 09:06:57 +00:00
rlx
696741190a only show users in menu if there are annotations 2012-02-19 09:01:13 +00:00
rlx
9558070d8f update list of users on edit annotation (fixes #382) 2012-02-19 08:59:27 +00:00
rlx
0883bc7127 fix a bug in subtitle display on small timeline 2012-02-19 07:41:19 +00:00
rlx
2c2caf8f58 add 'editable' timeline state (fixes #521) 2012-02-19 07:21:40 +00:00
rlx
a66c7c9bdd various fixes related to adding place annotations 2012-02-18 09:56:58 +00:00
rlx
bbdbaf86da keep annotation remove from throwing errors (fixes #452) 2012-02-18 07:22:31 +00:00
rlx
65a3a21d11 resolve an issue with icon list text formatting (fixes #511) 2012-02-18 06:59:34 +00:00
rlx
ab6c1f2234 change color scheme for editable annotations (fixes #502) 2012-02-17 22:08:02 +00:00
rlx
c6e8a84f65 better tooltip for in/out players (fixes #501) 2012-02-17 20:55:00 +00:00
rlx
5383867f70 begin to add some keyboard shortcuts to video view annotation panel 2012-02-17 17:31:39 +00:00
rlx
ba0fe16a07 in video view, update URL when selecting annotation (fixes #479) 2012-02-17 16:29:50 +00:00
rlx
a27ff78730 merge 2012-02-17 16:13:32 +00:00
rlx
e8f370ab7c make video editor handle internal links (fixes #494) 2012-02-17 16:13:08 +00:00
j
7397bead91 switch video source while loading metadata 2012-02-17 13:36:26 +01:00
rlx
c36a3537c0 fix an issue where rendering the edit menu before updating layers would cause add annotation to fail 2012-02-17 12:18:26 +00:00
rlx
3407f36d12 fix #493 (error when removing a not-yet-loaded video from the dom) 2012-02-17 10:41:38 +00:00
j
23c319d95a remove special case for FF3.6, Ox.isArguments is fixed 2012-02-17 10:32:32 +00:00
j
f919d64044 fix Ox.App in Firefox 3.6 to show loading screen, fixes #393 2012-02-17 10:24:42 +00:00
j
1a6da64b6b add enableImport flag to VideoEditor 2012-02-17 14:36:26 +05:30
rlx
7d4fd8f706 fix some bugs in insert html dialog 2012-02-16 18:04:25 +00:00
rlx
e1d8e2aeea merge 2012-02-16 16:36:26 +00:00
rlx
4dd2c5706d add InsertHTMLDialog to VideoEditor 2012-02-16 16:35:59 +00:00
j
f28ed7366b keep volume/muted values from current video when changing parts, fixes #200 2012-02-16 22:05:30 +05:30
j
d13d0e3d3f uri decode map query value, fixes #432 2012-02-16 21:46:12 +05:30
j
ac25a69aaa update posterFrame in players, fixes #476 2012-02-16 21:14:46 +05:30
rlx
658fca3c76 video editor: highlight-as-you-type (fixes #395) 2012-02-16 12:46:57 +00:00
rlx
73bd672b15 add option to find selected annotation in _this_ video; make sure focus returns after hiding menus 2012-02-16 12:32:52 +00:00
rlx
2bd8c8d13f commiting unsaved changes 2012-02-16 11:56:20 +00:00
rlx
476f8b8d26 don't throw errors when resizing uninitialized map (fixes #480, interestingly) 2012-02-16 11:52:42 +00:00
rlx
8ab8d8d67a some work towards making the edit annotations menu functional 2012-02-16 11:35:03 +00:00
rlx
1ea9524cb1 make lists fire select events when updating the query changes, i.e. removes, its previous selection (fixes #238) 2012-02-16 06:41:19 +00:00
rlx
5b94a68f0f Make 1,2,3,... keyboard shortcuts work when annotations have focus (fixes #473) 2012-02-15 22:41:49 +00:00
rlx
e819ff05df in annotation folder, re-calculate edit points after adding annotation (fixes #472) 2012-02-15 22:31:37 +00:00
rlx
6f3a4d1386 pass video editor keyboard events when annotations have focus (fixes #318) 2012-02-15 22:20:19 +00:00
rlx
c040e48601 beginning to fix #318 2012-02-15 22:06:00 +00:00
rlx
e46b568322 update formatting in video editor 2012-02-15 21:28:03 +00:00
rlx
3007cafcae add 'select' option to editCell method of TextLists (helps fix #445) 2012-02-15 20:59:04 +00:00
j
75a230d417 fix help message for shift+I 2012-02-16 01:57:28 +05:30
rlx
8b9c5a485b fix a bug in Ox.List where a select event would trigger even though the selection had not changed 2012-02-15 20:21:17 +00:00
rlx
95da27d0db in video editor, keep menu and player size in sync (fixes #405) 2012-02-15 17:29:58 +00:00
rlx
972808eb17 add tooltips to map place info; fix a bug with autocomplete and live updates (fixes #453) 2012-02-15 16:13:09 +00:00
rlx
96db09337c revert changes (reopens #395) 2012-02-15 13:37:33 +00:00
rlx
99f9af5cd2 check for presence of annotations before acting on keyboard input 2012-02-15 13:16:03 +00:00
j
2a47b434a4 update highlight for empty string right away, fixes #395 2012-02-15 17:38:34 +05:30
j
136b2c5fdb only move to position if there are annotations, fixes #379 2012-02-15 17:33:18 +05:30
rlx
2be6052276 List: Add selectbefore and selectafter events (fixes #353) 2012-02-15 11:30:01 +00:00
rlx
08423110e9 omit country name from map tooltip (fixes #396) 2012-02-15 10:43:40 +00:00
j
5f1e21f7e2 menu entry to import annotations 2012-02-14 19:06:51 +00:00
j
600dc935f2 enable keyboard shortcuts again, was disabled in [changeset:oxjs,1209] 2012-02-08 15:52:22 +05:30
rlx
89a3a119da honor layer showInfo flag and display creator as part of tooltip (fixes #332) 2012-02-05 11:08:56 +00:00
rlx
ed150f21f5 only display add annotation keyboard shortcuts for editable layers 2012-02-05 10:36:04 +00:00
rlx
63a6bf2cb8 in app, send location.href on init (fixes #352) 2012-02-05 03:10:26 +00:00
j
215013e7c8 bind h key 2012-02-05 07:50:17 +05:30
rlx
8d7d1fdf36 don't trigger edit annotation event with temporary id (fixes #369) 2012-02-05 02:07:22 +00:00
rlx
353fce1f14 changes in video editor and list map 2012-02-05 01:56:23 +00:00
rlx
76466e7eeb fix video editor bugs 2012-02-04 11:44:19 +00:00
rlx
3c94f44a99 fix bugs in video editor; begin to implement new list map mode that allows for defining/clearing places 2012-02-04 08:58:46 +00:00
j
ae82696600 events are lower case 2012-02-03 14:43:20 +00:00
j
151c701934 add poster frame controls to menu, fixes #340 2012-02-02 05:15:12 +00:00
rlx
25f7c2a285 fix bugs related to selection of place/event annotations 2012-02-02 02:32:41 +00:00
rlx
bec434a353 fix a bug related to updating autocomplete words when removing an annotation 2012-02-01 22:14:22 +00:00
rlx
1eaf240970 make cursor keys work across annotation folders; make clicking in string annotation folder deselect annotation in other folder 2012-02-01 19:33:10 +00:00
j
2d0607aebd fixed #308 2012-02-01 18:04:42 +00:00
j
56300ab2db undefined places are now inline 2012-02-01 17:29:15 +00:00
j
2ce6b0af9a undefined places/events 2012-02-01 17:21:10 +00:00
j
8bab6a9c0c check defined 2012-02-01 16:36:18 +00:00
j
72323febea dont fail if geoname is undefined 2012-02-01 15:25:41 +00:00
rlx
addd277748 make cycling through matches work, even when matches have the same in/out 2012-02-01 12:47:59 +00:00
rlx
1ae47b761b support highlighting in icon list text 2012-02-01 11:57:21 +00:00
j
02e53ed3e0 events are lowercase, VideoPanel defaults 2012-02-01 07:17:47 +00:00
rlx
9b2766bc17 make find next/previous select the annotation 2012-02-01 05:21:29 +00:00
j
319608b5ac fix selecting tab via .select in tab panel 2012-01-31 13:23:24 +00:00
j
d10deb81aa disable some debug output 2012-01-31 12:07:31 +00:00
j
9568acd592 highlight html strings without breaking tags 2012-01-31 12:00:34 +00:00
j
fd96423266 - find in layers
- change upadteAnnotation call to allow id updates
2012-01-31 10:57:09 +00:00
rlx
e8b1362309 fix list calendar bugs 2012-01-30 23:27:27 +00:00
rlx
b19e4c0c79 fix more resize bugs 2012-01-30 22:26:38 +00:00
rlx
93fe766c7b fix resize bugs in calendar, list calendar etc 2012-01-30 22:11:05 +00:00
rlx
70376be049 fix bugs in video preview 2012-01-30 20:59:07 +00:00
rlx
4e615e722d fix and optimize video preview 2012-01-30 20:48:19 +00:00
j
9419e3972e better width/height for textarea editables 2012-01-21 14:58:32 +00:00
rolux
1b42a4e7f1 fix a calendar bug 2012-01-30 01:12:53 +05:30
j
e51c4aa847 call gc before focus/blur to remove elements from focus stack that are no longer around 2012-01-21 11:30:16 +00:00
j
05b4d0cf82 ae singleclick 2012-01-29 14:59:30 +05:30
j
ed4f7f0c2d various focus/selection fixes 2012-01-27 23:58:44 +05:30
rlx
a7a3f167c9 various annotation-related bugfixes 2012-01-27 19:59:11 +05:30
j
5f849abee3 update item by reference not index 2012-01-24 15:29:29 +05:30
j
129b8154fb dont fail if no error events are bound 2012-01-21 20:45:31 +05:30
j
d8adee70f7 set value of Ox.Editable 2012-01-20 23:41:07 +05:30
j
7475ef0124 fix Ox.Edidable textarea height, dont add title to links in parseHTML 2012-01-19 22:07:39 +05:30
j
f7755eb303 dont depend on Ox.Element in Ox.Request instantiation 2012-01-19 19:10:35 +05:30
j
216ad5f44f load Ox.Element before Ox.Request, should be a better way to do this 2012-01-19 17:59:29 +05:30
0efc4709a3 LoadingIcon silly errors + link demos to ../dev/ version 2012-01-18 01:26:08 +05:30
rlx
1bf1eae034 minor changes 2012-01-17 23:26:26 +05:30
rlx
2bf92c982a minor changes 2012-01-17 23:08:16 +05:30
rlx
3acc606fa2 minor changes 2012-01-17 23:04:33 +05:30
j
f2d7beeb22 add clickLink to video widgets 2012-01-17 21:13:46 +05:30
rlx
41e191f217 scroll to selected annotation on load 2012-01-17 17:54:21 +05:30
rlx
6d63c07ec5 update video editor (maps, calendars) 2012-01-17 17:40:50 +05:30
rlx
961f4f959a update video editor (maps, calendars) 2012-01-17 17:20:31 +05:30
rlx
dc47e901ad update video editor (maps, calendars) 2012-01-17 14:55:58 +05:30
rlx
7da384d03a update video editor 2012-01-16 23:21:53 +05:30
rlx
f5d587cf5b update video editor (maps) 2012-01-16 19:32:30 +05:30
rlx
408ebf54cb update video editor (editables) 2012-01-16 16:52:34 +05:30
rlx
47061543ea merge 2012-01-16 13:01:48 +05:30
rolux
0e2109a77c merging changes (video editor updates) 2012-01-16 12:58:09 +05:30
rolux
0423800b05 fix issues with type textarea editables 2012-01-16 12:39:16 +05:30
rlx
d156ede914 fix formatting of editables that span multiple lines 2012-01-15 21:08:06 +05:30
rlx
688ae65cf1 update video editor 2012-01-15 20:35:17 +05:30
rlx
56cf323110 make annotation map/calendar size/state sticky 2012-01-14 17:09:55 +05:30
j
36c1cda12a turn request errors into events 2012-01-14 16:18:26 +05:30
rlx
8384fcc913 update video editor (places, events) 2012-01-13 21:55:47 +05:30
rlx
8de69b3173 fix a bug in Ox.Input that would make its change event fire more than once 2012-01-13 16:28:01 +05:30
rlx
923ed92bd7 fix a bug regarding the value of empty array inputs 2012-01-13 15:01:16 +05:30
rolux
30088ad0b1 update map and calendar 2012-01-13 12:27:42 +05:30
rlx
f61e39a788 update video editor 2012-01-13 00:34:32 +05:30
rlx
b2e8b2ac82 update video editor 2012-01-12 16:09:05 +05:30
rlx
e98696b93d make space work when annotation panel has focus; give focus to video editor when deselecting annotation in panel 2012-01-11 17:34:49 +05:30
rlx
ef82ff8967 update video editor 2012-01-11 17:24:58 +05:30
rlx
43d04f242d make annotations sortable 2012-01-11 16:41:13 +05:30
rlx
11d9b63dba add Ox.sortBy 2012-01-11 16:17:06 +05:30
rlx
923f71e6de make selected annotation scroll into view 2012-01-11 15:02:33 +05:30
rlx
e4dd393834 update video editor and css 2012-01-11 13:22:01 +05:30
rlx
88f31a5ae3 video editor update 2012-01-10 20:19:28 +05:30
j
ba9423462f blur editing 2012-01-10 01:55:38 +05:30
j
b4139a7388 fix selectable 2012-01-09 16:15:59 +05:30
j
82744a14ed make leaves selectable in TreeList, fixed: 226 2012-01-09 16:10:51 +05:30
rolux
80f9a1a33d merging changes (timeline, annotations, urls) 2012-01-06 17:32:20 +05:30
rlx
dc4a8bf464 update Ox.URL 2012-01-06 17:28:53 +05:30
rolux
f76ee0cf36 minor changes in OxJS 2012-01-06 17:27:54 +05:30
j
093edd57d0 - remove editItem from Ox.List
- use ArrayEditable for text too
2012-01-04 22:57:32 +05:30
rolux
66934d22a9 theme.js -> theme.json; make timeline themed 2012-01-04 15:20:07 +05:30
rolux
8097cc7812 Ox.getPositionById() -> Ox.getIndexById() 2012-01-04 13:41:05 +05:30
rlx
85652471c6 update VideoEditor/AnnotationPanel/Editable/...; update OxJS array functions 2012-01-04 01:11:50 +05:30
rolux
d64e39c5b2 add Ox.ArrayEditable 2012-01-03 15:57:54 +05:30
rlx
815ae5d253 update video editor / annotation panel 2012-01-03 15:56:15 +05:30
rolux
7d3f72ecc9 add Ox.ArrayEditable 2012-01-03 15:55:15 +05:30
j
969daf07e5 toggle size 2012-01-03 13:24:29 +05:30
j
a7b14f9e0a fix optionsGroupOffset for multiple groups and seperators 2012-01-03 13:05:22 +05:30
j
f8895e259c flatten video actions and settings menu 2012-01-03 01:50:09 +05:30
j
724d22e14f inline resolution selection again 2012-01-03 01:37:32 +05:30
j
39f9e9bb4d implement 'view annotations at position / in selection / all' 2012-01-03 00:36:36 +05:30
rlx
0c6541363d fix collapsepanel 2012-01-02 14:25:04 +00:00
rolux
038493d52b fix collapsepanel 2012-01-02 19:46:08 +05:30
rolux
be06c433d1 merge 2012-01-02 19:36:19 +05:30
rolux
b77852296b misc fixes 2012-01-02 19:35:14 +05:30
j
4600cd9134 timeline is optional 2012-01-02 19:25:15 +05:30
rolux
7ca9a4a9e7 update progress bar 2012-01-02 13:55:34 +05:30
rolux
2f740a972a fix for editable elements without tooltip 2012-01-02 11:54:54 +05:30
rolux
a4982ff81b typo in MapMarker 2011-12-31 19:51:32 +05:30
rolux
6279a602fd merge changes in Ox.Resizebar 2011-12-31 18:28:26 +05:30
rolux
34753cb2ed misc updates; add geo demo 2011-12-31 18:27:02 +05:30
j
a048fcc340 tooltip is optional 2011-12-31 17:59:52 +05:30
6789df65e6 merged 2011-12-30 21:45:02 +05:30
962362adb2 show overlay on small timeline on in / out options change 2011-12-30 21:43:56 +05:30
rolux
64592e7278 fix some localStorage bugs 2011-12-30 21:07:41 +05:30
rolux
45243cb5ff add Ox.localStorage 2011-12-30 20:36:55 +05:30
rolux
11cb7b1dc8 merge 2011-12-30 15:03:42 +05:30
rolux
73f1105692 updating form elements 2011-12-30 15:03:01 +05:30
j
7831dcd77d expand TreeList selecting an item 2011-12-29 17:54:29 +05:30
j
1a7a5985d9 update listLengh in addItems/removeItems 2011-12-29 16:15:59 +05:30
j
ac4dd51ed7 Only return Ox.Element if exactly one jquery element is return.
Fixes use of find, children
2011-12-29 15:40:08 +05:30
j
771d2be37b workaround to make TreeList work, find should really work here 2011-12-29 15:04:13 +05:30
j
062547daa1 set default results in Ox.SmallVideoTimeline, make sure self.results is defined in Ox.VideoPlayer 2011-12-29 02:52:51 +05:30
j
109e34725c resolution is data.checked 2011-12-28 15:59:53 +05:30
rlx
8550cc8442 add zap ui to video player 2011-12-24 06:07:50 +00:00
rlx
423faa5450 add open control to video player 2011-12-23 10:51:35 +00:00
rolux
21f703c6c4 remove print statements 2011-12-23 15:35:19 +05:30
rlx
84e7e794f7 misc bugfixes 2011-12-23 09:54:20 +00:00
rlx
72fe370492 fix a video player bug 2011-12-23 08:26:51 +00:00
rlx
f062c6001e fix video player bugs 2011-12-23 07:15:40 +00:00
rlx
e2529916b3 fix bugs in video editor 2011-12-23 06:08:41 +00:00
rlx
e719b6d219 fix bugs in video player 2011-12-23 05:19:02 +00:00
rlx
5803633835 fix bugs in map and video player 2011-12-23 05:05:41 +00:00
rlx
617ad0e5ca video player bugfixes, fullscreen-related 2011-12-22 18:03:30 +00:00
rlx
60281a666b misc bugfixes 2011-12-22 17:37:31 +00:00
rlx
02f53a57c1 use new form element syntax, continued 2011-12-22 15:47:46 +00:00
rlx
e47305c93f fix filter bugs (saving) 2011-12-22 14:42:32 +00:00
rlx
24087ec713 fix filter bugs (setting operators of grouped conditions) 2011-12-22 14:22:07 +00:00
rlx
61c3027ee0 add settings control to video player 2011-12-22 12:40:01 +00:00
rolux
215f1f6c1b use new form element syntax 2011-12-22 12:54:20 +05:30
rlx
d80019a17c form elements rewrite, part 3 2011-12-22 05:52:46 +00:00
rlx
a6c01dd6c6 Api -> API 2011-12-21 15:42:11 +00:00
rlx
fcf1e79ed0 Api -> API 2011-12-21 15:40:06 +00:00
rolux
074902d079 form elements rewrite, part 2 2011-12-21 21:03:52 +05:30
rlx
fe303bf2b0 merging changes (api, app, video) 2011-12-21 13:44:22 +00:00
rlx
7f83cd3141 form elements rewrite, part 1 2011-12-21 13:42:47 +00:00
j
5168f36053 move api discovery into its own function 2011-12-21 16:24:17 +05:30
j
734b08d9c6 remove extra loop 2011-12-21 16:23:09 +05:30
j
87ba2a10ab video editor resolution toggle 2011-12-20 19:15:24 +05:30
j
6e0ff7158c change video resolution, trigger ended event in player 2011-12-20 18:39:26 +05:30
rlx
cf567e5608 fix some Select/MenuButton bugs 2011-12-20 07:29:14 +00:00
rolux
96b206de1a use MenuButton 2011-12-20 12:50:37 +05:30
rlx
9f151e2e60 add Ox.MenuButton 2011-12-20 07:07:57 +00:00
rlx
0a79291c58 update video elements 2011-12-19 21:13:11 +00:00
rlx
609754fbad fix select all 2011-12-19 17:19:54 +00:00
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