summaryrefslogtreecommitdiff
path: root/src/window-lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clazy: fix srcRobert Griebl2021-08-205-13/+16
* cmake: small fixesRobert Griebl2021-08-171-1/+1
* Inform the user when OpenGL capable Wayland buffers are not availableRobert Griebl2021-07-202-0/+7
* cmake: remove all comments from the pro2cmake tool conversionRobert Griebl2021-06-301-5/+0
* cmake: remove qmake build system (except in examples/)Robert Griebl2021-06-301-65/+0
* Re-enable DLT logging and prefix all features to prevent naming clashesRobert Griebl2021-06-262-8/+8
* cmake: the AM_xxx defines are only available after including global.hRobert Griebl2021-06-222-2/+2
* cmake: Nearly full cmake buildRobert Griebl2021-06-184-0/+90
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-0119-456/+247
* Expose the Wayland XDG surface object to the system ui via WindowObject prope...Robert Griebl2021-04-234-7/+26
* Add support for running multiple (external) apps with the same PIDRobert Griebl2021-04-233-3/+27
* Remove legacy functionality: headless, pssdp and pshellserverRobert Griebl2020-11-281-19/+18
* Qt6 port, part 2 .. compiling with cmakeRobert Griebl2020-11-282-4/+4
* Qt 6 port, part 1 .. without cmakeRobert Griebl2020-11-288-15/+33
* Add support for additional Wayland socketsRobert Griebl2020-09-233-0/+32
* Disallow implicit ASCII castsBernd Weimer2020-09-171-1/+1
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-118-1/+17
* Improve auto testsBernd Weimer2020-08-032-6/+0
* Fix potential crash when a window is releasedBernd Weimer2020-07-311-4/+8
* Spelling fixes all over the placeRobert Griebl2020-07-174-11/+11
* Fix some documentation issuesBernd Weimer2020-06-191-2/+6
* Fix use-after-free on xdg pongJohn Brooks2020-05-192-2/+3
* Fix warnings in builds against Qt 5.15Robert Griebl2020-05-191-2/+2
* Add intent handling in the system-uiRobert Griebl2020-01-311-1/+1
* Fix 5.14 warningsRobert Griebl2020-01-221-1/+1
* Separate LauncherMain from Q*ApplicationBernd Weimer2019-11-112-3/+0
* Fix compiler and code-model warningsRobert Griebl2019-11-081-0/+1
* Remove support for Qt versions < 5.12.0Robert Griebl2019-11-082-54/+15
* Extend the possibilities to query windows in the WindowManager singletonRobert Griebl2019-08-082-3/+45
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-0519-19/+19
* Add new package abstraction, which allows multiple executables per packageRobert Griebl2019-08-0110-20/+18