Aleix Pol
d06ab412db
lookandfeel: Allow setting the kwin window placement strategy
5 years ago
Kai Uwe Broulik
6e80843b7f
[Notifications] Also read .flatpak-info for identifying an application
...
Ensures we can properly map Flatpak'd apps to the correct service.
5 years ago
l10n daemon script
127d45dd96
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
5 years ago
Carson Black
f9aa31d022
[sddm-theme]: Use zooming animation instead of sliding animation when switching between user list and manual entry
5 years ago
Adrien Faveraux
5ba4387628
Cleanup :
...
Use image sizeInBytes
Use Qt:endl
register qml with qml register anonymous type
Remplace QDrag start by QDarg exec
QModel acces, remove use of child
Use QFileinfo, use birthTime()
Use QRandomGenerator
5 years ago
David Edmundson
4e2d47aeff
[Klipper] Support DataControl v2 adding support for primary buffers
5 years ago
Méven Car
17f73650c9
Klipper: wayland, add a missing closing fd when receiving data
5 years ago
Nayam Amarshe
989fcf38f9
Added several KCM keywords for System Settings
...
This commit adds several keywords to system settings' various options like Fonts,
Autostart, Colors, Formats, Themes etc. so that users are able to search these
options easily from the system settings.
5 years ago
l10n daemon script
12e30e1f2a
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
5 years ago
Nate Graham
5454b8dc88
[wallpapers/image] FIX FIXME and position placeholder message properly
...
BUG: 438652
FIXED-IN: 5.23
5 years ago
Nicolas Fella
ffb29766b7
Convert two files to SPDX
5 years ago
Aleix Pol
2e7782cb12
fix warning: Declare config values that we use
5 years ago
David Edmundson
afa8159f34
Split Interactive console into it's own binary
...
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.
5 years ago
l10n daemon script
7fb7e4bb42
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
5 years ago
Nicolas Fella
509c0eac6d
[kcms/icons] Fix i18n usage
...
The code uses I18N_NOOP but doesn't actually call i18n later as needed.
However we don't really need the I18N_NOOP and can use the regular i18n
Fixes https://invent.kde.org/plasma/systemsettings/-/issues/11
5 years ago
Nicolas Fella
0b9091f8da
[kcms/icons] Clip ListView in popup
...
Otherwise the content exceeds the ScrollView
5 years ago
l10n daemon script
b9a1e98742
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
5 years ago
ValdikSS ValdikSS
f9669af2cf
Trim very long text strings in Klipper history view
...
Klipper may freeze the whole plasmashell for tens of seconds trying
to render very long text string from history in the popup.
Trim very large strings to 200 characters (tooltip default) to prevent this.
BUG: 431673
5 years ago
Jan Blackquill
7a0686b4eb
kcms/lookandfeel: delete accent colour when setting global theme that has colourscheme
5 years ago
Janet Blackquill
ec81480879
kcms/colors: Accent colours
...
This adds a UI element for setting an accent colour.
5 years ago
l10n daemon script
743d32c825
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
5 years ago
Aleix Pol Gonzalez
c6c9981a3e
[kcms/kuserfeedback] Show the data that has already been sent
...
Useful for auditing what we are sending.
BUG: 441181
FIXED-IN: 5.23
5 years ago
Carl Schwan
9fb0f88868
Expose Plasma Workspace api to api.kde.org
5 years ago
Vlad Zahorodnii
73c378832b
[Task Manager] Add support for StartupTasksModel on Wayland
...
BUG: 402903
5 years ago
Vlad Zahorodnii
7059ef56ab
[Task Manager] Move X11 startup code in a separate class
...
This allows adding wayland support for StartupTasksModel.
5 years ago
l10n daemon script
1aba27d1ec
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
5 years ago
Aleix Pol
60f1a68d75
user feedback kcm: Fix warning
5 years ago
David Edmundson
f3dad825bd
Explicitly set KDE_COMPILERSETTINGS_LEVEL
5 years ago
l10n daemon script
757b078d2e
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
5 years ago
Aleix Pol
7e2531f33d
manage-inputmethod: Simplify handling now that it's in the notification area
...
Never make it passive so it doesn't get listed in the Passive area, this
way the full representation is never shown.
5 years ago
Aleix Pol
10bcbff2bc
manage-inputmethod: Move into the notification area
...
This way it gets added by default and is easier to reach.
5 years ago
Bharadwaj Raju
bad72c931e
[kcms/nightcolor] Inform user when geolocating, and only do it when needed
...
BUG:441355
BUG:419677
FIXED-IN: 5.23
5 years ago
Nicolas Fella
b6982ed110
[scripting] Fix knownActivityTypes and knownPanelTypes
...
The type names were wrong so the result was always empty
5 years ago
Jan Blackquill
156415f377
applets/appmenu: assorted bugfixes
...
- make mnemonics work again, without errors or stray &s
- make delegate stay down while appmenu is open
5 years ago
Alexander Lohnau
677141d136
Port WebshortcutRunner::configurePrivateBrowsingActions away from deprecated KRunner API
...
The clearing was defunct anyways and did not delete the QAction pointer
5 years ago
l10n daemon script
fc573b9a74
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
5 years ago
Alexander Lohnau
21c98b356f
GIT_SILENT Make sure to use QString default value when reading KPluginMetaData value
5 years ago
Alexander Lohnau
04f07ef49c
Add SPDX license header to FindKIOExtras.cmake and FindKIOFuse.cmake files
...
As discussed with David Edmundson
5 years ago
l10n daemon script
c7b5c13700
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
5 years ago
Ahmad Samir
c565e7969e
Port from KDiskFreeSpaceInfo to QStorageInfo
...
KDiskFreeSpaceInfo is going to be deprecated.
KF6 task: https://phabricator.kde.org/T14295
5 years ago
Alexander Lohnau
029f5fc3cb
Fix FindKIOExtras.cmake
...
Check for the existence of the plugin rather than the protocol file, which got removed
5 years ago
l10n daemon script
1e838de388
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
5 years ago
l10n daemon script
6b675ce9b9
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
5 years ago
Fusion Future
95fc7e6e27
[applets/mediacontroller] Ensure background image and album art image display at the same time
...
Background image and album art image sometimes do not display at the same
time because there are two Image instances referring to the same path, but
cache will not work because they are loaded simultaneously. Use ShaderEffect
instead of another Image instance to provide the background to fix the bug.
Use State and PropertyChanges to avoid unnecessary reevaluation of width
and height of albumArtBackground.
BUG: 439753
FIXED-IN: 5.23
5 years ago
Carson Black
357db1614b
[applets/globalmenu] Look more menu-y
...
The global menu applet now looks more like a regular menubar, due to
- Using the new menubaritem SVG element introduced in frameworks/plasma-framework!89
- Removing spacing between menu items
5 years ago
Devin Lin
7b6d8dff1d
kcms/notifications: show on mobile
5 years ago
Devin Lin
799b2180fa
kcms/autostart: show on mobile
5 years ago
Björn Feber
d144a5879d
Change splash spinner to a gear
...
This icon proposed at https://phabricator.kde.org/T11227 can be used for loading spinners. A gear fits especially because the symbol is part of the KDE branding.
5 years ago
David Edmundson
8bf0e43620
Drop setupX11 from startplasma-waylandsession
...
This now only sets up the mouse cursor which no-ops on wayland anyway
5 years ago
David Edmundson
9a4e3d39c2
Drop X11 root properties for KDE full session / session version
...
From what I can tell these aren't used by anybody, and not something we
want to be using whilst we increase our wayland support.
Grepping through all of KDE, the only usage I found was kde 4's
KApplication and that code is exclusively checking for
"KDE_SESSION_VERSION==4" which will be false anyway.
The version in kdelibs4support checks for the env variable too.
5 years ago