Commit graph

4692 commits

Author SHA1 Message Date
Rob Emery
21b081ad14
Wiring up config and forcing implementation of enable/disable per
provider
2024-11-03 22:26:07 +01:00
Rob Emery
44e85d73df
Fixed marshalling of the message so we now pass the status back 2024-11-03 22:26:07 +01:00
Rob Emery
355c2e1ff8
Wiring this up to send through, looks like the array is empty for some
reason that I'm not seeing at a glance at current
2024-11-03 22:26:07 +01:00
Rob Emery
e97461937c
Using string serialisation to workaround the weird build failure if
I make the return type anything more complex
2024-11-03 22:26:07 +01:00
Rob Emery
cc2dc39f92
OK this only works with QString and QStringList for some reason;
so I'll hack some substringing stuff together for now
2024-11-03 22:26:07 +01:00
Rob Emery
5b5fac2d5d
So this doesn't seem to work, if the return type is anything other than
QString or QStringList then it blows up with:
/home/rob/kde/src/kdeconnect-kde/kcm/kcm.cpp: In constructor ‘KdeConnectKcm::KdeConnectKcm(QObject*, const KPluginMetaData&, const QVariantList&)’:
/home/rob/kde/src/kdeconnect-kde/kcm/kcm.cpp:82:17: error: ‘class DaemonDbusInterface’ has no member named ‘linkProviders’
   82 |         daemon->linkProviders(),

even though the signatures are correct etc. No idea, I'll have
to fix this ultimately but I'll workaround it for now
2024-11-03 22:26:07 +01:00
Rob Emery
0bb9c8e294
OK, so this builds; but doesn't return the right type now. Untested if
the UI does what we want
2024-11-03 22:26:06 +01:00
Rob Emery
837c2af9bf
This now works at least 2024-11-03 22:26:06 +01:00
Rob Emery
e1ce928d01
This at least compiles 2024-11-03 22:26:06 +01:00
Rob Emery
0856afe216
New tact, lets create a new endpoint entirely based on "devices" 2024-11-03 22:26:06 +01:00
Rob Emery
811542cf84
This thows an error in kdeconnectd
qt.dbus.integration: QDBusConnection: couldn't handle call to getLinkProviders, no slot matched

but we are getting nearer
2024-11-03 22:26:06 +01:00
Rob Emery
01897942a0
Trying to get end-to-end of the link providers out so we can pass back
lists
2024-11-03 22:26:05 +01:00
Heiko Becker
635024d968 GIT_SILENT Update Appstream for new release
(cherry picked from commit 4ac6e7e825)
2024-10-31 01:03:38 +01:00
l10n daemon script
f3e8942a38 GIT_SILENT Sync po/docbooks with svn 2024-10-29 01:29:19 +00:00
l10n daemon script
631641641b 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"
2024-10-29 01:23:22 +00:00
l10n daemon script
452b75e785 GIT_SILENT Sync po/docbooks with svn 2024-10-28 01:32:41 +00:00
l10n daemon script
080c05395a GIT_SILENT Sync po/docbooks with svn 2024-10-27 01:33:32 +00:00
l10n daemon script
ef6f3ce2bd 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"
2024-10-27 01:24:50 +00:00
Nicolas Fella
2e5b1e188f [sftp] Fix crash after mount timed out
When the mount failed after timing out we destroy the mounter

If then the packet actually arrives we access a null mounter

Ignore packets in that state

SENTRY: KDECONNECT-KDE-4A
2024-10-26 13:26:06 +02:00
Nicolas Fella
05963bae29 Drop code for forwarding messages to Telepathy
Telepathy has been dead for quite some time now
2024-10-26 10:58:29 +00:00
l10n daemon script
a60945921d GIT_SILENT Sync po/docbooks with svn 2024-10-26 01:31:02 +00:00
l10n daemon script
ec342df887 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"
2024-10-26 01:23:38 +00:00
l10n daemon script
af56097eef GIT_SILENT made messages (after extraction) 2024-10-26 00:40:01 +00:00
l10n daemon script
cb4767e60b 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"
2024-10-23 01:24:45 +00:00
l10n daemon script
e0b8a30f45 GIT_SILENT Sync po/docbooks with svn 2024-10-21 01:30:00 +00:00
l10n daemon script
784e10850e 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"
2024-10-21 01:22:45 +00:00
l10n daemon script
9588f23cb1 GIT_SILENT Sync po/docbooks with svn 2024-10-20 01:30:00 +00:00
l10n daemon script
dcc62a7f09 GIT_SILENT Sync po/docbooks with svn 2024-10-19 01:30:30 +00:00
Albert Vaca Cintora
c476e70a8b
Remove duplicate gitignore entry 2024-10-18 13:44:26 +02:00
Albert Vaca Cintora
475a4c2ca8 Add missing QQuickStyle::setStyle calls
Calls `QQuickStyle::setStyle("breeze")` everywhere we were
calling `QApplication::setStyle("org.kde.desktop")`.
2024-10-18 11:38:57 +00:00
l10n daemon script
10368df021 GIT_SILENT Sync po/docbooks with svn 2024-10-16 01:31:50 +00:00
Biswapriyo Nath
935d874d57 plugins/systemvolume: Remove workaround for mingw toolchain
This reverts the change from 595e8d9a35
and a01af1b406 commit.

PKEY_Device_DeviceDesc was added in mingw-w64 headers in the
following commit.

0b02ea1d7d/
0b02ea1d7d (mirror)
2024-10-15 09:30:28 +00:00
l10n daemon script
902179f3f9 GIT_SILENT Sync po/docbooks with svn 2024-10-15 01:28:15 +00:00
Carl Schwan
8d14fb17a3 kdeconnect-app: Add filtering of plugins
Similar to the KCM
2024-10-14 09:34:57 +00:00
Carl Schwan
9832f380dc findthisdevice: Add audio playback
Similar to the C++ kcm
2024-10-13 19:40:34 +00:00
Carl Schwan
20bba74b0b findthisdevice: Fix getting defaultSounds in the QML app
Now use the same code as the C++ kcm
2024-10-13 19:40:34 +00:00
Biswapriyo Nath
b40f2a785f plugins/systemvolume: Fix linker error with mingw toolchain
This commit fixes the following linker error with mingw ld.

ld.exe: systemvolumeplugin-win.cpp:373:(.text+0x11ae): undefined
reference to `_GUID const& __mingw_uuidof<IPolicyConfigVista>()'
ld.exe: systemvolumeplugin-win.cpp:373:(.text+0x11b6): undefined
reference to `_GUID const& __mingw_uuidof<CPolicyConfigVistaClient>()'
2024-10-13 15:42:06 +00:00
Albert Astals Cid
3242a5bebc Fix QML widget being too wide in hidpi
We don't need to multiply by the devicePixelRatio here
2024-10-13 12:49:24 +00:00
l10n daemon script
9ad5b56be1 GIT_SILENT Sync po/docbooks with svn 2024-10-13 01:27:53 +00:00
l10n daemon script
1817437ebe GIT_SILENT Sync po/docbooks with svn 2024-10-12 01:28:36 +00:00
l10n daemon script
f383640c4d 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"
2024-10-12 01:21:35 +00:00
Nicolas Fella
3ce4cee203 [indicator] Set QQC2 style
The indicator can show the KCM, which uses QML now

Make sure we have the right style set on all platforms
2024-10-11 02:35:57 +00:00
l10n daemon script
ab8c189ff4 GIT_SILENT Sync po/docbooks with svn 2024-10-11 01:33:56 +00:00
l10n daemon script
3b31e935b7 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"
2024-10-11 01:23:53 +00:00
l10n daemon script
da37c0adbd GIT_SILENT made messages (after extraction) 2024-10-11 00:39:58 +00:00
Carl Schwan
0e782de07f Port kdeconnect_share_config away from Qt labs 2024-10-10 13:16:31 +00:00
Carl Schwan
03d8e3c2cd Add frame back to device list 2024-10-10 13:12:48 +00:00
Albert Vaca Cintora
89f950ca88
Backport mdns.h updates from upstream 2024-10-10 15:07:24 +02:00
Rob Emery
36f8b27a0d Switching to static_cast 2024-10-10 09:01:48 +01:00
Rob Emery
d91409bb73 Switching back to comment block 2024-10-10 08:54:36 +01:00