summaryrefslogtreecommitdiffstats
path: root/wayland/democompositor/resources
Commit message (Collapse)AuthorAgeFilesLines
* democompositor: Add a mandatory "Id" to the app specificationHolger Hans Peter Freyther2017-11-094-0/+4
| | | | | | | | Add a manodatory appId, expose it to QML, add a simple find by id method and update the testcases. Change-Id: I4f80a97e5f31e972694dd61eff0166f9de2f5d51 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
* democompositor: Allow arbitrary extensions inside the app mapHolger Hans Peter Freyther2017-10-241-1/+4
| | | | | | | | | Allow extensions and let them begin with X-. Briefly document it, add some extensions as an example and briefly test that the right values are parsed. Change-Id: I7a9ae6b2f365802fcce6dce56fa7795f76d83421 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
* democompositor: Move images and apps to resources/ folderHolger Hans Peter Freyther2017-10-2418-0/+32
The apps were hard to be discovered inside apps/files and other projects here seem to use a resources/ folder. Move the apps and the images in it. Change-Id: If2e9127ea6e941e1a97465b2de5e9f9af3660ea3 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>