Commit graph

3833 commits

Author SHA1 Message Date
Marco Martin
bc47ac3c42 use new expanded api 2023-06-09 10:27:11 +02:00
Marco Martin
1e3b4626e9 port metadata to json 2023-06-08 17:05:50 +02:00
Marco Martin
8fc0e78f93 port plasmoid to plasma6 api
Get rid of remaining Plasma Components2 usage,

Plasma api itself also changed, the root item is now ContainmentItem/PlasmoidItem, representations and tooltips are direct properties of them

frameworks/plasma-framework!778
2023-06-08 15:24:00 +02:00
Alexander Lohnau
4a4aa35ec4 Only use filterRegularExpression for Qt6
In Qt5, setFilterFixedString does not change the filterRegularExpression property
2023-05-29 17:16:58 +02:00
Alexander Lohnau
4eddedb3dc Fix runtime issues with Qt6
To have the code bits reusable, they are defined as cmake variables.
In order to make the relative paths work and avoid touching every line
from the QRC, the resulting file is put into the source dir.
2023-05-21 16:19:02 +02:00
Alexander Lohnau
b1b04eff67 Fix some more Qt5 leftovers in a Qt6 build 2023-05-21 10:42:27 +02:00
Alexander Lohnau
120ac70802 Port away from deprecated signal param injection 2023-05-21 10:42:09 +02:00
Alexander Lohnau
4993daa973 Fix KF5 build 2023-05-21 10:42:09 +02:00
Alexander Lohnau
44be5caf5b Port away from deprecated QtNetwork classes 2023-05-21 10:42:09 +02:00
Alexander Lohnau
907d007f16 dbushelper: Use QRegularExpression instead of QRegExp
The pattern does not contain any wildcard specific text
2023-05-21 10:42:09 +02:00
Alexander Lohnau
4c94b9d9f5 Port to updeprecated KJob::processedAmountChanged signal 2023-05-21 10:42:09 +02:00
Alexander Lohnau
50ce331d40 interfaces: Build lib in Qt6 STATIC
Otherwise, the Q_OBJECT stuff is not properly exported and will result in linker errors
2023-05-21 10:42:09 +02:00
Alexander Lohnau
7ee3feaa2e smsapp/conversationlistmodel: Port to QRegularExpression
I can not find any code setting the regex
2023-05-21 10:42:09 +02:00
Alexander Lohnau
8558431e68 daemon/kdeconnectd: Use QOverload with undeprecated signal
This will work in both KF5 and KF6
2023-05-21 10:42:09 +02:00
Alexander Lohnau
1ca156c5a0 plugins/runcommand: Fix messed up layouting of Kcm 2023-05-21 10:42:09 +02:00
Alexander Lohnau
81fea21100 Port away from deprecated QList::toSet and QSet::toList 2023-05-21 10:42:09 +02:00
Alexander Lohnau
624fadbe6e urlhandler: Explicitly link against KConfigWidgets
In KF6, the KIO dependencies no longer pull it in
2023-05-21 10:42:09 +02:00
Alexander Lohnau
e203e9c049 KDEConnectMacros.cmake: Use undeprecated cmake variable 2023-05-21 10:42:09 +02:00
Alexander Lohnau
5dcb60eb99 Qt6 build fixes in plugins and KCM 2023-05-21 10:42:09 +02:00
Alexander Lohnau
a5a375d7d9 Remove qRegisterMetaTypeStreamOperators call for Qt6 builds 2023-05-21 10:42:09 +02:00
Alexander Lohnau
719305550f Adjust includes/linking for QX11Extras 2023-05-21 10:42:09 +02:00
Alexander Lohnau
b6af8d3dad presenterplugin: Only call setClearBeforeRendering in Qt5
As documented in https://doc.qt.io/qt-6/quick-changes-qt6.html, this
should not be needed 1in Qt6 and was consequently removed.
2023-05-21 10:42:09 +02:00
Alexander Lohnau
c1be9a28eb Port deprecated KPluginLoader usage 2023-05-21 10:42:09 +02:00
Alexander Lohnau
cd3c02417e Adjust checks for KIO being present 2023-05-21 10:42:09 +02:00
Alexander Lohnau
5b6d81c22d Allow building against Qt6/KF6 2023-05-21 10:42:09 +02:00
l10n daemon script
93762c4cf0 GIT_SILENT Sync po/docbooks with svn 2023-05-21 01:50:25 +00:00
l10n daemon script
2cffa9d906 GIT_SILENT Sync po/docbooks with svn 2023-05-19 01:49:19 +00:00
l10n daemon script
de6faee481 GIT_SILENT Sync po/docbooks with svn 2023-05-18 01:50:09 +00:00
l10n daemon script
4894ec2e92 GIT_SILENT Sync po/docbooks with svn 2023-05-17 01:51:29 +00:00
l10n daemon script
fbe99e8a1b GIT_SILENT Sync po/docbooks with svn 2023-05-16 01:56:07 +00:00
l10n daemon script
5107529fed GIT_SILENT Sync po/docbooks with svn 2023-05-15 01:50:22 +00:00
l10n daemon script
307610ac35 GIT_SILENT Sync po/docbooks with svn 2023-05-14 02:04:13 +00:00
Aleix Pol
6bd8bebad9 mousepad: Provide an out for touchpad users
At least my touchpad cannot have left and right buttons at the same time.
This makes it possible to exit at least using the keyboard.
2023-05-12 15:48:25 +02:00
Aleix Pol
9266556510 mousepad: Implement relative mouse movements
Somehow it wasn't done.
2023-05-12 15:48:25 +02:00
Ali Abdel-Qader
bbac0aa085 Use explicit constructor for QSslCertificate with value initialized
argument

Previously the BluetoothDeviceLink::certificate() method was returning a
value initialized object which I believe default initializes the object.
However, Clang throws a build error at this because QSslCertificate has
explicit constructors. This change uses one of those constructors and
uses value intialization to default construct/initialize the argument
for it. It fixes the build and hopefully doesn't break anything since
this is a TODO anyways!

BUG: 469428

Signed-off-by: Ali Abdel-Qader <abdelqaderali@protonmail.com>
2023-05-06 15:51:53 -04:00
Heiko Becker
1e75ceee28 GIT_SILENT Update Appstream for new release
(cherry picked from commit 3ba275ef87)
2023-05-06 11:21:50 +02:00
l10n daemon script
37e984fe12 GIT_SILENT Sync po/docbooks with svn 2023-04-30 02:43:43 +00:00
Nicolas Fella
8fed0728da Add 23.04.0 Windows artifact 2023-04-28 12:29:34 +02:00
l10n daemon script
58544a10cd GIT_SILENT Sync po/docbooks with svn 2023-04-27 01:57:18 +00:00
l10n daemon script
40e7cab454 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"
2023-04-27 01:43:28 +00:00
l10n daemon script
5a06537454 GIT_SILENT Sync po/docbooks with svn 2023-04-25 02:07:35 +00:00
l10n daemon script
bb403a3294 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"
2023-04-25 01:47:55 +00:00
l10n daemon script
83880570c4 GIT_SILENT Sync po/docbooks with svn 2023-04-24 02:12:23 +00:00
l10n daemon script
7eda96d2a1 GIT_SILENT Sync po/docbooks with svn 2023-04-23 02:36:47 +00:00
l10n daemon script
eb04209601 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"
2023-04-23 01:46:30 +00:00
l10n daemon script
b399d51762 GIT_SILENT Sync po/docbooks with svn 2023-04-22 02:06:49 +00:00
l10n daemon script
a5850cca3b 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"
2023-04-22 01:47:35 +00:00
Dmytrii Zavalnyi
0d02a6f99e Fix inactive "Send Arrow" in smsapp after first message sent
The "enabled" property of the button was set to false and has overwritten the default value based on the message length.
The message field had "anchors.fill" positioning and raised  "Binding loop detected for property "implicitHeight"" error.
attachmentList property of ChatMessage didn't have the default value and was undefined.

BUG: 455149
2023-04-21 16:28:58 +00:00
l10n daemon script
ccb4a62f9c GIT_SILENT Sync po/docbooks with svn 2023-04-19 02:02:25 +00:00
l10n daemon script
c17ca1acb9 GIT_SILENT Sync po/docbooks with svn 2023-04-18 01:58:00 +00:00