Dean Lee
c1f617db46
UI: fix cameraview crash after going offroad in settings window ( #23009 )
3 years ago
Willem Melching
372b0f10da
Revert "cameraview: remove glflush, reduce C3 CPU usage ( #22949 )"
...
This reverts commit 33b1b94067
.
3 years ago
Dean Lee
33b1b94067
cameraview: remove glflush, reduce C3 CPU usage ( #22949 )
...
* remove glflush
* revert cpu
3 years ago
Dean Lee
0dcb089254
ui: async uploading texture with PBO ( #22843 )
...
* async uploading texture using pbo
* use QOpenglBuffer
space
set usage pattern
share context
continue
* space
3 years ago
Adeeb Shihadeh
e528e2e3e2
allow update snoozing ( #22876 )
...
* allow update snoozing
* not immediately visible
* dismiss and close
* grey button
4 years ago
Willem Melching
6ace88a0f1
cache prime status in param ( #22850 )
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
Dean Lee
e29cc1c2ee
util.h: add unit conversion constants ( #22813 )
...
* Add unit conversion constants.
* move to common/util.h
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
Willem Melching
cca07c0c73
navigation: use mapbox proxy server ( #22660 )
...
* use mapbox proxy
* remove MapboxToken param
* do not log jwt
* remove import
* move to staging url
* put has_prime in ui state
* logic was flipped
* Update selfdrive/ui/qt/maps/map.h
4 years ago
Adeeb Shihadeh
7f3904ee8e
UI: increase camera view update frequency
4 years ago
Adeeb Shihadeh
c4de1fef4f
UI: don't block UI on vipc recv ( #22644 )
...
* UI: don't block UI on vipc recv
* use a timer
* move that
4 years ago
Dean Lee
5735d69d47
CameraView: fix possible crash on 'fit in widget' mode ( #22594 )
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
Dean Lee
afaf235acd
UI: fix stuck in visionIPC receive timeout ( #22450 )
4 years ago
Willem Melching
9c771b45fc
ui: make OpenGL context current before connecting to VisionIPC
4 years ago
Adeeb Shihadeh
45409cb4fe
UI: big pairing QR code ( #22384 )
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
Adeeb Shihadeh
86beb9a81a
UI: fix getting stuck after vipc recv timeout
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
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
Dean Lee
1786416e3c
ui: clickable ElidedLabel ( #21773 )
...
* ElidedButton
* rename to ClickableLabel
* move to ElidedLabel
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
543e019f71
api: use API_HOST env variable everywhere ( #21814 )
...
* api base url to global constant
* update api/__init__.py
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
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
519e7cbe89
toggles: released -> clicked ( #21786 )
4 years ago
sshane
028c81d39f
keyboard multitouch improvements ( #21788 )
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
54f1afe403
ui: fix prime widget w/ no internet ( #21767 )
4 years ago
sshane
6fc999fc53
ui: prime widget design ( #21755 )
...
* new setup widget
* set fixed width and align right
more closely match
* text wrapping fixes
* prime widget draft
* rename
* remove username
* fix weights
* ad
* qr
* pressed color
* cleanup
* simplify
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
sshane
28ab1bcaca
ui: new drive stats design ( #21765 )
...
* new drive stats design
* match design better
* clean up
4 years ago
Adeeb Shihadeh
d0a650a8ba
better password character
4 years ago
Dean Lee
39c945316d
multitouch keyboard ( #21757 )
4 years ago
sshane
dd8eb23ea9
ui: password mask delay ( #21737 )
4 years ago
Adeeb Shihadeh
deb170e0b2
my.comma.ai -> connect.comma.ai ( #21702 )
4 years ago
Dean Lee
c24227c3ab
HttpRequest: don't send request in ctor ( #21665 )
4 years ago
Dean Lee
b3ee4d4a29
DriveStats: using dynamic properties to style QLabel ( #21644 )
...
* better stylesheet
* whitespace
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
Adeeb Shihadeh
9215748080
UI: button released -> clicked ( #21606 )
4 years ago
sshane
0f93cb12ac
keyboard: separate signals ( #21629 )
...
* separate signals
* clean up
clean up
clean up
* clean up
* Revert "clean up"
This reverts commit 38c1f18a56
.
* Revert "clean up"
This reverts commit 06430e29bf
.
* Revert "separate signals"
This reverts commit 77ca8e3d17
.
* separate signals
* clean up
* caps fix
4 years ago
Adeeb Shihadeh
c5bd6735d6
nice popup ( #21630 )
...
* nicer popup
* cleanup
4 years ago
Adeeb Shihadeh
62e63f0573
more setup ( #21628 )
...
* fix up kb
* blue continue
* dashcam
* clean up
4 years ago
Adeeb Shihadeh
3e19c73730
remove keyboard deadzone ( #21627 )
...
* remove keyboard deadzone
* add to height
* float
4 years ago
Adeeb Shihadeh
6039f1e7ac
setup qt resources ( #21617 )
...
* setup qt resources
* networking
* input
* fix that
* nicer scrolling
* big eye
* fix flashing
* why is it linking against map stuff
Co-authored-by: Comma Device <device@comma.ai>
4 years ago
sshane
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
Adeeb Shihadeh
6a62cf7d5d
input dialog design ( #21607 )
...
* style
* eye
* fix spacing
* use two lines
4 years ago
sshane
0df9287b7f
keyboard: fix backspace ( #21602 )
...
* fix styling and backspace
* global for InputDialog
* revert
4 years ago