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
Andrey Butirsky
763820acfd
[ksplash][logout-greeter] Avoid making windows for placeholder screens
...
A placeholder screen is created by Qt when no wl_outputs exist even for
a split second which can happen when plugging and unplugging monitors
due to driver order.
5 years ago
l10n daemon script
e298448d2c
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
1bae34cd1d
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
225e4aae2c
Port away from deprecated KPluginLoader
5 years ago
Yaroslav Kurlaev
712ffec5bf
kfontinst: handle font/collection MIME type for ttc files
5 years ago
David Edmundson
5d77262527
Fix font DPI loading and saving for wayland
...
On wayland a separate config value was used from X11. The rationale
being if you're using wayland screen scaling, we don't want to scale
fonts as well, it would cause a double scaling. (plasma-desktop
fbbdfa100128e9c4cc12b37854a4a054562983bc)
In the port to kcfg this got broken.
The loading is also somewhat broken.
BUG: 441043
5 years ago
l10n daemon script
81d1dc0067
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
6238ea705b
[interactiveconsole] Try loading katepart directly
...
The current code tries to load any KTextEditor/Document part using KServiceTypeTrader.
At least on my machine katepart is the only available one.
By loading that one directly and falling back to the existing KTextEdit fallback we can avoid using the deprecated KServiceTypeTrader
5 years ago
Nate Graham
2779e3b0c2
[kcms/desktoptheme] Use the term "Plasma Style" in GHNS providers file
...
We were still using the old term "Plasma Theme" in the GHNS providers
file.
BUG: 440974
FIXED-IN: 5.23
5 years ago
David Redondo
60ff1e04e4
Let the notification take focus when interacted with
...
On wayland we need focus to copy to the clipboard.
As we don't want the notification to take focus indiscriminately,
it listens to mouse events of its children and only accepts focus
if it sees a button press. When the cursor leaves the popup again,
everything is reset.
BUG:434675
BUG:408507
5 years ago
l10n daemon script
4d0ab7ad2f
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
2ceac74013
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
Méven Car
292ef251f2
Kicker RecentUsageModel: add a warning
5 years ago
Méven Car
ad37f96dc4
Kicker: prevents opening a recent file whose application does not support opening
5 years ago
Alexander Lohnau
bbb8343a2d
Remove unneeded parts of servies runner test
...
The logic that is tested does not exist in this runner anymore, but it imported in systemsettings.
5 years ago
Alexander Lohnau
c97dddf20d
Manually adjustments for SPDX license statements
5 years ago
Alexander Lohnau
02f1a797a8
Correct years and mail addresses in copyright statements
5 years ago
Alexander Lohnau
3d4df5e61e
Merge duplicate copyright texts for Glenn Ergeerts
5 years ago
Alexander Lohnau
b51fd04b89
GIT_SILENT Revert accidental changes
5 years ago
Alexander Lohnau
1e995c05ab
Remove obsolete AUTHORS files
5 years ago
Alexander Lohnau
d921e3e370
Adjust indentation of license headers
5 years ago
Alexander Lohnau
145b6c6369
Make sure to put license header before include guards
5 years ago
Alexander Lohnau
3720912f99
GIT_SILENT Misc SPDX fixes
5 years ago