John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								8e45b09083 
								
							 
						 
						
							
							
								
								Use different indentation for rpl operators.  
							
							 
							
							... 
							
							
							
							It works better with Visual Studio IDE. 
							
						 
						
							2017-12-26 19:20:07 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								ec515080b5 
								
							 
						 
						
							
							
								
								Improve saved messages search results display.  
							
							 
							
							
							
						 
						
							2017-12-26 19:20:06 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								3b3a705a67 
								
							 
						 
						
							
							
								
								First working code for sending albums.  
							
							 
							
							
							
						 
						
							2017-12-26 19:20:06 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								3f751bfbb0 
								
							 
						 
						
							
							
								
								Activate window on dropEvent.  
							
							 
							
							
							
						 
						
							2017-12-18 20:25:24 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								712b3f481c 
								
							 
						 
						
							
							
								
								Move online phrase code from app module.  
							
							 
							
							... 
							
							
							
							Also fix possible assertion violation in online change timeout. 
							
						 
						
							2017-12-17 12:13:26 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								97c15865a5 
								
							 
						 
						
							
							
								
								Move some code around.  
							
							 
							
							... 
							
							
							
							Move logs:SignalHandlers to core/crash_reports:CrashReports.
Move all pre-launch windows to core/crash_report_window module.
Move some global code to core/launcher:Launcher.
It should replace settings / platform_specific module in some way. 
							
						 
						
							2017-12-12 16:47:32 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								355747d7bf 
								
							 
						 
						
							
							
								
								Remove send actions in Saved Messages.  
							
							 
							
							... 
							
							
							
							Fixes  #4122 . 
							
						 
						
							2017-12-07 18:27:59 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								320105f201 
								
							 
						 
						
							
							
								
								Allow searching for '@' in the chats filter field.  
							
							 
							
							... 
							
							
							
							Fixes  #4121 . 
							
						 
						
							2017-12-07 17:43:06 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								5bc47e5203 
								
							 
						 
						
							
							
								
								Move shareContact and readServerHistory to ApiWrap.  
							
							 
							
							... 
							
							
							
							Also allow non-confirming contact info sharing to Saved Messages. 
							
						 
						
							2017-12-07 17:43:05 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								6764a3cc86 
								
							 
						 
						
							
							
								
								Replace SelectedItemSet with MessageIdsList.  
							
							 
							
							... 
							
							
							
							Use vector<FullMsgId> everywhere instead QMap<..,HistoryItem*>.
The old way the app crashed in case some messages were deleted.
If the items are needed use HistoryItemsList=vector<HistoryItem*>. 
							
						 
						
							2017-12-06 14:13:38 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								8b3d203861 
								
							 
						 
						
							
							
								
								Display saved messages senders correctly.  
							
							 
							
							
							
						 
						
							2017-12-05 20:38:13 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								46bafc2dcc 
								
							 
						 
						
							
							
								
								Support Saved messages in chats list and forwards.  
							
							 
							
							
							
						 
						
							2017-12-05 18:07:01 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								62568daffe 
								
							 
						 
						
							
							
								
								Refactor NotifySettings in PeerData.  
							
							 
							
							
							
						 
						
							2017-12-04 21:48:45 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								e1c68892d4 
								
							 
						 
						
							
							
								
								Show third column only when explicitly requested.  
							
							 
							
							... 
							
							
							
							This allows you to show info in layer from mention links. 
							
						 
						
							2017-12-04 13:42:05 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								85b3d3f64d 
								
							 
						 
						
							
							
								
								Display admin badges in supergroups.  
							
							 
							
							... 
							
							
							
							Also prefer std containers to Qt and OrderedSet in data_peer. 
							
						 
						
							2017-12-01 22:38:44 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								d014b47958 
								
							 
						 
						
							
							
								
								Move Info::TopBarOverride to Info::TopBar.  
							
							 
							
							... 
							
							
							
							This allows to improve animations in shared media items selection. 
							
						 
						
							2017-11-27 15:43:57 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								6ca105a290 
								
							 
						 
						
							
							
								
								Minimal layer 72 support.  
							
							 
							
							
							
						 
						
							2017-11-20 23:54:05 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								fe9630bb20 
								
							 
						 
						
							
							
								
								Allow to resize third column.  
							
							 
							
							
							
						 
						
							2017-11-16 07:59:11 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								5f0ba48309 
								
							 
						 
						
							
							
								
								Add top bar menu and notifications toggle.  
							
							 
							
							
							
						 
						
							2017-11-16 07:59:10 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								fcf2b9d1a7 
								
							 
						 
						
							
							
								
								Add some more actions to info profile.  
							
							 
							
							
							
						 
						
							2017-11-16 07:59:10 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								8191ebfc49 
								
							 
						 
						
							
							
								
								Improve peer context menu for info.  
							
							 
							
							
							
						 
						
							2017-11-16 07:59:09 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								4771ea7cd4 
								
							 
						 
						
							
							
								
								Display "{from}:" in global search results.  
							
							 
							
							... 
							
							
							
							Regression was introduced in c09fbcfeb3 . 
							
						 
						
							2017-11-16 07:59:09 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								b51f865c54 
								
							 
						 
						
							
							
								
								Save info members list state to memento.  
							
							 
							
							
							
						 
						
							2017-11-16 07:59:08 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								65cc4d3fbc 
								
							 
						 
						
							
							
								
								Support item repaint in Info media overview.  
							
							 
							
							
							
						 
						
							2017-11-16 07:59:06 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								93c15e5ee6 
								
							 
						 
						
							
							
								
								Use internal section stack in Info::WrapWidget.  
							
							 
							
							
							
						 
						
							2017-11-16 07:59:06 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								83850d9b86 
								
							 
						 
						
							
							
								
								Change *[Fast|Animated] to anim::type in FadeWrap.  
							
							 
							
							
							
						 
						
							2017-11-16 07:59:06 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								d1687ab963 
								
							 
						 
						
							
							
								
								Improve info wrapping in section / layer.  
							
							 
							
							... 
							
							
							
							Also move layerwidget to window/layer_widget.
Also replace ui/effects/widget_fade_wrap with ui/wrap/fade_wrap. 
							
						 
						
							2017-11-16 07:59:05 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								e1ba9f8ff8 
								
							 
						 
						
							
							
								
								Hide send message in Info for current chat.  
							
							 
							
							
							
						 
						
							2017-11-16 07:59:04 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								5e7aa4ff81 
								
							 
						 
						
							
							
								
								Move third column from HistoryWidget to MainWidget.  
							
							 
							
							
							
						 
						
							2017-11-16 07:59:03 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								f162462111 
								
							 
						 
						
							
							
								
								Move info between Layer and Narrow wrap.  
							
							 
							
							
							
						 
						
							2017-11-16 07:59:03 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								c302219f9e 
								
							 
						 
						
							
							
								
								Use rpl in some widgets and effects.  
							
							 
							
							
							
						 
						
							2017-11-16 07:59:02 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								c09fbcfeb3 
								
							 
						 
						
							
							
								
								Display author photo / name in search results.  
							
							 
							
							
							
						 
						
							2017-09-05 20:21:56 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								2e374e68c5 
								
							 
						 
						
							
							
								
								Fix working with layers.  
							
							 
							
							... 
							
							
							
							Regression was introduced in df64c97 .
New base::flags work correctly only if all mutually exclusive flag
values use mutually exclusive bits (a & b == 0 for exclusive (a, b)).
Closes  #3856 . 
							
						 
						
							2017-09-03 22:49:33 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								df64c972d8 
								
							 
						 
						
							
							
								
								Replace QFlags with base::flags.  
							
							 
							
							
							
						 
						
							2017-09-03 15:45:47 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								d4814c5cb0 
								
							 
						 
						
							
							
								
								Display only mention badge if one unread message.  
							
							 
							
							
							
						 
						
							2017-08-30 19:15:46 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								a8df4453ff 
								
							 
						 
						
							
							
								
								Fix cancel search in peer ripple painting.  
							
							 
							
							
							
						 
						
							2017-08-30 19:15:45 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								25ffaaaa2d 
								
							 
						 
						
							
							
								
								Replace t_assert() with Assert().  
							
							 
							
							... 
							
							
							
							Also use this assertions for Expects(), Ensures() and Unexpected(). 
							
						 
						
							2017-08-30 19:15:42 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								b3da99c302 
								
							 
						 
						
							
							
								
								Replace gsl::not_null<T*> with just not_null<T*>.  
							
							 
							
							
							
						 
						
							2017-08-30 19:15:41 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								cc4023d26a 
								
							 
						 
						
							
							
								
								Improve unread mentions badge layout.  
							
							 
							
							
							
						 
						
							2017-08-30 19:15:39 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								e13ed9b909 
								
							 
						 
						
							
							
								
								Remove main()->peerUpdated and some other signals.  
							
							 
							
							
							
						 
						
							2017-08-30 19:15:36 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								6cedf20c39 
								
							 
						 
						
							
							
								
								Remove old crash debug information.  
							
							 
							
							
							
						 
						
							2017-08-30 19:15:33 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								0303f18ac6 
								
							 
						 
						
							
							
								
								Fix check for _mouseSelection flag in dialogs.  
							
							 
							
							... 
							
							
							
							Fixes  #3781 . 
							
						 
						
							2017-08-30 19:15:32 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								a72453fb1b 
								
							 
						 
						
							
							
								
								Remove ContactsBox and contacts_box module.  
							
							 
							
							
							
						 
						
							2017-08-30 19:15:30 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								f7359093b4 
								
							 
						 
						
							
							
								
								Replace ContactsBox with PeerListBox in two cases.  
							
							 
							
							... 
							
							
							
							- View contacts list in PeerListBox.
- Add participants when creating group / channel in PeerListBox. 
							
						 
						
							2017-08-30 19:15:27 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								0bea2620b5 
								
							 
						 
						
							
							
								
								Replace BoxContent::closeHook() with boxClosing.  
							
							 
							
							
							
						 
						
							2017-08-30 19:15:24 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								e209737b1a 
								
							 
						 
						
							
							
								
								Display and follow unread mentions in history.  
							
							 
							
							
							
						 
						
							2017-08-30 19:15:13 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								ab35829358 
								
							 
						 
						
							
							
								
								Remove App::app(), App::uploader(), App::api().  
							
							 
							
							... 
							
							
							
							Also use Auth() instead of AuthSession::Current*(). 
							
						 
						
							2017-08-25 14:39:18 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								b0cc61c621 
								
							 
						 
						
							
							
								
								API scheme updated to layer 71.  
							
							 
							
							
							
						 
						
							2017-08-25 12:58:12 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								99afa1196c 
								
							 
						 
						
							
							
								
								Improve search in peer / search from user design.  
							
							 
							
							
							
						 
						
							2017-08-25 12:58:11 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								0a6535ea94 
								
							 
						 
						
							
							
								
								Show "choose from user" box when typing "from:".  
							
							 
							
							
							
						 
						
							2017-08-25 12:58:10 +03:00