Commit graph

3836 commits

Author SHA1 Message Date
Albert Vaca Cintora
f138a0f07a Add a spinner to the app when pairing is requested 2023-06-02 16:38:52 +00:00
Albert Vaca Cintora
064ddfa3fe Refactor PairingHandler
We now have a single PairingHandler for all types of links.

The implementation now is more aligned with the one for Android.
2023-06-02 16:38:52 +00:00
l10n daemon script
85cc644024 GIT_SILENT Sync po/docbooks with svn 2023-06-01 01:54:31 +00:00
l10n daemon script
4e364c67d1 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"
2023-06-01 01:40:26 +00:00
Levi Zim
4ec287dbf5 Fix a bad link in README.md 2023-05-31 12:43:24 +08:00
l10n daemon script
a24950627f GIT_SILENT Sync po/docbooks with svn 2023-05-31 02:24:36 +00:00
l10n daemon script
725b139709 GIT_SILENT Sync po/docbooks with svn 2023-05-30 02:10:06 +00:00
l10n daemon script
6a5856055d GIT_SILENT Sync po/docbooks with svn 2023-05-29 01:51:08 +00:00
l10n daemon script
7a37776240 GIT_SILENT Sync po/docbooks with svn 2023-05-28 01:58:18 +00:00
l10n daemon script
ca5c5ab333 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"
2023-05-28 01:40:43 +00:00
l10n daemon script
100a676a37 GIT_SILENT Sync po/docbooks with svn 2023-05-27 01:49:52 +00:00
Albert Vaca Cintora
5d0df5d28e Do not send the sink list a thousand times
When a device is connected/disconnected those callbacks would fire a lot
2023-05-26 17:24:10 +00:00
Albert Vaca Cintora
92f0e467ae Compare strings like regular human beings 2023-05-26 17:24:10 +00:00
Albert Vaca Cintora
39050f9844 Do not prevent our own change notifications
In Linux we send them, and we actually rely on those on the Android app
for mute/unmute to update (although not for volume).
2023-05-26 17:24:10 +00:00
Albert Vaca Cintora
ab57796051 Do not leak strings 2023-05-26 17:24:10 +00:00
Albert Vaca Cintora
89dc4a8b76 Remove redundant check for old == new
Windows already does that for us and won't generate events in that case
2023-05-26 17:24:10 +00:00
Albert Vaca Cintora
e53e7bc600 Fix really terrible code 2023-05-26 17:24:10 +00:00
Albert Vaca Cintora
146b2d62e0 Release all the things 2023-05-26 17:24:10 +00:00
l10n daemon script
28ebc0c12b GIT_SILENT Sync po/docbooks with svn 2023-05-26 01:46:39 +00:00
Albert Vaca Cintora
571575df28 When receiving files, delay de-duplicating filenames
When receiving two files with the same name, the first file might not be
saved to disk already when we have to decide the name for the second if
we do it too early.

BUG: 470078
2023-05-25 22:54:17 +00:00
ivan tkachenko
9ce7a676bd
plugins/share: Fix CMakeLists formatting 2023-05-25 13:36:37 +03:00
l10n daemon script
1b6ea6c837 GIT_SILENT Sync po/docbooks with svn 2023-05-24 01:52:38 +00:00
l10n daemon script
64217456ab 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"
2023-05-24 01:40:12 +00:00
l10n daemon script
6004cd32f0 GIT_SILENT Sync po/docbooks with svn 2023-05-23 02:26:46 +00:00
l10n daemon script
65b4b9c4ea 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"
2023-05-23 01:42:41 +00:00
Aleix Pol
c4a006984c remotekeyboard: Account for modifiers on Wayland
We were ignoring them, now we have a similar implementation to X11's.
2023-05-22 17:43:27 +00:00
Aleix Pol
b61ba29673 remotekeyboard: Move workaround to the c++ side and make it more generic
The QKeyEvent::text we get from a Ctrl+W press is a weird unicode
charcater for ^W (see comment). We don't deal with that thing, create
the controlled letter using QKeySequence and move on.
2023-05-22 17:43:27 +00:00
l10n daemon script
6897b1863b GIT_SILENT Sync po/docbooks with svn 2023-05-22 01:51:43 +00:00
l10n daemon script
93762c4cf0 GIT_SILENT Sync po/docbooks with svn 2023-05-21 01:50:25 +00:00
l10n daemon script
2cffa9d906 GIT_SILENT Sync po/docbooks with svn 2023-05-19 01:49:19 +00:00
l10n daemon script
de6faee481 GIT_SILENT Sync po/docbooks with svn 2023-05-18 01:50:09 +00:00
l10n daemon script
4894ec2e92 GIT_SILENT Sync po/docbooks with svn 2023-05-17 01:51:29 +00:00
l10n daemon script
fbe99e8a1b GIT_SILENT Sync po/docbooks with svn 2023-05-16 01:56:07 +00:00
l10n daemon script
5107529fed GIT_SILENT Sync po/docbooks with svn 2023-05-15 01:50:22 +00:00
l10n daemon script
307610ac35 GIT_SILENT Sync po/docbooks with svn 2023-05-14 02:04:13 +00:00
Aleix Pol
6bd8bebad9 mousepad: Provide an out for touchpad users
At least my touchpad cannot have left and right buttons at the same time.
This makes it possible to exit at least using the keyboard.
2023-05-12 15:48:25 +02:00
Aleix Pol
9266556510 mousepad: Implement relative mouse movements
Somehow it wasn't done.
2023-05-12 15:48:25 +02:00
Ali Abdel-Qader
bbac0aa085 Use explicit constructor for QSslCertificate with value initialized
argument

Previously the BluetoothDeviceLink::certificate() method was returning a
value initialized object which I believe default initializes the object.
However, Clang throws a build error at this because QSslCertificate has
explicit constructors. This change uses one of those constructors and
uses value intialization to default construct/initialize the argument
for it. It fixes the build and hopefully doesn't break anything since
this is a TODO anyways!

BUG: 469428

Signed-off-by: Ali Abdel-Qader <abdelqaderali@protonmail.com>
2023-05-06 15:51:53 -04:00
Heiko Becker
1e75ceee28 GIT_SILENT Update Appstream for new release
(cherry picked from commit 3ba275ef87)
2023-05-06 11:21:50 +02:00
l10n daemon script
37e984fe12 GIT_SILENT Sync po/docbooks with svn 2023-04-30 02:43:43 +00:00
Nicolas Fella
8fed0728da Add 23.04.0 Windows artifact 2023-04-28 12:29:34 +02:00
l10n daemon script
58544a10cd GIT_SILENT Sync po/docbooks with svn 2023-04-27 01:57:18 +00:00
l10n daemon script
40e7cab454 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"
2023-04-27 01:43:28 +00:00
l10n daemon script
5a06537454 GIT_SILENT Sync po/docbooks with svn 2023-04-25 02:07:35 +00:00
l10n daemon script
bb403a3294 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"
2023-04-25 01:47:55 +00:00
l10n daemon script
83880570c4 GIT_SILENT Sync po/docbooks with svn 2023-04-24 02:12:23 +00:00
l10n daemon script
7eda96d2a1 GIT_SILENT Sync po/docbooks with svn 2023-04-23 02:36:47 +00:00
l10n daemon script
eb04209601 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"
2023-04-23 01:46:30 +00:00
l10n daemon script
b399d51762 GIT_SILENT Sync po/docbooks with svn 2023-04-22 02:06:49 +00:00
l10n daemon script
a5850cca3b 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"
2023-04-22 01:47:35 +00:00