RadRussianRus
|
3148d17442
|
Updated TDesktop sources to 2.5.1+feff514
|
2020-12-23 22:04:48 +03:00 |
|
John Preston
|
b6483cb65c
|
Use shared_ptr<Memento> for sections.
|
2020-12-14 18:48:10 +04:00 |
|
23rd
|
c8643aa1ee
|
Wrapped raw SectionMemento with unique_ptr.
|
2020-12-14 17:09:24 +04:00 |
|
RadRussianRus
|
d104608fbf
|
Hide account name if it's the current one
|
2020-07-09 15:47:12 +03:00 |
|
RadRussianRus
|
b3e4d0b32a
|
Merge remote-tracking branch 'tdesktop/dev' into dev
|
2020-07-01 06:33:36 +03:00 |
|
RadRussianRus
|
9953c875f3
|
Merge remote-tracking branch 'tdesktop/dev' into dev
|
2020-07-01 05:43:07 +03:00 |
|
John Preston
|
1dc31c7f2f
|
Allow turning off inactive accounts notifications.
|
2020-06-30 22:11:54 +04:00 |
|
John Preston
|
06c9e55c26
|
Fix notification receiver name.
|
2020-06-30 12:03:42 +04:00 |
|
John Preston
|
613a2f358a
|
Fix clearing session notifications.
|
2020-06-30 11:52:59 +04:00 |
|
John Preston
|
c3fa300b5c
|
Create notifications manager after reading settings.
|
2020-06-30 11:44:32 +04:00 |
|
John Preston
|
d8a2b391a3
|
Use Main::Session::uniqueId in notifications.
|
2020-06-24 13:05:56 +04:00 |
|
John Preston
|
7b0a32b607
|
Add unread unmuted counter to main menu cover.
|
2020-06-23 21:53:44 +04:00 |
|
John Preston
|
51c2bc7349
|
Create only one EmojiImageLoader to fix a crash.
|
2020-06-23 21:53:43 +04:00 |
|
John Preston
|
4a8d297df3
|
Use username in notifications if available.
|
2020-06-23 21:53:43 +04:00 |
|
John Preston
|
5433c16244
|
Add target account name to notifications.
|
2020-06-23 21:53:42 +04:00 |
|
John Preston
|
997913be25
|
One Window::Notifications system for all sessions.
|
2020-06-23 21:53:42 +04:00 |
|
John Preston
|
83538675ce
|
Move a lot of settings to Core::Settings.
|
2020-06-23 21:53:42 +04:00 |
|
John Preston
|
4d6cc58f0d
|
Move session settings to main_session_settings.
|
2020-06-23 21:53:42 +04:00 |
|
John Preston
|
3a5ede534e
|
Count all accounts in Core::App().unreadBadge.
|
2020-06-23 21:53:41 +04:00 |
|
John Preston
|
357caf8007
|
Keep separate MTP::Config's for separate accounts.
|
2020-06-23 21:53:41 +04:00 |
|
John Preston
|
0b028b959b
|
Move updates handling MainWidget -> Api::Updates.
|
2020-06-23 21:53:39 +04:00 |
|
RadRussianRus
|
ed5085d494
|
Merge remote-tracking branch 'tdesktop/dev' into dev
|
2020-06-03 11:58:08 +03:00 |
|
John Preston
|
d5b3fa017b
|
Fix build for macOS.
|
2020-06-01 18:09:34 +04:00 |
|
RadRussianRus
|
d0fd79001d
|
Merge remote-tracking branch 'tdesktop/dev' into dev
|
2020-05-25 11:49:04 +03:00 |
|
John Preston
|
97305c8cb5
|
Fix build.
|
2020-05-20 12:49:41 +04:00 |
|
23rd
|
9ff427afad
|
Fixed indefinitely bouncing of dock icon.
|
2020-05-20 12:41:44 +04:00 |
|
RadRussianRus
|
b414437f15
|
Update tray menu on notification sound change, again
|
2020-05-15 12:14:10 +03:00 |
|
RadRussianRus
|
9e0e5b8f66
|
Merge remote-tracking branch 'tdesktop/dev' into dev
|
2020-05-13 00:49:52 +03:00 |
|
RadRussianRus
|
eb41186df3
|
Reverting taskbar flashing option
Now it's in TDesktop, so there is no need in it.
|
2020-05-13 00:36:07 +03:00 |
|
John Preston
|
6f760d513e
|
Add a checkbox to disable taskbar flash.
Also add ability to set urgent flag for the window on Linux.
Fixes #223, fixes #897, fixes #906.
|
2020-05-12 14:16:24 +04:00 |
|
RadRussianRus
|
c06486d2ce
|
Option to disable taskbar flashing
|
2020-02-26 02:23:37 +03:00 |
|
RadRussianRus
|
1c0f75bbf7
|
Updated TD to 1.8.11
|
2019-10-02 00:50:59 +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
|
3715fa4b1e
|
Fix scheduled notifications on inbox read.
|
2019-08-30 17:06:21 +03:00 |
|
John Preston
|
07f45b7eab
|
Improve published scheduled notifications.
|
2019-08-29 10:01:28 +03:00 |
|
John Preston
|
0a4f91a53d
|
Notify about published scheduled messages.
|
2019-08-29 10:01:28 +03:00 |
|
John Preston
|
caef7dde24
|
Bundle silent and scheduled to Api::SendOptions.
|
2019-08-27 19:10:37 +03:00 |
|
John Preston
|
415d817034
|
Show notification without sound for silent message.
|
2019-07-27 17:19:04 +02:00 |
|
John Preston
|
ff44094ded
|
Rename AuthSession to Main::Session.
|
2019-07-24 13:45:24 +02:00 |
|
John Preston
|
06982fdf04
|
Remove some calls to Auth().
|
2019-07-24 13:13:51 +02:00 |
|
John Preston
|
a7d9aa947b
|
Don't allow in-notification reply with slowmode.
|
2019-07-24 08:02:20 +02:00 |
|
John Preston
|
c5df4db621
|
Fix possible race conditions in msgid().
|
2019-07-15 16:00:30 +02:00 |
|
John Preston
|
f1518af8b3
|
Mark mentions as read on reply-from-notification.
|
2019-07-04 13:56:28 +02:00 |
|
John Preston
|
4917ca7b32
|
Remove all legacy global namespace langs.
|
2019-06-21 11:06:52 +02:00 |
|
John Preston
|
87fc066e67
|
Use tr:: instead of lang().
|
2019-06-21 11:06:51 +02:00 |
|
John Preston
|
a547f80ae9
|
Rename Window::Controller to Window::SessionController.
|
2019-06-06 13:21:40 +03:00 |
|
John Preston
|
94c4ea6174
|
Access _authSession through activeAccount().
|
2019-06-05 23:41:51 +03:00 |
|
John Preston
|
08bddc5579
|
Move messages data to AuthSession.
|
2019-05-01 16:11:42 +04:00 |
|
John Preston
|
9bf8a8108d
|
Comment out non-folder feed code.
|
2019-04-25 14:16:30 +04:00 |
|