- 27 Jun, 2022 2 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 21 Jun, 2022 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 09 Jun, 2022 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 06 Jun, 2022 1 commit
-
-
Nicolas Fella authored
BUG: 454912 (cherry picked from commit 34e7c90c)
-
- 19 May, 2022 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 04 May, 2022 1 commit
-
-
- 06 Mar, 2022 1 commit
-
-
Volker Krause authored
-
- 26 Jan, 2022 1 commit
-
-
Julius Zint authored
If the property is set, the compositor will try to put the window on the given output. If not set, the compositer will decide where to put the window (usually the active output). The motivation for this change is the ability for KRunner to always appear on the active output.
-
- 13 Jan, 2022 2 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 27 Oct, 2021 1 commit
-
-
Laurent Montel authored
-
- 11 Oct, 2021 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 06 Oct, 2021 1 commit
-
-
Nicolas Fella authored
-
- 05 Oct, 2021 2 commits
-
-
Nicolas Fella authored
-
Nicolas Fella authored
-
- 16 Sep, 2021 2 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 15 Sep, 2021 1 commit
-
-
David Edmundson authored
When a compositor has no outputs listed Qt creates a dummy placeholder QScreen object that does not represent a wl_output. This should still be fixed in the clients to not create a view, it's wasteful and probably will still have plenty of other bugs, hence the giant warning, but it's still worth guarding. CCBUG: 439096
-
- 24 Aug, 2021 1 commit
-
-
David Edmundson authored
-
- 28 Jun, 2021 1 commit
-
-
Laurent Montel authored
("we have disabled the C and C++ specific compiler extensions.")
-
- 21 May, 2021 1 commit
-
-
Alexander Lohnau authored
-
- 13 May, 2021 3 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 09 May, 2021 1 commit
-
-
Ömer Fadıl Usta authored
-
- 04 May, 2021 1 commit
-
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
- 03 May, 2021 1 commit
-
-
Alexander Lohnau authored
-
- 20 Apr, 2021 4 commits
-
-
This is to ensure that the QWaylandLayerShell will be eventually destroyed.
-
The dynamically allocated QtWayland::zwlr_layer_shell_v1 object in QWaylandLayerShellIntegration::registryLayer() isn't deleted anywhere.
-
Vlad Zahorodnii authored
This is to make the compiler happier.
-
Vlad Zahorodnii authored
-
- 15 Apr, 2021 3 commits
-
-
Nicolas Fella authored
Otherwise the build fails with missing xkbcommon headers
-
David Edmundson authored
This is needed if we are not anchoring to the full screen
-
David Edmundson authored
In the current implementation we cannot use a LayerShellQt before the shell surface is created. At the moment a shell surface is created, the constructor is run and then QtWayland commits the current state. This means the compositor configures the window before a client has any chance to set anchors or margins. This works whilst we're just being a simple fullscreen window, but won't scale for plasmashell in the future. This patch makes LayerShellQt::Window always creatable, and we can set and cache properties before the platform window is created, just like one can on QWindow and XDGShell properties. This also makes it less potentially crashy as ::get always returns a valid result, and sets up the public API to be QML-able as an attached property in future. Co-authored on Aleix's patch for the unit test
-
- 14 Apr, 2021 1 commit
-
-
David Edmundson authored
In the current implementation we cannot use a LayerShellQt before the shell surface is created. At the moment a shell surface is created, the constructor is run and then QtWayland commits the current state. This means the compositor configures the window before a client has any chance to set anchors or margins. This works whilst we're just being a simple fullscreen window, but won't scale for plasmashell in the future. This patch makes LayerShellQt::Window always creatable, and we can set and cache properties before the platform window is created, just like one can on QWindow and XDGShell properties. This also makes it less potentially crashy as ::get always returns a valid result, and sets up the public API to be QML-able as an attached property in future. Co-authored on Aleix's patch for the unit test
-
- 09 Apr, 2021 2 commits
-
-
Vlad Zahorodnii authored
The destructor request was added in version 3.
-
Vlad Zahorodnii authored
The set_layer request allows to move a surface to another layer after creating it.
-
- 08 Apr, 2021 2 commits
-
-
Aleix Pol Gonzalez authored
Both for the project and for it to ignore .kdev4 files.
-
Aleix Pol Gonzalez authored
This way "reuse lint" outputs clean
-