summaryrefslogtreecommitdiffstats
path: root/src/window-lib/windowmanager.h
Commit message (Expand)AuthorAgeFilesLines
* ASAN, qmllint and compiler warning fixesRobert Griebl2024-05-311-5/+2
* A better watchdog for Wayland, main thread and scene graphRobert Griebl2024-05-311-1/+3
* Replace all signals/slots keywords with Q_SIGNALS/Q_SLOTSRobert Griebl2024-04-221-4/+4
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-051-1/+4
* Replace AM_.. defines with checks for Qt features where possibleRobert Griebl2023-12-061-2/+2
* Fix all outstanding namespace issuesRobert Griebl2023-11-201-16/+12
* Switch to declarative registrationRobert Griebl2023-11-081-3/+0
* QML can now deal with QList<object derived type *> propertiesRobert Griebl2023-09-261-1/+1
* Mark properties exposed to QML as FINAL to prevent shadowingRobert Griebl2023-06-221-4/+4
* Hide internal signals and slots from QMLRobert Griebl2023-06-211-5/+4
* Cleanup the D-Bus interfacesRobert Griebl2023-02-151-4/+4
* Re-enable dbus xml generation from sourceRobert Griebl2023-02-151-0/+5
* Fix include style to what's mandated for public headersAlexandru Croitor2022-12-121-1/+1
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Add a new flag to allow surfaces from unknown Wayland clientsRobert Griebl2022-03-231-1/+3
* Create extra sockets only just before the Wayland compositor is createdRobert Griebl2022-03-021-2/+14
* Clazy: fix srcRobert Griebl2021-08-201-8/+8
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-24/+13
* Add support for additional Wayland socketsRobert Griebl2020-09-231-0/+3
* Extend the possibilities to query windows in the WindowManager singletonRobert Griebl2019-08-081-2/+3
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-051-1/+1
* Add new package abstraction, which allows multiple executables per packageRobert Griebl2019-08-011-2/+0
* Add method to add Wayland extensionsBernd Weimer2019-05-271-3/+3
* Add support for isSingleton and isCreatable in the qmltypes type informationRobert Griebl2019-02-041-1/+1
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Bump all QtApplicationManager QML imports to 2.0Robert Griebl2018-12-181-1/+1
* Split the QtApplicationManager qml moduleDaniel d'Andrada2018-10-301-1/+1
* Call registerCompositorView on all windows automaticallyDaniel d'Andrada2018-09-251-1/+3
* WindowManager model contains only windows with surfacesDaniel d'Andrada2018-07-111-0/+2
* window-lib: Remove some dead codeDaniel d'Andrada2018-07-091-3/+0
* Refactor and improve single-process mode (QML inprocess)Daniel d'Andrada2018-06-201-3/+3
* WindowManager: reduce couplingDaniel d'Andrada2018-06-201-3/+1
* WindowObject and WindowItem typesDaniel d'Andrada2018-06-191-13/+8
* WindowManager: remove unimplemented IsFullscreen roleDaniel d'Andrada2018-05-091-2/+0
* Clang code model fixesRobert Griebl2018-04-171-1/+1
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Hide properties in FakeApplicationManagerWindowBernd Weimer2017-11-271-0/+2
* Make it possible to switch slowAnimations at runtimeDaniel d'Andrada2017-09-201-1/+4
* Made the external D-Bus interfaces a compile time optionRobert Griebl2017-07-031-3/+1
* Add FPS monitoring per app windowNedim Hadzic2017-05-241-0/+1
* Improve shutdown behavior to avoid crashes when quittingRobert Griebl2017-05-031-0/+8
* Move all monitor related classes to the monitor-libNedim Hadzic2017-04-251-3/+4
* Refactored the old and the new Wayland compositor into one .h/.cpp fileRobert Griebl2017-02-271-27/+1
* Code and debug output cleanup for application startsRobert Griebl2017-02-231-2/+0
* Addition of a qmlplugindump tool equivalent for the application-managerRobert Griebl2017-02-211-0/+186