Adeeb Shihadeh
							
						 
						
							 
							
							
								
								
							
							
								
							
								1139fe507b 
								
									
								
							
								 
							
						 
						
							
							
								
								Move selfdrive/hardware/ to system/ ( #24725 )  
							
							 
							
							... 
							
							
 
							
							* move hardware to system/
* fix mypy 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Adeeb Shihadeh
							
						 
						
							 
							
							
								
								
							
							
								
							
								5c48e7bc86 
								
									
								
							
								 
							
						 
						
							
							
								
								remove comma two support ( #24248 )  
							
							 
							
							... 
							
							
 
							
							* remove comma two support
* cleanup release files
* little more
* more libs
* no more gralloc
* add snpe back 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Willem Melching
							
						 
						
							 
							
							
								
								
							
							
								
							
								ca8d4e417e 
								
									
								
							
								 
							
						 
						
							
							
								
								MacOS: ensure 1:1 rendering on HiDPI screens ( #23860 )  
							
							 
							
							
 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Adeeb Shihadeh
							
						 
						
							 
							
							
								
								
							
							
								
							
								12948e661a 
								
									
								
							
								 
							
						 
						
							
							
								
								soundd ( #21619 )  
							
							 
							
							... 
							
							
 
							
							* refactor alerts
* doesn't go here anymore
* soudd
* handle controls unresponsive
* same check
* fix path
* update sound test
* nice
* fix c2
* add script
* update tests
Co-authored-by: Comma Device <device@comma.ai> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Dean Lee
							
						 
						
							 
							
							
								
								
							
							
								
							
								b7f8c6ad03 
								
									
								
							
								 
							
						 
						
							
							
								
								qt/spinner: reduce CPU usage from 17% to 12% ( #21495 )  
							
							 
							
							... 
							
							
 
							
							* faster spinner
* initApp
* no brightness
* Update selfdrive/ui/qt/util.h
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Willem Melching
							
						 
						
							 
							
							
								
								
							
							
								
							
								54b6a9f121 
								
									
								
							
								 
							
						 
						
							
							
								
								Qt logging through cloudlog ( #21452 )  
							
							 
							
							... 
							
							
 
							
							* Qt logging through cloudlog
* sort imports
* rename to swaLogMessageHandler
* move to util
* info is high enough
* smaller diff 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Dean Lee
							
						 
						
							 
							
							
								
								
							
							
								
							
								9429bd2783 
								
									
								
							
								 
							
						 
						
							
							
								
								qt/util.h : add new function setQtSurfaceFormat ( #21206 )  
							
							 
							
							
 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Dean Lee
							
						 
						
							 
							
							
								
								
							
							
								
							
								7222d0f20d 
								
									
								
							
								 
							
						 
						
							
							
								
								Cleanup selfdrive/ includes ( #20822 )  
							
							 
							
							... 
							
							
 
							
							* cleanup include path
* continue
* format includes
* fix testraw.cc
* remove include path from SConstruct
* regroup
* rebase master
* almost done
* apply review
* rename FileReader.xx to filereader.xx
* rename Unlogger.x->unlogger.x
* rename FrameReader.xx -> framereader.xx
* apply reviews
* ui.h
* continue
* fix framebuffer.cc build error:mv util.h up
* full path to msm_media_info
* fix qcom2 camerad
Co-authored-by: Comma Device <device@comma.ai> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Willem Melching
							
						 
						
							 
							
							
								
								
							
							
								
							
								ab319d4f54 
								
									
								
							
								 
							
						 
						
							
							
								
								Replace ifdef with hw abstraction layer ( #20843 )  
							
							 
							
							... 
							
							
 
							
							* Replace ifdefs with hardware abstraction layer (#20801 )
* add type to class hadwareXXX
* replace ifdefs with hardware layer
* continue
* continue
* new function get_driver_view_transform
* full path to hw.h
* fix build error setup.cc
* apply review
* fix typo
* fix deprecated error:replace deprecated fromPath with new
* fix build error
* Fixes after ifdef clenaup (#20842 )
* inheritance doesnt work with static
* fix debayer
* small cleanup
* Update selfdrive/camerad/cameras/camera_common.cc
* Update selfdrive/ui/qt/offroad/settings.cc
* Update selfdrive/common/modeldata.h
* flip conditions
* fix comment
Co-authored-by: Dean Lee <deanlee3@gmail.com> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Willem Melching
							
						 
						
							 
							
							
							
								
							
								3a95d3ccaa 
								
							
								 
							
						 
						
							
							
								
								Revert "Replace ifdefs with hardware abstraction layer ( #20801 )"  
							
							 
							
							... 
							
							
 
							
							This reverts commit 757d2923d2 . 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Dean Lee
							
						 
						
							 
							
							
								
								
							
							
								
							
								757d2923d2 
								
									
								
							
								 
							
						 
						
							
							
								
								Replace ifdefs with hardware abstraction layer ( #20801 )  
							
							 
							
							... 
							
							
 
							
							* add type to class hadwareXXX
* replace ifdefs with hardware layer
* continue
* continue
* new function get_driver_view_transform
* full path to hw.h
* fix build error setup.cc
* apply review
* fix typo
* fix deprecated error:replace deprecated fromPath with new
* fix build error 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Dean Lee
							
						 
						
							 
							
							
								
								
							
							
								
							
								81491dc57f 
								
									
								
							
								 
							
						 
						
							
							
								
								c++ cleanup: standardize file extensions to .cc and .h ( #20800 )  
							
							 
							
							... 
							
							
 
							
							* c++ cleanup: standardize file extensions to .cc and .h
* cleanup files_common 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Comma Device
							
						 
						
							 
							
							
							
								
							
								23faedd25e 
								
							
								 
							
						 
						
							
							
								
								configure SSL globally on NEOS  
							
							 
							
							
 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Adeeb Shihadeh
							
						 
						
							 
							
							
							
								
							
								a5a61a2bd5 
								
							
								 
							
						 
						
							
							
								
								small UI cleanup  
							
							 
							
							
 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Adeeb Shihadeh
							
						 
						
							 
							
							
								
								
							
							
								
							
								ec8b21c261 
								
									
								
							
								 
							
						 
						
							
							
								
								qt fixups ( #20171 )  
							
							 
							
							... 
							
							
 
							
							* no outline
* disable on qcom for now
* fix qt 5.12.8
* cleanup drive stats
* widgets cleanup
* ssl test
* revert that
* disable by default
Co-authored-by: Comma Device <device@comma.ai> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Adeeb Shihadeh
							
						 
						
							 
							
							
								
								
							
							
								
							
								fed642c4ed 
								
									
								
							
								 
							
						 
						
							
							
								
								Qt offroad home screen ( #2672 )  
							
							 
							
							... 
							
							
 
							
							* some cleanup first
* home sweet home
* basic home screen
* date
* fix touch
* fix mac
* hide when onroad
* box layout didn't do what i thought 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Adeeb Shihadeh
							
						 
						
							 
							
							
								
								
							
							
								
							
								efc30f4a83 
								
									
								
							
								 
							
						 
						
							
							
								
								Qt cleanup ( #2622 )  
							
							 
							
							... 
							
							
 
							
							* scale
* contain weston hack in one file
* rest
* no show
* missed one 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Willem Melching
							
						 
						
							 
							
							
								
								
							
							
								
							
								7f3bf2093f 
								
									
								
							
								 
							
						 
						
							
							
								
								Qt ui: turn off screen after inactivity ( #2583 )  
							
							 
							
							... 
							
							
 
							
							* qt ui: turn off screen after inactivity
* handle touch events globally
* whitespace 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Willem Melching
							
						 
						
							 
							
							
								
								
							
							
								
							
								53e71f44ce 
								
									
								
							
								 
							
						 
						
							
							
								
								tici: fix ui rotation ( #2222 )  
							
							 
							
							... 
							
							
 
							
							* fix rotation using wayland
* put back intrinsic matrix fix 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Willem Melching
							
						 
						
							 
							
							
								
								
							
							
								
							
								42b6292fa5 
								
									
								
							
								 
							
						 
						
							
							
								
								ui: simplify shader versions and fix hardcoded texture size ( #2112 )  
							
							 
							
							... 
							
							
 
							
							* fix shader version
* fix texture buffer size
* Attribute/Varying is deprecated 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Adeeb Shihadeh
							
						 
						
							 
							
							
								
								
							
							
								
							
								43e3ec1bc1 
								
									
								
							
								 
							
						 
						
							
							
								
								UI cleanup ( #2091 )  
							
							 
							
							... 
							
							
 
							
							* remove unused UI code
* these params aren't used anymore
* this is cleaner
* remove one more timeout
* read that from carParams
* only android needs pm
* fix that
* fix that
Co-authored-by: Comma Device <device@comma.ai> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Adeeb Shihadeh
							
						 
						
							 
							
							
								
								
							
							
								
							
								7956bb6883 
								
									
								
							
								 
							
						 
						
							
							
								
								mac ui kind of works ( #2079 )  
							
							 
							
							
 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Willem Melching
							
						 
						
							 
							
							
							
								
							
								2410c7e26b 
								
							
								 
							
						 
						
							
							
								
								ui: force GLES context  
							
							 
							
							
 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Willem Melching
							
						 
						
							 
							
							
								
								
							
							
								
							
								e115c51452 
								
									
								
							
								 
							
						 
						
							
							
								
								Qt ui for PC ( #2023 )  
							
							 
							
							... 
							
							
 
							
							* qt ui boilerplate
* this kinda works
* cleanup
* render inside other widget
* cleanup
* more cleanup
* Not needed
* Handle click
* Draw at 20Hz
* create paint.hpp
* move stuff around
* update sidebar
* Draw vision
* this works again
* add clickable settings button
* Only collapse sidebar when started
* always use qt on linux
* fix width
* scrollable area
* talk to NetworkManager
* code to add a connection
* params toggles
* small cleanup
* add qt5 to dockerfile
* Qt on mac
* Add qt to release files
* fix macos build
* nore more ifdefs needed
* add icons
* make a bit nicer
* Hide scrollbar
Co-authored-by: Comma Device <device@comma.ai> 
							
						 
						
							5 years ago