ZwX1616
b80aa1be8d
c3 preview
4 years ago
Adeeb Shihadeh
86beb9a81a
UI: fix getting stuck after vipc recv timeout
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
b3705ede5e
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>
4 years ago
Dean Lee
a034926264
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>
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
Adeeb Shihadeh
d5face26a8
nav: set map widget parent
4 years ago
Willem Melching
576459ca45
map fixes, #22105 ( #22152 )
4 years ago
Dean Lee
e284f515b9
c3 keyboard: fix button status not updated ( #22127 )
4 years ago
Dean Lee
5fea367fc9
C3: Fix keyboard buttons on the right getting stuck in pressed state ( #22050 )
...
* fix keyboard state stuck
* remove popup flag
* update in time
4 years ago
Adeeb Shihadeh
ee7682ae4a
only toggle sidebar visibility when clicking on the onroad widget
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
579fb8072a
HomeWindow: cleanup mousePressEvent ( #21683 )
...
* cleanup mousePressEvent
* show/hide map in onroad
* merge master
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
Adeeb Shihadeh
084b932eeb
UI: show thermal status instead of ambient temp ( #22041 )
...
* no number
* space evenly
4 years ago
Adeeb Shihadeh
9c7c4657f0
UI: use rcc on all platforms ( #21966 )
4 years ago
Adeeb Shihadeh
1ebe06d1c2
unify agnos/neos installers ( #22023 )
...
* c2 installer
* remove old installer
* move to its own dir
* die immediately
* fix that
* init app
4 years ago
Dean Lee
a165f25762
Qt: new global WIDE_UI ( #21977 )
4 years ago
Dean Lee
e573985c10
swagLogMessageHandler: replace magic number with macro ( #21944 )
4 years ago
Dean Lee
67f5522914
sidebar: simplify updateState with QPair ( #21927 )
...
* ItemStatus
* add whitespace
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
Willem Melching
512ab3d8fb
nav: do not transition to next segment if we need to recompute
4 years ago
Dean Lee
62d34ed4e5
BASE_URL: use util::getenv ( #21894 )
4 years ago
HaraldSchafer
e0087fc313
Fix orientation in map ( #21863 )
...
* fix calibrated orientation
* update ref
* cleaner
* update ref
* master
* update again
* update ref again again
* actually compiled this tim,e
4 years ago
Harald Schafer
e63d94d8d2
Revert "nav: use calibrated orientation ( #21853 )"
...
This reverts commit 4b209f31a1
.
4 years ago
HaraldSchafer
4b209f31a1
nav: use calibrated orientation ( #21853 )
...
* calibrate map
* msg added
4 years ago
Dean Lee
fefc70b4ca
hw.h: move Hardware-related paths to namespace Path ( #21826 )
...
* refactor getenv and path
* apply review
4 years ago
Adeeb Shihadeh
4f9e568019
system reset improvements ( #21844 )
...
* reset improvements
* cleanup
Co-authored-by: Comma Device <device@comma.ai>
4 years ago
Adeeb Shihadeh
31a4b55218
embed continue scripts in installer ( #21846 )
...
* embed continue scripts in installer
* cleanup
4 years ago
Adeeb Shihadeh
ae1f5e0e8c
remove wifisetup
4 years ago
Dean Lee
543e019f71
api: use API_HOST env variable everywhere ( #21814 )
...
* api base url to global constant
* update api/__init__.py
4 years ago
Adeeb Shihadeh
3129e058f8
use continue_dashcam for dashcam installer
4 years ago
Dean Lee
f5c95b026a
OffroadHome: update alerts immediately in showEvent ( #21808 )
4 years ago
Dean Lee
8f7fc61e48
Sidebar: set Qt::WA_OpaquePaintEvent attribute ( #21782 )
4 years ago
Dean Lee
776516d72b
Qt/spinner: reduce cpu usage from 12% to 9% ( #21552 )
...
* faster spinner
* reduce to 6%
* Revert "reduce to 6%"
This reverts commit 65e23bb7a9542ccca13b8f01b7a5d56580a61bf6.
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
Adeeb Shihadeh
f1635eabdb
installer: repaint -> update
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
Willem Melching
c09cff23aa
nav: Only recompute when onroad ( #21797 )
4 years ago
Comma Device
175d53e460
fix fullscreen map on startup
4 years ago
sshane
519e7cbe89
toggles: released -> clicked ( #21786 )
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
c7fc312237
ui: wake for touch events ( #21794 )
4 years ago
sshane
028c81d39f
keyboard multitouch improvements ( #21788 )
4 years ago