2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 07:35:12 +00:00
Commit Graph

654 Commits

Author SHA1 Message Date
John Preston
ee94e78533 All mtproto downloads using DownloadMtprotoTask. 2019-12-05 11:32:33 +03:00
John Preston
e943264823 Pass MTP::Instance to MTP::Sender. 2019-11-29 15:36:05 +03:00
John Preston
08bfe6f1c1 Extract mtproto key generation code. 2019-11-15 16:16:32 +03:00
Nicholas Guriev
793862bee6 Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663)
* Do not move result at end of function

This makes GCC 9.1.2 happy with the active -Wredundant-move warning.
Indeed, such moving of local variables or local arguments before
returning is unnecessary and prevents the compiler from copy elision
optimization.
2019-11-12 18:15:34 +03:00
RadRussianRus
b1b61fc9e0 Build fixes 2019-11-06 20:51:59 +03:00
RadRussianRus
6a0280f9f0 Merge remote-tracking branch 'tdesktop/dev' into dev 2019-11-06 20:50:07 +03:00
23rd
c867727e1c Removed spellcheck setting for OS X 10.10/10.11 version. 2019-11-06 15:31:41 +03:00
RadRussianRus
5407d411df Merge remote-tracking branch 'tdesktop/dev' into dev 2019-11-06 15:13:32 +03:00
John Preston
3fd2d73f04 Fix layout in the spellchecker settings block. 2019-11-05 17:44:39 +03:00
John Preston
d63e50944a Update submodules to the latest spellcheck. 2019-11-05 13:23:56 +03:00
23rd
1056021059 Added new setting to disable spellchecker. 2019-10-20 21:11:37 +04:00
RadRussianRus
ccc0054227 Better difference between deleted and active accounts
For deleted users:
* Status changed to "account inaccessible"
* Ghost icon in dialogs list
* Status "account inacessible" shown even in block list
2019-10-19 23:25:11 +03:00
John Preston
bc2a0fb505 Use TL code generator from lib_tl. 2019-10-19 12:27:56 +04:00
John Preston
30a1bd7ba2 Use base::call_delayed. 2019-10-19 12:27:56 +04:00
John Preston
a6c84c36c0 Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
John Preston
246c45ce0e Use lib_ui from submodule. 2019-10-19 12:27:28 +04:00
RadRussianRus
dc13f5fb76 Updated app name in locale 2019-10-19 08:43:46 +03:00
RadRussianRus
0f4b0971d8 Other settings menu 2019-10-18 22:29:28 +03:00
RadRussianRus
699f4aa7ff Added network speed setting 2019-10-18 22:29:28 +03:00
RadRussianRus
c0e20dacf1 Added font selection box 2019-10-14 02:17:53 +03:00
RadRussianRus
838b2e8c1a Autosaving of JSON settings 2019-10-11 06:54:49 +03:00
RadRussianRus
4caedcbf49 Automatic applying of sticker height change 2019-10-11 02:39:38 +03:00
RadRussianRus
7393cb5221 Automatic applying of emoji outline change 2019-10-11 00:54:02 +03:00
RadRussianRus
5a784a360b Automatic applying of scheduled change 2019-10-10 23:51:46 +03:00
RadRussianRus
c55c606af6 Started work on settings 2019-10-10 21:45:14 +03:00
RadRussianRus
70229dcb65 Option to set custom interface scales 2019-10-07 04:44:41 +03:00
RadRussianRus
2602d25fa5 New items in settings' three-dots menu
- Show custom settings: opens JSON file in your profile folder.
- Restart Kotatogram: restarts app, can be used to apply changes from JSON.
2019-10-06 03:10:40 +03:00
RadRussianRus
1c0f75bbf7 Updated TD to 1.8.11 2019-10-02 00:50:59 +03:00
John Preston
c5845f17ae Remove twidget header. 2019-10-01 23:59:46 +03:00
John Preston
e2f54eb3e9 Move some style code to lib_ui. 2019-10-01 23:59:46 +03:00
John Preston
0c713a930a Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
RadRussianRus
37c7b0af13 First Kotatogram version 2019-09-21 19:10:46 +03:00
John Preston
aa10934e85 Fix messing up accent color if editor is opened. 2019-09-09 12:02:06 +03:00
John Preston
95da2dbc34 Move create theme button to three-dot menu. 2019-09-08 15:47:22 +03:00
John Preston
4951eeac98 Allow creating desktop part of multi-theme. 2019-09-06 19:31:07 +03:00
John Preston
7485f0c960 Don't change real theme when editing. 2019-09-06 19:31:07 +03:00
John Preston
03bdd80b2f Open theme editor for existing themes. 2019-09-06 19:31:07 +03:00
John Preston
dd74f57a66 Display full themes list in Settings. 2019-09-06 19:31:07 +03:00
John Preston
534772722e Improve theme selector design. 2019-09-06 19:31:07 +03:00
John Preston
6343221d7b Remove many includes from stdafx.pch. 2019-09-06 19:31:07 +03:00
John Preston
4929de2bfb Apply cloud themes. 2019-09-06 19:31:06 +03:00
John Preston
ac8f924909 Show tdesktop cloud themes in a box. 2019-09-06 19:31:06 +03:00
John Preston
229bc56cc8 Upload saved theme to the cloud. 2019-09-06 19:31:06 +03:00
John Preston
4b045a602c Add a box for new theme creating. 2019-09-06 19:31:06 +03:00
John Preston
1e3b72ab74 Ignore background when checking which theme is used. 2019-09-06 19:31:06 +03:00
John Preston
7893ad0558 Mark all types of local history items. 2019-09-06 10:53:44 +03:00
John Preston
85cca51154 Make accent color radiobutton animated. 2019-09-02 13:39:43 +03:00
John Preston
405ccb8580 Add editing of AddedByPhone privacy. 2019-08-29 11:44:03 +03:00
John Preston
bd7cee2252 Improve accent color choose design. 2019-08-29 10:01:28 +03:00
John Preston
117d6192fa Ensure contrast in colorized themes. 2019-08-29 10:01:28 +03:00