430e9808b3 
								
							
								 
							
						 
						
							
							
								
								c++ replay: more robust seek ( #22375 )  
							
							... 
							
							
 
							
							* skip invalid segment
* test seek
* fix wrong cur_mono_time when route_start_ts is 0
* don't notify stream thread if current segment not merged
* continue merge next segment if current is invalid
* cleanup seekTo
* continue
* fix seek cross-boundary
* new demo route has 11 segments
* continue
* fix cross-boundary
* cleanup & better test cases
cleanup
remoe &
typo
update comment
* update test
* reserve space for new_events
* parallel sorting
* usleep(0)
* Revert "parallel sorting"
This reverts commit d7d1b42f49944aef0b6ca2962e45a7f5318a1152.
old-commit-hash: fa8ddd992d 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								a16e2fba2a 
								
							
								 
							
						 
						
							
							
								
								ui: only update ignition when panda is connected ( #22425 )  
							
							... 
							
							
 
							
							old-commit-hash: 009e37e797 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								10d0b511b5 
								
							
								 
							
						 
						
							
							
								
								ui: make OpenGL context current before connecting to VisionIPC  
							
							... 
							
							
 
							
							old-commit-hash: 9c771b45fc 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								0a1fa4fa7b 
								
							
								 
							
						 
						
							
							
								
								replay/segment: std::atomic member variables ( #22409 )  
							
							... 
							
							
 
							
							old-commit-hash: a6da064a93 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								408273df05 
								
							
								 
							
						 
						
							
							
								
								update useradmin url  
							
							... 
							
							
 
							
							old-commit-hash: c11be0f49a 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								2ea151be3c 
								
							
								 
							
						 
						
							
							
								
								C++ replay cache folder path / fix ( #22396 )  
							
							... 
							
							
 
							
							old-commit-hash: 4c7acf680c 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								361ee0e83c 
								
							
								 
							
						 
						
							
							
								
								UI: auto wide detection on PC ( #22392 )  
							
							... 
							
							
 
							
							* UI: auto wide detection on PC
* invert width
* cleanup
old-commit-hash: 23ae67bbf9 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								3f2e0fc70b 
								
							
								 
							
						 
						
							
							
								
								UI: whitespace fix ( #22383 )  
							
							... 
							
							
 
							
							old-commit-hash: e797439c5f 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								26e39eb441 
								
							
								 
							
						 
						
							
							
								
								UI: big pairing QR code ( #22384 )  
							
							... 
							
							
 
							
							old-commit-hash: 45409cb4fe 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								f4ac70557b 
								
							
								 
							
						 
						
							
							
								
								tools: make auth optional for public routes ( #22386 )  
							
							... 
							
							
 
							
							* tools: make auth optional for public routes
* handle 403
* show warning from c++ replay
old-commit-hash: a31c6ce3f9 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								4852437483 
								
							
								 
							
						 
						
							
							
								
								update demo route ( #22381 )  
							
							... 
							
							
 
							
							old-commit-hash: dd67dc6b34 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								a3378ce0f7 
								
							
								 
							
						 
						
							
							
								
								replay: fall back to qlog ( #22362 )  
							
							... 
							
							
 
							
							old-commit-hash: b7c64542f4 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								04e5fdb931 
								
							
								 
							
						 
						
							
							
								
								replay: send frames based on encodeIdx packet ( #22361 )  
							
							... 
							
							
 
							
							* send frames based on encodeIdx
* use start of frame time if set
* also use end of frame if set
* fix timestamp for encode packets
* handle all cameras
* add comment
* add twice
old-commit-hash: 6881688af2 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								e5d79759ff 
								
							
								 
							
						 
						
							
							
								
								c++ replay:  more accurate sleep ( #22348 )  
							
							... 
							
							
 
							
							* precise sleep
* cleanup
* continue
old-commit-hash: 318a8ba854 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								48e07756a2 
								
							
								 
							
						 
						
							
							
								
								c++ replay: improve seeking&updating events ( #22319 )  
							
							... 
							
							
 
							
							* improve seeking
* qDebug
* cleanup
* wait on cv
robust
* Trailing underscores for member variables
* group log variables
* small cleanup,remove unnecess std::atomic
* remove debug output
* fix seek problem
* add comment
* better lambda
* faster seek.don't block stream thread if segment already loaded
* remove assert
old-commit-hash: a548d4b5b8 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								9fae8b50f3 
								
							
								 
							
						 
						
							
							
								
								c++ replay: chunking and concurrent downloads ( #22308 )  
							
							... 
							
							
 
							
							* download segment files by chunks in multiple threads
* remove easy_handl on aborting
* add test cases
* better error handling
* update test
* cleanup
* add CURLGlobalInitializer
* check http code
* finish
old-commit-hash: 4e6ff308a8 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								bac9a01cb2 
								
							
								 
							
						 
						
							
							
								
								load d/e camera by command line flags ( #22341 )  
							
							... 
							
							
 
							
							old-commit-hash: e888a7e939 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								a2e6e1c021 
								
							
								 
							
						 
						
							
							
								
								setup: add low voltage warning ( #22342 )  
							
							... 
							
							
 
							
							* setup: add low voltage warning
* read voltage
* fix path
old-commit-hash: 0d0aad05ce 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								d3bed07840 
								
							
								 
							
						 
						
							
							
								
								UI: Fix mph and wi-fi spelling ( #22334 )  
							
							... 
							
							
 
							
							* display WiFi as Wi-Fi
* fix typo in metric setting description
old-commit-hash: 70e1c9c40c 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								3a1b5c7110 
								
							
								 
							
						 
						
							
							
								
								Fix small typo in DisableRadar toggle description ( #22333 )  
							
							... 
							
							
 
							
							old-commit-hash: 67c09b4caf 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								821f1f6cb6 
								
							
								 
							
						 
						
							
							
								
								remove community supported cars from community features ( #22330 )  
							
							... 
							
							
 
							
							* remove community supported cars from community features
* remove bosch and hkg long
* remove test case
* update refs
old-commit-hash: 649af76fd4 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								06e22360ae 
								
							
								 
							
						 
						
							
							
								
								Add DisableRadar_Allow param and settings toggle ( #22329 )  
							
							... 
							
							
 
							
							old-commit-hash: 8c01ae5716 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								6770024b14 
								
							
								 
							
						 
						
							
							
								
								UI: re-order sidebar temp wording ( #22323 )  
							
							... 
							
							
 
							
							old-commit-hash: d888ef8f89 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								f235e39bda 
								
							
								 
							
						 
						
							
							
								
								rename filereader.cc[h] to logreader.cc[h] ( #22279 )  
							
							... 
							
							
 
							
							old-commit-hash: dff6dbfbe9 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								2fefa32476 
								
							
								 
							
						 
						
							
							
								
								UI: new class ListWidget ( #21273 )  
							
							... 
							
							
 
							
							* ListWidget
* continue
* remove function horizontal_line
* cleanup
* default spacing 25
* fix networkpanel margin on EON
* solid expanding
* 0 width
* cleanup
* apply reviews
* remove function addLayout,make it looks like QLIstWidget
* rename addWidget to addItem
* rebase master
* rebase master
* merge master
* cleanup
* fixed title bar position
* no flash while folding
* cleanup
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: abffc8b2ad 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								e2332a0275 
								
							
								 
							
						 
						
							
							
								
								replay: pause/resume using spacebar  ( #22278 )  
							
							... 
							
							
 
							
							* pause/resume using spacebar
* Update selfdrive/ui/replay/replay.cc
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: ec67d2b8f5 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								5be69694ba 
								
							
								 
							
						 
						
							
							
								
								replay improvements ( #22203 )  
							
							... 
							
							
 
							
							* refactor replay
* cleanup
small cleanup
* merge 22239
* cleanup
* add optional argument for start time
* small cleaup
old-commit-hash: 50ae7dd6a9 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								e44eabb2f8 
								
							
								 
							
						 
						
							
							
								
								replay: don't splits empty strings ( #22271 )  
							
							... 
							
							
 
							
							old-commit-hash: 8eb92a98ba 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								969f992d59 
								
							
								 
							
						 
						
							
							
								
								replay: remove array subscript ( #22268 )  
							
							... 
							
							
 
							
							old-commit-hash: cb49ceabf0 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								cfed62dd36 
								
							
								 
							
						 
						
							
							
								
								replay: add nice arg parser ( #22264 )  
							
							... 
							
							
 
							
							* replay: add nice arg parser
* demo
* cleanup
old-commit-hash: f49e7629ee 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								303cb411b4 
								
							
								 
							
						 
						
							
							
								
								replay: thread-safe seek ( #22228 )  
							
							... 
							
							
 
							
							old-commit-hash: f5aa3a30c9 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								757e768d9f 
								
							
								 
							
						 
						
							
							
								
								UI: show steering wheel icon while engaged or engageable  
							
							... 
							
							
 
							
							old-commit-hash: 78b97eaa36 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								b3a1f2c67d 
								
							
								 
							
						 
						
							
							
								
								UI: fix getting stuck after vipc recv timeout  
							
							... 
							
							
 
							
							old-commit-hash: 86beb9a81a 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								0fe0095d9f 
								
							
								 
							
						 
						
							
							
								
								demo route note in replay  
							
							... 
							
							
 
							
							old-commit-hash: 8d554abbf7 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								c3a226afbf 
								
							
								 
							
						 
						
							
							
								
								Revert "ui: use C3 video sizes by default on PC"  
							
							... 
							
							
 
							
							This reverts commit 71484f14c0d13f9b3eb9bece3629726e834ea304.
old-commit-hash: abae4ef72c 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								b85209979a 
								
							
								 
							
						 
						
							
							
								
								ui: use C3 video sizes by default on PC  
							
							... 
							
							
 
							
							old-commit-hash: cf4cd3b693 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								1e1c4fcd83 
								
							
								 
							
						 
						
							
							
								
								fix Replay::mergeEvents: use std::end()  ( #22215 )  
							
							... 
							
							
 
							
							old-commit-hash: a89bdb6a05 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								1fd8466af0 
								
							
								 
							
						 
						
							
							
								
								replay: unlock mutex before sleep ( #22213 )  
							
							... 
							
							
 
							
							old-commit-hash: 365e8bfd93 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								b8c56b5b75 
								
							
								 
							
						 
						
							
							
								
								replay: fix bugs in merging events ( #22205 )  
							
							... 
							
							
 
							
							old-commit-hash: eb4a28af11 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								66c6adc436 
								
							
								 
							
						 
						
							
							
								
								UI: lazy onboarding widgets init ( #21780 )  
							
							... 
							
							
 
							
							* don't show onboarding on startup
* cleanup
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 2d640e25c3 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								7100381a02 
								
							
								 
							
						 
						
							
							
								
								replay: thread safe merge & free logs ( #22196 )  
							
							... 
							
							
 
							
							old-commit-hash: a1a0201069 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								0d226299e7 
								
							
								 
							
						 
						
							
							
								
								test_replay.cc: temporarily comment out the rand seek test ( #22192 )  
							
							... 
							
							
 
							
							* Temporarily comment out the rand seek test
* enable ci
* trigger ci
* trigger ci
* trigger ci
* trigger ci
* trigger ci
old-commit-hash: f3683dd4cb 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								9193e1afa1 
								
							
								 
							
						 
						
							
							
								
								Unify neos/agnos updaters ( #22109 )  
							
							... 
							
							
 
							
							* start moving neos updater
* downloading
* ui
* move recovery
* resuming
* add verification
* fix up launch
* test
* update updater
* fix mypy
* fake updater
* review suggestions
* more tests
* abc
* update bin
* raise
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: b3705ede5e 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								1d5ca75029 
								
							
								 
							
						 
						
							
							
								
								FrameReader:  do not depend on Qtunit tests ( #21379 )  
							
							... 
							
							
 
							
							* add timeout and test case
* remove useless comment
* reduce to 1s
* fix gotframe fail when Duplicate POC in a sequence
* cleanup
* remove space
* fix
old-commit-hash: 81a128cd76 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								f4d8621be1 
								
							
								 
							
						 
						
							
							
								
								Qt/onroad: use CameraViewWidget ( #21821 )  
							
							... 
							
							
 
							
							* use CameraViewWidget
* no timer, updateFrame after frameSwapped
* use QOpenGLShaderProgram
* merge master
* remove that
* new function setStreamType
* continue
* remove showEvent
* cleanup
* cleanup
* little more
* fix black screen on startup
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: a034926264 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								706542a7b2 
								
							
								 
							
						 
						
							
							
								
								nav: add button to clear current route ( #22167 )  
							
							... 
							
							
 
							
							* nav: add button to clear current route
* fix scroll
* retab
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: d5475ba946 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								01a10fe8bd 
								
							
								 
							
						 
						
							
							
								
								Fixes for C3 LTE connection being deleted ( #22129 )  
							
							... 
							
							
 
							
							* Fix for LTE connection being deleted
* also fix newConnection
* simplify
old-commit-hash: 251a074b20 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								b3f5ad454e 
								
							
								 
							
						 
						
							
							
								
								nav: set map widget parent  
							
							... 
							
							
 
							
							old-commit-hash: d5face26a8 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								9373ea74be 
								
							
								 
							
						 
						
							
							
								
								map fixes,  #22105  ( #22152 )  
							
							... 
							
							
 
							
							old-commit-hash: 576459ca45 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								6e5f390994 
								
							
								 
							
						 
						
							
							
								
								c3 keyboard: fix button status not updated ( #22127 )  
							
							... 
							
							
 
							
							old-commit-hash: e284f515b9 
							
						 
						
							4 years ago