Dean Lee
1c19cbc437
ui: fix memory corruption by using std::vector for PubMaster initialization ( #33390 )
...
Fix memory Corruption Issue
9 months ago
Dean Lee
4bb00a042a
ui: add prefix PRIME_TYPE_ to PrimeType enum values ( #33371 )
...
Add Prefix PRIME_TYPE_ to PrimeType Enum Values
9 months ago
Dean Lee
4d9ee68d16
ui: remove QtQml and related dependencies ( #33357 )
...
* remove QtQml
* remove qtdeclarative5-dev
10 months ago
Shane Smiskol
d8c9822421
ui: fix wrong path color indexing ( #33350 )
...
* fix
* clean up
* clean up
* clean up
10 months ago
Kacper Rączy
c61d504516
ui: remove GPS status from the sidebar ( #33304 )
...
* Remove usage of llk in ui
* Remove GPS from sidebar
* Remove it from test
10 months ago
Shane Smiskol
d330358728
Revert "spinner: fix missing colon in QProgressBar border style" ( #33263 )
...
Revert "spinner: fix missing colon in QProgressBar border style (#33258 )"
This reverts commit 85d8d0eddd
.
10 months ago
Dean Lee
85d8d0eddd
spinner: fix missing colon in QProgressBar border style ( #33258 )
...
fix border style
10 months ago
Comma Device
33bf4bbb13
tici: update spinner and text
10 months ago
Dean Lee
bd8dd65ce0
ui: fix wayland requestActivate warning on device ( #33054 )
...
fix wayland requestActivate warning in fullscreen mode
11 months ago
Shane Smiskol
0907b30d7b
ui: fix flipped experimental path acceleration ( #33026 )
...
* fix
* clean up
* better comment
* Update selfdrive/ui/qt/onroad/annotated_camera.cc
11 months ago
James
953e5667b1
Re-use "is_metric" declaration ( #32948 )
11 months ago
Dean Lee
669553aa37
ui: remove map & navigation related code ( #32836 )
...
remove map
11 months ago
Adeeb Shihadeh
e491c9d964
remove navigation ( #32773 )
...
* remove navigation
* lil more
* fix cabana
* revert for now
* fix docs
* move that over
* lock
* rm assets
12 months ago
Maxime Desroches
5c4ea14a3c
Ubuntu 24.04 ( #32624 )
...
* noble build
* workflow
* symlink
* map only for noble
* sym
* add qt to cppcheck
* cppcheck noreturn in non void funct
* get kaitai header
* kaitai header
* syntax
* try new pyopencl
* try this version
* install lsb-core manually
* support old 20.04 lsb-core
* try arm
* try latest pyopencl
* revert
* use pocl icd
* no lock
* no arm pyopencl
* new intel opencl runtime
* pin filelock
* undo
* glsl version
* new version
* build test
* remove test
* new metadrive
* remove glsl restrictions
* <optional>
* Update .github/workflows/tools_tests.yaml
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
* cache
* new cache
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
12 months ago
Shane Smiskol
684209e077
remove uiPlan ( #32721 )
...
* remove uiPlan from ui
* remove publishing
* Update log.capnp
* Update services.py
* no uiPlan here
* Update ref_commit
12 months ago
Harald Schäfer
e71ec4e8d7
Split cereal into cereal/msgq ( #32631 )
...
* squash
* fix doc
* compile device
* compile device
* Update ref
* add msgq to precommit exclusions
* No service ports
* fix compile
* address comments
* More comments
* Delete logger
* Update opendbc
* Linting
* bump msgq
1 year ago
Dean Lee
25e15846f1
ui/cameraview: fix deadlock on exit due to Qt::BlockingQueuedConnection ( #32620 )
...
fix deadlock
1 year ago
Dean Lee
9908b729c8
api: cache RSA private key ( #32566 )
1 year ago
Shane Smiskol
57d64279bd
ui: re-generate JWT on valid system time ( #32571 )
...
* revert me
* Revert "revert me"
This reverts commit 17d815ddfc
.
* duh we have timed!
* clean up
* use clocks
* re-initialize map on SSL handshake failure (time)
* this is fine, takes some time to init
* fix
* log errors like map renderer
* more clean up
full message is "loading style failed: SSL handshake failed"
* MOAR
* we still can't swap the token live
* mbgl has its own retries that never work, don't reinit multiple times at once
* simpler
* more
* whoops
* this works
* fix from merge
* rm
* fix cmt
* only an issue calling the function inside itself
1 year ago
Shane Smiskol
c2f55a2600
map window: log style load errors ( #32573 )
...
log errors
1 year ago
Adeeb Shihadeh
73b02f2cda
updated: finish system/ move ( #32535 )
...
* updated: finish system/ move
* add those back
* skip that
* skip whole file
* one more time
1 year ago
Adeeb Shihadeh
c9531b463a
Revert "ui: single-threaded CameraView ( #32291 )"
...
This reverts commit dd6e2a400b
.
1 year ago
Dean Lee
dd6e2a400b
ui: single-threaded CameraView ( #32291 )
...
single thread cameraview
1 year ago
Shotaro Watanabe
288a3fcd8b
fix(ui): fix build error in onroad_home.cc without ENABLE_MAPS ( #32441 )
1 year ago
Adeeb Shihadeh
d56f188854
Revert "ui/cameraview: merge EGL Image Clearing code into `clearEGLImages()` ( #32292 )"
...
This reverts commit 7e6dda546e
.
1 year ago
Dean Lee
7e6dda546e
ui/cameraview: merge EGL Image Clearing code into `clearEGLImages()` ( #32292 )
1 year ago
Dean Lee
d7d378aeef
ui/network: add error handing for dbus `call` ( #32164 )
1 year ago
Dean Lee
3bcb6f82af
ui/network: add error handling for refreshFinished ( #32167 )
1 year ago
Dean Lee
06c4a541da
ui/map: check valid before accessing `PositionECEF` ( #31961 )
...
check valid
1 year ago
Justin Newberry
3446de2b8e
ui: fix non-updating text2 alerts ( #32256 )
...
fix joystick
1 year ago
ZwX1616
1d05704d27
Toggle to always enable DM ( #32205 )
...
* permanent
* param
* correct behavior
* toggle
* need trans
* ref_commit
* translate for chs/t
* disable on P and R
* read
1 year ago
Dean Lee
6de5e0d71a
ui/network: simplify getActiveConnections ( #32174 )
1 year ago
Dean Lee
2bee28938a
ui/map_eta: avoid divide by zero ( #31962 )
1 year ago
Alexandre Nobuharu Sato
7e20812924
ui: cleanup white space after string ( #32217 )
...
* cleanup white space after string
* update
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
1 year ago
Dean Lee
c1b059de1e
ui/onroad: split into multiple files ( #32059 )
1 year ago
Dean Lee
ba98786ee3
ui: fix pair button shows on paired device ( #32109 )
1 year ago
Dean Lee
e9965c87d3
ui/network: initialize raw_adapter_state to NM_DEVICE_STATE_UNKNOWN ( #32175 )
1 year ago
Dean Lee
40b061cd51
ui/network: update known connections after adding tethering connection. ( #32166 )
...
update known connections
1 year ago
Dean Lee
eb0b1ce975
ui/setup: Initially disable continue button ( #32180 )
1 year ago
Dean Lee
1c491513b6
ui/setup: use the mode "wb" instead of "w". ( #32181 )
1 year ago
Dean Lee
e66ded444c
ui/network: fix typos ( #32163 )
1 year ago
YassineYousfi
754dd45ffa
disable navigate on openpilot ( #32106 )
...
* 2eedcd90-b7db-46cb-86be-740f48ded7ab/700
* noop ciao
* here too
* mapsd too
* update translations
* disable mapsd test from test onroad
* disable mapRenderState test from timings
* lint
* fix exp mode toggle panel
* update tr
* french done
* dont build mapd
* only no nav
* just comment
* deprecate nav fields
* rm not comment
* dont deprecate too much
* remove from services
* merge cereal
1 year ago
Dean Lee
bd7b72e861
ui/initApp(): remove temporary QApplication object ( #32011 )
...
remove temporary QApplication object
1 year ago
Dean Lee
fad9edf344
ui: move struct Alert into OnroadAlerts ( #32024 )
...
* move Alert into OnroadAlerts
* multi-lang
1 year ago
Dean Lee
14de326e95
ui/settings: uppercase “Pair" ( #31991 )
...
uppercase Pair
1 year ago
James
a2a372d314
Cleanup settings imports ( #31979 )
1 year ago
Dean Lee
9315d0e7a5
ui/map_eta: round remaining km/mi to one decimal place ( #31968 )
...
round distance
1 year ago
Dean Lee
77bbeb442e
ui/cameraview: fix accessing uninitialized variable ( #31951 )
1 year ago
Dean Lee
0201c786e8
ui: pairing device in settings ( #31947 )
1 year ago
Dean Lee
e28edf874b
ui/sidebar: do not send the `userFlag` while offroad ( #31952 )
1 year ago