Alexander Lohnau
2c303a07f8
Port away from KHolidays::HolidayRegion::holidays
4 years ago
Alexander Lohnau
362cdd6aff
Bump version for excluded deprecated KF API
4 years ago
Alexander Lohnau
ff6ae79c23
Drop unneeded QOverload statements
...
By excluding deprecated code, we no longer need this
4 years ago
Volker Krause
d6dc89f5ef
Remove silencing of QML warnings for Qt 5.12 compatibility
...
We no longer need that and can use new Qt 5.15 syntax.
4 years ago
Volker Krause
5d59321253
Rename action() signal in clipboard menu
...
The base class for this has an action property in Qt 6.
4 years ago
l10n daemon script
57de3bf16e
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
l10n daemon script
2365ba3fd0
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
Volker Krause
516d2b9733
Change wallpaper enums to be in namespaces rather than in gadgets
...
Qt 6 no longer allows exporting gadgets with an uppercase name. Namespaces
work just as well here, but we unfortunately have this problem also in
other places where the solution is less straightforward.
4 years ago
Nicolas Fella
170564cde7
[systemmonitor] Rename to System Activity in desktop file for consistency
4 years ago
Nicolas Fella
52305ca4b8
[systemmonitor] Set KAboutData
...
This takes care of setting the proper window title
4 years ago
l10n daemon script
8227b7d75e
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
Fushan Wen
5632806e7a
Lower CMake version requirement
...
Fix build on openSUSE Leap, which only has cmake 3.20.
4 years ago
Fushan Wen
9938babf6c
applets/mediacontroller: show song title in compact representation
4 years ago
Fushan Wen
1a9f0abcf7
applets/mediacontroller: move StackView to new file
...
The component will be reused in compact representation.
4 years ago
Flo Edelmann
69e5c03f2e
applets/clipboard: Add keywords
4 years ago
ivan tkachenko
8adfa3d7fd
[applets/notifications] Show "Just now" time label for recent notifications
4 years ago
Nicolas Fella
0536cf4140
[kcms/style] Fix setting to default and apply button enablement
...
Track the selected GTK theme in the model only. This fixes setting to default when the GTK pages was never opened
Override isSaveNeeded instead of calling setNeedsSave, this fixes the apply button enablement
4 years ago
Natalie Clarius
0c1157a0c2
kcms/nightcolor: fix typo
4 years ago
l10n daemon script
bec6436a48
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
Natalie Clarius
1afb09bf66
kcms/nightcolor: add configurable daytime temperature
...
BUG: 390021
4 years ago
l10n daemon script
ce39fee584
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
Ömer Fadıl Usta
cde4e3ac95
kcms/users : Fix focus for new user input
...
BUG: 458377
4 years ago
Heiko Becker
a2ed003837
CMake: Don't overwrite/duplicate information from FindIsoCodes
...
Already provided by the FindIsoCodes module from extra-cmake-modules.
Fixes a cmake warning.
4 years ago
Heiko Becker
8f3d37ad35
CMake: Require at least KF5 5.97.0
...
It's needed for kcmutils_generate_desktop_file() at least.
4 years ago
Heiko Becker
485872dd6f
CMake: Drop duplicate find_package call for KF5ItemModels
...
It's already required further up:
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
... ItemModels ...)
GIT_SILENT
4 years ago
ivan tkachenko
3166b5de4d
[widgetexplorer] Port away from foreach macro
4 years ago
l10n daemon script
4455344d64
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
c7ba560cca
[widgetexplorer] Don't recurse into applet's containments
...
The intention of this code appears to be finding system tray applets, since the systemtray is a containment within another applet/containment
However the code causes an infinit recursion since we are calling addContainment on the same containment again
The recursion also is unnecessary since corona->containments() already lists the system tray containment, so we don't need to find it by recursing through the panel's children
4 years ago
Natalie Clarius
957eb8f003
kcms/nightcolor: fix checks for manual timing errors
4 years ago
Nicolas Fella
05f21f51ba
[kcms/style] Consider GTK theme setting when computing default state
...
The GTK theme name is not managed by KConfigXT, we need to manually track that when determining whether the Defaults button is enabled
BUG: 458292
4 years ago
l10n daemon script
01be1382ee
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
Fushan Wen
4cd51978bf
kcms/colors: notify changes when writing groupWMOut config
...
This fixes that the titlebar does not update its accent color when
switching from transparent to another color.
Test: choose From current color scheme, apply and then choose From
wallpaper, apply.
4 years ago
Fushan Wen
f5fe8b7224
kcms/colors: port away from ugly hacks in saveColors
...
Use the proper DBus signal to notify the change of
accentColorFromWallpaper.
applyScheme needs the latest accentColor but when it's called from `KCMColors::saveColors()`,
the accent color in kdeglobals is still old, that's why the hack works
by saving the value before `ManagedConfigModule::save()`. Therefore we
can pass the latest accent color value to applyScheme to fix it and
remove the ugly hack.
4 years ago
l10n daemon script
16ec9cdc46
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
Tanbir Jishan
acea9036c1
kcms/colors: handle the "transparent" value explicitly
4 years ago
Nate Graham
ad00948ff3
kcms/feedback: fix tooltip item sizing
...
1. Don't assume what the parent item is
2. Use standard icon sizes rather than multiples of GridUnit
4 years ago
Fushan Wen
30019c4a56
Use `uint` data type in accent color dbus interface
...
This is expected to slightly improve efficiency.
4 years ago
Fushan Wen
51107d9ab4
wallpapers/image: add current image to list if it's not in list
...
The current wallpaper image can be set by a Plasma script. In that case,
the wallpaper is not added to the list, so also check the current image
is already added after opening the config dialog.
BUG: 458364
FIXED-IN: 5.26
4 years ago
l10n daemon script
01a5763602
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
l10n daemon script
8cafd824c7
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
Fushan Wen
40e4e5f21a
applets/systemtray: add default KeyNavigation properties to container
...
This allows better support for arrow key navigation in applets.
4 years ago
Fushan Wen
bfd9d6dccf
applets/systemtray: port container to `QQC2.StackView`
4 years ago
Nicolas Fella
fd18b3cb66
Fix user-visible name for accent color service
...
This is shown in the KDED KCM, pick something more consistent with other module names
4 years ago
Kai Uwe Broulik
3a019a9662
Notifications: Don't use place for paths under root
...
This avoids showing paths like /tmp/somefile as "500 GiB Internal
Hard Drive/tmp/somefile", or "Root/tmp/somefile".
It's more sensible to show the actual path in this case.
4 years ago
Nate Graham
c18d69c26a
Revert "Port systray away from QQC1"
...
This reverts commit d0537bc5e7 .
This breaks the layout and has to be reverted for now, pending a
non-regressing port.
4 years ago
l10n daemon script
d72310322f
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
Volker Krause
d0537bc5e7
Port systray away from QQC1
4 years ago
ivan tkachenko
594bf27874
[applets/panelspacer] Fix warning when calculating panelLayout property
...
/usr/share/plasma/plasmoids/org.kde.plasma.panelspacer/contents/ui/main.qml:39:5: Unable to assign [undefined] to QQuickGridLayout*
4 years ago
ivan tkachenko
b336ff83f0
[lookandfeel] Allow OSD on a lockscreen use its preferred size
...
It still look far too alien comparing to a native PlasmaDialog style due
to the positioning, fractional scaling sizing issues and background
differences. This commit brings them somehow closer to each other.
4 years ago
Nate Graham
83029afbc2
Increase minimum header text width to prevent UI jumpiness
...
And increase the maximum widths of other things to keep them in sync.
BUG: 458014
FIXED-IN: 5.26
4 years ago