4715510e91 
								
									
								
							
								 
							
						 
						
							
							
								
								UI: hide power off button on C3 while onroad ( #23689 )  
							
							... 
							
							
 
							
							* Grey out power button while onroad - comma three only
* Apply suggestions from code review
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								3e9cb7fa12 
								
									
								
							
								 
							
						 
						
							
							
								
								remove community features toggle ( #23214 )  
							
							... 
							
							
 
							
							* remove community features toggle
* bump cereal
* little more
* update refs 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								85dcfbbf36 
								
									
								
							
								 
							
						 
						
							
							
								
								update comment ( #23495 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								db6c477373 
								
									
								
							
								 
							
						 
						
							
							
								
								use km/h in settings.cc ( #23290 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								472177e2a8 
								
							
								 
							
						 
						
							
							
								
								Revert "Qt/SetingWindow: faster initialization and painting ( #21764 )"  
							
							... 
							
							
 
							
							This reverts commit f482354e4e 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								2483fc5d5d 
								
									
								
							
								 
							
						 
						
							
							
								
								ui: singleton uistate ( #22789 )  
							
							... 
							
							
 
							
							* singleton uistate
* merge master
* merge master
* merge master
* connect uistate in sidebar
* move to device 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								c84310c94c 
								
									
								
							
								 
							
						 
						
							
							
								
								seems to be flipped ( #23213 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								084ef39489 
								
									
								
							
								 
							
						 
						
							
							
								
								C2: display ip address in network panel ( #23215 )  
							
							... 
							
							
 
							
							* display ipv4 address
* refactor to class
* only display ip address 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								f482354e4e 
								
									
								
							
								 
							
						 
						
							
							
								
								Qt/SetingWindow: faster initialization and painting ( #21764 )  
							
							... 
							
							
 
							
							* reduce init time from ~520ms to ~350ms
* faster init toggle
setfixedheight in ctor
delay init TogglesPanel,reduce init time to ~180ms
cleanup
* precise style, reduce to ~100ms
* revert 'faster toggle
* fix horizontal_line
* fix background
* cleanup 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								2335a20584 
								
									
								
							
								 
							
						 
						
							
							
								
								limit style scope ( #23181 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								6e25ae9798 
								
									
								
							
								 
							
						 
						
							
							
								
								DevicePanel: fix dangling reference to params ( #23154 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								2e0c73fc0c 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove Raw Upload toggle ( #23143 )  
							
							... 
							
							
 
							
							* Remove Raw Upload toggle
* fix tests 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								20dc4df024 
								
							
								 
							
						 
						
							
							
								
								fix UI build on comma two  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								5394fe1ae7 
								
									
								
							
								 
							
						 
						
							
							
								
								DevicePanel: split long constructor into multiple functions ( #23043 )  
							
							... 
							
							
 
							
							* begin refactor
* split long constructor to multiple functions
* one connection to signal
* merge master 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								ac179e2c36 
								
									
								
							
								 
							
						 
						
							
							
								
								qt/settings: reuse params ( #23041 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								723c8d6a7c 
								
									
								
							
								 
							
						 
						
							
							
								
								qt/settings: use default parameter for params.get ( #23042 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								b399b48f0a 
								
									
								
							
								 
							
						 
						
							
							
								
								ui/settingswindow: set parent for nav_btns. ( #22984 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								63779c385d 
								
									
								
							
								 
							
						 
						
							
							
								
								ui: disable toggles while onroad ( #22975 )  
							
							... 
							
							
 
							
							Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								07ff724726 
								
									
								
							
								 
							
						 
						
							
							
								
								Move shutdown/reboot handling to manager ( #22882 )  
							
							... 
							
							
 
							
							* Move shutdown/reboot handling to manager
* more logging
* check enagaged
* Apply suggestions from code review
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								2773ff5ace 
								
									
								
							
								 
							
						 
						
							
							
								
								params: code cleanup ( #22744 )  
							
							... 
							
							
 
							
							* cleanup params
* apply review
* continue
* use c_str
* cleanup filelock
* don't check return code of close()
* remove call_once
* cleanup params_pyx
* cleanup comment 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								84d5adedd8 
								
							
								 
							
						 
						
							
							
								
								UI: fix fcc.html when using QRC  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								c11be0f49a 
								
							
								 
							
						 
						
							
							
								
								update useradmin url  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								70e1c9c40c 
								
									
								
							
								 
							
						 
						
							
							
								
								UI: Fix mph and wi-fi spelling ( #22334 )  
							
							... 
							
							
 
							
							* display WiFi as Wi-Fi
* fix typo in metric setting description 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								67c09b4caf 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix small typo in DisableRadar toggle description ( #22333 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								649af76fd4 
								
									
								
							
								 
							
						 
						
							
							
								
								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 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								8c01ae5716 
								
									
								
							
								 
							
						 
						
							
							
								
								Add DisableRadar_Allow param and settings toggle ( #22329 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								abffc8b2ad 
								
									
								
							
								 
							
						 
						
							
							
								
								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> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								2d640e25c3 
								
									
								
							
								 
							
						 
						
							
							
								
								UI: lazy onboarding widgets init ( #21780 )  
							
							... 
							
							
 
							
							* don't show onboarding on startup
* cleanup
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								d5475ba946 
								
									
								
							
								 
							
						 
						
							
							
								
								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> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								77a38b3f87 
								
							
								 
							
						 
						
							
							
								
								fcc fixups  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								a96f358966 
								
									
								
							
								 
							
						 
						
							
							
								
								Add C3 FCC regulatory info page ( #21833 )  
							
							... 
							
							
 
							
							* move uninstall to software
* fcc page
* only tici
* cleanup
* more cleanup 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								d1fb979962 
								
							
								 
							
						 
						
							
							
								
								ui: remove cache from getDongleId()  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								073b96e5d1 
								
									
								
							
								 
							
						 
						
							
							
								
								qt/util: new function getDongleId ( #21810 )  
							
							... 
							
							
 
							
							* new function getDongleId
* return std::optional 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								0ffe920a86 
								
									
								
							
								 
							
						 
						
							
							
								
								UI: update toggles on show ( #21812 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								4ed4956240 
								
									
								
							
								 
							
						 
						
							
							
								
								settings: button press states ( #21771 )  
							
							... 
							
							
 
							
							* settings button press states
* tune color
* states for panel labels and close btn 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								4e6c268b17 
								
									
								
							
								 
							
						 
						
							
							
								
								remove wide toggle ( #21669 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								e294dfa707 
								
									
								
							
								 
							
						 
						
							
							
								
								SoftwarePanel: remove redundant style ( #21645 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								1fb5d9b812 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix close button design ( #21652 )  
							
							... 
							
							
 
							
							* Fix close button design
* center 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								190409c938 
								
									
								
							
								 
							
						 
						
							
							
								
								nav: show settings without token ( #21624 )  
							
							... 
							
							
 
							
							* map settings always in sidebar
* show screenshot when no prime
* remove print
* repaint to fix star sizing
* checked in sconsscript
* match designs 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								9215748080 
								
									
								
							
								 
							
						 
						
							
							
								
								UI: button released -> clicked ( #21606 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								0076dd3588 
								
									
								
							
								 
							
						 
						
							
							
								
								Update wifi setup design ( #21604 )  
							
							... 
							
							
 
							
							* wifi design draft
* ui draft 2
* draft
* updates
* fix spacing
* strength indicator
* font weight
* fix lock icon aspect ratio
* fix font weights
* new checkmark
* fix spacing
* was being applied to everything
* network handles its own padding
* fix spacing
* cleanup
* looks pretty good
* little more
* revert that
* scroll bar
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								a148bcb3ef 
								
									
								
							
								 
							
						 
						
							
							
								
								nav: cleanup settings page ( #21561 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								89c42041ec 
								
									
								
							
								 
							
						 
						
							
							
								
								keyboard improvements ( #21502 )  
							
							... 
							
							
 
							
							* design
* period
* one more
* blue
* cleanup 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								0f6bb5ae62 
								
							
								 
							
						 
						
							
							
								
								UI: fix mismatch between checked button and panel when dragging  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								5be75f5354 
								
									
								
							
								 
							
						 
						
							
							
								
								input.cc: close dialog when parent is hidden ( #21318 )  
							
							... 
							
							
 
							
							* close dialog when parent is hidden
* Q_OBJECT
* apply reviews
* rebase master
* rebase master
* fix wroing minLength
* merge master 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								a420c7ad50 
								
									
								
							
								 
							
						 
						
							
							
								
								remove lte toggle ( #21392 )  
							
							... 
							
							
 
							
							* remove lte toggle
* little more 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								c9d4dfe99f 
								
									
								
							
								 
							
						 
						
							
							
								
								DevicePanel: set specific stylesheet for reboot & poweroff buttons ( #21364 )  
							
							... 
							
							
 
							
							* set specific stylesheet for reboot&poweroff buttons
* remove hack
* fix css in network panel 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								c21ea8b506 
								
									
								
							
								 
							
						 
						
							
							
								
								nav: home/work shortcuts ( #21276 )  
							
							... 
							
							
 
							
							* add home/work widgets
* remove todo
* set contents from response
* turn into buttons
* add navigate button
* fix includes
* close settings on nav press
* close sidebar when closing settings
* use live api endpoint
* larger fonts
* more text fits
* only place name
* remove static response
* properly clear 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								8781f586c5 
								
									
								
							
								 
							
						 
						
							
							
								
								UI: refactor onboarding ( #21223 )  
							
							... 
							
							
 
							
							* refactor onboarding
* skip training guide if is dashcam
* apply review
* cleanup include
* move public ctro up
* slots is private
* cleanup headers
* set style sheet in onboardingwindow
* rebase master
* match ui
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								eb9736fbb0 
								
									
								
							
								 
							
						 
						
							
							
								
								network_panel: fix ButtonControl build on EON ( #21327 )  
							
							
 
							
						 
						
							4 years ago