Commit Graph

5130 Commits

Author SHA1 Message Date
j 8afe1257ac display framerate in media view, fixes #416 2015-03-05 12:12:45 +00:00
Will Thompson 9ac5dc7ba9 [PATCH] Fix find()'s docs on nested subconditions
The documentation says that you need to write (P & Q) | R
like this:

{
    'conditions': [
        {
            'query': {
                'conditions': [P, Q],
                'operator': '&'
            }
        },
        R
    ],
    'operator': '|'
}

but actually you need to omit the { 'query': ... } wrapping the
subclause. Including it crashes parseCondition() at:

    v = condition['value']

for the obvious reason.
2015-03-05 14:17:02 +05:30
j 58f6c9901d dont try to set non existing nested key 2015-03-04 10:18:13 +00:00
j 1022e3debf fix drag and drop from edit to edit and from clips to edit fixes #2247 2015-03-03 10:36:21 +00:00
j 5ce83cbe63 disable Manage Entities... button if no entities are defined. fixes #2704 2015-03-03 08:17:48 +00:00
rolux e702dddd6b correct css 2015-03-02 16:05:22 +05:30
rolux d82e87dfd5 fix #2702 (embed document icon missing if multiple documents are opened) 2015-03-02 16:04:01 +05:30
j 1ed91da4e0 fix import 2015-02-26 06:07:18 +00:00
j deda6252f1 keep entity annotation find/sort values in sync with entities 2015-02-26 06:04:16 +00:00
j 7377de62f7 remove all sessions of user on signout, fixes #2700 2015-02-25 18:17:35 +00:00
rolux 154e5343c5 update script dialog css 2015-02-21 11:04:24 +00:00
rolux 60e78fc428 fix script dialog layout 2015-02-21 10:57:50 +00:00
rolux 0e74b41d98 move text from script placeholder to div 2015-02-21 16:22:56 +05:30
rolux b16abef44e update user script placeholder text 2015-02-21 16:19:14 +05:30
rolux 5004dfe1de onloadDialog -> scriptDialog 2015-02-21 16:13:37 +05:30
rolux b00a3a0d19 add guards in case add/removeEventListener do not exist 2015-02-21 16:05:07 +05:30
j 90a49b2a4d ui.onload -> user.script, fixes #2697 2015-02-21 10:32:48 +00:00
rolux fa376dd188 allow for aborting user script by pressing escape on page load 2015-02-21 16:01:52 +05:30
rolux df7c6c6de3 fix formatting 2015-02-21 15:51:13 +05:30
rolux 8f9d8e2ce2 fix formatting 2015-02-21 15:50:15 +05:30
j 441cb9892a allow updates of file metadata for files with info 2015-02-21 15:35:01 +05:30
rolux 6aa04ca73b documents panel: focus input on select change 2015-02-21 13:05:05 +05:30
j 6693bfcd0f return document or 404 no 500 2015-02-20 15:13:23 +00:00
j 88b73553db more generic systemd check 2015-02-20 11:28:17 +00:00
j 2a63a3b300 dont include null values in lookup 2015-02-16 16:12:44 +00:00
j 484b33e39d add option to return item keys in findAnnotation 2015-02-16 16:10:45 +00:00
j 2e246dd06e cleanup 2015-02-16 16:02:18 +00:00
j 7ae02d5678 implement lookup 2015-02-16 16:00:26 +00:00
rolux bea4eb7335 fix documents panel 2015-02-15 09:53:16 +00:00
rolux 5c3cbc0f6d fix documents panel 2015-02-14 19:55:29 +00:00
rolux 821ba813f1 typo 2015-02-14 19:53:37 +00:00
rolux 1e2e87ba84 use new array input options 2015-02-14 19:52:30 +00:00
rolux 55bcb58f4c documents panel: use isEmpty ArrayInput option 2015-02-14 19:10:16 +00:00
j a2e23739b8 return id in response, fixes #2058 2015-02-14 18:29:58 +00:00
j f8bb2c3efd update document/entity relation 2015-02-13 17:34:18 +00:00
rolux 173011f34e cosmetic changes 2015-02-14 15:21:05 +00:00
j f144a020ec typo 2015-02-13 17:32:12 +00:00
j f7bbcf027a fix findvalue for entity annotations 2015-02-13 15:22:14 +00:00
j ccfaa7db4a add entity/document relation 2015-02-13 11:06:09 +00:00
j b024800974 load existing entities 2015-02-13 11:05:03 +00:00
j 0ebd50450f documents panel: add entities array input 2015-02-13 10:50:28 +00:00
rolux d3c19e0db9 remedy for strange bitrot in api dialog 2015-02-12 18:12:10 +01:00
j 91cb09006a only update state if backend is encoding 2015-02-11 12:18:08 +00:00
rolux afefe3de0b call 'selectEntities' on entity type switch 2015-02-10 13:47:36 +00:00
j a351ddfe0f update entities type if changed via UI, fixes #2668 2015-02-09 17:03:54 +00:00
j f680d8613e make sure sortvalue is lowercase, fixes #2667 2015-02-06 12:12:32 +00:00
rolux 685353a6f0 fix #2659 (Entities dialog: Name in list doesn't update when updating name) 2015-02-06 10:43:58 +00:00
j b5212f2662 add leading word matches, fixes #2663 2015-02-06 15:16:41 +05:30
j ef3a7b720f pass empty result to updateAnnotation to handle invalid entity input 2015-02-06 15:11:57 +05:30
j ad8db3a293 return html value for entities 2015-02-06 15:11:19 +05:30