~3v1n0/+git/tdesktop:stable

Last commit made on 2018-10-13
Get this branch:
git clone -b stable https://git.launchpad.net/~3v1n0/+git/tdesktop
Only Marco Trevisan (Treviño) can upload to this branch. If you are Marco Trevisan (Treviño) please log in for upload directions.

Branch merges

Branch information

Name:
stable
Repository:
lp:~3v1n0/+git/tdesktop

Recent commits

0c2de43... by Marco Trevisan (Treviño)

destkop: add keywords stanza

They are used by mayor desktops to search through apps.

Remove this modification from snapcraft

ab16e9b... by Marco Trevisan (Treviño)

snap: copy .desktop file and icon from part source path

979db97... by John Preston

Version 1.4.3.

- Bug fixes and other minor improvements.

e896971... by John Preston

Allow instant template selection (support).

ec49ff3... by John Preston

Disable autodownload on login (support).

1ec9137... by John Preston

Clear locations data on logout. Fixes a crash.

Also clear user notification center delegate on macOS.

d6f4886... by John Preston

Version 1.4.2.

- Crash fix.

b6128b6... by John Preston

Fix undefined behaviour in base::weak_ptr.

Regression was introduced in 1c79f85d00.

Invalid casts lead to crashes in macOS notifications handling.
Casts were T* -> has_weak_ptr* -> void* -> T* which was not working
in case T had has_weak_ptr as not first base class.

Now it uses just T* -> has_weak_ptr* -> T* casts.

9436789... by John Preston

Version 1.4.1: Fix Linux Updater.

fd53385... by John Preston

Version 1.4.1: Fix build for old OS X.