Commit Graph

123 Commits

Author SHA1 Message Date
Will Thompson ab5a20d3a2 Treat findEdits({}) like findEdits({query: {}}) (fixes #2820) 2015-07-22 21:37:55 +02:00
j abf445b7f1 faster edits 2015-04-25 19:02:34 +02:00
j 9197591bb6 tune smart clip queries 2015-04-25 16:13:42 +02:00
j 7b401cfe28 round duration to 3 2015-03-26 20:28:07 +05:30
j 5347c2e619 dont fail if condition does not have a value 2015-01-24 16:00:24 +05:30
j 139a5e3722 handle cut issues 2014-12-23 12:49:59 +00:00
rolux ea1a94e9e4 update api docs (omissions, wording, typos) 2014-12-21 13:03:49 +00:00
rolux 3950213960 update api docs 2014-12-19 15:31:57 +00:00
rolux cada20f904 update api docs 2014-12-19 15:05:08 +00:00
rolux 4a084d8405 update api docs 2014-12-19 12:59:10 +00:00
rolux 1ddc23b9f3 update api docs 2014-12-18 22:16:37 +00:00
rolux 0a56268b92 update api docs 2014-12-18 19:26:37 +00:00
rolux 7cfdf7b8db update api docs 2014-12-18 18:18:18 +00:00
rolux 8fd99ac1be update api docs 2014-12-18 16:39:47 +00:00
rolux b78cc2c3f0 update api docs 2014-12-18 14:51:35 +00:00
rolux 51ad1475e0 update api docs 2014-12-18 13:49:51 +00:00
rolux cf836ec172 add api docs 2014-12-18 13:38:20 +00:00
j 9e9bf30c42 add new changelog and call add_changelog all over the place 2014-12-17 13:45:46 +00:00
j a9091db9ef clip_qs 2014-11-21 14:15:42 +00:00
j c9fa0c78cd add missing imports 2014-11-20 18:30:12 +00:00
rolux 9e5fea2d06 start to improve API docs 2014-11-15 18:39:16 +00:00
j 8cb776eb51 compute edit duration more efficiently 2014-11-10 11:39:38 +01:00
j ceb507020b data is passed to api functions now 2014-10-06 08:26:43 +00:00
j 3232ce6989 rename Item.itemId to Item.public_id 2014-09-19 12:26:46 +00:00
j e381609b9e remove tests, not used 2014-09-05 13:39:43 +02:00
j 72d9dbf0f2 avoid passing open network connections to subprocesses, call Popen with close_fds=True 2014-09-02 14:24:12 +00:00
j df84cf1aa7 return private clips in smart edits, fixes #2393 2014-06-06 11:38:03 +00:00
j c41fbbc208 fix sort by cliptext, index is clip property 2014-02-12 12:42:25 +00:00
j 58e787efd7 wrap adding many clips in transaction, should be faster 2014-02-09 11:30:40 +00:00
j 77b19abd74 only return requested keys 2014-02-09 05:06:37 +00:00
j fbaa24b9aa support nested smart edit queries 2014-02-07 10:13:49 +00:00
j cfe8691f1a really fix sortClips for smart edits 2014-02-07 09:49:25 +00:00
j 920e6ccff9 also sort smart lists 2014-02-07 09:45:43 +00:00
j 0e71ada256 support creating edit with clips 2014-02-07 07:23:38 +00:00
j f95fc3db6e allow adding 0 frame clips 2014-02-07 07:23:18 +00:00
j 875cbbeaa7 clip order 2014-02-07 06:47:06 +00:00
j ec946213e7 allow larger smart edits for now(1000) 2014-02-07 04:41:01 +00:00
j 5271731a77 add edit migration 2014-02-07 04:24:57 +00:00
j db06621528 fix clips query for smart edits 2014-02-06 14:22:53 +00:00
j a2473f6ce4 set default query on smart edits 2014-02-05 14:35:59 +00:00
j ccd214ecb4 limit clips in smart lists to 100, fix items for smart lists 2014-02-05 13:50:23 +00:00
j f8ba4ed48f dont try to sort smart lists. 2014-02-05 13:30:54 +00:00
j b2b2649420 make smart edits return clips inline 2014-02-05 13:21:17 +00:00
j 8aafc4f0b9 add smart edit support to backend 2014-02-05 11:27:17 +00:00
j 357e696f0d add annotations to edits 2014-01-22 18:24:21 +00:00
j c0022b1f86 fix sorting edits 2014-01-18 16:17:46 +00:00
j 5b72a33a95 use QuerySet in all managers 2014-01-07 11:05:42 +00:00
j f092db3780 cleanup edit api docs 2013-10-26 14:01:04 +00:00
j 9bd9ce6ac3 add note about annotation ids 2013-10-26 13:56:10 +00:00
j e1760e7b50 get[section], fixes #1834 2013-08-26 17:05:49 +00:00
j 5ae058dd72 missing import 2013-08-03 09:08:08 +00:00
j 84db62b6ec fix edit.___unicode__ 2013-07-22 17:37:57 +00:00
j fd496dfee0 fix sorting favorite lists, fixes #1679 2013-07-22 06:59:59 +00:00
j fd220fc675 include cuts in clips json 2013-07-18 10:42:40 +00:00
j 2710571eb0 add clip at index 2013-07-18 10:38:10 +00:00
j d45173b0da fix position of edits onload(like lists and texts) 2013-07-17 13:02:21 +00:00
j 70438cf6d3 order clips in transaction 2013-07-17 11:41:43 +00:00
j 64f58f4496 fix getEdit 2013-07-15 13:47:30 +00:00
j 3b7f55df58 use full annotation id 2013-07-15 12:13:39 +00:00
j 46da738b26 add some more metadata to clips 2013-07-15 11:44:05 +00:00
j 8b9aef56b4 fix setting edit icon 2013-07-14 16:58:01 +00:00
j 17f5e2742b fix sort by item 2013-07-14 14:31:29 +00:00
j c77d0afc18 add calculated values to edit clips(hue,saturation,lightness,volume) add api to sort clips 2013-07-14 12:47:40 +00:00
j 1ec946d118 update video on sort and time code changes 2013-07-14 10:57:03 +00:00
j f122fb5327 fixup edit backend 2013-07-13 23:00:39 +00:00
j 2473dfd231 validate in/out values of edit clips 2013-07-13 11:53:13 +00:00
j f94f25d7c7 add duration and items(number of clips) as possible keys for getEdit 2013-07-13 11:15:46 +00:00
j 9cd9611306 use new Ox.VideoElement, add inital player to edits and view as video results view 2013-07-09 22:49:01 +00:00
j cfdaaa4464 minimal edits with a sortable list interface and 'add selected item/in/out support' 2013-05-27 20:06:56 +00:00
j e706fbfb9b api documentation takes and returns 2013-03-04 19:35:06 +00:00
j 2c07dedac0 add south migrations, convert update to python 2012-11-02 13:41:41 +01:00
j e1989eed57 use ox.django.api instead of local copy 2012-01-04 01:48:47 +05:30
j 49eb2c1e93 rename to edit 2011-10-07 10:50:51 +02:00