summaryrefslogtreecommitdiffstats
path: root/src/window-lib/window.h
Commit message (Expand)AuthorAgeFilesLines
* Replace all signals/slots keywords with Q_SIGNALS/Q_SLOTSRobert Griebl2024-04-221-1/+1
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-051-1/+4
* Clazy: fixesRobert Griebl2024-01-081-1/+1
* Fix all outstanding namespace issuesRobert Griebl2023-11-201-3/+3
* Switch to declarative registrationRobert Griebl2023-11-081-2/+0
* Mark properties exposed to QML as FINAL to prevent shadowingRobert Griebl2023-06-221-5/+5
* Fix include style to what's mandated for public headersAlexandru Croitor2022-12-121-5/+5
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Fix broken plugins.qmltypesRobert Griebl2022-02-111-1/+1
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-24/+13
* Improve auto testsBernd Weimer2020-08-031-5/+0
* Spelling fixes all over the placeRobert Griebl2020-07-171-1/+1
* 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-4/+4
* Wait for apps to stop before actually uninstalling themv5.13.0-1_QtASRobert Griebl2019-06-261-2/+2
* Add support for native popups, namely Wayland XDG popupsRobert Griebl2019-05-271-0/+8
* Add support for isSingleton and isCreatable in the qmltypes type informationRobert Griebl2019-02-041-1/+1
* Update the appman-dumptypes toolRobert Griebl2019-01-161-0/+1
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Get rid of QProcess in the internal and external APIRobert Griebl2018-08-231-0/+1
* WindowManager model contains only windows with surfacesDaniel d'Andrada2018-07-111-0/+5
* WindowItem.objectFollowsItemSize and WindowObject.resizeDaniel d'Andrada2018-07-021-0/+1
* WindowObject.close()Daniel d'Andrada2018-06-291-0/+2
* Window size and WindowItem implicit sizeDaniel d'Andrada2018-06-201-0/+4
* A WindowObject can be displayed by multiple WindowItemsDaniel d'Andrada2018-06-191-0/+4
* WindowObject and WindowItem typesDaniel d'Andrada2018-06-191-10/+31
* Refactor the Application objectDaniel d'Andrada2018-05-141-4/+4
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Refactored the old and the new Wayland compositor into one .h/.cpp fileRobert Griebl2017-02-271-4/+5
* Addition of a qmlplugindump tool equivalent for the application-managerRobert Griebl2017-02-211-0/+87