Dean Lee
aa0cc260b9
wifiManager/get_response: pass response by const reference ( #22997 )
3 years ago
Dean Lee
b399b48f0a
ui/settingswindow: set parent for nav_btns. ( #22984 )
3 years ago
Dean Lee
63779c385d
ui: disable toggles while onroad ( #22975 )
...
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
3 years ago
Willem Melching
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
Dean Lee
6e5fed63df
UI: do vipc recv in thread ( #22354 )
...
* move vipc to thread
* use invokeMethod
* cleanup
* latest_frame = nullptr
* space
* safe quit
* running_-> exit_
* recv timeout 1000
* cleanup
* run in loop
* requestInterruption
* block queue on vipcConnected for thread safety
* cleanup
* remove unused signal updateFrame
* make signals public
* dont emit signal in update
* apply reviews
* cleanup
* little more cleanup
* fix
* use glTexSubImage2D
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
Mayfield
5246f0231e
enable wshadow ( #22756 )
...
* enable wshadow (#22714 )
* fix replay
* more build fixes
Co-authored-by: Willem Melching <willem.melching@gmail.com>
4 years ago
Dean Lee
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
Adeeb Shihadeh
84d5adedd8
UI: fix fcc.html when using QRC
4 years ago
ZwX1616
8574e79fec
wider FOV DM on comma three ( #22286 )
...
* c3 is straightforward
* c2 transform
* c3 preview
* alpha model
* Revert "alpha model": wrong quantization data
This reverts commit b50e573973
.
* yuv looks good
* a55b
* const int
* block top deadzone
* new box alpha curve
* update k
* fix debug
* rhd use same offset
* box shift for rhd
* 7e3e
* set new thresh
* update ref
* explain
* remove e2e
* same metric thresh
* process isocc
* model
* cancel extra policy
* update numbers
* new model
* update cereal
* up cereal
Co-authored-by: Comma Device <device@comma.ai>
4 years ago
Willem Melching
d898841e87
Change APN from settings ( #22440 )
...
* Change APN from settings
* subtext
* one function
* bring connection down and up
* fix adapter type
* trim input
* fix scrolling in scanning state
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
Adeeb Shihadeh
c11be0f49a
update useradmin url
4 years ago
Adeeb Shihadeh
23ae67bbf9
UI: auto wide detection on PC ( #22392 )
...
* UI: auto wide detection on PC
* invert width
* cleanup
4 years ago
cydia2020
70e1c9c40c
UI: Fix mph and wi-fi spelling ( #22334 )
...
* display WiFi as Wi-Fi
* fix typo in metric setting description
4 years ago
Jason Wen
67c09b4caf
Fix small typo in DisableRadar toggle description ( #22333 )
4 years ago
Adeeb Shihadeh
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
Willem Melching
8c01ae5716
Add DisableRadar_Allow param and settings toggle ( #22329 )
4 years ago
Dean Lee
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
Dean Lee
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
Adeeb Shihadeh
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
Jason Young
251a074b20
Fixes for C3 LTE connection being deleted ( #22129 )
...
* Fix for LTE connection being deleted
* also fix newConnection
* simplify
4 years ago
sshane
6fad0055b4
UI: roaming toggle ( #21750 )
...
* roaming toggle
* clean up
* only tici
* fix order
* move to wifiManager
* should be working
* clean up
clean up
* use map icon
* move to advanced settings
* clean up
* temporarily change home-only
* keep setting for now
* set both to defaults in case ui doesn't start
* knownConnections stores conn names
* Revert "knownConnections stores conn names"
This reverts commit 4466a029a3
.
* save lteConnectionPath instead
* use the if statement
Co-authored-by: Comma Device <device@comma.ai>
4 years ago
Dean Lee
30ec2bc403
driverview.cc: cleanup paintEvent ( #21531 )
4 years ago
Dean Lee
1786416e3c
ui: clickable ElidedLabel ( #21773 )
...
* ElidedButton
* rename to ClickableLabel
* move to ElidedLabel
4 years ago
ambientocclusion
ed271911c2
Fixed build issues on macOS ( #22075 )
...
* Fixed deprecated enum value
* Changed to build Qt replay on macOS
4 years ago
Adeeb Shihadeh
86a73497de
add fit to widget option to camera view ( #22056 )
...
* add fit to widget option to camera view
* add clicked signal
* cleanup
* use release for driverview
Co-authored-by: Comma Device <device@comma.ai>
4 years ago
Dean Lee
a165f25762
Qt: new global WIDE_UI ( #21977 )
4 years ago
Adeeb Shihadeh
77a38b3f87
fcc fixups
4 years ago
Adeeb Shihadeh
a96f358966
Add C3 FCC regulatory info page ( #21833 )
...
* move uninstall to software
* fcc page
* only tici
* cleanup
* more cleanup
4 years ago
Willem Melching
d1fb979962
ui: remove cache from getDongleId()
4 years ago
Dean Lee
073b96e5d1
qt/util: new function getDongleId ( #21810 )
...
* new function getDongleId
* return std::optional
4 years ago
Adeeb Shihadeh
0ffe920a86
UI: update toggles on show ( #21812 )
4 years ago
sshane
e28785199f
networking: disable tethering toggle while connecting ( #21785 )
...
* disable until connected
* disabling takes longest
* try enabling on refresh
* clean up
4 years ago
sshane
4ed4956240
settings: button press states ( #21771 )
...
* settings button press states
* tune color
* states for panel labels and close btn
4 years ago
sshane
a34a779ba2
ui: grey out unsupported networks ( #21753 )
...
* grey out unsupported networks
* show slash icon
* add to qrc
4 years ago
sshane
1ada078857
networking: show correct strength for mesh networks ( #21690 )
...
* update seen network if higher strength
* keep in wifiManager
* more readable
4 years ago
Adeeb Shihadeh
c7d75ffb5d
setup: continue without wifi ( #21766 )
4 years ago
Dean Lee
38a44f5ea1
onboarding: set the Qt::WA_OpaquePaintEvent attribute ( #21763 )
4 years ago
Adeeb Shihadeh
cae10844c7
add DM opt in to onboarding ( #21756 )
4 years ago
Adeeb Shihadeh
d91da8d931
training guide: better road img
4 years ago
Willem Melching
0425a33400
wifi: set dns priority ( #21743 )
...
* wifi: set route and dns priority
* default route priority is 600
4 years ago
sshane
905138054b
networking: network type function ( #21732 )
...
* debug known connections
* print type
* on mobile if no wifi and a sim card
* clean up
* debug primary connection
* network type
* not specifying current suggests you can pass it a path
* debug
debug
Revert "debug"
This reverts commit fe4748aa4df77449e1887685aa958ae2b89b88d0.
hotspot check
This reverts commit 5d2fc5f3bba45c87af8322766e426e8adee64ead.
Revert "Revert "Revert "debug"""
This reverts commit 6115204d5013ae5d613add92c1dded7a8f5cadbc.
hotspot check
* fixes
4 years ago
sshane
d8a6e6144a
networking: cleanup style sheets ( #21696 )
...
* cleanup style sheets
* set weight when needed
* if disconnected is the same
* no need anymore
* use property
* disconnected
4 years ago
sshane
85c3cbd7ba
networking: refresh on connect ( #21691 )
...
* takes a while to refresh connecting to known network
* no need to refresh an
4 years ago
sshane
0d0c6bea72
networking: fix connected type for multiple APs ( #21678 )
...
* nm uses ssid to dis/connect so use that for ctype
* we don't want to possibly block in the background (from signals)
4 years ago
Adeeb Shihadeh
75904ed745
training guide updates ( #21674 )
...
* add progress bar
* shorter
* update lane change speed
* fix
* center
* fix cutoff
4 years ago
sshane
7193ff57e0
networking: fix stretching with only 1 network ( #21675 )
4 years ago
Adeeb Shihadeh
4e6c268b17
remove wide toggle ( #21669 )
4 years ago
Dean Lee
e294dfa707
SoftwarePanel: remove redundant style ( #21645 )
4 years ago
Dean Lee
41538753f9
Qt/Networking: same border-radius as other panels ( #21646 )
...
* fix border-radius
* setup:set style for Networking
4 years ago
Willem Melching
1fb5d9b812
Fix close button design ( #21652 )
...
* Fix close button design
* center
4 years ago