Dean Lee
2017bf970f
ui: implement ssh key control ( #35518 )
...
implement ssh key control
6 days ago
Shane Smiskol
c1794e6f83
ui: expose lateral control learning state ( #35519 )
...
* add lagd
* add live torque params
* clean up
* too many openpilot is's
* add back
* fix weird pattern causing segfault
* cu
* 10 more lines for "all complete"
* Revert "10 more lines for "all complete""
This reverts commit de1ad0b738
.
* one line
6 days ago
Shane Smiskol
a9e8649137
ui: update calibration description when resetting
6 days ago
Harald Schäfer
d9b6c16037
Cleanup framereader ( #35513 )
...
* squash
* misc cleanup
* no LLM garbage
* misc fixes
* typo
* fix CI
* fix hints
* LLM soo wordy
* improve
6 days ago
Dean Lee
1c11e28448
ui: fix path self-intersections on hills ( #35514 )
...
fix path self-intersections on hills
6 days ago
eFini
14166c980e
Multilang: update zh translation ( #35516 )
6 days ago
Dean Lee
61b8f6f478
ui: Implement core device settings functionality with enhanced dynamic controls ( #35507 )
...
* implement device settings functionality with power controls
* format
* Update selfdrive/ui/layouts/settings/device.py
Co-authored-by: Shane Smiskol <shane@smiskol.com>
* Update selfdrive/ui/layouts/settings/device.py
Co-authored-by: Shane Smiskol <shane@smiskol.com>
* add comment back
* add comments back
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
7 days ago
programanichiro
d3b300a148
Multilang: update ja translation. ( #35506 )
...
* ja translation
* 文言調整。
7 days ago
Dean Lee
ffb677b53d
ui: [fix] only show driver state icon when no alert is display ( #35508 )
...
only show driver state icon when no alert is display
7 days ago
Dean Lee
fc27423ac2
ui: fix Immediate ALERT_STARTUP_PENDING after going onroad ( #35509 )
...
fix timeout alerts could appear immediately after going onroad
7 days ago
Dean Lee
08aeeabc9b
ui: add FirehoseLayout to settings ( #35505 )
...
add FirehoseLayout
7 days ago
Dean Lee
e015e319b7
ui: [fix] remove unused gui_label import in HomeLayout ( #35510 )
...
fix lint issue
7 days ago
Dean Lee
41db89afdc
ui: add setup widget to handing device pairing and firehose mode prompt ( #35503 )
...
* add setup widget to handing device pairing and firehose mode prompt
* format
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
1 week ago
Shane Smiskol
f70592b7e9
raylib: format from today's prs
1 week ago
Shane Smiskol
9153f97900
PrimeWidget: redeclaring __init__ unneeded
...
for https://github.com/commaai/openpilot/pull/35496
1 week ago
Dean Lee
7b4e2e2430
ui: add ExperimentalModeButton to the home layout for toggling between driving modes ( #35504 )
...
add ExpermentalModeButton
1 week ago
Dean Lee
9a1e58102d
ui: display subscription status based on prime state ( #35502 )
...
display subscription status based on PrimeState
1 week ago
Dean Lee
5df875390f
ui: add pairing device dialog ( #35501 )
...
* add pairing device dialog
* refreshing QR code every 5 minutes
* fix lint issues
* int
1 week ago
Dean Lee
0e2f69883b
ui: implement uninstall software in settings ( #35494 )
...
* implement uninstall software in SoftwareLayout
* use enum
1 week ago
Dean Lee
f824e6c0ec
ui: implement reset calibration feature in device settings ( #35479 )
...
* implement reset calibration feature in device settings
* check confirm dialog result
* fix null check
* use enum
* use enum
1 week ago
Dean Lee
af48d23a68
ui: add PrimeState class ( #35497 )
...
* add PrimeState
* move to lib
1 week ago
Dean Lee
0c6856cf03
ui: implement driver camera preview in settings ( #35480 )
...
* implement driver camera preview in settings
rebase master
* rename to dialog
1 week ago
Dean Lee
f0f249ecf8
ui: implement change language in settings ( #35481 )
...
implement change language in settings
1 week ago
Dean Lee
a3daca8fd5
ui: implement PrimeAdWidget ( #35496 )
...
implement PrimeAdWidget
1 week ago
Adeeb Shihadeh
6d09b2405e
raylib: fix shaders on macOS ( #35411 )
...
* fix shaders
* runs now
1 week ago
Shane Smiskol
8220599dd8
raylib: onroad callback setter ( #35493 )
...
* onroad callback setter
* fix name
1 week ago
Shane Smiskol
7c5155590f
raylib: simpler callbacks ( #35488 )
...
* simpler no current callback
* clean up
* back
* fixx
* clean up
1 week ago
Shane Smiskol
2c59b5f8c6
raylib: common mouse press hook ( #35489 )
...
* something like this
* need these
* rest
* another pr
* what is this merge conflict
f
* fix mouse down
* rm that!
* fix that
* rearrange
* fix bug where mouse held down on widget, dragged off, then let go
* temp
* fix that
* missing init
1 week ago
Shane Smiskol
db5e413049
Experimental button should be raylib widget ( #35491 )
...
should be widget
1 week ago
Dean Lee
2031a33188
ui: add experimental mode toggle button with visual indicator ( #35446 )
...
* add experimental mode toggle button with visual indicator
* merge master
* implement a temporary state hold after mouse click"
* move to seperate class
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
1 week ago
Dean Lee
c3aa7cffed
ui: add auto camera switching based on speed in experimental mode ( #35437 )
...
* add auto camera switching based on speed in experimental mode
* fix conflit
1 week ago
Shane Smiskol
c145de96f9
raylib: match QT UI panel order ( #35487 )
...
match QT UI panel order
1 week ago
Shane Smiskol
4bbbf51236
Fix raylib issue ( #35486 )
...
* ugh fix that
* our linting is trash
1 week ago
Shane Smiskol
3ce87d0ac9
raylib: base widget class ( #35484 )
...
* use some widgets
* consistent name draw -> render
* more
* rest
1 week ago
Shane Smiskol
29830440b4
format raylib ( #35483 )
...
* format raylib
* not really sure what this is
1 week ago
Dean Lee
6767bfce44
ui: add ModalOverlay system for unified modal dialog management ( #35478 )
...
add ModalOverlay
1 week ago
Shane Smiskol
2000f9aff3
raylib: ban non-cached measure_text_ex ( #35462 )
...
* add
* use it
* Update pyproject.toml
* many more
* comment
2 weeks ago
Dean Lee
3a622cbe25
ui: add WiFi manager to settings ( #35454 )
...
add WiFi manager to settings
2 weeks ago
Dean Lee
6b59f67ab5
ui: implement home layout with fully functional offroad alerts ( #35468 )
...
implement home layout with offroad alerts
2 weeks ago
Dean Lee
23ea85dca6
ui: kick watchdog ( #35460 )
...
* kick watchdog
* use global
* use monotonic
2 weeks ago
Dean Lee
459179ff6c
ui: fix settings close button shape and press state ( #35469 )
...
fix button rounding and pressed state display in settings
2 weeks ago
Dean Lee
462301d2e0
ui: implement smooth camera stream switching with seamless transitions ( #35449 )
...
implement smooth camera stream switching with seamless transitions
Co-authored-by: Shane Smiskol <shane@smiskol.com>
2 weeks ago
Dean Lee
8b516abb31
ui: replace rl.measure_text with measure_text_cached in sidebar ( #35450 )
...
Replace rl.measure_text with measure_text_cached
2 weeks ago
Dean Lee
0360926962
ui: fill the bg with disengaged color if no frame ( #35451 )
...
fill the bg with disengaged color if no frame
Co-authored-by: Shane Smiskol <shane@smiskol.com>
2 weeks ago
Dean Lee
96cfd5aaf7
ui: add ListView component and settings layouts with declarative UI ( #35453 )
...
* add flexible ListView component
* fix crash
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
2 weeks ago
Dean Lee
88466fb62f
ui: improve onroad layout transitions ( #35458 )
...
improve onroad layout transitions
2 weeks ago
Dean Lee
912160c429
ui: improve calibration height initialization ( #35459 )
...
improve calibration height initialization
2 weeks ago
Dean Lee
2e41d959ac
ui: add main UI entry point ( #35422 )
...
* add new main UI entry point
* cleanup
* mv to selfdrive/ui
* fix imports
* handle_mouse_click
* use ui_state
* remove ui_state from gui_app
* setup callbacks
* handle clicks
* put layouts in a dict
* update state in render
* rebase master
* implement settings sidebar
* rename files
2 weeks ago
Dean Lee
7ee50e7b87
system/ui: add text measurement caching ( #35436 )
2 weeks ago
Dean Lee
fc0bb72147
selfdrive/ui: enable conflate mode in VisionIpcClient to prevent stale frame rendering ( #35445 )
...
use conflate mode in VisionIpcClient to prevent stale frame rendering
2 weeks ago