- 27 Jun, 2022 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 20 Jun, 2022 1 commit
-
-
Laurent Montel authored
-
- 11 Jun, 2022 1 commit
-
-
Aleix Pol Gonzalez authored
Announces that the wayland backend supports the XwaylandClientsScale setting, which is a boolean value to tell kwin whether it should automatically scale xwayland apps or let the apps do it themselves. When the setting changes: - Updates and notifies kwin's xwayland scale value so it adapts. - Runs the fonts kcminit module so that the system gets properly initialised.
-
- 24 May, 2022 1 commit
-
-
Because of the order of calls in XRandRConfig, screen is dirty when switching display modes. This patch removes the intermediateScreenSize. Swap the change order of crtc and screen size, and disable crtc before that. The previous method was to first set an intermediate screen size then set the crtc and finally set the target screen size. The modified method is to disable crtc first, then change the screen size and finally set crtc. This change can effectively solve the problem of blurry screen when switching display modes.
-
- 21 May, 2022 1 commit
-
-
Méven Car authored
GIT_SILENT NO_CHANGELOG
-
- 20 May, 2022 1 commit
-
-
Ben Cooksley authored
CCMAIL: plasma-devel@kde.org
-
- 19 May, 2022 3 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Laurent Montel authored
-
- 06 May, 2022 1 commit
-
-
David Edmundson authored
When our wrapper class QtWayland::kde_primary_output_v1 gets destroyed there is no code to delete the underlying wl_proxy object. Any events to that proxy after our wrapper have gone will get disaptched to the generated code which in turn will just crash. BUG: 451847
-
- 22 Apr, 2022 1 commit
-
-
Volker Krause authored
-
- 15 Apr, 2022 1 commit
-
-
Nicolas Fella authored
-
- 05 Mar, 2022 1 commit
-
-
Volker Krause authored
This includes Qt6 specific code changes as well, but still lacks the port to KWaylandServer (that's also needed due to KF5::WaylandServer being gone in 6).
-
- 28 Jan, 2022 1 commit
-
-
Vlad Zahorodnii authored
Model doesn't include the connector type.
-
- 13 Jan, 2022 3 commits
-
-
Heiko Becker authored
...to reflect reality. It already needs kde-primary-output-v1.xml, which appeared in 1.6.0.
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 23 Dec, 2021 1 commit
-
-
Méven Car authored
-
- 21 Dec, 2021 1 commit
-
- 15 Dec, 2021 2 commits
- 14 Dec, 2021 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 02 Dec, 2021 1 commit
-
-
Méven Car authored
-
- 27 Nov, 2021 1 commit
-
-
Nicolas Fella authored
-
- 26 Nov, 2021 1 commit
-
-
Méven Car authored
-
- 18 Nov, 2021 2 commits
-
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
- 15 Nov, 2021 1 commit
-
-
When kscreen_backend is started by D-Bus activation, the Journal does not use the correct log levels, but instead all logs are output at priority warning. Therefore, do the D-Bus activation with a systemd unit file, so that log levels keep their intended priority. This has the additional benefit of moving kscreen_backend from app.slice to background.slice. BUG: 444084
-
- 10 Nov, 2021 1 commit
-
-
Vlad Zahorodnii authored
If the compositor supports newer version of output-device or primary-output, any app that uses libkscreen will crash eventually. The proper way to select the interface version is to choose the minimum between the implemented version and the version supported by the compositor.
-
- 07 Nov, 2021 1 commit
-
-
Aleix Pol Gonzalez authored
Adopts the kde_outputmanagement_v2 hooks for it, lets our users specify a primary display for a workspace.
-
- 27 Oct, 2021 1 commit
-
-
Aleix Pol Gonzalez authored
As now it's supported on both wayland and X11
-
- 18 Oct, 2021 1 commit
-
-
Ilya Pominov authored
In VirtualBox KDE runs at low resolution, and when you try to change the resolution through the "Screen Settings" it returns to the original one again. How to check: - run KDE neon on VirtualBox - change the resolution VirtualBox sets the hotplug_mode_update property, but its preferred mode is always 800x600, and KScreen returns the resolution to 800x600. Now XRandRCrtc stores the timestamp of the last resolution change request from backend, and the timestamp of the last config update from X11. If the changes were initiated by XRandR backend (i.e. 'timestamp of the last config update from X11' less or equal 'last resolution change request'), then the followPreferedMode flag in KScreenConfig is set to false. BUG: 407058
-
- 11 Oct, 2021 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 10 Oct, 2021 1 commit
-
-
John Clark authored
BUG: 428626 The setTabletModeAvailable and setTabletModeEngaged properties were not copied across in Config::apply.
-
- 05 Oct, 2021 1 commit
-
-
Nicolas Fella authored
-
- 02 Oct, 2021 1 commit
-
-
Laurent Montel authored
-
- 21 Sep, 2021 1 commit
-
-
Xaver Hugl authored
While they were written to the control file, they were not written into the configuration files from kded and were thus reset after a session restart BUG: 442520
-
- 16 Sep, 2021 2 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-