Willem Melching
9c771b45fc
ui: make OpenGL context current before connecting to VisionIPC
4 years ago
Dean Lee
a6da064a93
replay/segment: std::atomic member variables ( #22409 )
4 years ago
Adeeb Shihadeh
c11be0f49a
update useradmin url
4 years ago
grekiki
4c7acf680c
C++ replay cache folder path / fix ( #22396 )
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
Jason Wen
e797439c5f
UI: whitespace fix ( #22383 )
4 years ago
Adeeb Shihadeh
45409cb4fe
UI: big pairing QR code ( #22384 )
4 years ago
Willem Melching
a31c6ce3f9
tools: make auth optional for public routes ( #22386 )
...
* tools: make auth optional for public routes
* handle 403
* show warning from c++ replay
4 years ago
Adeeb Shihadeh
dd67dc6b34
update demo route ( #22381 )
4 years ago
Willem Melching
b7c64542f4
replay: fall back to qlog ( #22362 )
4 years ago
Willem Melching
6881688af2
replay: send frames based on encodeIdx packet ( #22361 )
...
* send frames based on encodeIdx
* use start of frame time if set
* also use end of frame if set
* fix timestamp for encode packets
* handle all cameras
* add comment
* add twice
4 years ago
Dean Lee
318a8ba854
c++ replay: more accurate sleep ( #22348 )
...
* precise sleep
* cleanup
* continue
4 years ago
Dean Lee
a548d4b5b8
c++ replay: improve seeking&updating events ( #22319 )
...
* improve seeking
* qDebug
* cleanup
* wait on cv
robust
* Trailing underscores for member variables
* group log variables
* small cleanup,remove unnecess std::atomic
* remove debug output
* fix seek problem
* add comment
* better lambda
* faster seek.don't block stream thread if segment already loaded
* remove assert
4 years ago
Dean Lee
4e6ff308a8
c++ replay: chunking and concurrent downloads ( #22308 )
...
* download segment files by chunks in multiple threads
* remove easy_handl on aborting
* add test cases
* better error handling
* update test
* cleanup
* add CURLGlobalInitializer
* check http code
* finish
4 years ago
Dean Lee
e888a7e939
load d/e camera by command line flags ( #22341 )
4 years ago
Adeeb Shihadeh
0d0aad05ce
setup: add low voltage warning ( #22342 )
...
* setup: add low voltage warning
* read voltage
* fix path
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
Achilles308
d888ef8f89
UI: re-order sidebar temp wording ( #22323 )
4 years ago
Dean Lee
dff6dbfbe9
rename filereader.cc[h] to logreader.cc[h] ( #22279 )
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
ec67d2b8f5
replay: pause/resume using spacebar ( #22278 )
...
* pause/resume using spacebar
* Update selfdrive/ui/replay/replay.cc
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
Dean Lee
50ae7dd6a9
replay improvements ( #22203 )
...
* refactor replay
* cleanup
small cleanup
* merge 22239
* cleanup
* add optional argument for start time
* small cleaup
4 years ago
Dean Lee
8eb92a98ba
replay: don't splits empty strings ( #22271 )
4 years ago
Dean Lee
cb49ceabf0
replay: remove array subscript ( #22268 )
4 years ago
Adeeb Shihadeh
f49e7629ee
replay: add nice arg parser ( #22264 )
...
* replay: add nice arg parser
* demo
* cleanup
4 years ago
Dean Lee
f5aa3a30c9
replay: thread-safe seek ( #22228 )
4 years ago
Adeeb Shihadeh
78b97eaa36
UI: show steering wheel icon while engaged or engageable
4 years ago
Adeeb Shihadeh
86beb9a81a
UI: fix getting stuck after vipc recv timeout
4 years ago
George Hotz
8d554abbf7
demo route note in replay
4 years ago
Willem Melching
abae4ef72c
Revert "ui: use C3 video sizes by default on PC"
...
This reverts commit cf4cd3b693
.
4 years ago
Willem Melching
cf4cd3b693
ui: use C3 video sizes by default on PC
4 years ago
Dean Lee
a89bdb6a05
fix Replay::mergeEvents: use std::end() ( #22215 )
4 years ago
Dean Lee
365e8bfd93
replay: unlock mutex before sleep ( #22213 )
4 years ago
Dean Lee
eb4a28af11
replay: fix bugs in merging events ( #22205 )
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
Dean Lee
a1a0201069
replay: thread safe merge & free logs ( #22196 )
4 years ago
Dean Lee
f3683dd4cb
test_replay.cc: temporarily comment out the rand seek test ( #22192 )
...
* Temporarily comment out the rand seek test
* enable ci
* trigger ci
* trigger ci
* trigger ci
* trigger ci
* trigger ci
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
81a128cd76
FrameReader: do not depend on Qtunit tests ( #21379 )
...
* add timeout and test case
* remove useless comment
* reduce to 1s
* fix gotframe fail when Duplicate POC in a sequence
* cleanup
* remove space
* fix
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