Cameron Clough
f38fe7cfb1
ui: increase toggle confirmation font size ( #26413 )
...
* ui: make toggle confirmation text larger
* center title
* reduce line breaks
* slightly reduce font size
3 years ago
Adeeb Shihadeh
9a3f468051
experimental mode ( #26416 )
...
* experimental mode
* rename param
* red lights
3 years ago
Adeeb Shihadeh
5960ba5def
UI: widecam only in e2e mode ( #26412 )
3 years ago
Shane Smiskol
ed3bf4f123
onroad ui: fix opacity affecting other drawn icons ( #26378 )
...
* save painter in drawIcon
* fix
* Update selfdrive/ui/qt/onroad.cc
3 years ago
Shane Smiskol
e079751f79
ui: revert e2e path changes ( #26382 )
...
* Revert "ui: fade to default path color when inactive (#26375 )"
This reverts commit 0b385a5650
.
* Revert "ui: minor e2e path tweaks (#26351 )"
This reverts commit d257e28479
.
* stronger colors
45
3 years ago
Shane Smiskol
0b385a5650
ui: fade to default path color when inactive ( #26375 )
...
* fade to default path color when inactive
* long!
3 years ago
Cameron Clough
e78280da12
ui: set dialog confirm button text ( #26365 )
...
* ui: set dialog confirm button text
* short
* blue confirm
3 years ago
Cameron Clough
91a1f1a91e
ui: toggle confirmation and dialog redesign ( #26331 )
...
* toggle confirmation
* change text
* not for e2e
* get current description
* remove are you sure
* merge rich text and confirmation dialogs
* add some line breaks
* font colour
* fix padding a little
* revert
* updated toggle design
3 years ago
Shane Smiskol
d257e28479
ui: minor e2e path tweaks ( #26351 )
...
* new e2e path
* clean up
* fix
* 2.5 seconds feels disjointed
3 years ago
Adeeb Shihadeh
c171fe9f9a
UI: draw onroad objects on right frame ( #26306 )
...
* update before draw
* fix a lot of janky
* fix more flicker
* cleanup
* fix flicker when opening settings
* simplify
3 years ago
Kurt Nistelberger
0c03fb1be4
Revert "remove black connecting background"
...
This reverts commit eecd698205
.
3 years ago
Kurt Nistelberger
eecd698205
remove black connecting background
3 years ago
Dean Lee
602b90f518
UI: reduce frame drops. ( #26266 )
...
* reduce frame dropping
* This mode will not draw the same frame twice
* cleanup comment
* use previous texture if update is not triggered by vipc thread and without new frame
3 years ago
HaraldSchafer
dbc30c053c
UI: fade into wide camera ( #26203 )
...
* UI: fade into wide camera
* handle routes with no wide calib
* more cleanup
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
3 years ago
Dean Lee
6b6162d2c8
UI: support switching streams in CameraView ( #26248 )
3 years ago
Adeeb Shihadeh
4639862bae
UI: show git commit date ( #26240 )
...
* show version description while offroad
* ui fixups
* parse date
* cleanup
3 years ago
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