summaryrefslogtreecommitdiffstats
path: root/src/window-lib/windowitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in WindowItem.objectFollowsItemSizeRobert Griebl2025-06-041-2/+3
* Minimize Wayland window size changes on app startupRobert Griebl2025-02-101-1/+11
* Warn users about wrongly instantiating QML typesRobert Griebl2024-05-231-2/+8
* Modernize string literalsRobert Griebl2024-01-081-1/+3
* Replace AM_.. defines with checks for Qt features where possibleRobert Griebl2023-12-061-10/+10
* Add an auto-test for window focus/activation handlingRobert Griebl2023-11-081-0/+14
* Improve Wayland WindowItem de-activationRobert Griebl2023-11-061-3/+7
* Add focusOnClick for both Wayland and InProcess windowsRobert Griebl2023-11-061-2/+43
* Make all example and doc QML imports versionlessRobert Griebl2023-06-171-1/+1
* Forward keyboard focus to applicationsBernd Weimer2022-12-011-2/+40
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Clazy: fix srcRobert Griebl2021-08-201-0/+2
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-24/+13
* Qt6 port, part 2 .. compiling with cmakeRobert Griebl2020-11-281-2/+2
* Qt 6 port, part 1 .. without cmakeRobert Griebl2020-11-281-4/+2
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-111-0/+2
* Add intent handling in the system-uiRobert Griebl2020-01-311-1/+1
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-051-1/+1
* [docs] Improve the API Reference for System UI related classesKavindra Palaraja2019-07-101-24/+28
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Fix qdoc warningsRobert Griebl2018-12-061-1/+1
* Split the QtApplicationManager qml moduleDaniel d'Andrada2018-10-301-1/+1
* Fix a few documentation issuesBernd Weimer2018-07-101-3/+3
* WindowItem: ensure Z order of childrenDaniel d'Andrada2018-07-051-0/+55
* WindowItem.objectFollowsItemSize and WindowObject.resizeDaniel d'Andrada2018-07-021-14/+32
* WindowItem: avoid causing a crash in older qtwayland versionsDaniel d'Andrada2018-06-291-1/+5
* WindowItem: properly clear up impl on teardDown()Daniel d'Andrada2018-06-291-0/+1
* WaylandCompositor: add support for XDG V5 shell extensionDaniel d'Andrada2018-06-291-1/+1
* Make the dev branch compile against Qt 5.9 againRobert Griebl2018-06-291-2/+2
* Fix bug in WindowItem where it would not set the surface's initial sizeDaniel d'Andrada2018-06-201-4/+5
* Window size and WindowItem implicit sizeDaniel d'Andrada2018-06-201-0/+14
* A WindowObject can be displayed by multiple WindowItemsDaniel d'Andrada2018-06-191-17/+134
* WindowObject and WindowItem typesDaniel d'Andrada2018-06-191-0/+255