Commit graph

166 commits

Author SHA1 Message Date
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
j
1d09d19423 some redesign for better garbage collection of elements 2011-11-04 22:14:30 +00:00
j
dce2843303 use Ox.Log 2011-11-04 16:54:28 +01:00
rlx
1db28c6fb0 add placeholder option to Ox.Editable 2011-11-03 16:53:29 +00:00
rolux
094b1a59ec cleanup, again 2011-11-03 16:42:41 +01: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
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
a727c32836 add calendar controls 2011-10-31 12:45:08 +00:00
rlx
3c8430979b add place controls to map 2011-10-30 21:05:32 +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
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
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
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
19d5f811d6 strip tags in Ox.Editable 2011-10-24 21:31:53 +00:00
rlx
a58dc765d9 some work on Ox.Editable 2011-10-24 15:58:51 +00:00
rlx
329b82845e fix a bug in Ox.Form, regarding error messages on submit 2011-10-22 15:22:39 +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
f43122f795 workaround for select values not getting updated correctly when updating form values 2011-10-11 11:22:16 +00:00
rlx
ccece375c0 fix a corner case in Ox.formatDateRangeDuration() 2011-10-10 17:00:01 +00:00
rlx
efca832c76 some work on ListCalendar 2011-10-09 21:13:16 +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
rlx
16078f0fbd fix a regression with regards to dragging/resizing 2011-10-06 04:06:49 +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
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
ea76fed699 add resize functionality to calendar 2011-10-03 13:23:40 +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
3965eed153 url controller updates, list bugfixes 2011-09-28 17:31:35 +00:00
rlx
f2c8644001 update Ox.URL, add Ox.Event 2011-09-23 10:43:57 +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
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
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
7f98cd19f2 fix a bug in Ox.ButtonGroup 2011-09-18 02:06:33 +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
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
rlx
6b0779fcab add formatColor() 2011-09-04 04:14:58 +00:00
rlx
3a87e8eb5f in input, trigger change on clear if changeonkeypress is true 2011-09-01 07:43:03 +00:00
rolux
1ece68be42 merging changes 2011-08-15 18:41:54 +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
rolux
dd7191e8d4 load svg images inline 2011-08-09 19:00:39 +02:00
j
0ccad0b973 fix vim line 2011-07-29 20:48:43 +02:00
j
23adaa05df exec regex 2011-07-23 15:44:11 +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
rlx
62df91961e some changes to files view 2011-06-04 01:41:47 +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
66c8347a2a allow for editing s/w/n/e/ values manually 2011-06-01 13:53:09 +00: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
5e54f5394d some listmap fixes 2011-05-30 14:06:58 +02:00
rolux
60662a437a add type field (still needs a better Ox.Select) 2011-05-30 13:47:30 +02:00
rolux
c99e7af1bd allow for editing of alternative names 2011-05-30 10:46:12 +02:00
rolux
187adae7e2 textlist improvements (keep selection after sort, make left/right arrows scroll left/right) 2011-05-24 15:44:02 +02:00
rolux
b17e8a783b improve listmap editing functionality 2011-05-24 13:43:27 +02:00
rolux
02442a24f7 improve listmap editing functionality 2011-05-24 12:44:34 +02:00
rolux
a3c18e57b0 add an optional function to textlist columns that maps values to sort values 2011-05-22 15:14:42 +02:00
rolux
5915acd72c improving listmap 2011-05-22 14:39:57 +02:00
rolux
6a33b9cb97 add Ox.ArrayInput, more Ox.ListMap UI 2011-05-21 19:56:15 +02:00
rolux
007e525162 improvements to editor ui 2011-05-20 16:11:42 +02:00
rolux
d1477a057a several improvements to autocomplete 2011-05-20 13:46:52 +02:00
rolux
7b15d2bb8f better behaviour when pressing backspace while autocomplete is set to replace, but not to correct 2011-05-20 09:42:17 +02:00
rolux
6e0bafed88 fix a bug where space key wouldn't register while autocomplete menu was open 2011-05-20 09:14:24 +02:00
rolux
0ebd4efc72 autocomplete menu improvements (left/right keys while menu is visible, properly set selected in all cases) 2011-05-20 08:40:57 +02:00