l10n daemon script
87f01931ed
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"
4 years ago
Aleix Pol
468a59cbb3
shell: Make sure the primary output is initialised on X11 as well
...
BUG: 445589
4 years ago
Alexander Lohnau
fa5ac3fe34
baloosearchruner: Emit DBus error when baloo is disabled
...
Otherwise we exit and KRunner runner into a long timeout.
By making this a dedicated DBus error KRunner can also know, that this
runner can not be started. Consequently making new attempts to query
this runner can be prevented.
Because the runner is DBus-Activated, we can not exit the process, otherwise other
processes (like the search in the app launcher) will have the same issue with the timeout.
BUG: 445342
4 years ago
David Redondo
14089755c3
No need to manually read defaultTheme
...
This is now handled automatically. The hierachy stays the same:
plasmashellrc, lnf, kpackage
4 years ago
l10n daemon script
0b901a227f
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"
4 years ago
Alexander Lohnau
0458f3293d
Revert "Port away from deprecated QConcatenateTablesProxyModel"
...
This reverts commit 25f4cce3bf .
4 years ago
Alexander Lohnau
c3201e74c2
Drop now unneeded QOverload statements
...
By defining the KF_DISABLE_DEPRECATED_BEFORE_AND_AT value, the deprecated overloads are hidden.
This way we only have the un-deprecated one visible.
4 years ago
Alexander Lohnau
a83d5b21a5
Do not depend on deprecated internal QVariant comparisons
...
Otherwise the build without deprecations does not work anymore.
4 years ago
Alexander Lohnau
4248e56820
Port away from deprecated QTime/QDate toString methods
4 years ago
Alexander Lohnau
a5417627da
Define KF_DISABLE_DEPRECATED_BEFORE_AND_AT and QT_DISABLE_DEPRECATED_BEFORE values
4 years ago
Alexander Lohnau
0020ce3baf
Port away from deprecated KConfigDialogManager::changedMap::insert method call
...
As the docs suggest, define the property for the widget instead
4 years ago
Alexander Lohnau
c5d9e0b66e
Port away from deprecated Corona::containmentForScreen overload
...
By passing in empty strings the values are ignored. As the docs
state, the methods can not use default arguments because of ambiguous
function calls
4 years ago
Alexander Lohnau
df1f4a3fbd
Port away from deprecated Applet constructor
...
Also rename the variant list to args, this is more consistent with the rest of KDE
4 years ago
Alexander Lohnau
b40d9267f9
Port away from deprecated qmlRegisterType overload
4 years ago
Alexander Lohnau
25f4cce3bf
Port away from deprecated QConcatenateTablesProxyModel
4 years ago
Alexander Lohnau
0dbec4febf
Remove defunct colorscheme KNS upload button
4 years ago
Alexander Lohnau
a4b3cd3cd5
Port away from deprecated KDesktopFileActions::userDefinedServices overload
4 years ago
Alexander Lohnau
8e9972f6f0
Port away from deprecated KRun methods
4 years ago
Alexander Lohnau
f80a43f24f
Port away from deprecated KSycoca signal
...
The checks can be safely dropped, because in KService a hardcoded
list is used as the parameter.
4 years ago
Alexander Lohnau
af10fcdaa9
Port away from deprecated QHash/QMultiHash methods
4 years ago
Bharadwaj Raju
a06c68ed54
Revert "[dataengines/weather] Add country code to wetter.com location display name"
...
This reverts commit bc0e8bd709
4 years ago
Bharadwaj Raju
c2fb442f0d
[kcms/nightcolor] Fix old and incorrect constant names
...
All references to CompositorAdaptor.ModeAutomatic were not removed by
0bdedc5e8c .
BUG: 445389
4 years ago
Thiago Sueto
a5821b4afa
Fix width and duplicated locator
4 years ago
Bharadwaj Raju
bc0e8bd709
[dataengines/weather] Add country code to wetter.com location display name
...
BUG: 434312
4 years ago
Bharadwaj Raju
e4a9cc48f2
[dataengines/weather] Improved search for BBC UK Met source places
...
Adds partial-text searching for BBC UK Met source by using the auto=true
API param. Some place names with Unicode in them which were matched
in auto=false are not shown in auto=true results, so we merge the two.
BUG: 436974
BUG: 429506
4 years ago
David Redondo
8f9610a6c7
lookandfeelmanager: Better variable names
...
GIT_SILENT
4 years ago
Marco Martin
119ca10f72
check the hash of the color scheme file
...
with this, if the configured color scheme was changed, or if the color scheme
file was updated, the colors will be reapplied and the plasma svg cache discarded
save on config the hash of the current color scheme file
4 years ago
Marco Martin
8a4c622153
Apply colors from lnf when missing
...
the normal defaults cascading mechanism for application colors doesn't work, as header colors would be wrong, so check if colors are missing from kdeglobals and in that case apply the colors from lnf to kdeglobals
4 years ago
David Redondo
12087e947b
Write lnf defaults on startup
4 years ago
David Redondo
75608d87bf
Add a mode to lookandfeelmanager to only write defaults
4 years ago
David Redondo
9d0fce827c
Turn lookandfeelmanager into a static lib
4 years ago
Aleix Pol
e5b7eb40b9
lnf kcm: Split the logic for loading and saving from the kcm itself
4 years ago
l10n daemon script
02aa8283d2
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"
4 years ago
Nicolas Fella
b05406661b
[kcms/feedback] Pass args to parent ctor
...
This was missed in 42d074383b
4 years ago
Nicolas Fella
0bf239c0ab
Remove unneeded X-Plasma-API from KCM metadata
...
It doesn't serve any purpose
4 years ago
Alexander Lohnau
42d074383b
Do not install metadata files for KCM kpackages
...
We can get the metadata form the C++ plugin and set that for the kpackage.
This way the files are not duplicated in source, on disk and in memory.
Task: https://phabricator.kde.org/T14983
4 years ago
Kai Uwe Broulik
70661cd53e
GIT_SILENT Fix typo
4 years ago
Nate Graham
93355636de
applers/notifications: Fix margins for non-critical notifications
...
This fixes a small regression introduced in
be7efa5ec2
4 years ago
l10n daemon script
2772dec4ad
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"
4 years ago
Nate Graham
3b6ba4d0a1
kcms/lookandfeel: Update default window placement mode
...
This is changing in
https://invent.kde.org/plasma/kwin/-/merge_requests/1631 . We need to
update the default here too.
4 years ago
Iaroslav Sheveliuk
f2afc13d6b
Wallpaper preview should respect the screen aspect ratio
...
Wallpaper thumbnails was using the landscape orientation all the time.
Now thumbnail size depends on the screen size, so aspect ratio is respected.
BUG: 399354
4 years ago
Aleix Pol
0f2be58f14
shell: Add support to wayland primary outputs
...
Refactors XRandr support together with the new Wayland code into a
PrimaryOutputWatcher class.
For X11 it listens to xcb events.
For Wayland it uses the kde_output_management_v2 protocols.
4 years ago
Aleix Pol
8e46781bf7
Small improvement on playStartupSound
...
Do not pass QObjects&, we generally use QObject*.
Clean the phonon object as the sound finishes rather than waiting for
the session to end.
4 years ago
Aleix Pol
f377696bff
startplasma: Make sure we terminate the processes we start
...
Changes how plasma_session works. Instead of just starting the
processes, plays the startup sound and stays around. This process then
gets to be terminated as the session ends.
BUG: 359651
BUG: 433293
4 years ago
Aleix Pol
3177a12248
startplasma: Ensure SIGTERM signals are propagated
4 years ago
l10n daemon script
b97a632c94
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"
4 years ago
Marco Martin
e4ea728662
fixed size hints to the osd
...
KWin can't notice soon enough the window being an osd type, so work around
by setting min and max size hints to the same value to make it non resizable
4 years ago
l10n daemon script
7b8cfd9492
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"
4 years ago
Nicolas Fella
45d6f2d83b
Drop themerc files for Windows and Mac
...
We are not building plasma-workspace for Windows and macOS so those are never installed
4 years ago
l10n daemon script
b121149312
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"
4 years ago