summaryrefslogtreecommitdiffstats
path: root/src/client/global
Commit message (Expand)AuthorAgeFilesLines
* QWaylandClientExtension: Allow specifying destructor for wayland objectsDavid Redondo2023-04-111-3/+20
* Client: let QWaylandClientExtension work before platform integration is assignedIlya Fedin2023-04-031-8/+1
* Fix syncqt warningsLuca Di Sera2022-10-101-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-103-115/+7
* QtWaylandClient: includemocsLiang Qi2022-06-011-0/+2
* QtWaylandClient: use the CMake exports.h supportThiago Macieira2022-04-282-4/+4
* Add globalRemove to QWaylandClientExtensionDavid Redondo2022-03-092-20/+42
* Client: Disconnect registry listener on destructionDavid Edmundson2021-05-192-0/+8
* Make addRegistryListener protectedDavid Redondo2021-03-263-5/+9
* Init variables where they are declared when possible (clang-tidy)Johan Klokkhammer Helsing2018-02-272-8/+3
* Use nullptr instead of 0 or NULLJohan Klokkhammer Helsing2018-02-201-1/+1
* Add missing override for QWaylandClientExtensionTemplate::bindJohan Klokkhammer Helsing2017-10-041-1/+1
* Fix licensingv5.9.0-beta4Jani Heikkinen2017-05-043-36/+45
* Replace all occurrences of Q_DECL_OVERRIDE with overrideJohan Klokkhammer Helsing2017-01-231-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-261-0/+1
|\
| * fix namespaced build. *again*Oswald Buddenhagen2016-10-171-0/+1
* | Use the feature system internallyLars Knoll2016-11-231-1/+1
* | Include headers with full pathPier Luigi Fiorini2016-10-011-1/+1
* | Warn if using QWaylandClientExtension without a Wayland pluginJohan Klokkhammer Helsing2016-09-191-0/+5
* | Only bind the extension oncePaul Olav Tvete2016-09-181-1/+1
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-021-1/+3
|\|
| * Fix clang compilation errorsJohan Klokkhammer Helsing2016-07-131-1/+3
* | Use QWaylandDisplay::addRegistryListener in QWaylandClientExtensionJohan Klokkhammer Helsing2016-06-203-23/+26
|/
* Compile with -Wzero-as-null-pointer-constantPaul Olav Tvete2016-05-251-1/+0
* Move QWaylandClientExtension out of namespacePaul Olav Tvete2016-05-193-15/+6
* Make qwaylandclientexport publicPaul Olav Tvete2016-05-191-1/+1
* Rename QWaylandClientExtension's active() to isActive()Giulio Camuffo2016-05-132-3/+3
* Add QML api for client side extension.Erik Larsson2016-04-213-3/+28
* Simplify client-side API for Wayland extensionsErik Larsson2016-03-184-0/+294