kdeconnect-desktop:work/notiindex

Last commit made on 2020-12-07
Get this branch:
git clone -b work/notiindex https://git.launchpad.net/kdeconnect-desktop

Branch merges

Branch information

Name:
work/notiindex
Repository:
lp:kdeconnect-desktop

Recent commits

f39a03f... by Nicolas Fella <email address hidden>

[plugins/notifications] Prevent crash when default notification action is invoked.

When the notification's default action is activated, i.e. the notification is clicked, activated with index 0 is emitted.
This will lead to a crash since m_actions[-1] will be accessed.

This does not happen on Plasma since we don't specify that we have a default action and thus the notification isn't clickable.
However on LXDE the notification is clickable regardless and we get the according signal.

This arguably works around a bug in LXDE, but given that the workaround is cheap and other systems may behave this way too I think it's reasonable to do this.

BUG: 427717

38afb80... by l10n daemon script <email address hidden>

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"

1c337e1... by l10n daemon script <email address hidden>

GIT_SILENT made messages (after extraction)

8bf54f6... by Christoph Feck <email address hidden>

GIT_SILENT Update Appstream for new release

(cherry picked from commit 7c80b1fcfb3ce2a93b1bca2468b8d76091fceb59)

469e185... by Florian Bruhin <email address hidden>

cli: Make it clearer that --share can share URLs

9082ed4... by Nicolas Fella <email address hidden>

Fix build with bluetooth enabled

We need to implement this pure virtual method.

This is just a placeholder and lacks a proper implementation.

11e9aec... by Nicolas Fella <email address hidden>

Remove unused include

3d670f3... by l10n daemon script <email address hidden>

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"

6a0d297... by l10n daemon script <email address hidden>

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"

e751849... by albertvaka

Add a verification key that's displayed when pairing

The key is a sha256 of both devices' certificates. Both should generate the
same key, so hey user can check they are pairing against the right device.

Thanks Matthias Gerstner <email address hidden> for reporting this.