- 19 Aug, 2022 2 commits
-
-
Harald Sitter authored
-
Harald Sitter authored
-
- 30 Jul, 2022 1 commit
-
-
Laurent Montel authored
-
- 11 Jul, 2022 1 commit
-
-
Harald Sitter authored
-
- 27 Jun, 2022 2 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 30 May, 2022 1 commit
-
-
When a QPlatformMenuBar has a nullptr parent; it's supposed to be appwide (this is documented in public QMenuBar docs), so we now make sure to register app-wide menubars for all windows that don't already have a menubar of their own.
-
- 27 May, 2022 1 commit
-
-
Friedrich W. H. Kossebau authored
-
- 20 May, 2022 1 commit
-
-
Friedrich W. H. Kossebau authored
-
- 19 May, 2022 2 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 05 May, 2022 1 commit
-
-
Laurent Montel authored
-
- 11 Apr, 2022 1 commit
-
-
David Edmundson authored
00fc43a2 enables hover effects by default. The unit test was not updated.
-
- 06 Apr, 2022 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 05 Apr, 2022 1 commit
-
-
Laurent Montel authored
Still QDBusPlatformMenu linking problem (not idea yet)
-
- 04 Apr, 2022 1 commit
-
-
David Edmundson authored
Even though use of QWaylandClientExtension has the registry initialsed on startup, there's a quirk of extension that it doesn't create itself right away. We've seen that windows can change palettes on startup before the event loop has run. BUG: 452060
-
- 25 Mar, 2022 2 commits
-
-
David Redondo authored
This got lost because it was done in the registry slot
-
David Redondo authored
Otherwise the color scheme is not set on the initial call.
-
- 23 Mar, 2022 1 commit
-
-
David Edmundson authored
Kwin does not speak wayland to itself. Recent changes make use of QWaylandClientExtension that understandably assumes the wayland QPA is in use. Kwin's QPA name "wayland-org.kde.kwin.qpa" matches the check KWindowSystem::isPlatformWayland() which internally does platformName.startsWith("wayland") We have no reason to sync application colour schemes or appmenu bars to kwin from inside the QPT, so we can just tighten our check for which QPA is in use.
-
- 22 Mar, 2022 1 commit
-
-
David Edmundson authored
This helps with our plans for Plasma 6. There should be no user facing changes.
-
- 20 Mar, 2022 1 commit
-
-
Volker Krause authored
This mainly includes build system changes and minor code changes, the only still remaining issue is the D-Bus menu code. That compiles but fails to link as the corresponding classes in Qt are not exported despite installed (private) headers.
-
- 16 Mar, 2022 1 commit
-
-
Laurent Montel authored
-
- 23 Feb, 2022 1 commit
-
-
Kai Uwe Broulik authored
Qt might call `setDirectory` twice on dialog initialization, the second one coming from `restoreFromSettings`. This would needlessly trigger another `StatJob` if the URL didn't change.
-
- 17 Feb, 2022 1 commit
-
-
Laurent Montel authored
-
- 09 Feb, 2022 1 commit
-
-
Alexander Lohnau authored
This way we do not need to call this function manually and explicitly get the KDeclarative dependency. Also, this code is only relevant on the Linux platform. Task: https://phabricator.kde.org/T12135
-
- 05 Feb, 2022 1 commit
-
-
Nicolas Fella authored
When for whatever reason ColorScheme from kdeglobals point to a nonexistant scheme then no entry for m_palettes[QPlatformTheme::SystemPalette] is created, leading to a crash down the line Instead fall back to BreezeLight to avoid a crash BUG: 449613
-
- 01 Feb, 2022 1 commit
-
-
David Edmundson authored
We don't want a palette for decorations on popups as they don't show a decoration. We can't have an application menu on a popup. Debug shows we are creating objects unnecessarily.
-
- 13 Jan, 2022 2 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 13 Dec, 2021 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 11 Dec, 2021 1 commit
-
-
Laurent Montel authored
-
- 10 Dec, 2021 1 commit
-
-
Laurent Montel authored
-
- 27 Nov, 2021 1 commit
-
-
Nicolas Fella authored
-
- 15 Nov, 2021 1 commit
-
-
David Redondo authored
This is now correctly set up when inside a plasma session.
-
- 05 Nov, 2021 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 26 Oct, 2021 1 commit
-
-
Laurent Montel authored
-
- 11 Oct, 2021 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 05 Oct, 2021 1 commit
-
-
Nicolas Fella authored
-