Heiko Becker
93d289d61f
GIT_SILENT Update Appstream for new release
v25.08.2
2025-10-01 00:07:26 +02:00
Heiko Becker
b1a4217628
GIT_SILENT Upgrade release service version to 25.08.2.
2025-09-30 23:20:18 +02:00
l10n daemon script
af50fee445
GIT_SILENT Sync po/docbooks with svn
2025-09-27 03:18:41 +00:00
l10n daemon script
41391de4ca
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"
2025-09-27 03:15:29 +00:00
l10n daemon script
54673901ae
GIT_SILENT Sync po/docbooks with svn
2025-09-22 03:18:58 +00:00
l10n daemon script
12d6534bec
GIT_SILENT made messages (after extraction)
v25.08.1
2025-09-09 03:28:41 +00:00
l10n daemon script
32c46efb8e
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"
2025-09-08 04:03:19 +00:00
Heiko Becker
fee0277670
GIT_SILENT Update Appstream for new release
2025-09-04 01:09:29 +02:00
Heiko Becker
12287c59f4
GIT_SILENT Upgrade release service version to 25.08.1.
2025-09-04 00:07:02 +02:00
l10n daemon script
638a2880bc
GIT_SILENT Sync po/docbooks with svn
2025-08-21 03:29:09 +00:00
l10n daemon script
43a8725b52
GIT_SILENT Sync po/docbooks with svn
2025-08-14 03:34:34 +00:00
l10n daemon script
57e4a93d8c
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"
2025-08-10 03:22:06 +00:00
l10n daemon script
166e10b18d
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"
v25.08.0
2025-08-05 03:44:16 +00:00
l10n daemon script
e210e43d59
GIT_SILENT Sync po/docbooks with svn
2025-08-04 03:39:49 +00:00
l10n daemon script
b3b31ab52c
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"
2025-08-04 03:31:28 +00:00
Heiko Becker
d2adf7fd10
GIT_SILENT Update Appstream for new release
2025-08-01 00:34:10 +02:00
Heiko Becker
0187bd4832
GIT_SILENT Upgrade release service version to 25.08.0.
2025-07-31 23:41:34 +02:00
Heiko Becker
10c21a0a9c
GIT_SILENT Upgrade release service version to 25.07.90.
v25.07.90
2025-07-23 21:51:11 +02:00
l10n daemon script
3c839d638a
GIT_SILENT Sync po/docbooks with svn
2025-07-16 04:05:45 +00:00
l10n daemon script
2899898ed8
GIT_SILENT Sync po/docbooks with svn
2025-07-14 03:37:13 +00:00
l10n daemon script
a5911be994
GIT_SILENT Sync po/docbooks with svn
v25.07.80
2025-07-06 03:22:29 +00:00
Albert Astals Cid
b5a9d92435
GIT_SILENT Upgrade release service version to 25.07.80.
2025-07-05 11:21:43 +02:00
Heiko Becker
5973cc20a7
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 7a32d72567 )
2025-06-30 18:39:57 +02:00
Kai Uwe Broulik
1f1b798532
TrayIcon: Use KAboutApplicationDialog
...
Rather than indirect via KHelpMenu. It is only created on the stack,
and when it gets destroyed, the dialog would get destroyed, too,
and not show at all.
2025-06-16 16:23:56 +00:00
Albert Astals Cid
acc704344c
Disable flatpak until it starts working again
...
GIT_SILENT
2025-06-11 00:05:56 +02:00
Heiko Becker
d9b8535d21
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 7cda8b05f4 )
2025-06-02 23:27:00 +02:00
l10n daemon script
4075e8d7c6
GIT_SILENT Sync po/docbooks with svn
2025-05-25 01:53:38 +00:00
l10n daemon script
2b7b0a8d97
GIT_SILENT Sync po/docbooks with svn
2025-05-19 01:41:56 +00:00
Wendi Gan
7e34a75b8e
cmake: Require LibVNCServer >= 0.9.14
...
Changes:
- Drop FindLibVNCServer.cmake and rely on the CMake package config instead.
- Set the minimum required version to 0.9.14.
2025-05-03 13:13:15 +03:00
Wendi Gan
c434224d23
Add UTF-8 clipboard support
...
Changes:
- Use rfbSendServerCutTextUTF8() to send clipboard text in UTF-8, falling back to Latin1 if UTF-8 is not supported.
- Implement setXCutTextUTF8() to handle received UTF-8 clipboard content.
CCBUG: 430339
2025-05-03 13:13:15 +03:00
Heiko Becker
c5b2b0cea3
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit df5bfe83f8 )
2025-05-03 00:01:11 +02:00
Wendi Gan
6379e0169d
Fix incorrect cursor position under display scaling
...
Issue:
When running Krfb on a computer with display scaling, the remote cursor position shown in the VNC client is incorrect.
Change:
Multiply the remote cursor position by devicePixelRatio.
BUG: 466276
2025-04-29 01:25:16 +08:00
Albert Astals Cid
8b2a7710e5
flatpak: Update runtime version
2025-04-20 11:51:55 +02:00
Heiko Becker
2c61391149
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 2384c1f6f5 )
2025-04-07 23:39:36 +02:00
Midori Kochiya
caa11fb498
pw: fix memcpy size
2025-03-19 23:10:43 +00:00
l10n daemon script
7b8e02825d
GIT_SILENT Sync po/docbooks with svn
2025-03-19 01:38:08 +00:00
l10n daemon script
6b32137f8f
GIT_SILENT Sync po/docbooks with svn
2025-03-14 01:42:38 +00:00
Albert Astals Cid
cc4affab49
GIT_SILENT Upgrade release service version to 25.07.70.
2025-03-08 19:15:58 +01:00
l10n daemon script
252c51a1bc
GIT_SILENT Sync po/docbooks with svn
2025-03-05 01:53:47 +00:00
l10n daemon script
affecefa88
GIT_SILENT Sync po/docbooks with svn
2025-03-01 01:48:20 +00:00
Balló György
5112dfe162
Set window icon
...
This is commonly used by desktop environments on Xorg.
2025-02-28 12:50:29 +00:00
Heiko Becker
e9d2da5285
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit c5e04b7057 )
2025-02-27 21:34:28 +01:00
Albert Astals Cid
dda0c10d40
CI: Add linux-qt6-next build
2025-02-12 01:35:32 +01:00
Laurent Montel
92a4bb29d3
Add xml/yaml linting
2025-01-31 13:53:02 +01:00
Heiko Becker
9a5643b5e4
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 6eeb88ca4f )
2025-01-31 01:20:48 +01:00
Laurent Montel
988bb60a52
Fix build with Qt 6.10
...
The private parts have been extracted into a separate CMake config file, which we need to search for now
See https://bugreports.qt.io/browse/QTBUG-87776
2025-01-30 06:53:25 +01:00
l10n daemon script
19679c5be9
GIT_SILENT made messages (after extraction)
2025-01-28 00:41:24 +00:00
l10n daemon script
4b989e801a
GIT_SILENT Sync po/docbooks with svn
2025-01-07 01:35:37 +00:00
Scarlett Moore
90975e7799
snapcraft: Add ffmpeg to build env and use the sdk..
2025-01-03 07:36:47 -07:00
Scarlett Moore
3129dd98f1
snapcraft: Add ffmpeg
2025-01-03 06:08:35 -07:00