3c507e8ad7 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: auto update signal on field changes ( #26464 )  
							
							... 
							
							
 
							
							* auto update signal on field changes
* better icon 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								6cf9fff919 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: fix segfault on exit ( #26465 )  
							
							... 
							
							
 
							
							fix segfault on exit 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								e08896c45d 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: confirm exit without saving ( #26452 )  
							
							... 
							
							
 
							
							* confirm exit without saving
* typo 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								122c0ec135 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: remember last directory in open file dialog ( #26449 )  
							
							... 
							
							
 
							
							* remember last directory in open file dialog
* use QFileInfo 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								7c922eafe9 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana:  Added support for undo & redo  ( #26440 )  
							
							... 
							
							
 
							
							* undo/redo
* display command list to rolling the state backwards or forward
* update detailview after rolling states
* add * to title bar to indicate dbc has changed
* fix signal pointer address changed after removed
* cleanup
* fix id error
* clear undo stack after dbc file changed
* cleanup
* use map
* cleanup
* typo 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								b320ac6c23 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: improve the BinaryView & fix known issues ( #26409 )  
							
							... 
							
							
 
							
							* fix flipping issue
* dragging up to create little endian signal
* transform between little & big endian
* complete selection functions
* scroll to top after msg updated
* remove empty line
* cleanup code
* remove extra semicolon
* fix indentation
* minmax
* dont select hex column
* create msg if not existed 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								59bf2fc008 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: support deleting message ( #26418 )  
							
							... 
							
							
 
							
							delete message 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								fc872271ae 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: add menu bar to main window ( #26419 )  
							
							... 
							
							
 
							
							* add menu bar
* show DBC name in title
* cleanup 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								1cf293f3a6 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: improve message sorting,filtering and updating. ( #26396 )  
							
							... 
							
							
 
							
							* optimize sort/filter/update
* helper function msgName
* cleanup 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								45891c7907 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: use QToolBar to manage the controls in ChartsView ( #26388 )  
							
							... 
							
							
 
							
							use QToolBar 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								cdcc0fb369 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: Reimplement HistoryLog::sizeHintForColumn to improve performance ( #26393 )  
							
							... 
							
							
 
							
							Reimplement sizeHintForColumn to improve performance 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								3dc5dbf103 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: move the chart title into graphics view ( #26389 )  
							
							... 
							
							
 
							
							remove class ChartWidget 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								529504e201 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: move dbc related code from MessagesWidget to MainWin ( #26387 )  
							
							... 
							
							
 
							
							* move dbc related code to mainwin
* trigger ci 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								ea5587d1d1 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: fix wrong hardcoded column index ( #26392 )  
							
							... 
							
							
 
							
							fix wrong column count 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								ac76cc9325 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: cleanup code ( #26369 )  
							
							... 
							
							
 
							
							* remove ChartView::enterEvent
* cleanup ChartsWidget::removeAll
* group graphics items
* remove rubber->setPalette
* helper function DBCManager::parseId
* remove variable name from dbcManager
* fix readme/Usage
* use QSlider::setRange
* cleanup include
* use emplace_back
* remove varialbe routeName from CanMessages
* remove tmp variable
* remove blank line
* cleanup layout
* clean settings layout
* connect to streamStarted
* cleanup signal/slot 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								0e3edf7877 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: fix signal list glitch ( #26357 )  
							
							... 
							
							
 
							
							* fix signal list glitch
* fix glitch when open new msg
* reduce spacing
* fix binaryview glitch
* spacing 3
* create form on demand
* dont close form after save
* remove timer
* remove sizepolicy
* cleanup 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								241d88c018 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: update viewport after mouse released ( #26355 )  
							
							... 
							
							
 
							
							update viewport after mouse released 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								70363e2491 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: word wrap header ( #26341 )  
							
							... 
							
							
 
							
							* auto wrap header
* custom headerview 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								e4ec1d7c4c 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: update line series concurrently ( #26339 )  
							
							... 
							
							
 
							
							update series concurrently 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								b25e56925c 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: make whole DetailWidget scrollable  ( #26340 )  
							
							
 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								e355d7383f 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: add y-axis padding ( #26326 )  
							
							... 
							
							
 
							
							add padding 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								4c90bb8635 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: optimize chart update ( #26327 )  
							
							... 
							
							
 
							
							optimize update 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								6ca6a26d4c 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: fix update issues when the the replay is paused ( #26311 )  
							
							... 
							
							
 
							
							fix state not updated if replay is paused 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								3fc373b4e4 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: fix mouse freezes / hangs ( #26292 )  
							
							... 
							
							
 
							
							* fix mouseReleaseEvent
* trigger ci 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								23f290941a 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: get double precision from std::numeric_limits ( #26293 )  
							
							... 
							
							
 
							
							fix precision 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								af685851af 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: update msg name after load dbc from paste ( #26294 )  
							
							... 
							
							
 
							
							update msg name after load dbc from paste 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								6fed76695c 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: fix possible crash when removing tabs  ( #26283 )  
							
							... 
							
							
 
							
							fix dead loop 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								9c7e375944 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: sync button state with chart ( #26285 )  
							
							... 
							
							
 
							
							sync button state with charts 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								80b088c332 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: add save DBC dialog ( #26282 )  
							
							... 
							
							
 
							
							* export DBC to text edit
* added saveAs & Copy To Clipboard
* cleanup
* cleanup include
* add test case
* rename variable
* fix precision 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								5de54c35a9 
								
							
								 
							
						 
						
							
							
								
								cabana: fix settings titles  
							
							
 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								5aa0d211f0 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: double click the title bar to move binview to a separate column ( #26280 )  
							
							... 
							
							
 
							
							* double click to move binview to seperate column
* cleanup
* double click frame
* continue
* rename signal
* add tooltip
* fix layout
* don't show last cell's  bottom line
* increase spliter handle size
* cleanup
* set resize mode to ResizeToContents
* add a split button
* cleanup layout&fix space
* cleanup
* remove hardcoded size
* cleanup 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								a622e523b2 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: add tab context menu for  'close other tabs' ( #26279 )  
							
							... 
							
							
 
							
							close other tabs 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								8de9bbaa73 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: improve track line ( #26231 )  
							
							... 
							
							
 
							
							* improve track line
* show text label on the left if reach the right edge
* cleanup
* cleanup 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								ba570b963f 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: change the chart theme in setting ( #26220 )  
							
							... 
							
							
 
							
							* change the chart theme in setting
* change title colors
* cleanup 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								d679659018 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: fix marker z-index ( #26254 )  
							
							
 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								f04ca9ff3d 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: fix dbc opened twice on startup ( #26265 )  
							
							
 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								7c1bb03497 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: set fixed height for statusbar ( #26264 )  
							
							
 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								5e717c12f1 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana:: remove a fixed TODO ( #26257 )  
							
							... 
							
							
 
							
							remove a fixed TODO 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								728d969249 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: limit X-axis range from settings ( #26213 )  
							
							... 
							
							
 
							
							* limit X-axis range from settings
* continue
* update range if events merged
* update line series by range
* cleanup removeChart
* cleanup updateAxisy 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								d549e1899d 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: use QLineEdit for double value ( #26247 )  
							
							
 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								87e0a5dd1a 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: display overlapping bits warning ( #26219 )  
							
							... 
							
							
 
							
							display overlapping bits warning 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								686506f400 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: stable FPS ( #26120 )  
							
							... 
							
							
 
							
							* stable FPS
* fix 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								20dced4edc 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: Added ability to highlight and resize overlapped signals ( #26210 )  
							
							
 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								60b666fe3b 
								
									
								
							
								 
							
						 
						
							
							
								
								Add #include <QFile> in cabana ( #26208 )  
							
							... 
							
							
 
							
							* Add #include <QFile>
* fix import order
Co-authored-by: Cameron Clough <cameronjclough@gmail.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								0844662f84 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: use deque::resize() instead of pop_back in loop ( #26209 )  
							
							... 
							
							
 
							
							use resize instead of pop_front in loop 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								64f89beb0d 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: delete all selected cells when shrinking signal ( #26211 )  
							
							
 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								80c565d9fe 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: no popup when adding a new signal. ( #26155 )  
							
							... 
							
							
 
							
							* merge master
* GM: make loopback updated check more explicit
This previously checked if parser_pyx filled the defaultdict, now it checks the values in the list (same either way)
* merge master
* continue
* continue
* check for duplicate name
* check duplicate signal name in saveSignal
* check signal size
* size*8
* cleanup
* check size after push_back
* install qlog handler at end
* remove todo
Co-authored-by: Shane Smiskol <shane@smiskol.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								8a0475bd3b 
								
							
								 
							
						 
						
							
							
								
								cabana: fix BinaryView byte indices  
							
							
 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								e7e64be734 
								
									
								
							
								 
							
						 
						
							
							
								
								cabana: fix incorrect freq&counter ( #26207 )  
							
							... 
							
							
 
							
							fix wrong freq 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								d75cbf2338 
								
									
								
							
								 
							
						 
						
							
							
								
								Cabana: fix segfault on exit ( #26193 )  
							
							... 
							
							
 
							
							fix segfault on exit 
							
						 
						
							3 years ago