Fushan Wen
35b44bc015
calendar: fix a build error in string concatenation
4 years ago
Fushan Wen
601503eeed
calendar: remove plugins.qmltypes
...
It will be automatically generated during installation.
4 years ago
Fushan Wen
615353a447
calendar: remove comments in CMakeLists.txt
4 years ago
Fushan Wen
3a44ac83bf
calendar: move calendar plugin from plasma-framework to plasma-workspace
...
The calendar plugin should not exist in plasma-framework as it uses GPL
license, not LGPL license.
The only change in this commit is org.kde.plasma.calendar is renamed to
org.kde.plasma.workspace.calendar
4 years ago
ivan tkachenko
b585931a94
[libkworkspace] Port away from foreach loops
...
As usual, we should store rvalues in a const variable before iterating.
GIT_SILENT
4 years ago
l10n daemon script
a09776c06c
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
18cc6c2da0
widgetexplorer: Replace `d->newStuffDialog` with `WidgetExplorerPrivate::newStuffDialog`
...
It's clearer in the relevant code.
4 years ago
Fushan Wen
02e5a784e7
widgetexplorer: Delete newStuffDialog on closed
...
This resets the search field after the window is closed.
BUG: 452865
FIXED-IN: 5.24.5
4 years ago
l10n daemon script
100aa732fa
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
86db501333
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
43668f4c63
Remove the last QStringRef use
...
This is a bit more elaborate than a straightforward port, as the old code
already was prone to using dangling string references due to values from
the English language block being out of scope when the reference were used
in the final loop.
4 years ago
Alexander Lohnau
89b8bb1171
Do not explicitly set ProvidersUrl in knsrc files
...
We can use the default value from KNS and can more easily keep
the value updated.
Depends on https://invent.kde.org/frameworks/knewstuff/-/merge_requests/174
4 years ago
ivan tkachenko
e124330e62
Use modern JavsScript arrow function syntax
...
GIT_SILENT
4 years ago
Laurent Montel
d09854cbc0
Use directly std::chrono_literals
4 years ago
Yari Polla
bd61014474
Fix wrong object call
4 years ago
Laurent Montel
b55d32857e
Fix some clazy warning (const'ify + use const'ref + initialize variable in headers)
4 years ago
Laurent Montel
734f3084cf
Fix some clazy warnings
4 years ago
Aleix Pol
5290d8e66e
Port from using plasmoid to Plasmoid
...
That is, from using plasmoid the ContextProperty to Plasmoid the
attached property.
4 years ago
Volker Krause
7616c49f17
Ensure moc sees fully qualified property types
...
Qt6 insists on that. We can do this either by including the moc files,
or by including the corresponding headers in the header defining the
properties, the former seems cleaner.
4 years ago
Volker Krause
1fc6569158
Adapt to QQmlListProperty API changes in Qt6
4 years ago
Volker Krause
0ecf21a8b7
Adapt to QQuickItem::geometryChanged() rename in Qt6
4 years ago
Aleix Pol Gonzalez
a667b99dee
SystemDialog: Allow accepting the dialogs with the keyboard
...
If there's an enabled Ok button, it will accept the dialog when Enter is
pressed as it reaches the dialog.
BUG: 450223
FIXED-IN: 5.24.3
4 years ago
Ahmad Samir
24d4b12469
Use Qt logging categories
...
So as not to unnecessarily fill the system log (or binary journal, because
plain text log files are not the fashion any more).
GIT_SILENT
4 years ago
Ben Cooksley
1ab87dbf43
Purge all references to download.kde.org, replacing them with the correct endpoint of autoconfig.kde.org.
...
CCMAIL: plasma-devel@kde.org
CCMAIL: distributions@kde.org
4 years ago
Gabriel Karlsson
db8182c5da
widget explorer: Clarify the meaning of "uninstallable" using i18nc
...
Give context though i18nc for the use of "uninstallable" so that it won't be misinterpreted as "not installable" by translators, as has happened in some cases (e.g. sv & zh_TW).
4 years ago
Nicolas Fella
cdae8fef89
[systemdialogs] Remove leftover and broken components
...
These are presumably leftover from previous refactoring
Since those types don't exist they break things
CCBUG: 448423
4 years ago
David Edmundson
440ec1c609
Remove unused vars
4 years ago
Aleix Pol
5291c77465
SystemDialog: Move the different implementations into a LnF file
...
This way a LookAndFeel package can override the dialog and trim it to
its needs.
4 years ago
Aleix Pol
c531816078
Introduce SystemDialog
...
Have it wrap the DesktopSystemDialog or MobileSystemDialog within,
depending on whether we are on tablet mode or not.
4 years ago
l10n daemon script
41e9c0e65f
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
Flo Edelmann
d2d025d15b
Match applets by English names and keywords even when system is in another locale
4 years ago
Laurent Montel
2543f1b843
GIT_SILENT: use Q_EMIT
4 years ago
Janet Blackquill
b4a3ce684a
AbstractLayerManager: go through QQmlProperty to permit Behavior on animations to take effect
...
This is needed to easier implement a drop animation that smoothly animates a dropped plasmoid
from its drag position to its position on the desktop grid.
4 years ago
Aleix Pol
033e7a2896
DesktopSystemDialog: Account for the footer for the minumWidth
...
The footer (the DialogButtonBox + actions) may be bigger than the
contents, so let's also make sure it fits.
4 years ago
Aleix Pol
b7ec1f1455
DesktopSystemDialog: Ensure we don't set the size until visible
...
Otherwise the value gets set by Qt somewhere and the binding gets
disconnected, setting a random, weird, size.
4 years ago
Aleix Pol
ca21953b05
Implement a DesktopSystemDialog.acceptable property
...
Specifies if the accept button is enabled and otherwise should control
if we can accept the dialog.
4 years ago
Aleix Pol
50eed45a73
DesktopSystemDialog: title = mainText by default
4 years ago
Aleix Pol
b9e81fd0d8
DesktopSystemDialog: Provide minimum sizes appropriately
4 years ago
Aleix Pol
d443132593
DesktopSystemDialog: Integrate accepting and rejecting
4 years ago
Aleix Pol
8ede591a7d
DesktopSystemDialog: Let the dialog fit the contents
4 years ago
Aleix Pol
5cb8817d83
DesktopSystemDialog: Leverage AbstarctButton.action
...
Instead of setting the same properties, set the action right away.
4 years ago
Aleix Pol
0f1809b96e
DesktopSystemDialog: Prefer alias to duplicated properties
4 years ago
Aleix Pol
3015ebf461
DesktopSystemDialog: Do not override a property from the parent
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
b40d9267f9
Port away from deprecated qmlRegisterType overload
4 years ago
Alexander Lohnau
dd72824ab1
Port to KJsonUtils::readTranslatedString
4 years ago
Devin Lin
0870507dcc
Add MobileSystemDialog and DesktopSystemDialog components
4 years ago
Alexander Lohnau
ce6088868b
Port to enum values for KAuthorized::authorize
...
Task: https://phabricator.kde.org/T11948
4 years ago
Alexander Lohnau
337513a016
Port away from KPluginMetaData::readStringList
4 years ago
Méven Car
79f5b3dff4
WidgetExplorer: cleanup leftover TODO qWarning
...
NO_CHANGELOG
4 years ago