John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								23e9e7b9f0
								
							
						 | 
						
							
							
								
								Remove for_const macro.
							
							
							
							
							
						 | 
						
							2021-09-06 13:13:26 +03:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								4276b6cce0
								
							
						 | 
						
							
							
								
								Use rpl for Window::Theme::Background updates.
							
							
							
							
							
						 | 
						
							2021-07-15 16:42:36 +03:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ilya Fedin
								
							 
						 | 
						
							
							
							
							
								
							
							
								79cc797aff
								
							
						 | 
						
							
							
								
								Fix -Wunused-variable warnings
							
							
							
							
							
						 | 
						
							2021-07-13 21:43:34 +03:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ilya Fedin
								
							 
						 | 
						
							
							
							
							
								
							
							
								89765340c3
								
							
						 | 
						
							
							
								
								Fix -Wunused-function warnings
							
							
							
							
							
						 | 
						
							2021-07-13 21:31:22 +03:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									23rd
								
							 
						 | 
						
							
							
							
							
								
							
							
								a631a28092
								
							
						 | 
						
							
							
								
								Removed App::pixmapFromImageInPlace.
							
							
							
							
							
						 | 
						
							2021-07-06 12:13:06 +03:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									23rd
								
							 
						 | 
						
							
							
							
							
								
							
							
								c1067d8fe1
								
							
						 | 
						
							
							
								
								Fixed possible crash in notifications manager.
							
							
							
							
							
						 | 
						
							2021-06-24 11:25:36 +04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								e1120d1cb5
								
							
						 | 
						
							
							
								
								Optimize out most of LastUserInputTime() calls.
							
							
							
							
							
							
							
							Fixes #16118. 
							
						 | 
						
							2021-06-18 19:22:36 +04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									23rd
								
							 
						 | 
						
							
							
							
							
								
							
							
								da3e140069
								
							
						 | 
						
							
							
								
								Moved DBINotifyView to Core::Settings.
							
							
							
							
							
						 | 
						
							2021-06-16 09:31:32 +03:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									23rd
								
							 
						 | 
						
							
							
							
							
								
							
							
								d2c8780c0f
								
							
						 | 
						
							
							
								
								Removed NotificationsDemoIsShown global variable from facades.
							
							
							
							
							
						 | 
						
							2021-06-16 09:31:32 +03:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									23rd
								
							 
						 | 
						
							
							
							
							
								
							
							
								aad38c2809
								
							
						 | 
						
							
							
								
								Replaced observable in Window::Notifications::System with rpl.
							
							
							
							
							
						 | 
						
							2021-06-16 09:31:32 +03:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								303ad02c61
								
							
						 | 
						
							
							
								
								Always call raise() before activateWindow().
							
							
							
							
							
						 | 
						
							2021-06-09 09:19:28 +04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								728b1efb9a
								
							
						 | 
						
							
							
								
								Respect Focus Assist only for native notifications.
							
							
							
							
							
							
							
							Fixes #16215. 
							
						 | 
						
							2021-04-28 11:20:39 +04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								e26e666135
								
							
						 | 
						
							
							
								
								Hide native notification details on lock screen.
							
							
							
							
							
						 | 
						
							2021-04-27 13:51:52 +04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ilya Fedin
								
							 
						 | 
						
							
							
							
							
								
							
							
								073b5b106c
								
							
						 | 
						
							
							
								
								Get rid of modal parent hack
							
							
							
							
							
							
							
							It was introduced to workaround the absence of size hints propagating in Qt 5.12 Wayland backend, there's no need in it anymore 
							
						 | 
						
							2021-04-05 08:03:46 +03:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								54f06740d5
								
							
						 | 
						
							
							
								
								Remove some App::wnd() calls.
							
							
							
							
							
						 | 
						
							2021-03-03 11:29:26 +04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ilya Fedin
								
							 
						 | 
						
							
							
							
							
								
							
							
								5e60b87cf9
								
							
						 | 
						
							
							
								
								Remove platform_specific.h include from mainwindow.h
							
							
							
							
							
							
							
							In order to avoid mass rebuilds on specific_*.h changing 
							
						 | 
						
							2021-01-22 17:22:37 +04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								ae298818a8
								
							
						 | 
						
							
							
								
								Implement message bar with animations.
							
							
							
							
							
						 | 
						
							2020-10-30 18:32:17 +03:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ilya Fedin
								
							 
						 | 
						
							
							
							
							
								
							
							
								a38b4f039a
								
							
						 | 
						
							
							
								
								Use some methods from lib_base
							
							
							
							
							
						 | 
						
							2020-10-30 10:52:49 +03:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								8634c1f7f3
								
							
						 | 
						
							
							
								
								Move lang keys to td_lang library.
							
							
							
							
							
						 | 
						
							2020-09-30 12:18:52 +03:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								be14456290
								
							
						 | 
						
							
							
								
								Show correct reply in Replies bot.
							
							
							
							
							
						 | 
						
							2020-09-29 19:03:24 +03:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								eb1845e33b
								
							
						 | 
						
							
							
								
								Fix crash in session destruction.
							
							
							
							
							
							
							
							Also use rpl::event_stream for downloaderTaskFinished. 
							
						 | 
						
							2020-07-01 12:26:29 +04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								41f2cc6d81
								
							
						 | 
						
							
							
								
								Fix crash in notifications clearing.
							
							
							
							
							
						 | 
						
							2020-06-30 19:33:22 +04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								d8a2b391a3
								
							
						 | 
						
							
							
								
								Use Main::Session::uniqueId in notifications.
							
							
							
							
							
						 | 
						
							2020-06-24 13:05:56 +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
								
							 
						 | 
						
							
							
							
							
								
							
							
								aaa4db7b27
								
							
						 | 
						
							
							
								
								Fix a crash in custom notifications.
							
							
							
							
							
						 | 
						
							2020-06-01 18:09:34 +04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ilya Fedin
								
							 
						 | 
						
							
							
							
							
								
							
							
								be96bf2812
								
							
						 | 
						
							
							
								
								Set parent for dialogs only on Wayland
							
							
							
							
							
						 | 
						
							2020-06-01 18:09:34 +04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								f066e0f05a
								
							
						 | 
						
							
							
								
								Use Data::CloudImage for userpics.
							
							
							
							
							
						 | 
						
							2020-06-01 18:09:33 +04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ilya Fedin
								
							 
						 | 
						
							
							
							
							
								
							
							
								3479a4ec59
								
							
						 | 
						
							
							
								
								Add parent, minimum and maximum size to notifications
							
							
							
							
							
						 | 
						
							2020-05-25 09:29:15 +04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Kirsan
								
							 
						 | 
						
							
							
							
							
								
							
							
								4fececb94f
								
							
						 | 
						
							
							
								
								Revert changes to notification replay. And replace user settings with Both (Enter and Ctrl+Enter) to polls.
							
							
							
							
							
						 | 
						
							2020-02-11 12:29:34 +04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Kirsan
								
							 
						 | 
						
							
							
							
							
								
							
							
								9c562931a2
								
							
						 | 
						
							
							
								
								Respect user settings "Send by ..." for:
							
							
							
							
							
							
							
							forward dialog
send file dialog
edit caption dialog
notification replay
schedule messages
new channel dialog
group description edit dialog
create poll dialog
rate call dialog
report bot dialog
support mode 
							
						 | 
						
							2020-02-11 12:29:34 +04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								ee94e78533
								
							
						 | 
						
							
							
								
								All mtproto downloads using DownloadMtprotoTask.
							
							
							
							
							
						 | 
						
							2019-12-05 11:32:33 +03: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
								
							 
						 | 
						
							
							
							
							
								
							
							
								849deb57e2
								
							
						 | 
						
							
							
								
								Move many widget classes to lib_ui.
							
							
							
							
							
						 | 
						
							2019-10-01 23:59:46 +03:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								c5845f17ae
								
							
						 | 
						
							
							
								
								Remove twidget header.
							
							
							
							
							
						 | 
						
							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 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								1018745b0b
								
							
						 | 
						
							
							
								
								Fix userpic display in custom notifications.
							
							
							
							
							
							
							
							Fixes #6532. 
							
						 | 
						
							2019-09-27 19:36:19 +03:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								47b157bf32
								
							
						 | 
						
							
							
								
								Fix possible crash in custom notifications.
							
							
							
							
							
						 | 
						
							2019-09-27 18:53:44 +03:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								6343221d7b
								
							
						 | 
						
							
							
								
								Remove many includes from stdafx.pch.
							
							
							
							
							
						 | 
						
							2019-09-06 19:31:07 +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
								
							 
						 | 
						
							
							
							
							
								
							
							
								93a52bb66e
								
							
						 | 
						
							
							
								
								Move some settings from global to Session.
							
							
							
							
							
						 | 
						
							2019-08-09 11:50:49 +01:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									John Preston
								
							 
						 | 
						
							
							
							
							
								
							
							
								ff44094ded
								
							
						 | 
						
							
							
								
								Rename AuthSession to Main::Session.
							
							
							
							
							
						 | 
						
							2019-07-24 13:45:24 +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
								
							 
						 | 
						
							
							
							
							
								
							
							
								a7c8feaecb
								
							
						 | 
						
							
							
								
								Use tr:: instead of langFactory and __rich.
							
							
							
							
							
						 | 
						
							2019-06-21 11:06:50 +02:00 | 
						
						
							
							
							
								
							
							
						 |