Commit graph

4658 commits

Author SHA1 Message Date
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
Eamonn Rea
6cab88d2d4 Store window geometry using KConfig.WindowStateSaver 2024-10-05 19:02:35 +00:00
Darshan Phaldesai
22a9571cfb smsapp: revert the custom style of compose message area to default kirigami TextArea 2024-10-05 18:27:25 +00:00
Rob Emery
251ea971c5 Make bluetooth work if enabled after kdeconnectd is started
Previously, if kdeconnectd was started with bluetooth disabled/unplugged
it would continue to not work until kdeconnectd is restarted.
2024-10-04 04:25:51 +00:00
l10n daemon script
5fa83ca15f GIT_SILENT Sync po/docbooks with svn 2024-10-04 01:29:56 +00:00
l10n daemon script
d80bac5bf1 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-04 01:22:29 +00:00
l10n daemon script
828ec3c573 GIT_SILENT Sync po/docbooks with svn 2024-10-01 01:28:56 +00:00
l10n daemon script
a5d8c863f0 GIT_SILENT made messages (after extraction) 2024-10-01 00:39:11 +00:00
Volker Krause
f00e04c07d Don't set an absolute D-Bus service path on Windows and macOS 2024-09-28 15:53:56 +00:00