- 11 Oct, 2021 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 07 Oct, 2021 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 16 Sep, 2021 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 01 Sep, 2021 1 commit
-
-
Nate Graham authored
Currently they live in the Breeze repo which is a bit weird and random and complicates the process of updating the default wallpaper. Let's centralize them all to live here.
-
- 29 Aug, 2021 1 commit
-
-
David Edmundson authored
Plasma had an entire text editor for the script engine in process. The method for loading this was very convoluted, it loaded a QML file (in plasma-desktop!) which contained an Item(!) which then loaded a QML component that showed a widget dialog. It also means loading a very heavy lib KTextEditor in ShellComponents which is very heavy. This will get loaded in things like the logout greeter, which is super slow on the pinephone. We already had the concept of evalating a script remotely, we can just hook up the print statement and move the whole executable out. Technically this is an API break on the plasmashell DBus API, but pragmatically going from void -> something on the return type isn't going to break anything.
-
- 24 Aug, 2021 1 commit
-
-
David Edmundson authored
-
- 28 Jul, 2021 2 commits
-
-
Alexander Lohnau authored
This changed compiler options & broke the build. The behavior changes need to be adjusted before bumping this version CCMAIL: nate@kde.org
-
Nate Graham authored
This was added to Kirigami in frameworks/kirigami!314 and simplifies and standardizes the creation of simple text-based headers in OverlaySheet. This commit ports the Translations KCM's OverlaySheet header to use it. This is the only place in plasma-workspace where such a port is appropriate.
-
- 13 Jul, 2021 1 commit
-
-
Aleix Pol Gonzalez authored
It will simplify the deployments of SDDM and wayland together for Plasma-based systems.
-
- 07 Jun, 2021 1 commit
-
-
Alexander Lohnau authored
Those were messed up in the clang-format reformatting, but there weren't any complaints about the template not working. Also the dataenines are about to be deprecated and still need a replacement. Consequently we should not encourage users to write third-party dataengines.
-
- 13 May, 2021 3 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 12 May, 2021 1 commit
-
-
David Redondo authored
The toplevel menu is positioned using the plasmashell protocol. For QtWayland to create popups we need a input serial. The input serial is manually set to the enter one for creating poups. BUG:430662 FIXED-IN:5.23
-
- 06 May, 2021 2 commits
-
-
KIO is important for a full plasma experience. KIOExtras especially for the thumbnails that we use within plasma-workspace and is something we have had reports about.
-
this fixes l10n integration magic from ECM (KDE_L10N_SYNC_TRANSLATIONS, KDE_L10N_AUTO_TRANSLATIONS) that download the po dir into the build dir for git builds. ki18n_install is looking for po dirs and not doing anything when it can't find any. so, by default this changes nothing. when used with the aforementioned options it enables translation building for git builds. for tarball builds this has no negative impact since releaseme is smart enough to check if a cmakelists already contains the ki18n call before append its own.
-
- 05 May, 2021 1 commit
-
-
Harald Sitter authored
-
- 15 Apr, 2021 1 commit
-
-
Results in cleaner and less involved code.
-
- 20 Mar, 2021 2 commits
-
-
Ahmad Samir authored
Add explicit find_package() and #include's that are required and were pulled in by KDELibs4Support. krdb: remove one redundant #include, KColorUtils kcm_fonts: send dbus message directly to org.kde.KDEPlatformTheme to 'refreshFonts' kcm_style: - use KToolBar::emitToolbarStyleChanged() to notify of toolbar style changes For the rest use the notifyKcmChange() private method to send the dbus signal. [1] https://invent.kde.org/frameworks/kdelibs4support/-/blob/master/src/kdeui/kglobalsettings.cpp#L860
-
Alexander Lohnau authored
-
- 08 Mar, 2021 1 commit
-
-
Nicolas Fella authored
-
- 07 Mar, 2021 1 commit
-
-
Konrad Materka authored
-
- 04 Mar, 2021 1 commit
-
-
Nicolas Fella authored
This was discussed in https://mail.kde.org/pipermail/plasma-devel/2021-February/119329.html and https://mail.kde.org/pipermail/distributions/2021-February/000943.html and nobody objected.
-
- 30 Jan, 2021 2 commits
-
-
Nicolas Fella authored
-
Nicolas Fella authored
They are more robust and nicer than variables
-
- 29 Jan, 2021 2 commits
-
-
The warning about PlasmaQuick not being versioned appears to be no longer accurate
-
Nicolas Fella authored
We set it to 17 in another place
-
- 25 Jan, 2021 1 commit
-
-
David Edmundson authored
It was initially designed so the systemd boot would be at compile time, but then we ported to it being a configuration option. A stray config option that does nothing got left.
-
- 21 Jan, 2021 3 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 07 Jan, 2021 1 commit
-
-
Neal Gompa authored
For distributions aiming to ship the Wayland session by default, allow the Wayland session file to be installed as "plasma.desktop". Otherwise, revert to status quo where the X11 session is installed as "plasma.desktop". This time around, ensure that CMake stanza is correctly filled out. This fixes commit b93a0639. This reverts commit a6b28911.
-
- 22 Dec, 2020 1 commit
-
-
Gustavo Carneiro authored
This reverts commit b93a0639.
-
- 21 Dec, 2020 1 commit
-
-
Neal Gompa authored
For distributions aiming to ship the Wayland session by default, allow the Wayland session file to be installed as "plasma.desktop". Otherwise, revert to status quo where the X11 session is installed as "plasma.desktop".
-
- 20 Nov, 2020 1 commit
-
-
David Redondo authored
Was missed in move from plasma-desktop. We no longer write configs like library=org.kde.breeze theme=kwin4_decoration_qml_plastik BUG:429298
-
- 16 Nov, 2020 1 commit
-
-
- 02 Nov, 2020 1 commit
-
-
Fabian Vogt authored
This reverts commit 29ea3d65. It doesn't honour DESTDIR and so broke package builds.
-
- 29 Oct, 2020 1 commit
-
-
Andrey Butirsky authored
preserve symlink on install
-
- 27 Oct, 2020 2 commits
-
-
Nate Graham authored
This reverts commit 5926da56. This commit breaks configuration with a CMake error. Please test your changes before pushing. CCMAIL: butirsky@gmail.com
-
Andrey Butirsky authored
preserve symlink on install
-