2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00
Commit Graph

8169 Commits

Author SHA1 Message Date
Ilya Fedin
d319c85c57 Don't load another gtk version if gtk_init_check was called 2020-06-29 16:27:45 +04:00
Magnus Groß
f697abe9a1 Do not open non-images as image
QImageReader might report PDF as a viable image type, if Qt is
dynamically linked and QtWebEngine is installed.

Fixed by additionally checking the mime type.

Fixes #8102
2020-06-29 16:22:15 +04:00
RadRussianRus
ae31bdcd1b Fix patches revision 2020-06-29 16:20:01 +04:00
Ilya Fedin
aaf71b34b5 Find alsa and pulse for libtgvoip 2020-06-29 16:18:47 +04:00
John Preston
5f9dae1b72 Run main menu hide animation on account switch. 2020-06-29 16:11:38 +04:00
John Preston
1757dd856b Fix 125% scale active account check. 2020-06-29 15:07:42 +04:00
John Preston
5689154ec5 Clear MessageUpdate changes on item destruction. 2020-06-29 13:23:51 +04:00
John Preston
57249c6ea0 Fix a case of huge memory consumption in streaming. 2020-06-29 12:42:56 +04:00
John Preston
1bd0b03e8e Return Saved Messages button to the main menu. 2020-06-29 09:55:19 +04:00
RadRussianRus
af14d51437 Forward to multiple chats 2020-06-29 08:40:33 +03:00
RadRussianRus
85bc3ddd96 Show manage buttons in profile 2020-06-29 08:36:02 +03:00
RadRussianRus
031addd76d Shortened name draw code for compact chat list 2020-06-29 08:36:02 +03:00
RadRussianRus
215b302b09 Additional info for chats in filters 2020-06-29 08:36:02 +03:00
RadRussianRus
2e3f6bc039 Revoke by default 2020-06-29 08:36:02 +03:00
RadRussianRus
901f41a1b7 More click-to-copy in profile 2020-06-29 08:36:01 +03:00
23rd
0227b5f2fa Removed Notify::inlineKeyboardMoved as completely unused code. 2020-06-29 06:26:09 +04:00
23rd
b629e0c43a Replaced Notify::replyMarkupUpdated with Data::MessageUpdate. 2020-06-29 06:26:02 +04:00
23rd
6507007086 Added fade animation for total unread count badge in main menu. 2020-06-29 06:25:36 +04:00
John Preston
a389a1e468 Fix couple of crashes in main window. 2020-06-29 06:25:20 +04:00
RadRussianRus
f8c18a4820 Reworked monospace expand option
* Added Ui::SlideWrap
* Clean redundant code
* Restored accumulate_min on disabled adaptive bubbles
* Make _bubbleWidthLimit depend on monospace expand option
* Added Russian translation
2020-06-27 23:23:35 +03:00
CrisMystik
7974f64b01 Added an option to toggle the auto-expansion of the bubbles when a message is formatted in monospace (#58) [skip ci] 2020-06-27 23:16:29 +03:00
RadRussianRus
632738b80d Disable alpha versions since I don't use them 2020-06-27 19:21:40 +03:00
RadRussianRus
46d4b02941 Temporary initialization fix for VS Preview 2020-06-27 14:58:31 +03:00
RadRussianRus
fb6919fc40 Revert "Fork cmake_helpers"
This reverts commit edb1ffcea1.
2020-06-27 14:58:31 +03:00
RadRussianRus
13ef0513fa Separate /etc external updater 2020-06-27 02:46:51 +03:00
John Preston
4e57ce8dbb Fix crash in filters update. 2020-06-26 21:50:36 +04:00
ilya-fedin
368b8139c7 Use public API to convert QPixmap to NSImage (#75) 2020-06-26 17:22:41 +03:00
John Preston
b6ac4a0233 Closed alpha version 2.1.13.1: Multiaccount. 2020-06-26 17:09:39 +04:00
23rd
f8dca0ae88 Fixed couple of issues with passcode lock support in touchbar. 2020-06-26 15:57:09 +03:00
23rd
ef6fab7f2a Improved unread badges in touchbar. 2020-06-26 15:05:08 +03:00
23rd
c8c7497d75 Removed from touchbar unused code of old panel of pinned dialogs. 2020-06-26 15:05:08 +03:00
23rd
4f062788d2 Wrapped Pins in touchbar to shared_ptr. 2020-06-26 15:05:08 +03:00
23rd
25ab88d87a Added animated online dots to panel of pinned dialogs in touchbar. 2020-06-26 15:05:08 +03:00
23rd
e5732cba97 Added ability to reorder pins in new panel in touchbar. 2020-06-26 15:05:08 +03:00
23rd
0e794d53cd Reimplemented panel of pinned dialogs for touchbar. 2020-06-26 15:05:08 +03:00
23rd
68badc6682 Slightly optimized drawing stickers in touchbar. 2020-06-26 15:05:08 +03:00
23rd
27c799ce3d Fixed size ratios of stickers in touchbar. 2020-06-26 15:05:08 +03:00
John Preston
044c281cf7 Fix closing float player over Intro. 2020-06-26 16:01:37 +04:00
John Preston
3f0078cfbf Fix crash in float player over Intro. 2020-06-26 15:48:38 +04:00
John Preston
6068dc418d More auto-switching between accounts. 2020-06-26 15:48:28 +04:00
John Preston
6960e4808a Don't change dc after qr request / phone submit. 2020-06-26 15:28:06 +04:00
John Preston
793e8c102e Fix adjustable colors in default theme. 2020-06-26 14:37:07 +04:00
John Preston
31c745cb07 Destroy non-authed account on deactivate. 2020-06-26 14:36:52 +04:00
John Preston
c8efb77520 Fix local storage clearing on logout. 2020-06-26 14:36:22 +04:00
John Preston
76593b0f3d Fix migrating background image. 2020-06-26 13:23:10 +04:00
John Preston
9703f7460a Fix build on Linux. 2020-06-26 12:27:54 +04:00
RadRussianRus
edb1ffcea1 Fork cmake_helpers 2020-06-26 11:15:31 +03:00
John Preston
325840703e Fix launching with a passcode on macOS. 2020-06-26 11:51:05 +04:00
John Preston
70fdc4eb39 Improve quit prevent management. 2020-06-26 11:22:53 +04:00
RadRussianRus
3170d73cbe Fix snap 2020-06-26 07:58:19 +03:00