d72f000d98 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: Improve seeking and zooming ( #32334 )  
							
							... 
							
							
 
							
							* Improve seeking and zooming
* No repeated calculation of freq
* set min zoom seconds to 10ms 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								86efd70fa9 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: allocate qt objects on the heap instead of stack ( #30374 )  
							
							... 
							
							
 
							
							allocate qobject in heap 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								01610128bb 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: support suppress highlighted bits ( #30336 )  
							
							... 
							
							
 
							
							* support suppress highlighted bits
d
* faster filtering and sorting
* improve livestream
* specify the context in the connections
* remove inline 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								952838335d 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: improve playback controller ( #30325 )  
							
							... 
							
							
 
							
							improve playback controller 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								57621afcb0 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana/chart: populate the points incrementally ( #30326 )  
							
							... 
							
							
 
							
							* populate the points incrementally
* less spacing 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								818d29818f 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: reduce minimum size ( #30223 )  
							
							... 
							
							
 
							
							reduce minimumsize 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								47813ae8b5 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: fix crash when switching dbc file ( #30227 )  
							
							... 
							
							
 
							
							fix crash when switching dbc file 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								0bd9df3193 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: bug fixes ( #29902 )  
							
							... 
							
							
 
							
							* fix freq
* fix chart legend alignment issue 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								34f5cad4e7 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana/chart: use different colors to distinguish similar signals ( #29890 )  
							
							... 
							
							
 
							
							* Use different colors to distinguish similar signals
* check hueF value
* lighter 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								11d157369b 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana/chart: fix rubber band precision issue ( #29887 )  
							
							... 
							
							
 
							
							fix rubber band precision issue 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								2d99521e75 
								
									
								
							
								 
							
						 
						
							
							
								
								cpplint:   `build/include_what_you_use` ( #29556 )  
							
							... 
							
							
 
							
							* include_what_you_use
* remove comments
* include <memory>
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								2ebd7ab088 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: fix segfault when switching DBC files. ( #28587 )  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								a26e6d1633 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: supports switching streams on the fly ( #28081 )  
							
							... 
							
							
 
							
							* open stream
* use std::atomic::exchange
* emit streamStarted immediately 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								d7adee9766 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: clear all cached values in chart after changing signal properties in live mode ( #28125 )  
							
							
 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								4ed6412ee5 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: Make the close button on TabBar look consistent and adaptable to different templates. ( #28065 )  
							
							... 
							
							
 
							
							consistent and adaptable to different templates 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								e5678d3a3f 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: fix the timeline position of the newly created chart was always 0 when paused. ( #28079 )  
							
							
 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								45f1f764ea 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: display current time & values in chart ( #28042 )  
							
							... 
							
							
 
							
							* display current time&value in chart
* cleanup
* use macro
* use BrightText
* use x-square
* tiplabel: set point size 9
* add 1 point offset
* change Light color
* lighter color
* use const iterator to avoid implict sharing detachs 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								7f856eafd9 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: fix wrong total seconds in replay mode ( #28015 )  
							
							... 
							
							
 
							
							* fix total_sec
* fix chart max range
* fix all_evnets order & use vector to improve performance
* dynamic updating max time
* get real time from qlog
* Update tools/cabana/streams/livestream.cc
Co-authored-by: Shane Smiskol <shane@smiskol.com>
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								91dc064ac7 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: support all features except video in live stream mode. ( #27994 )  
							
							
 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								ed1f03dc41 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: paint sparkline in threads ( #27925 )  
							
							... 
							
							
 
							
							* multiple threading realtime sparkline
* delay visible
* remove msg_id
* cleanup 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								f77930f569 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: display chart count in tab ( #27853 )  
							
							... 
							
							
 
							
							display chart count in tabbar 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								d425f9d1e6 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: fix tooltip will not show if chart is partial visible. ( #27897 )  
							
							... 
							
							
 
							
							* use horizontalSpacing
* fix chart toopl tip 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								f63fe15637 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: support splitting chart ( #27887 )  
							
							... 
							
							
 
							
							* split chart
* fixed elided axisY label issues
* fade in chart 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								57bf782872 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: split chart to multiple files ( #27871 )  
							
							... 
							
							
 
							
							* git mv
* split file
* fix includes
* split tiplabel out 
							
						 
						
							3 years ago