summaryrefslogtreecommitdiffstats
path: root/src/gui/platform/unix/dbusmenu/qdbusmenuregistrarproxy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CRA review: gui/platform/unix/dbusmenu/*Liang Qi2025-09-251-0/+1
| | | | | | | | | | | | | The files that we maintain by hand are marked as significant. D-Bus is security critical, but the Qt DBus Menu implementation is merely a user, and does not do any parsing or communication on its own. QUIP: 23 Task-number: QTBUG-134573 Pick-to: 6.10 6.8 Change-Id: I2404638024884c0daa53fa9da6252b89d596f3ee Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
| | | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: Id880c92784c40f3bbde861c0d93f58151c18b9f1 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
| | | | | | | | | | | Including moc files directly into their classes' TU tends to improve codegen and enables extended compiler warnings, e.g. about unused private functions or fields. Pick-to: 6.3 6.2 5.15 Task-number: QTBUG-102886 Change-Id: I1945741794c25679a9d94c0d68c8642e2c823502 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
* Move UNIX themes into QtGuiFriedemann Kleint2020-06-221-0/+64
Task-number: QTBUG-83255 Change-Id: I9e3aecd8e172b60121f472c840eaf2a5538af438 Reviewed-by: Liang Qi <liang.qi@qt.io>