Commit Graph

52 Commits

Author SHA1 Message Date
j 769f0b7fd2 stay at last tile 2020-05-31 16:23:19 +02:00
j a1e6ad7b3d remove future imports 2020-05-30 21:23:16 +02:00
j 548a73f121 python3 only: remove six.moves imports 2020-05-29 12:17:18 +02:00
j 844382b1e8 drop python2 support, upgrade to django 3 2020-05-29 00:25:16 +02:00
j bd0732b8d5 rename item.json -> item.cache 2018-07-09 15:22:12 +02:00
j dbf740e55e use .editorconfig 2018-06-19 08:33:26 +02:00
j f0a4aba751 use python_2_unicode_compatible 2017-03-03 08:56:35 +01:00
j 12f3901c9a py3 filter->list(filter 2017-02-16 14:24:51 +01:00
j 1ec69b9c05 more py3 fixes 2016-08-31 00:33:08 +02:00
j 1468ddbecb towards supporting python 2 and 3
- use absolute_imports
- make use of six.moves
- use exec instead of execfile
- use list(dict) instead if dict.keys()
2016-08-25 18:34:36 +02:00
j c7157d5001 only decode ids for found positions
merge document.view.get_positions into item.utils.get_positions
add flag to decode id before looking up in ids

Followup to 09ebbc9cc6
2016-06-30 16:18:07 +02:00
j e9863c238e always use get_operator, avoid case-insensitive match if possible 2016-06-30 11:28:09 +02:00
j 2cec1b9ad5 s/import Image/from PIL import Image/g 2016-06-25 20:39:29 +02:00
j a0fc6ffadc typo 2016-06-15 14:55:45 +02:00
j f4cbe6a114 return empty sequences if no data timeline exists 2016-06-15 14:48:02 +02:00
j 051a3578b4 inline django 1.9 version of ox.django 2016-02-20 10:41:23 +00:00
j cc84487193 commit_unless_managed->commit 2016-02-20 15:15:02 +05:30
j 4219246909 db migration 2016-02-20 15:15:01 +05:30
j e738503380 remove old migrations 2016-02-19 15:17:18 +00:00
rolux 3950213960 update api docs 2014-12-19 15:31:57 +00:00
j 9e9bf30c42 add new changelog and call add_changelog all over the place 2014-12-17 13:45:46 +00: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 4dca348b6e only get sequences for audio. fix offset calculation 2014-04-11 12:05:57 +00:00
j 2af53d5da4 unused import 2013-08-04 14:14:26 +00:00
j fa40951561 typo 2013-08-03 13:14:28 +00:00
j 8c12ebcf99 use center frame of clip for sequence 2013-08-03 13:11:34 +00:00
j e415eeb45b get sequence has for one average frame per cut, fixes #1391 2013-07-18 10:20:00 +00:00
j d6d1a08e40 direct lookup 2013-07-17 18:58:15 +00:00
j b9c12b6140 fix sequence migration 2013-03-21 11:31:29 +00:00
j edd889348c delete sequence data directly 2013-03-06 16:29:57 +00:00
j f48f62b6a0 can only delete after altering table 2013-03-06 16:21:41 +00:00
j 5d3c53742a remove existing sequences on update, rebuilding is faster than migration. drop one index to make import faster 2013-03-06 16:15:12 +00:00
j d7a96c72a1 fix get_sequences 2013-03-06 16:57:46 +01:00
j 3947da68ba slice update to reduce memory usage 2013-03-06 09:52:39 +00:00
j 40eed92b7a optimize sequence table, save hash as bigint, mode as int, dont filter results by user 2013-03-06 08:40:52 +00:00
j e706fbfb9b api documentation takes and returns 2013-03-04 19:35:06 +00:00
j b1d83b0f93 cleanup unused imports and unused variables 2013-02-21 13:28:36 +00:00
rolux f330a6becb typo 2012-12-27 15:05:46 +01:00
rolux 2cad149414 clean up get_hash method 2012-12-27 14:44:28 +01:00
j 2c07dedac0 add south migrations, convert update to python 2012-11-02 13:41:41 +01:00
j 81cef44d19 dont save clip/sequence ids in db 2012-06-18 16:36:04 +02:00
j aed67b9e42 only commit if we have data 2012-06-17 16:32:28 +02:00
j 9f4cdb1f63 load sequences with raw sql 2012-06-17 16:23:54 +02:00
j c405d007eb sequence duration 2012-06-16 23:44:05 +02:00
j 72be96fe56 position = start 2012-06-16 23:41:55 +02:00
j 80ed3b19d0 order query 2012-06-16 23:29:06 +02:00
j a66ee51280 round position to three digits before saving in database 2012-06-16 11:00:45 +02:00
j 1e88e6697f check if its first position 2012-06-15 23:57:03 +02:00
j cde92a1624 extract sequences from all parts 2012-06-15 23:53:40 +02:00