HaraldSchafer
baca1cae1f
UI Onroad widget renames ( #26124 )
...
Consistent widget naming
3 years ago
Adeeb Shihadeh
15b8c7d1dc
ui: publish draw times + add test ( #26119 )
...
* ui: publish draw times + add test
* add some checks
* adjust
* fix linter
* update max
Co-authored-by: Comma Device <device@comma.ai>
3 years ago
Cameron Clough
c6b8a253e6
networking: fix metered setting ( #26113 )
...
when metered set unknown, when unmetered set no
3 years ago
Adeeb Shihadeh
06e283a750
UI: only show cell settings on non-prime connection ( #25067 )
...
* fix indentation
* add primeTypeChanged signal to uiState
* hide advanced networking toggles on prime type change
* switch between map settings on prime type change
* cleanup
* remove duplicate code, wait for signal
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
3 years ago
Cameron Clough
f611960391
networking: add unmetered cellular toggle ( #25902 )
...
* add metered toggle to UI
* add GsmMetered param
* add NMMetered constants
* change LTE connection settings: connection.metered
* change to GsmUnmetered override
* update translations
* debug ui
* remove comment
* Revert "debug ui"
This reverts commit 2ad9e65ea2
.
* 'Force Unmetered Cellular' toggle
* update translations
* remove description
* update translations
* change unmetered to metered
3 years ago
Adeeb Shihadeh
f52dea7d84
ui: add support for dual cams ( #25876 )
3 years ago
Dean Lee
90f0f04d26
sidebar: call update in offroadTransition ( #25856 )
3 years ago
Cameron Clough
1379989e0d
sidebar: add button pressed states ( #25848 )
...
* add flag img
* add image assets
* try darker button pressed
* remove pressed image, set opacity instead
* settings can be pressed too!
* cleanup
* make settings button white
* bookmark
3 years ago
royjr
e4612ac4c4
ui: fix toggle spacing issue ( #25831 )
3 years ago
Dean Lee
aa0d128422
ui: always show SetupWidget ( #25742 )
...
* always show SetupWidget
update translations
* delete hide
3 years ago
Dean Lee
f0665911b2
map: fix repeated call to m_map->setZoom ( #25784 )
...
Fix repeated map api calls
3 years ago
Jason Wen
b7d9f157fa
Updater: Reboot instead of shutdown to install new branch ( #25804 )
...
Reboot instead of shutdown to install new branch
3 years ago
Shane Smiskol
64c2d4b30f
Wrap new UI strings
3 years ago
Adeeb Shihadeh
c4e63d14ab
good updater experience ( #25724 )
...
* good updater experience
* set params on startup
* no fetch on first loop
* little type hinting
* little more
* update translations
* always set params with valid overlay
* wrap check
* use the param
* more wrapping
* vanish
* cleanup
* remove that
3 years ago
Dean Lee
578b8fba1a
networking: create scanning label once ( #25782 )
...
* create scanning label only once
* rename
* fix
Co-authored-by: Shane Smiskol <shane@smiskol.com>
3 years ago
Dean Lee
1b0f202d7b
ui: prev_frame_id should be uint32_t ( #25781 )
...
uint32_t
3 years ago
Dean Lee
27e1ec8fd3
ui: multilang date ( #25741 )
...
* multilang date
* update translations
* add language to uistate
* update translations
* use it here too
Co-authored-by: sshane <shane@smiskol.com>
3 years ago
Dean Lee
ef767f6332
MapPanel: refresh only when visible and destination changes ( #25739 )
...
rebuild widgets only when mappanel is visible
3 years ago
Dean Lee
722e4641fc
prime.cc: call update() after QR code changed ( #25740 )
3 years ago
Dean Lee
115eed9a54
cleanup map_helpers.cc ( #25706 )
3 years ago
Dean Lee
4974ca03a8
ui: stop timer if PairingQRWidget is hidden ( #25671 )
3 years ago
Dean Lee
69e9b285b3
UI/map: remove redundant QString ctor ( #25704 )
3 years ago
Dean Lee
d9ca45ed1b
map_helpers: pass parameters by const reference ( #25701 )
...
pass parameters by const reference
3 years ago
Adeeb Shihadeh
6136868557
ui: fix network page crash
3 years ago
Adeeb Shihadeh
3ef37fe2e8
split out experimental long toggle ( #25698 )
...
* split out experimental long toggle
* clean up
* update translations
3 years ago
Adeeb Shihadeh
655a64b603
single longitudinal toggle for e2e and disable radar ( #25688 )
...
* single longitudinal toggle for e2e and disable radar
* write disable radar param
* rename
* better param name
* clean that up
* update refs
* update translations
* not live for experimental
* write it out
* vanish
3 years ago
Cameron Clough
a8134f2265
e2e long yellow path ( #25679 )
...
* yellow brick road
* live toggling
* path color from acceleration
* more yellow
3 years ago
Dean Lee
f44ebb9f1e
ui/sidebar: remove unused variable params ( #25667 )
...
* remove params
* update translations
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
3 years ago
HaraldSchafer
01a73b14d8
Toggles must be alphabetical ( #25654 )
...
toggles must be alphabetical
3 years ago
HaraldSchafer
faff2b8950
Add e2e long toggle ( #25638 )
...
* Add toggle
* Misc fixes
* Update translations
* pre alpha not great
3 years ago
Dean Lee
3bb2b4df49
getTextRect: pass text by const reference ( #25555 )
3 years ago
Cameron Clough
b3cfe962cf
user event flagging ( #25517 )
...
* setup home_btn in sidebar
* create UserFlag msg
* replay: show and skip to user flags
* update translations
* bump to cereal master
* remove comment
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
3 years ago
eFini
1de8ad891b
Fix is_rhd param name in map.cc ( #25464 )
3 years ago
Achilles308
370f58b7d6
UI: fix inconsistent capitalization in toggle title ( #25441 )
3 years ago
Adeeb Shihadeh
ac305dacef
nav: same icon size for active & inactive lanes ( #25383 )
...
* nav: same icon size for active & inactive lanes
* update translations
3 years ago
Adeeb Shihadeh
2cff05be43
UI: exit gracefully ( #25388 )
...
* UI: exit gracefully
* cleanup
Co-authored-by: Comma Device <device@comma.ai>
3 years ago
Shane Smiskol
b6910923d1
vEgoCluster: fix starting from stop ( #25350 )
...
* we can't switch back and forth
* update translations
3 years ago
Shane Smiskol
ecba873208
Multilang: handle localized plurals ( #25337 )
...
* Add localized plural handling
* Do another location with plurals
* fix test
3 years ago
ZwX1616
22408781f7
Remove RHD toggle: determine by driver side instead ( #24802 )
...
* driverview
* auto choose
* useless
* remove
* modeld not use toggle
* remove from params
* should have commissue anyway
* delete icon file
* deal with init more elegantly and prohibit switching when engaged
* nonblock save when not unstable
* filter very low speeds
* a few more secs dont harm
* draw icon
* match
* radius
* use const
* ref commit
* new transs
* put_bool_nonblocking
* 5k route tune
* ref comm
Co-authored-by: Comma Device <device@comma.ai>
3 years ago
Willem Melching
ab236e5ae0
fix finding the lte connection ( #25286 )
3 years ago
Willem Melching
c3e95d5e19
prereq for matching speeds shown on cars dash ( #25222 )
...
* prereq for matching speeds shown on cars dash
* also handle fallback in the ui for replay
* update translations
* update ref
3 years ago
Adeeb Shihadeh
50f7545ed7
UI: add description for branch switcher
3 years ago
Willem Melching
86c1e8164a
navd: add back VisionIPC map renderer ( #25212 )
...
* builds standalone
* process live msg
* render into nv12a
* VISION_STREAM_RGB_MAP -> VISION_STREAM_MAP
* cleanup sconscript
* main include cleanup
3 years ago
Adeeb Shihadeh
cc3857eb62
updated: add branch switching ( #25200 )
...
* switch param
* add to ui
* fix that
* fetch for new branch
Co-authored-by: Comma Device <device@comma.ai>
3 years ago
Greg Hogan
93cd0285ac
nav: toggle to show on left side of onroad ui ( #25169 )
...
* nav: show on left side of onroad ui
* add toggle
* capitalization
* update translations
* single params object
* skip unfinished translations test
Co-authored-by: Willem Melching <willem.melching@gmail.com>
3 years ago
Willem Melching
49dd56fc24
nav: draw inactive lanes with 50% opacity ( #25157 )
...
* nav: draw inactive lanes with 50% opacity
* update ts
3 years ago
Shane Smiskol
3b4e939b9f
UI: translations cleanup ( #25120 )
...
* Make this one translation
* Remote html from translations
* getBrand as argument
* some stuff
* Forget Wi-Fi network
* Update translations
* Remove obsolete
* compilation fixes
* remove
* Fix missing translation
3 years ago
ZwX1616
b632d56244
UI: change wording for dcam preview description ( #25142 )
3 years ago
Lee Jong Mun
903bb40528
Improve Korean translations ( #25105 )
...
* kor translations fix
update_translations --release
qm
* space
* qm
* map setting tr space remove
* ts update
fix
ko_update
ch_update
* qm release
* Update QM
* Fix this translation
Co-authored-by: Shane Smiskol <shane@smiskol.com>
3 years ago
Dean Lee
eb17291ca1
Display the current language in MultiOptionDialog ( #25098 )
...
* check the selected language in lange select dialog
* disable if user selects current option
* update line numbers
Co-authored-by: Shane Smiskol <shane@smiskol.com>
3 years ago