Maxime Desroches
79931cc594
UI: Updated in settings ( #21051 )
...
* last update time + release notes
* remove test
* revert to previous constructor
* change label name
* time format for last update check
* cleanup
* add time formatting function
* cleanup
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: e3f6360e45
4 years ago
Willem Melching
c0984ebb97
cleanup brightness params ( #21066 )
...
old-commit-hash: 93424ec6b4
4 years ago
Dean Lee
a436b51e84
move c++ framereader to selfdrive/ui/replay ( #21053 )
...
old-commit-hash: bb5bcc7e49
4 years ago
Willem Melching
6afdeb58f1
Compute on-road screen brightness based on camera exposure ( #21024 )
...
* Compute screen brightness based on camera exposure
* fix up scaling
* remove light sensor completely
* fix gain calculation
* cleanup
* remove comment
* bump offroad brightness
old-commit-hash: 23789c9d4e
4 years ago
Dean Lee
7b253433f2
Refactor FrameReader ( #21002 )
...
* Refactor FrameReader
* decodeThread
* delete frame
* remove joined
* continue
* less diff
* robust cv wait
* cache fist 15 frames
* notify_all
* rename variables
* need call avformat_find_stream_info before dump_format
* get width&height from codec
* use std::string
* delete in removeSegment
* use std::mutex in lockmgr_cb
* fix wrong min/max
* no get in process
* cleanup
* always notify decodeThread to do prefetch
old-commit-hash: 5540dcae78
4 years ago
Adeeb Shihadeh
23ee6342be
coords need to be float
...
old-commit-hash: bc8ac03b15
4 years ago
Adeeb Shihadeh
88fbaf6fd0
nav destination script
...
old-commit-hash: a947be76b0
4 years ago
Comma Device
fc77b88fa9
fix sidebar network type and signal
...
old-commit-hash: 1fd7f66a14
4 years ago
Dean Lee
90d952b218
Sidebar: repaint only when properties updated ( #20929 )
...
* use qt_property
s
* cleanup
* little more
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 179ff6e7ae
4 years ago
Willem Melching
53a78620b9
maps: fix pan amount after 2x scaling
...
old-commit-hash: 9c588e6117
4 years ago
Willem Melching
837e9eb290
maps: fix pan and zoom
...
old-commit-hash: 80ffbe9136
4 years ago
Willem Melching
a207482fc7
ecam toggle: clear calibration ( #20987 )
...
* ecam toggle: clear calibration
* whitespace
* no more reboot needed
old-commit-hash: 9bb2209c8e
4 years ago
George Hotz
bf3ba8badc
4G sounds slower than LTE
...
old-commit-hash: d62e007380
4 years ago
Maxime Desroches
778f54057b
UI: add decline page for the Terms and Conditions ( #20919 )
...
* add decline page
* change action + keep the same layout
old-commit-hash: d44ee69b24
4 years ago
Willem Melching
f923f47b98
athenad: reconnect after not receiving ping ( #20974 )
...
* athenad: reconnect after not receiving ping
* make sidebar timeout longer than timeout in athena
* whitespace
old-commit-hash: f9f84fe8a2
4 years ago
Adeeb Shihadeh
d1498aa3d3
replay: fix jwt path on PC
...
old-commit-hash: a394d1017a
4 years ago
George Hotz
6922150ede
Move MCLK from 24 -> 19.2 mhz + Add accuracy in sidebar ( #20960 )
...
* wip
* one day i'll flip that right
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: f43671c987
4 years ago
Adeeb Shihadeh
4d137f459f
fix inlcude in setup.cc after include cleanup
...
old-commit-hash: efca6eaa70
4 years ago
Willem Melching
60ac2dd4c0
Update visionIPC stream and intrinsic matrix when going onroad ( #20947 )
...
* Choose correct vipc stream when going onroad
* whitespace
old-commit-hash: ccdec0291d
4 years ago
Willem Melching
19dfb1d1f0
strip whitespace from token
...
old-commit-hash: f9b20095a2
4 years ago
Maxime Desroches
7042222026
Fix Terms and Training guide skip when the screen turns off ( #20942 )
...
old-commit-hash: 553e7d1cce
4 years ago
Willem Melching
efa94a89ff
Mapbox widget ( #20751 )
...
* squash mapbox stuff
* only hacks for pc
* no hack there
* only update when needed
* get destination from param
* no need for user agent
* add athena method
* change nav path color
* layout cleanups
* margin top
* add build scripts
* rename header file
* set pitch
* fix icon blinking
* keep both options
* draw on top to fix last blinking
* only recomput with gps
* fix include
* put map in onroadwidget
* update mapbox plugin to allow specifying directions url
* cycle through views
* dynamic resize
* only when present
* add map_helpers
* whitespace
* small fixes
* let scons decide
* update setup files
* implicit dependency
* fix alerts
* Update selfdrive/ui/SConscript
* move clearLayout to util.h
* only build when map.cc present
* move maps to own folder
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 86aefbe766
4 years ago
Dean Lee
5609f32cee
Cleanup includes ( #20925 )
...
* remove #include <pthread.h>
* remove #include<stdbool.h> for cc files
* remove #include<iostream>
old-commit-hash: 0495426535
4 years ago
Dean Lee
8d2dc5b18c
MainWindow: use static QSet for filter_events ( #20924 )
...
old-commit-hash: 2c73cac0a2
4 years ago
iejMac
f786b284d5
Replay: seeking functionality ( #20763 )
...
old-commit-hash: f0d0b82b8d
4 years ago
Dean Lee
ebe3a39909
UI: remove duplicate capnp readers ( #20855 )
...
* refactor submaster
* rebase master
* CAPNP best pratice
* zero initialize
* vwp_w has not been initialized before UIState()
* no static
* rebase master
* Minimize refactoring
* cleanup
* remove gpsOk
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 533bc30c2e
4 years ago
Adeeb Shihadeh
f1d4b920bc
fix reverse gear alert text cutoff ( #20888 )
...
* fix reverse gear alert text cutoff
* offset removed
old-commit-hash: ff16145f4d
4 years ago
Adeeb Shihadeh
4f29e600a7
prime ad: comma connect -> explorer
...
old-commit-hash: ace5ee9d46
4 years ago
Adeeb Shihadeh
8002b848b6
offroad alert for unregistered devices ( #20870 )
...
* offroad alert for unregistered devices
* update tests
* add param
* fix stretch
old-commit-hash: b93ccc465d
4 years ago
Adeeb Shihadeh
7410c4a2d7
onroad UI optimizations ( #20871 )
...
* onroad UI optimizations
* remove that
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 5f5bbd64f2
4 years ago
Adeeb Shihadeh
494860c201
remove offset from full screen onroad alerts
...
old-commit-hash: 38741b2e08
4 years ago
Adeeb Shihadeh
eb79a7214e
match nvg onroad alerts ( #20854 )
...
old-commit-hash: e06f9828ea
4 years ago
grekiki
d05c5df569
Qt ui: show open panel on startup ( #20859 )
...
* should work
* spaces
old-commit-hash: 95e8c75ebd
4 years ago
Dean Lee
cd50782410
OffroadAlert: add stretch at the bottom ( #20856 )
...
old-commit-hash: b0e2374635
4 years ago
Dean Lee
e333e4f189
Cleanup selfdrive/ includes ( #20822 )
...
* cleanup include path
* continue
* format includes
* fix testraw.cc
* remove include path from SConstruct
* regroup
* rebase master
* almost done
* apply review
* rename FileReader.xx to filereader.xx
* rename Unlogger.x->unlogger.x
* rename FrameReader.xx -> framereader.xx
* apply reviews
* ui.h
* continue
* fix framebuffer.cc build error:mv util.h up
* full path to msm_media_info
* fix qcom2 camerad
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 7222d0f20d
4 years ago
Adeeb Shihadeh
7b8f164793
match nvg sidebar ( #20847 )
...
old-commit-hash: e1a58e6268
4 years ago
Willem Melching
78bf4f5867
Replace ifdef with hw abstraction layer ( #20843 )
...
* Replace ifdefs with hardware abstraction layer (#20801 )
* add type to class hadwareXXX
* replace ifdefs with hardware layer
* continue
* continue
* new function get_driver_view_transform
* full path to hw.h
* fix build error setup.cc
* apply review
* fix typo
* fix deprecated error:replace deprecated fromPath with new
* fix build error
* Fixes after ifdef clenaup (#20842 )
* inheritance doesnt work with static
* fix debayer
* small cleanup
* Update selfdrive/camerad/cameras/camera_common.cc
* Update selfdrive/ui/qt/offroad/settings.cc
* Update selfdrive/common/modeldata.h
* flip conditions
* fix comment
Co-authored-by: Dean Lee <deanlee3@gmail.com>
old-commit-hash: ab319d4f54
4 years ago
Willem Melching
39c18d4c5a
Revert "Replace ifdefs with hardware abstraction layer ( #20801 )"
...
This reverts commit 9f2ad462f39f4c880f283b71bffbc9248a2b577d.
old-commit-hash: 3a95d3ccaa
4 years ago
Willem Melching
f8608d2e7b
Revert "Fixes after ifdef clenaup ( #20842 )"
...
This reverts commit 59c31bac9a340f120ff40ed541ee377c31e7e85e.
old-commit-hash: d34647bbf7
4 years ago
Willem Melching
3cc799ecd8
Fixes after ifdef clenaup ( #20842 )
...
old-commit-hash: fd7c2b4adf
4 years ago
Dean Lee
e0282ced49
Replace ifdefs with hardware abstraction layer ( #20801 )
...
* add type to class hadwareXXX
* replace ifdefs with hardware layer
* continue
* continue
* new function get_driver_view_transform
* full path to hw.h
* fix build error setup.cc
* apply review
* fix typo
* fix deprecated error:replace deprecated fromPath with new
* fix build error
old-commit-hash: 757d2923d2
4 years ago
Adeeb Shihadeh
5d82a760db
Qt onroad alerts ( #20776 )
...
old-commit-hash: f907219957
4 years ago
Dean Lee
03f823a3fc
SshControl: use HttpRequest to get ssh keys ( #20784 )
...
* use HttpRequest
* remove eventloop
* rebase master
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 00aa20f55a
4 years ago
Dean Lee
175bdf8773
Sidebar: update text and color in one place ( #20777 )
...
* do not set text&color in ctor
* cleanup
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: c405442820
4 years ago
Adeeb Shihadeh
2fb8b563eb
UI: fast startup ( #20781 )
...
* faster startup
* faster
* cleanup
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: ed3b6bd90c
4 years ago
Adeeb Shihadeh
201e0777aa
fix double DM sounds ( #20811 )
...
* fix double DM sounds
* debug script
* bool
* cleanup
* inf
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: b9f9e2dfda
4 years ago
Adeeb Shihadeh
532d19427c
bump cereal
...
old-commit-hash: 8a280fbb8e
4 years ago
Dean Lee
9159291a09
ui/replay: file extensions to .cc and .h ( #20805 )
...
old-commit-hash: bdf4a94cd0
4 years ago
Dean Lee
9a827fea20
c++ cleanup: standardize file extensions to .cc and .h ( #20800 )
...
* c++ cleanup: standardize file extensions to .cc and .h
* cleanup files_common
old-commit-hash: 81491dc57f
4 years ago
Dean Lee
7d042b746f
Fix build errors in qt/setup ( #20795 )
...
* fix build error
* remove line
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 4bb3619a0e
4 years ago