Commit graph

17 commits

Author SHA1 Message Date
e47c652ad0 clipList: handle smart lists with no conditions (fixes #2884)
I have a smart list which has no conditions (ie matches all items). This
breaks "View as Clips" when the list is selected because:

    pandora.api.getList({id: "wjt:Everything"}) -> {
        // ...
        data: {
            // ...
            query: {}
        }
    }

so result.data.query.conditions is undefined.
2016-02-20 18:15:40 +05:30
j
e063cc7020 use empty string if value is undefined or null, fixes #2790 2015-05-23 18:02:24 +02:00
j
146a1ca39a use query operator from smart list for clips query, fixes #2724 2015-03-27 19:49:40 +01: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
a8b2812562 typo 2014-11-21 16:43:56 +00:00
j
1483c13a3c fix links for clips without clipLayer annotations 2014-11-21 16:40:27 +00:00
j
f73fee2713 use itemsQuery operator for clip list 2014-11-19 16:44:01 +00:00
rolux
2dc987fd22 Ox.UI -> Ox 2014-09-25 18:59:29 +02:00
j
57503c7eb5 include clip conditions from smart lists in clip queries, fixes #2134 2014-02-02 12:45:10 +00:00
j
522af49a73 wrap image urls in pandora.getMediaURL to add option to load image from another domain 2014-02-02 11:30:25 +00:00
rolux
52cab09764 fix a bug in clipList init event 2013-08-05 22:45:25 +00:00
rolux
cf378611c8 instantiate Ox.Clipboard as pandora.clipboard; use pandora.clipboard 2013-08-03 15:01:47 +00:00
rolux
42a397d84a store clipboard clips as strings 2013-08-02 19:38:18 +00:00
rolux
bcf9d37930 remove player/editor/timeline losefocus handlers (opening the item menu will make them lose focus), add gainfocus handler to browser; correct definition of canCut; enable mainMenu.replaceItemMenu 2013-08-02 17:01:24 +00:00
rolux
6521488412 when player, editor, timeline or cliplist gains or loses focus, update item menu 2013-08-02 16:01:50 +00:00
j
24afe66c75 merge pandora.enableDragAndDrop and -pandora.enableDragAndDropClip 2013-07-16 14:04:21 +00:00
j
a9b7738aa8 move js files from js/pandora to js, fixes #1366 2013-07-16 12:15:05 +00:00
Renamed from static/js/pandora/clipList.js (Browse further)