Commit graph

  • b2dfa428b9 update Geo module rolux 2012-04-02 23:09:19 +02:00
  • acb6f94f65 update Geo module rolux 2012-04-02 23:08:17 +02:00
  • 9bf755a10d TextList: allow for not passing sort by making the unique key, and its operator, the default rolux 2012-04-02 23:07:50 +02:00
  • b9ebb11d48 add geo option to Ox.api (send combined area with totals) rolux 2012-04-02 17:41:28 +02:00
  • 9a61fdbbab add Ox.containsArea (true if an area contains another one), Ox.intersectAreas (the area/s contained in all areas) and Ox.joinAreas (the smallest area contaning all areas) rolux 2012-04-02 17:40:09 +02:00
  • 461233e87b in Ox.Map, use '=' and '!=' as operators for 'in between' and 'not in between' rolux 2012-04-02 17:33:54 +02:00
  • 241f0bc064 in Geo module, actually use image symlinks; add Ox.getFlagByCountryCode method rolux 2012-04-01 23:08:35 +02:00
  • fbc15dcadf more useful version of Ox.MapImage rolux 2012-04-01 23:05:53 +02:00
  • 6a39bdd3bd in Ox.List, trigger init after timeout, since otherwise a synchronous items function will trigger the event before one can bind to it rolux 2012-04-01 23:04:07 +02:00
  • 803985a160 in Ox.api, only sort if more than two items rolux 2012-04-01 23:02:19 +02:00
  • cd6bca7d6b remove a print statement rolux 2012-04-01 00:25:46 +02:00
  • b03393bc0c modify Ox.sort so that empty, null or undefined volumes come last, regardless of sort order (fixes # 727) rolux 2012-03-31 23:00:05 +02:00
  • 4a09d329c8 in Ox.api, add default sort, and allow for values to be arrays rolux 2012-03-31 22:09:55 +02:00
  • 18ba0d5347 add Ox.formatDegrees rolux 2012-03-31 18:28:48 +02:00
  • 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 rolux 2012-03-31 18:28:32 +02:00
  • 3be78a965a add bzr revision to version j 2012-03-30 23:12:00 +02:00
  • 7294662868 use SyntaxHighlighter in readme rolux 2012-03-30 16:17:56 +02:00
  • 25c25c76c7 minor changes, mostly documentation rlx 2012-03-30 14:11:29 +00:00
  • 9032821f14 add first version of readme rolux 2012-03-30 13:04:23 +02:00
  • 044da383db minor changes, mostly documentation rlx 2012-03-30 01:41:47 +00:00
  • 9265efe61a minor changes in Collection.js, mostly documentation rlx 2012-03-29 20:01:05 +00:00
  • 4b59c9a2a9 add callback to Ox.api rlx 2012-03-29 19:32:05 +00:00
  • f3ff4b791d add missing functionality to Ox.api (positions requests and enums) rlx 2012-03-29 18:40:03 +00:00
  • 7b4002b340 add Ox.api, to apify and array rlx 2012-03-29 14:43:05 +00:00
  • b807fc81af fix a bug that would throw an error when running tests for Ox.cache rlx 2012-03-29 12:34:13 +00:00
  • def7c88639 Hash.js, minor formatting changes rlx 2012-03-29 10:26:02 +00:00
  • 44ec0d1ecb more concise version of Ox.range rlx 2012-03-29 10:19:42 +00:00
  • ab2e5ecda0 minor fixes in documentation rlx 2012-03-29 10:11:45 +00:00
  • c1ec0814dd add Ox.oshash j 2012-03-28 11:04:03 +02:00
  • 22f1cc26c0 geo update: fix missing symlinks rolux 2012-03-27 17:28:51 +02:00
  • fde174483d geo update rlx 2012-03-27 15:22:04 +00:00
  • 561f31004e add WebKit icon rlx 2012-03-27 10:07:24 +00:00
  • 1ab6a536f7 it's 'Unix', not 'UNIX' rlx 2012-03-27 10:02:54 +00:00
  • 97810bb472 fix a regression in formatValue, concerning the number of decimals rlx 2012-03-27 09:36:11 +00:00
  • fb385a5e57 add BSD and UNIX logos rlx 2012-03-27 09:18:01 +00:00
  • c5af338d2d update Ox.Chart rlx 2012-03-26 19:26:28 +00:00
  • 511c355223 geo module: don't fail for undefined county names rlx 2012-03-26 11:07:57 +00:00
  • d25d5f9ced geo module: don't fail for lower-case country codes rlx 2012-03-26 09:58:42 +00:00
  • 5d1b204e45 when reaching full minute, round position to full minute rlx 2012-03-25 21:49:36 +00:00
  • 8e6787be97 move full minute check from player into panel and editor, should fix #716 rlx 2012-03-25 21:45:39 +00:00
  • 17aca54e7a temporary fix for video skipping bug (#716); add third parameter (index) to forEach callback; add Geo colors rlx 2012-03-25 21:23:03 +00:00
  • 8c67bf9462 fix a bug in Ox.FileButton rlx 2012-03-24 11:12:24 +00:00
  • 826eb5548d allow menu item to trigger native file dialog when pressing enter rlx 2012-03-24 11:04:27 +00:00
  • 7818d4deb6 improve Ox.formatValue rlx 2012-03-24 10:39:21 +00:00
  • 211abb10ab minor fix rlx 2012-03-24 10:16:37 +00:00
  • df03bf1841 allow menu item to trigger native file dialog (see demo, fixes #691) rlx 2012-03-24 10:13:33 +00:00
  • 1c3e257bc8 use standard jquery syntax rlx 2012-03-24 08:43:03 +00:00
  • 429d5c744b comment out some Ox.print calls j 2012-03-23 19:03:56 +01:00
  • 17d92a3ff7 add Ox.FileButton rlx 2012-03-23 17:57:12 +00:00
  • 162c0f118b update file input rlx 2012-03-23 17:20:36 +00:00
  • 1320fb68aa add Ox.FileInput rolux 2012-03-23 17:55:55 +01:00
  • 260c513e8e in list with max=0, make sure items are not selectable (fixes #708) rlx 2012-03-23 09:27:31 +00:00
  • 2dbe98bb98 add chart widget rlx 2012-03-22 20:04:35 +00:00
  • ebc9fc3fd7 add system icons rlx 2012-03-21 13:05:36 +00:00
  • 22577fcbcd update icon sizes in ListMap rlx 2012-03-21 08:36:47 +00:00
  • aed581b33e update parseUserAgent rlx 2012-03-21 08:36:26 +00:00
  • 61f9496f34 update Ox.parseUserAgent rlx 2012-03-21 06:54:02 +00:00
  • f8dcca9fe4 add demos/videotimelineplayer2 rlx 2012-03-20 19:28:15 +00:00
  • ef3caccc64 add demos/videotimelineplayer2 rolux 2012-03-20 12:01:10 +01:00
  • bc3fedb125 fix alphabetical order of annotations with tags, fixes #681 rlx 2012-03-20 09:34:50 +00:00
  • c4de1a3a40 do not trigger change event(with same value) on blur if changeOnKeypress is enabled j 2012-03-18 20:50:38 +01:00
  • 237d12ece7 allow for checking a menu item that is part of a group rlx 2012-03-18 14:31:54 +00:00
  • b7e626ace5 fix a layout bug with submenu triangles rlx 2012-03-18 13:39:26 +00:00
  • d886ffdde2 in manage places, resurrect place name (top right), fixes #670 rlx 2012-03-18 12:39:11 +00:00
  • 53f57939ec fix a bug with toggling paused state rlx 2012-03-14 10:38:32 +00:00
  • 8521eb36ba add video timeline player and demo rlx 2012-03-14 10:35:46 +00:00
  • 3551e73249 dont fail if previously selected id was removed j 2012-03-13 13:26:13 +01:00
  • 9e7a639ada consistantly use ?uid for video source j 2012-03-09 23:27:48 +01:00
  • dbbba54c82 dont remove space before match j 2012-03-09 23:27:23 +01:00
  • e356e36634 Keep subtitles on large timeline from exceeding the timeline height (fixes #660) rlx 2012-03-08 12:59:32 +00:00
  • 2ed61c7b08 correct transparency of result place rectangle and rectangle markers (fixes #312) rlx 2012-03-07 13:28:45 +00:00
  • f317e6ccf0 In annotation tooltip, don't claim 'doubleclick to edit' if not editable (fixes #348) rlx 2012-03-07 12:33:00 +00:00
  • 1d8119df4f Calendar: Add cmd-click to deselect event (fixes #471) rolux 2012-03-07 13:12:57 +01:00
  • 8634476e48 correct icon size in ListCalendar, fixes #565 rolux 2012-03-07 13:02:08 +01:00
  • 37706512e5 fix a bug in ListCalendar rolux 2012-03-07 12:49:01 +01:00
  • 9a559809b0 make Ox.getTime accept utc parameter rolux 2012-02-25 13:04:18 +05:30
  • 439a0a58af fix formatting dates as UTC seconds rolux 2012-02-24 22:13:23 +05:30
  • 98272ee54a revert selectable j 2012-02-24 00:05:44 +05:30
  • d554222aea make place name selectable j 2012-02-24 00:02:01 +05:30
  • 68ca199ae3 properly escape user names and list names rlx 2012-02-22 10:14:25 +00:00
  • e282a3a9e9 some work towards fixing JS injection issues rlx 2012-02-21 12:33:27 +00:00
  • 01d975878b dont fail if selected annotation is not present j 2012-02-21 17:00:35 +05:30
  • db6f68681a in annotation panel, make links to define/edit places/events work (fixes #561) rlx 2012-02-21 11:20:03 +00:00
  • 202d11177b some work towards making places and events editable from annotations panel (#561) rlx 2012-02-21 10:10:39 +00:00
  • 4008f2e04f remove 'new place' entry from map options menu (fixes #368) rlx 2012-02-21 10:03:08 +00:00
  • 8851a9c454 in manage places, make south/west/north/east editable directly (fixes #411) rlx 2012-02-21 09:37:50 +00:00
  • 33ddaf8d9a in manage places, reset form errors (fixes #576) rlx 2012-02-21 08:59:49 +00:00
  • 3ff120873b allow for resetting errors via ArrayInput setErrors rlx 2012-02-21 08:22:45 +00:00
  • 43aeec758c update place flag on define (fixes #563) rlx 2012-02-21 08:01:57 +00:00
  • 8300e402cf update place flag on define (fixes #561) rlx 2012-02-21 08:01:13 +00:00
  • 7019a7994b show clones, fixes #567 j 2012-02-20 21:51:08 +00:00
  • e4b60c83c2 update manage places / manage events rlx 2012-02-20 18:31:45 +00:00
  • a9089ee8f7 make Ox.Editable text selectable j 2012-02-20 14:04:45 +00:00
  • 56c1bf2af0 enable download, fixed #467 j 2012-02-19 19:06:25 +00:00
  • 8964fdcd58 in timeline view, after sumbitting find, make editor gain focus (fixes #539) rlx 2012-02-19 18:51:53 +00:00
  • 02b5b56be8 implement 'show subtitles' functionality for players and timelines rlx 2012-02-19 18:26:57 +00:00
  • b5a7b9b28d remove some unused files rlx 2012-02-19 17:24:34 +00:00
  • 4c3b0c41b1 use 'foo=bar,baz' for 'is between', and make sure this gets only parsed for number-like find keys rlx 2012-02-19 17:21:23 +00:00
  • be44815ce4 make input fire a clear event rlx 2012-02-19 16:29:09 +00:00
  • 160c93aa83 remove some cruft from Ox.Input rlx 2012-02-19 15:50:30 +00:00