Commit graph

4666 commits

Author SHA1 Message Date
Nicolas Fella
884be30598 Simplify ConversationsDbusInterface
We have one ConversationsDbusInterface per plugin, and one plugin per device

So each interface is always bound to one device and we don't need to maintain an internal list
2024-10-20 00:15:19 +02: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
Rob Emery
a2d430c95d Disabling warnings as errors now we are clean 2024-10-10 08:51:57 +01:00
Rob Emery
83536d1684 Using KColorSchemeManager::KColorSchemeManager is deprecated 2024-10-10 08:51:57 +01:00
Rob Emery
c437b74f76 Fixing error: unused variable 'IMAGE_DATA_SIGNATURE' 2024-10-10 08:51:57 +01:00
Rob Emery
e3af5e6312 Fixing 'argument': conversion from 'size_t' to 'int', possible loss of data
assert no longer required because size_t is unsigned anyway
2024-10-10 08:51:57 +01:00
Rob Emery
fd304d9edb Working around cast from 'struct sockaddr *' to 'struct sockaddr_in6 *' increases required alignment from 1 to 4
for BSD
2024-10-10 08:51:57 +01:00
Rob Emery
65ee0e616c Force cast to int to avoid warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data 2024-10-10 08:51:57 +01:00
Rob Emery
0e9a4157f2 Fixing 'KColorSchemeManager::KColorSchemeManager': Since 6.6. Use KColorSchemeManager::instance() 2024-10-10 08:51:57 +01:00
Rob Emery
68ad1a53a5 Uncommenting code to silence compiler warnings but retaining
noop
2024-10-10 08:51:57 +01:00
Rob Emery
68ee5422a0 Fixing implicit capture of 'this' via '[=]' is deprecated in C++20 --
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0806r2.html
2024-10-10 08:51:57 +01:00
Rob Emery
223dcfec6d Fixing deprecated bitwise ops of dissimiliar enums 2024-10-10 08:51:57 +01:00
Rob Emery
65cb10ffe2 mdns 0 to nullptr 2024-10-10 08:51:57 +01:00
Rob Emery
efb26207cf Enabling warnings as errors if supported 2024-10-10 08:51:57 +01:00
l10n daemon script
6d202a1080 GIT_SILENT Sync po/docbooks with svn 2024-10-10 01:28:54 +00:00
Carl Schwan
725a4e6d46 kdeconnect_runcommand_config: Fix i18n call 2024-10-09 10:26:16 +00:00
l10n daemon script
5e9fe64b15 GIT_SILENT Sync po/docbooks with svn 2024-10-09 01:30:15 +00:00
Biswapriyo Nath
2310f7ce76 plugins/lockdevice: Remove unnecessary MSVC specific pragma directive
Fixes the following compiler warning with mingw-w64 toolchain:
    
    lockdeviceplugin-win.cpp:18: warning: ignoring '#pragma comment ' [-Wunknown-pragmas]
       18 | #pragma comment(lib, "user32.lib")
2024-10-08 15:46:11 +00:00
l10n daemon script
f2f1b43d4c GIT_SILENT Sync po/docbooks with svn 2024-10-08 01:29:20 +00:00
l10n daemon script
f9e9d73460 GIT_SILENT Sync po/docbooks with svn 2024-10-07 01:27:44 +00:00
Albert Astals Cid
c0036d2d9b Use QML ListView in KCM 2024-10-06 21:40:39 +00:00
Heiko Becker
5d9b8d966c GIT_SILENT Update Appstream for new release
(cherry picked from commit 8955c6cb65)
2024-10-06 21:13:18 +02:00
Carl Schwan
e04072c83e kdeconnect-app: Remove PluginInfoPage wrapper
Base the config page on Kirigami.Page and create them directly.
2024-10-06 11:04:44 +00:00
Carl Schwan
239e53a469 kdeconnect-app: Add placeholder icon to device list 2024-10-06 11:03:35 +00:00
l10n daemon script
986c58fb89 GIT_SILENT Sync po/docbooks with svn 2024-10-06 01:28:04 +00:00
l10n daemon script
24564244ed 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-06 01:21:57 +00:00
l10n daemon script
055791c1ca GIT_SILENT made messages (after extraction) 2024-10-06 00:39:22 +00:00
Carl Schwan
6acab1365f kdeconnect-app: Remove useless icon.color: transparent 2024-10-05 20:35:44 +00:00