Albert Astals Cid
941ade4b4e
GIT_SILENT Upgrade release service version to 21.12.0.
v21.12.0
2021-12-02 22:38:16 +01:00
l10n daemon script
af461a8bad
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"
2021-11-26 02:26:30 +00:00
l10n daemon script
08e2d13758
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"
v21.11.90
2021-11-25 02:31:15 +00:00
Heiko Becker
4b7734a726
GIT_SILENT Upgrade release service version to 21.11.90.
2021-11-22 23:39:55 +01:00
Heiko Becker
6794b9d9fb
Fix clean parallel build
...
The newly introduced krfb-virtualmonitor also needs
ui_connectionwidget.h (via rfbclient -> connectiondialog) and fails
with "krfb/connectiondialog.h:25:10: fatal error: ui_connectionwidget.h:
No such file or directory #include "ui_connectionwidget.h" when doing
a clean build with a high enough number of jobs.
Fix it by introducing a krfb_UI_SRCS variable, which is used by both
executable targets.
2021-11-16 22:25:56 +01:00
l10n daemon script
cf2d198c1f
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"
2021-11-14 02:27:52 +00:00
l10n daemon script
7285574c74
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"
2021-11-12 02:30:26 +00:00
l10n daemon script
899bc892c3
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"
v21.11.80
2021-11-10 02:23:29 +00:00
Heiko Becker
4815017e04
GIT_SILENT Upgrade release service version to 21.11.80.
2021-11-08 20:22:43 +01:00
l10n daemon script
ba8a97b7c8
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"
2021-11-07 01:13:33 +00:00
l10n daemon script
f7b690ea7d
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"
2021-11-04 01:17:08 +00:00
Aleix Pol
1d23966d79
pipewire: Support SPA_META_VideoDamage
...
Inform about the regions that changed so everything doesn't need to be
sent on every frame.
2021-11-03 14:28:54 +00:00
Aleix Pol
61d464676c
pipewire: Support cursors
2021-11-03 14:28:54 +00:00
Aleix Pol
775d3c7a97
Let the framebuffer provide the cursor position
...
In the piperwire case, we get it through pipewire, not QCursor. Still
default to QCursor for xcb and qt backends.
2021-11-03 14:28:54 +00:00
l10n daemon script
18f98326d4
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"
2021-11-02 01:13:56 +00:00
l10n daemon script
0b65306f15
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"
2021-11-01 01:17:59 +00:00
Heiko Becker
4a2c13135d
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 874c804ab8 )
2021-10-31 11:32:38 +01:00
l10n daemon script
5860226875
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"
2021-10-31 01:13:15 +00:00
Yuri Chornoivan
f30d0b65e3
Fix minor typo
2021-10-30 19:16:40 +03:00
Aleix Pol
4707bde236
Introduce krfb-virtualmonitor
...
It implements a KWin protocol that is oriented towards serving a virtual
display specifically.
It requests KWin a stream that will act as a monitor that we can feed
into remote clients.
2021-10-29 14:05:34 +00:00
Aleix Pol
608762c7ac
Allow passing plugin backends some arguments
...
WId is irrelevant on Wayland and it doesn't fully describe everything we
might be doing, we can pass a variant map to make sure all necessary
information is provided.
2021-10-29 14:05:34 +00:00
Laurent Montel
be01a1e42b
GIT_SILENT: add missing override
2021-10-27 06:46:58 +02:00
Aleix Pol
00c3d1c2ed
Add missing includes
2021-10-14 15:46:24 +02:00
Aleix Pol
a90970900a
Fix API deprecation warning
2021-10-14 13:41:16 +00:00
Aleix Pol
d1e7614716
Also set the IPv6 port when setting the port
...
Otherwise we only use the requested port for IPv4 and IPv6 remains the
default.
2021-10-14 13:41:16 +00:00
Aleix Pol
2127fc927d
Enable rfb logging together with the debug category of the app
...
So that if a user enables debug (it needs to be done explicitly as we
default to Info), they also get the underlying logs.
2021-10-14 13:41:16 +00:00
Aleix Pol
9d5d45c7af
PendingRfbClient: Include its own QSocketNotifier
...
Instead of keeping it in its only subclass PendingInvitationsRfbClient.
The notifier is necessary for pending clients overall and entirely
unrelated to the task of PendingInvitationsRfbClient.
2021-10-14 13:41:16 +00:00
Aleix Pol
b4eccc2134
pipewire: Use C99
...
Reduces the amount of warnings we get
2021-10-14 13:41:16 +00:00
l10n daemon script
97cbf48059
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"
2021-10-12 01:17:15 +00:00
l10n daemon script
c8207581f4
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"
2021-10-11 01:18:41 +00:00
Nicolas Fella
4727061d74
Add Linux and FreeBSD CI
2021-10-07 13:22:55 +02:00
Heiko Becker
3bf587a097
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 13316b761d )
2021-10-05 00:29:55 +02:00
Laurent Montel
26c468009f
GIT_SILENT: remove .arcconfig
2021-10-02 09:51:38 +02:00
Laurent Montel
fb909eadf4
Add .kde-ci.yml
2021-09-30 13:31:20 +02:00
l10n daemon script
f72674db18
GIT_SILENT made messages (after extraction)
2021-09-10 00:17:48 +00:00
Laurent Montel
df9e6d62d2
use nullptr
2021-08-31 08:46:39 +02:00
Laurent Montel
b55de9645e
Use std::chrono_literals
2021-08-31 08:46:39 +02:00
Laurent Montel
a9241dfe88
We can use std::as_const
2021-08-31 08:46:39 +02:00
Laurent Montel
23c0218f3d
GIT_SILENT: time to increase version
2021-08-31 08:46:39 +02:00
Heiko Becker
4a524c6f0a
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 99ef2060a8 )
2021-08-27 23:13:18 +02:00
Heiko Becker
cb86f9c018
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 08bac276d3 )
2021-08-05 00:06:47 +02:00
l10n daemon script
0eaf1bc550
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"
2021-07-19 01:15:25 +00:00
l10n daemon script
cb7164d755
GIT_SILENT made messages (after extraction)
2021-07-19 00:17:20 +00:00
Albert Astals Cid
75bff9d5f9
GIT_SILENT Upgrade release service version to 21.11.70.
2021-07-10 20:21:28 +02:00
Laurent Montel
c729e9e048
Modernize code
2021-07-09 08:53:14 +02:00
Laurent Montel
45548e020a
Add missing override + add nullptr
2021-07-09 08:53:14 +02:00
Laurent Montel
dc64af6f5e
Remove code for old qt version
2021-07-09 08:53:14 +02:00
Laurent Montel
2af26baf56
GIT_SILENT: time to increase version
2021-07-09 08:53:14 +02:00
Laurent Montel
e07f2c1f11
GIT_SILENT: ignore file
2021-07-09 08:53:14 +02:00
Laurent Montel
e5e2b293e8
GIT_SILENT: add support for cmake preset support
2021-07-09 08:53:14 +02:00