summaryrefslogtreecommitdiffstats
path: root/src/window-lib
Commit message (Expand)AuthorAgeFilesLines
* Remove our #pragma once workaround, as it is not needed anymoreRobert Griebl5 days1-3/+0
* Refactor the ApplicationInterface root context propertyRobert Griebl5 days1-1/+1
* Replace all signals/slots keywords with Q_SIGNALS/Q_SLOTSRobert Griebl2024-04-227-13/+13
* Also support CBOR as a wire format for window properties on WaylandRobert Griebl2024-03-182-12/+38
* QVariants from QML often have QJSValues, which cannot be serializedRobert Griebl2024-03-182-3/+8
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-059-9/+36
* Axivion: fix or document most of the reported issuesRobert Griebl2024-02-212-5/+6
* Clazy: fixesRobert Griebl2024-01-087-28/+31
* Modernize string literalsRobert Griebl2024-01-084-10/+17
* Remove obsolete QT_VERSION_CHECKsRobert Griebl2023-12-222-12/+0
* cmake: add AM_SANITIZE to enable ASANRobert Griebl2023-12-121-0/+1
* Resolve old TODOsRobert Griebl2023-12-071-1/+1
* Replace AM_.. defines with checks for Qt features where possibleRobert Griebl2023-12-0610-38/+38
* Simplify builing a custom appman executableRobert Griebl2023-12-061-4/+4
* Make FrameTimer work againRobert Griebl2023-12-052-39/+35
* Fix all outstanding namespace issuesRobert Griebl2023-11-204-21/+17
* Switch to declarative registrationRobert Griebl2023-11-084-19/+0
* Add an auto-test for window focus/activation handlingRobert Griebl2023-11-082-0/+19
* Improve Wayland WindowItem de-activationRobert Griebl2023-11-062-3/+25
* Add focusOnClick for both Wayland and InProcess windowsRobert Griebl2023-11-062-3/+60
* Add an ApplicationManagerWindow attached objectRobert Griebl2023-11-061-0/+4
* Fix adding wayland extensionsBernd Weimer2023-10-091-1/+1
* DBus cleanup, part 2 and shared QML APIRobert Griebl2023-09-265-25/+116
* QML can now deal with QList<object derived type *> propertiesRobert Griebl2023-09-262-3/+3
* Fix the PackageManager's package role not being usable in strict modeRobert Griebl2023-08-221-1/+10
* cmake: add support for Unity buildsRobert Griebl2023-08-161-10/+8
* Clang-Tidy / Clazy warnings and modernizationRobert Griebl2023-08-014-3/+3
* Documentation: fix link targets inside of tablesRobert Griebl2023-07-141-2/+2
* Mark properties exposed to QML as FINAL to prevent shadowingRobert Griebl2023-06-224-14/+14
* Hide internal signals and slots from QMLRobert Griebl2023-06-212-17/+14
* Make all example and doc QML imports versionlessRobert Griebl2023-06-172-4/+4
* Cleanup the D-Bus interfacesRobert Griebl2023-02-151-4/+4
* Re-enable dbus xml generation from sourceRobert Griebl2023-02-151-0/+5
* Port from qAsConst to std::as_constMarc Mutz2023-01-141-1/+1
* Fix include style to what's mandated for public headersAlexandru Croitor2022-12-126-17/+17
* Adjust module to work with syncqt.cppAlexey Edelev2022-12-081-0/+4
* Forward keyboard focus to applicationsBernd Weimer2022-12-012-7/+46
* Prevent linking of AppMan modules into user pluginsRobert Griebl2022-06-301-0/+2
* Fix QScopedPointer::take deprecation warningRobert Griebl2022-06-151-1/+0
* Use SPDX license identifiersDominik Holland2022-06-1515-452/+62
* Make both supported Wayland text-input protocols available for clientsRobert Griebl2022-06-142-3/+13
* Make setting window properties less chatty in verbose modeRobert Griebl2022-05-171-2/+2
* Add a new flag to allow surfaces from unknown Wayland clientsRobert Griebl2022-03-233-2/+15
* Fix memory leaks introduced by adding the PackageInfo mechanismRobert Griebl2022-03-212-0/+14
* Remove the touch emulation featureRobert Griebl2022-03-176-541/+0
* Create extra sockets only just before the Wayland compositor is createdRobert Griebl2022-03-022-2/+17
* Clarify documentation and warning messagesRobert Griebl2022-02-251-1/+4
* Fix broken plugins.qmltypesRobert Griebl2022-02-111-1/+1
* Make sure to mark external dependencies as such via PUBLIC_LIBRARIESRobert Griebl2022-02-101-1/+3
* cmake: fix all remaining qt_feature conditionsRobert Griebl2021-08-201-1/+3