summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/protocol/qt_attribution.json
blob: 657c032827c896fa0cd8bbaae865f1c8b2693f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
[
    {
        "Id": "wayland-fullscreen-protocol",
        "Name": "Wayland Fullscreen Shell Protocol",
        "QDocModule": "qtwaylandcompositor",
        "QtUsage": "Used in the Qt Wayland platform plugin.",
        "Files": "fullscreen-shell-unstable-v1.xml",

        "Description": "A Wayland shell for displaying a single surface per output",
        "Homepage": "https://wayland.freedesktop.org",
        "Version": "unstable v1",
        "DownloadLocation": "https://cgit.freedesktop.org/wayland/wayland-protocols",
        "LicenseId": "MIT",
        "License": "MIT License",
        "LicenseFile": "MIT_LICENSE.txt",
        "Copyright": "Copyright © 2016 Yong Bakos
Copyright © 2015 Jason Ekstrand
Copyright © 2015 Jonas Ådahl"
    },

    {
        "Id": "wayland-protocol",
        "Name": "Wayland Protocol",
        "QDocModule": "qtwaylandcompositor",
        "QtUsage": "Used in the Qt Wayland Compositor, and the Qt Wayland platform plugin.",
        "Files": "wayland.xml",

        "Description": "Wayland is a protocol for a compositor to talk to its clients.",
        "Homepage": "https://wayland.freedesktop.org",
        "Version": "1.16.0",
        "DownloadLocation": "https://gitlab.freedesktop.org/wayland/wayland/raw/1.16.0/protocol/wayland.xml",
        "LicenseId": "MIT",
        "License": "MIT License",
        "LicenseFile": "MIT_LICENSE.txt",
        "Copyright": "Copyright © 2008-2011 Kristian Høgsberg
Copyright © 2010-2011 Intel Corporation
Copyright © 2012-2013 Collabora, Ltd."
    },

    {
        "Id": "wayland-ivi-extension-protocol",
        "Name": "Wayland IVI Extension Protocol",
        "QDocModule": "qtwaylandcompositor",
        "QtUsage": "Used in the Qt Wayland Compositor, and the Qt Wayland platform plugin.",
        "Files": "ivi-controller.xml ivi-application.xml",

        "Description": "\"Wayland IVI Extension\" is forked from IVI Layer Management to define a common set of APIs by wayland style protocol and provide reference implementation which can be loaded on Weston.",
        "Homepage": "https://at.projects.genivi.org/wiki/display/WIE/Wayland+IVI+Extension+Home",
        "Version": "1.9.1",
        "DownloadLocation": "https://github.com/GENIVI/wayland-ivi-extension/releases/tag/1.9.1",
        "LicenseId": "MIT",
        "License": "MIT License",
        "LicenseFile": "MIT_LICENSE.txt",
        "Copyright": "Copyright (C) 2013 DENSO CORPORATION
Copyright (c) 2013 BMW Car IT GmbH"
    },

    {
        "Id": "wayland-viewporter-protocol",
        "Name": "Wayland Viewporter Protocol",
        "QDocModule": "qtwaylandcompositor",
        "QtUsage": "Used in the Qt Wayland Compositor API",
        "Files": "viewporter.xml",

        "Description": "The Wayland viewporter extension allows a client to scale or crop a surface without modifying the buffer",
        "Homepage": "https://wayland.freedesktop.org",
        "Version": "1",
        "DownloadLocation": "https://cgit.freedesktop.org/wayland/wayland-protocols/plain/stable/viewporter/viewporter.xml",
        "LicenseId": "MIT",
        "License": "MIT License",
        "LicenseFile": "MIT_LICENSE.txt",
        "Copyright": "Copyright © 2013-2016 Collabora, Ltd."
    },

    {
        "Id": "wayland-xdg-decoration-protocol",
        "Name": "Wayland xdg-decoration Protocol",
        "QDocModule": "qtwaylandcompositor",
        "QtUsage": "Used in the Qt Wayland Compositor API, and the Qt Wayland platform plugin.",
        "Files": "xdg-decoration-unstable-v1.xml",

        "Description": "The xdg-decoration protocol allows a compositor to announce support for server-side decorations.",
        "Homepage": "https://wayland.freedesktop.org",
        "Version": "unstable v1, version 1",
        "DownloadLocation": "https://cgit.freedesktop.org/wayland/wayland-protocols/plain/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml?h=1.16",
        "LicenseId": "MIT",
        "License": "MIT License",
        "LicenseFile": "MIT_LICENSE.txt",
        "Copyright": "Copyright © 2018 Simon Ser"
    },

    {
        "Id": "wayland-xdg-output-protocol",
        "Name": "Wayland XDG Output Protocol",
        "QDocModule": "qtwaylandcompositor",
        "QtUsage": "Used in the Qt Wayland platform plugin.",
        "Files": "xdg-output-unstable-v1.xml",
        "Description": "The XDG Output protocol is an extended way to describe output regions under Wayland",
        "Homepage": "https://wayland.freedesktop.org",
        "Version": "unstable v1, version 2",
        "DownloadLocation": "https://cgit.freedesktop.org/wayland/wayland-protocols/plain/unstable/xdg-output/xdg-output-unstable-v1.xml?h=1.16",
        "LicenseId": "MIT",
        "License": "MIT License",
        "LicenseFile": "MIT_LICENSE.txt",
        "Copyright": "Copyright © 2017 Red Hat Inc."
    },

    {
        "Id": "wayland-xdg-shell-protocol",
        "Name": "Wayland XDG Shell Protocol",
        "QDocModule": "qtwaylandcompositor",
        "QtUsage": "Used in the Qt Wayland Compositor, and the Qt Wayland platform plugin.",
        "Files": " xdg-shell-unstable-v5.xml xdg-shell-unstable-v6.xml xdg-shell.xml ../../compositor/extensions/pregenerated/3rdparty/qwayland-server-xdg-shell-unstable-v5.cpp ../../compositor/extensions/pregenerated/3rdparty/qwayland-server-xdg-shell-unstable-v5_p.h ../../compositor/extensions/pregenerated/3rdparty/wayland-xdg-shell-unstable-v5-protocol.c ../../compositor/extensions/pregenerated/3rdparty/wayland-xdg-shell-unstable-v5-server-protocol_p.h ../../plugins/shellintegration/xdg-shell-v5/pregenerated/3rdparty/qwayland-xdg-shell-unstable-v5.cpp ../../plugins/shellintegration/xdg-shell-v5/pregenerated/3rdparty/qwayland-xdg-shell-unstable-v5_p.h ../../plugins/shellintegration/xdg-shell-v5/pregenerated/3rdparty/wayland-xdg-shell-unstable-v5-client-protocol_p.h ../../plugins/shellintegration/xdg-shell-v5/pregenerated/3rdparty/wayland-xdg-shell-unstable-v5-protocol.c",

        "Description": "The XDG-Shell protocol is an extended way to manage surfaces under Wayland compositors.",
        "Homepage": "https://wayland.freedesktop.org",
        "Version": "1.9.0",
        "DownloadLocation": "https://cgit.freedesktop.org/wayland/weston/tag/?id=1.9.0",
        "LicenseId": "MIT",
        "License": "MIT License",
        "LicenseFile": "MIT_LICENSE.txt",
        "Copyright": "Copyright © 2008-2013 Kristian Høgsberg
Copyright © 2013      Rafael Antognolli
Copyright © 2013      Jasper St. Pierre
Copyright © 2010-2013 Intel Corporation"
    },

    {
        "Id": "wayland-txt-input-unstable",
        "Name": "Wayland Text Input Protocol",
        "QDocModule": "qtwaylandcompositor",
        "QtUsage": "Used in the Qt Wayland Compositor, and the Qt Wayland platform plugin.",
        "Files": "text-input-unstable-v2.xml",

        "Description": "Adds support for text input and input methods to applications.",
        "Homepage": "https://wayland.freedesktop.org",
        "LicenseId": "HPND",
        "License": "HPND License",
        "LicenseFile": "HPND_LICENSE.txt",
        "Copyright": "Copyright © 2012, 2013 Intel Corporation
Copyright © 2015, 2016 Jan Arne Petersen"
    },

    {
        "Id": "wayland-linux-dmabuf-unstable-v1",
        "Name": "Wayland Linux Dmabuf Unstable V1 Protocol",
        "QDocModule": "qtwaylandcompositor",
        "QtUsage": "Used in the Qt Wayland Compositor",
        "Files": "linux-dmabuf-unstable-v1.xml",

        "Description": "The linux dmabuf protocol is a way to create dmabuf-based wl_buffers",
        "Homepage": "https://wayland.freedesktop.org",
        "LicenseId": "MIT",
        "License": "MIT License",
        "LicenseFile": "MIT_LICENSE.txt",
        "Copyright": "Copyright © 2014, 2015 Collabora, Ltd."
    },

    {
        "Id": "wayland-eglstream-controller",
        "Name": "Wayland EGLStream Controller Protocol",
        "QDocModule": "qtwaylandcompositor",
        "QtUsage": "Used in the Qt Wayland Compositor",
        "Files": "wayland-eglstream-controller.xml",

        "Description": "Allows clients to request that the compositor creates its EGLStream.",
        "Homepage": "https://github.com/NVIDIA/egl-wayland",
        "LicenseId": "MIT",
        "License": "MIT License",
        "LicenseFile": "MIT_LICENSE.txt",
        "Copyright": "Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved."
     }
]