Maxime Desroches
3c058e0b64
UI: add missing override identifiers ( #21081 )
4 years ago
Maxime Desroches
e3f6360e45
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>
4 years ago
Adeeb Shihadeh
bc8ac03b15
coords need to be float
4 years ago
Adeeb Shihadeh
a947be76b0
nav destination script
4 years ago
Comma Device
1fd7f66a14
fix sidebar network type and signal
4 years ago
Dean Lee
179ff6e7ae
Sidebar: repaint only when properties updated ( #20929 )
...
* use qt_property
s
* cleanup
* little more
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
Willem Melching
9c588e6117
maps: fix pan amount after 2x scaling
4 years ago
Willem Melching
80ffbe9136
maps: fix pan and zoom
4 years ago
Willem Melching
9bb2209c8e
ecam toggle: clear calibration ( #20987 )
...
* ecam toggle: clear calibration
* whitespace
* no more reboot needed
4 years ago
George Hotz
d62e007380
4G sounds slower than LTE
4 years ago
Maxime Desroches
d44ee69b24
UI: add decline page for the Terms and Conditions ( #20919 )
...
* add decline page
* change action + keep the same layout
4 years ago
Willem Melching
f9f84fe8a2
athenad: reconnect after not receiving ping ( #20974 )
...
* athenad: reconnect after not receiving ping
* make sidebar timeout longer than timeout in athena
* whitespace
4 years ago
George Hotz
f43671c987
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>
4 years ago
Adeeb Shihadeh
efca6eaa70
fix inlcude in setup.cc after include cleanup
4 years ago
Willem Melching
f9b20095a2
strip whitespace from token
4 years ago
Maxime Desroches
553e7d1cce
Fix Terms and Training guide skip when the screen turns off ( #20942 )
4 years ago
Willem Melching
86aefbe766
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>
4 years ago
Dean Lee
0495426535
Cleanup includes ( #20925 )
...
* remove #include <pthread.h>
* remove #include<stdbool.h> for cc files
* remove #include<iostream>
4 years ago
Dean Lee
2c73cac0a2
MainWindow: use static QSet for filter_events ( #20924 )
4 years ago
Dean Lee
533bc30c2e
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>
4 years ago
Adeeb Shihadeh
ff16145f4d
fix reverse gear alert text cutoff ( #20888 )
...
* fix reverse gear alert text cutoff
* offset removed
4 years ago
Adeeb Shihadeh
ace5ee9d46
prime ad: comma connect -> explorer
4 years ago
Adeeb Shihadeh
b93ccc465d
offroad alert for unregistered devices ( #20870 )
...
* offroad alert for unregistered devices
* update tests
* add param
* fix stretch
4 years ago
Adeeb Shihadeh
5f5bbd64f2
onroad UI optimizations ( #20871 )
...
* onroad UI optimizations
* remove that
Co-authored-by: Comma Device <device@comma.ai>
4 years ago
Adeeb Shihadeh
38741b2e08
remove offset from full screen onroad alerts
4 years ago
Adeeb Shihadeh
e06f9828ea
match nvg onroad alerts ( #20854 )
4 years ago
grekiki
95e8c75ebd
Qt ui: show open panel on startup ( #20859 )
...
* should work
* spaces
4 years ago
Dean Lee
b0e2374635
OffroadAlert: add stretch at the bottom ( #20856 )
4 years ago
Dean Lee
7222d0f20d
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>
4 years ago
Adeeb Shihadeh
e1a58e6268
match nvg sidebar ( #20847 )
4 years ago
Willem Melching
ab319d4f54
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>
4 years ago
Willem Melching
3a95d3ccaa
Revert "Replace ifdefs with hardware abstraction layer ( #20801 )"
...
This reverts commit 757d2923d2
.
4 years ago
Willem Melching
d34647bbf7
Revert "Fixes after ifdef clenaup ( #20842 )"
...
This reverts commit fd7c2b4adf
.
4 years ago
Willem Melching
fd7c2b4adf
Fixes after ifdef clenaup ( #20842 )
4 years ago
Dean Lee
757d2923d2
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
4 years ago
Adeeb Shihadeh
f907219957
Qt onroad alerts ( #20776 )
4 years ago
Dean Lee
00aa20f55a
SshControl: use HttpRequest to get ssh keys ( #20784 )
...
* use HttpRequest
* remove eventloop
* rebase master
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
Dean Lee
c405442820
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>
4 years ago
Adeeb Shihadeh
ed3b6bd90c
UI: fast startup ( #20781 )
...
* faster startup
* faster
* cleanup
Co-authored-by: Comma Device <device@comma.ai>
4 years ago
Adeeb Shihadeh
b9f9e2dfda
fix double DM sounds ( #20811 )
...
* fix double DM sounds
* debug script
* bool
* cleanup
* inf
Co-authored-by: Comma Device <device@comma.ai>
4 years ago
Dean Lee
81491dc57f
c++ cleanup: standardize file extensions to .cc and .h ( #20800 )
...
* c++ cleanup: standardize file extensions to .cc and .h
* cleanup files_common
4 years ago
Dean Lee
4bb3619a0e
Fix build errors in qt/setup ( #20795 )
...
* fix build error
* remove line
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
Comma Device
23faedd25e
configure SSL globally on NEOS
4 years ago
Dean Lee
4781598e12
Qt: use new signal slot syntax ( #20783 )
...
* new signal slot syntax
continue
* continue
4 years ago
Dean Lee
f01c3c649b
CommaApi: passing arguments by reference ( #20786 )
...
* passing arguments by reference
* remove unused networkAccessManager
* ref
4 years ago
Dean Lee
ad57cd3759
HttpRequest: passing references in signals ( #20782 )
4 years ago
Adeeb Shihadeh
1c89825d86
trigger sidebar status widget repaints on color change
4 years ago
Comma Device
065e2bc7d0
spinner is a qwidget
4 years ago
Adeeb Shihadeh
ebceadf089
small UI cleanup
4 years ago
Adeeb Shihadeh
db9319405b
Qt Sidebar ( #20775 )
...
* revive #19877
* looks like a sidebar
* more like a sidebar
* cleanup
* fix qcom2
* style
* that's the sidebar
* more space
Co-authored-by: Comma Device <device@comma.ai>
4 years ago