Commit graph

1045 commits

Author SHA1 Message Date
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
5173bf62fe limit images by width 2012-02-14 18:52:57 +05:30
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
rlx
4dba56ba87 improve Ox.highlightHTML and annotations CSS 2012-02-01 08:26:06 +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
46e10fb81b event.metaKey should be ctrl key, patch jquery 2012-01-28 15:42:12 +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
198e11c59b update jquery.mousewheel.js to work with jquery 1.7 2012-01-27 17:33:01 +05:30
j
8d685a891c update jquery to 1.7.1 2012-01-27 17:05:05 +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
bfaea73f1f ; 2011-12-29 13:42:10 +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
f70501ae1b update Ox.UI css 2011-11-30 15:51:29 +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
b14604bc14 add aliases 'Ox.' etc. for 'Ox.UI.' etc. 2011-11-30 15:27:08 +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
661868831e update map css 2011-11-10 23:23:26 +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
c104c75c69 change paragraph style to text-align: justify 2011-11-08 17:27:58 +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
77d2d22505 update css to allow for 'OxSelectable' that looks like a text list item 2011-11-06 18:37:29 +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
3e20910993 fix editable css 2011-11-03 17:10:12 +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
72676ed2bb revert css changes (don't duplicate global positioning rules in theme css) 2011-11-02 18:27:02 +00:00
rlx
3f69397d96 merge 2011-11-02 18:22:18 +00:00
rlx
16556c0604 allow for max width in menus 2011-11-02 18:21:49 +00:00
j
ebd300a08a set img in OxCell to block, fixes Firefox text-overflow: ellipsis bug 2011-11-02 18:51:27 +01: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
1db1278ba2 fix calendar tooltip css in classic theme 2011-10-31 11:35:17 +00:00
rlx
64032b5e9c add proper tooltips to map 2011-10-31 11:29:59 +00:00
rlx
479e7da2f5 update css 2011-10-30 21:17:10 +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
rolux
17b9d0ff73 replace unicode.py, again 2011-10-29 19:17:14 +02: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
039a65e251 fix color of info part for icons in info lists 2011-10-29 07:45:59 +00:00
rlx
f47547e728 allow for non-default page length of non-orientation-both icon lists 2011-10-28 17:45:51 +00:00