1
0
mirror of https://invent.kde.org/network/krdc synced 2024-07-05 17:29:34 +00:00
Commit Graph

1909 Commits

Author SHA1 Message Date
Fabio Bas
63dcfcd5f9 remove Q_OBJECT from RdpClipboard class 2024-05-17 12:36:27 +00:00
Fabio Bas
d1cc1829a5 rdp: add clipboard support
BUG: 484666
2024-05-17 12:36:27 +00:00
Fabio Bas
c157ecca54 Move clipboard handling from vncview to base class remoteview 2024-05-17 12:36:27 +00:00
l10n daemon script
4c9738f7d6 GIT_SILENT Sync po/docbooks with svn 2024-05-17 01:23:23 +00:00
Heiko Becker
fa191967ec GIT_SILENT Update Appstream for new release
(cherry picked from commit 516a6f6d38)
2024-05-17 00:32:40 +02:00
Fabian Lesniak
dacdd56562 rdp: use framebuffer format matching native GDI format
Connecting with H264 rendering was broken on my machine with x11 with the
original RGBA8888 framebuffer. Setting GDI to RGBA32 still uses 24-bit color
for accelerated graphics and the alpha value is not set, thus displaying
nothing. Remmina also uses a local 24 bit framebuffer even when 32 bit is
selected: https://gitlab.com/Remmina/Remmina/-/issues/2456
2024-05-16 09:10:37 +00:00
Fabian Lesniak
afb26c2013 rdp: use fixed color depth for accelerated modes
Previously, setting the color depth to 24 bit while having graphics on
auto on a h264 capable server resulted in a connection failure. Connections
created before the rdp overhaul use 24 bit color depth by default.
2024-05-16 09:10:37 +00:00
Marius P
53148f5d02 main remove Kdelibs4ConfigMigrator because CMakeLists.txt requires Qt version >= 6.6 2024-05-16 09:04:28 +00:00
l10n daemon script
33a6742c4a GIT_SILENT Sync po/docbooks with svn 2024-05-16 01:35:58 +00:00
l10n daemon script
8e6285b75e GIT_SILENT Sync po/docbooks with svn 2024-05-12 01:30:36 +00:00
Justin Zobel
9f81f8be1a Switch to Qt6, set X11 to fallback, add libusb and freerdp 2024-05-10 13:30:17 +02:00
Tony Murray
568303a840 Bump Frameworks and QT minimum versions 2024-05-10 11:25:32 +00:00
Nicolas Fella
20c8099d34 Use PkgConfig to find vncclient
This is more robust than the custom find module
2024-05-09 16:59:27 +02:00
l10n daemon script
399054367f GIT_SILENT Sync po/docbooks with svn 2024-05-09 01:29:29 +00:00
l10n daemon script
b9a691e5de GIT_SILENT Sync po/docbooks with svn 2024-05-08 01:30:24 +00:00
l10n daemon script
478b12def0 GIT_SILENT Sync po/docbooks with svn 2024-05-04 01:33:00 +00:00
l10n daemon script
6ddaef0fea 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-05-04 01:21:22 +00:00
l10n daemon script
b322cd794b GIT_SILENT made messages (after extraction) 2024-05-04 00:40:00 +00:00
l10n daemon script
d0c2cbd615 GIT_SILENT Sync po/docbooks with svn 2024-05-03 01:24:40 +00:00
l10n daemon script
0647792b22 GIT_SILENT Sync po/docbooks with svn 2024-05-02 01:23:26 +00:00
l10n daemon script
5d9ccd22a7 GIT_SILENT Sync po/docbooks with svn 2024-05-01 01:23:04 +00:00
Fabio Bas
ecf11ccc34 Fix for DPI > 1 based on !79 2024-04-30 22:50:54 +00:00
Fabio Bas
9c464efcbc Rename event handlers and remove debug 2024-04-30 22:48:12 +00:00
Fabio Bas
c10a8aa61d Move event handling from vncview to base class remoteview; reuse the same methods in rdpview
BUG: 483638
2024-04-30 22:48:12 +00:00
Thiago Macieira
33f89ef0bb VNC: replace m_stopped with QThread's interruptionRequested
It's an out-of-line function call, but it doesn't require a mutex for
most uses.

The uses in the callbacks are replaced with isRunning(), because
interruptionRequested resets back to false as soon as run() exits.

BUG: 486178
2024-04-30 15:35:41 -07:00
l10n daemon script
7e76697eea GIT_SILENT Sync po/docbooks with svn 2024-04-30 01:24:30 +00:00
l10n daemon script
b2055e612d GIT_SILENT Sync po/docbooks with svn 2024-04-29 01:25:01 +00:00
Fabio Bas
65f8ce1edc Implement playSound callback 2024-04-28 12:01:53 +00:00
Fabio Bas
eeb5c6b212 Fix signal signature 2024-04-28 07:24:58 +00:00
l10n daemon script
0acf150940 GIT_SILENT Sync po/docbooks with svn 2024-04-28 02:12:50 +00:00
l10n daemon script
49fc69bda0 GIT_SILENT Sync po/docbooks with svn 2024-04-24 02:40:32 +00:00
Nicolas Fella
94f79df74e Enforce passing tests 2024-04-23 11:26:49 +02:00
l10n daemon script
c6610586fe GIT_SILENT Sync po/docbooks with svn 2024-04-22 02:42:18 +00:00
Albert Astals Cid
f9439c55d0 GIT_SILENT Upgrade release service version to 24.07.70. 2024-04-21 12:21:07 +02:00
l10n daemon script
e6b744a7a6 GIT_SILENT Sync po/docbooks with svn 2024-04-21 02:28:03 +00:00
l10n daemon script
8b1063acca GIT_SILENT Sync po/docbooks with svn 2024-04-20 02:29:53 +00:00
l10n daemon script
67ccfcb44b GIT_SILENT Sync po/docbooks with svn 2024-04-19 02:21:47 +00:00
Tony Murray
edb6c41044 Revert "Bump Frameworks and QT minimum versions"
This reverts merge request !89
2024-04-18 03:59:44 +00:00
Tony Murray
78dfa05286 Bump Frameworks and QT minimum versions 2024-04-18 03:10:21 +00:00
l10n daemon script
f761d99afd GIT_SILENT Sync po/docbooks with svn 2024-04-18 02:11:29 +00:00
l10n daemon script
bea63af538 GIT_SILENT Sync po/docbooks with svn 2024-04-17 02:31:29 +00:00
Akseli Lahtinen
70d6bbfbdd rdp: Proxy and Gateway settings
Add settings menu for both proxy and gateway settings, and hooks the settings to the rdpsession.c and FreeRDP.

BUG:482395
2024-04-16 12:20:23 +00:00
l10n daemon script
cbb8170d44 GIT_SILENT Sync po/docbooks with svn 2024-04-16 02:26:13 +00:00
Heiko Becker
aa58f36811 GIT_SILENT Update Appstream for new release
(cherry picked from commit 271cc50e1d)
2024-04-08 17:34:43 +02:00
l10n daemon script
21ab2fe33b GIT_SILENT Sync po/docbooks with svn 2024-04-07 02:29:03 +00:00
l10n daemon script
82377e5137 GIT_SILENT Sync po/docbooks with svn 2024-04-04 02:30:51 +00:00
l10n daemon script
af35897163 GIT_SILENT Sync po/docbooks with svn 2024-03-28 02:43:54 +00:00
Tony Murray
6ba6edcaef Remove plugin id metadata
Just use the auto-generated plugin id from the file name.
2024-03-27 11:02:21 +00:00
Nicolas Fella
536cc895be Build plugins as MODULE libraries
Because they are plugins, not libraries
2024-03-27 10:55:15 +00:00
l10n daemon script
942993d055 GIT_SILENT Sync po/docbooks with svn 2024-03-27 02:39:46 +00:00