Matt Purnell
cce2e4d357
tools: Handle smaller terminal sizes in replay ( #36766 )
...
* Only show help if there's room for it
* show less
* wording
2025-12-08 16:38:35 -08:00
Dean Lee
4e74e0f755
cabana: fix UI hang when switching streams ( #36735 )
...
fix UI hang when switching streams
2025-12-08 16:36:55 -08:00
Dean Lee
a6645a1be1
cabana: add automatic session save/restore ( #36736 )
...
adds auto session save/store
2025-12-08 16:36:35 -08:00
「 crwusiz 」
239d690a43
Multilang: update kor translation ( #36795 )
2025-12-08 16:32:56 -08:00
Shane Smiskol
d4d6134d3b
UnifiedLabel: fix clipping descenders ( #36793 )
...
* fix
* can also do this
* but then y is off. this is from font_scale I think
* fix
* cmt
2025-12-05 18:18:58 -08:00
Robbe Derks
0965650f61
Bump panda ( #36783 )
...
* panda bump
* try this one
* this breaks it?
* still broken, right?
* fixed?
* second try
2025-12-05 23:12:39 +01:00
Shane Smiskol
224e2c271b
Revert "ui: fix dialog memory leak" ( #36787 )
...
Revert "ui: fix dialog memory leak (#36767 )"
This reverts commit 45b7d60263 .
2025-12-04 16:51:18 -08:00
Harald Schäfer
e72e5d4ebe
beeps in key ( #36765 )
...
beeps in keyt
2025-12-04 13:11:27 -08:00
Shane Smiskol
f962a36fd8
Fix ui crashing replay/selfdrived ( #36760 )
...
* fix
* clean up
* type hint
2025-12-04 02:39:41 -08:00
Dean Lee
2947af42fc
ui: fix TraningGuide leak ( #36763 )
...
* fix TraningGuide leak
* other thing
* this is truly the simplest way
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com >
2025-12-04 02:23:37 -08:00
Shane Smiskol
cd9b08492e
ui: small TrainingGuide clean up
2025-12-04 02:00:45 -08:00
Shane Smiskol
45b7d60263
ui: fix dialog memory leak ( #36767 )
...
* weakref alternative
* and here
* clean up
* fix
* rm
2025-12-04 01:56:38 -08:00
Dean Lee
93f2076c7e
ui: fix crash caused by double shader unload in CameraView ( #36778 )
...
fix double free isuue
2025-12-04 01:54:11 -08:00
Shane Smiskol
4edbc7d0cf
DriverCameraDialog: proper clean up ( #36775 )
...
* fixes leak
* wait can't do this, we need close after all
* wait can't do this, we need close after all
* clean up memory
2025-12-03 22:19:30 -08:00
Shane Smiskol
cc7dd066d2
ui: call modal hide_event ( #36772 )
...
* start, not fully working since hide is called before last render
* clean up
2025-12-03 21:55:05 -08:00
Shane Smiskol
9e55577cc7
Clean up DM dialog CameraView bound method ( #36770 )
...
* clean up
* why not?
* clean up
2025-12-03 20:41:58 -08:00
Shane Smiskol
7ea6cfcbdf
remove unecessary function
2025-12-03 20:00:19 -08:00
Harald Schäfer
83dad85cdd
Dark Souls Model ( #36764 )
...
a4cf2707-3d69-49ea-af8b-f91cd3285249/400
2025-12-03 12:55:33 -08:00
Maxime Desroches
5fd0906164
allow restarting processes after crash ( #36755 )
...
more
2025-12-02 17:10:24 -08:00
Maxime Desroches
e7d349bf36
Revert "ui: restart if crash ( #36746 )" ( #36754 )
...
This reverts commit fa18bb9261 .
2025-12-02 16:45:09 -08:00
Bruce Wayne
5393308d03
Logreader: print errors
2025-12-02 15:54:21 -08:00
YassineYousfi
dc02a2d385
dm: adjust cold start pose offsets ( #36739 )
...
* dm: adjust cold start offsets and thresholds
* change just offsets for now
2025-12-02 15:17:59 -08:00
Chechulin Serhii
63563c3561
ui: fix - translate display text of updater_state ( #36649 )
...
* Add updater_state translation
* Move STATE_TO_DISPLAY_TEXT on top
2025-12-02 13:13:13 -08:00
Dean Lee
ae6250e685
ui/CameraView: use consistent 2-space indentation ( #36748 )
...
use consistent 2-space indentation
2025-12-02 13:09:24 -08:00
Shane Smiskol
ae402d3ac7
Revert "ui: speed up mici/AugmentedRoadView by optimizing _calc_frame_matrix caching" ( #36749 )
...
Revert "ui: speed up `mici/AugmentedRoadView` by optimizing _calc_frame_matri…"
This reverts commit 1052435391 .
2025-12-02 13:02:01 -08:00
Harald Schäfer
cfb0a1c18c
URLFile multirange ( #36740 )
...
* url file multirange
* cleanup urlfile
* time
* fixup
* raise
* Diskfile
2025-12-01 23:11:03 -08:00
Maxime Desroches
fa18bb9261
ui: restart if crash ( #36746 )
...
* simpler
* mypy your are going to be replaced very soon
2025-12-01 22:55:14 -08:00
Trey Moen
cabfa7b735
Revert "esim: remove bootstrap and delete ( #36732 )" ( #36747 )
...
This reverts commit 6d04251517 .
2025-12-01 22:45:11 -08:00
Maxime Desroches
65e551c671
Handle invalid frame fd when creating EGL image ( #36743 )
...
catch
2025-12-01 21:32:07 -08:00
Maxime Desroches
62b7abcd91
Fix raylib ui spamming API calls ( #36745 )
...
fix
2025-12-01 21:13:43 -08:00
Maxime Desroches
dc654b439a
Revert "Fix raylib ui spamming API calls ( #36700 )" ( #36744 )
...
This reverts commit 26261387f8 .
2025-12-01 20:48:04 -08:00
Dean Lee
693c83f74c
replay: fix dangling pointers in logging calls ( #36738 )
...
fix dangling pointers in logging calls
2025-12-01 13:32:21 -08:00
Trey Moen
8ffe3f287e
fix: openpilot build on ubuntu aarch64 ( #36675 )
...
breaks on linux
2025-11-30 16:09:50 -08:00
Dean Lee
749e236bc0
ui: fix EGL_BAD_MATCH error when running profile_onroad.py on device ( #36608 )
...
fix failed to create EGL image:12297 error on device
2025-11-30 16:06:33 -08:00
Adeeb Shihadeh
151d256dd6
add param for agnos power monitor
2025-11-30 15:29:40 -08:00
Adeeb Shihadeh
436e3dec3e
manager: write power monitor flag atomically ( #36734 )
2025-11-30 15:14:31 -08:00
Adeeb Shihadeh
7521fd11e2
common: rename atomic_write_in_dir -> atomic_write ( #36733 )
...
rename
2025-11-30 15:08:32 -08:00
MVL
ff755ed4bf
Honda - Rename AcuraWatch Plus to AcuraWatch ( #36726 )
...
* Rename AcuraWatch Plus to AcuraWatch
* Rename AcuraWatch Plus to AcuraWatch
2025-11-30 15:04:17 -08:00
Trey Moen
6d04251517
esim: remove bootstrap and delete ( #36732 )
...
init
2025-11-30 14:43:29 -08:00
Adeeb Shihadeh
970afa9683
bump to 0.10.3
2025-11-30 14:19:37 -08:00
David
cd7e362333
ui: Add RECORD=1 for direct frame recording ( #36729 )
...
* ui: add real-time video recording functionality with ffmpeg support
* fix: record at consistent frame rate
* add spaces
* fix type
* refactor: RECORD_FRAMES variable and related logic
* fix: remove unnecessary texture check
* support missing output extension
* add wait for close with timeout
* fix: ensure RECORD_OUTPUT has the correct file extension
* flush on close and terminate if times out closing
* ffmpeg hide banner
* reduce ffmpeg spam
* refactor: streamline ffmpeg arguments for video encoding
* refactor: move size arg to variable and add yub420p conversion for native support
* use render_width and render_height for size
* fix: ensure even dimensions for video encoding when recording
* rm itertools
* simple
* cleanup
* docs
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com >
2025-11-30 13:34:37 -08:00
Shane Smiskol
85a162dd43
more scons nodes
2025-11-30 02:48:05 -08:00
Dean Lee
8de8946374
ui: skip _draw_set_speed when alpha is 0 ( #36709 )
...
* Skip _draw_set_speed when alpha is 0 to reduce unnecessary draw calls
* Update selfdrive/ui/mici/onroad/hud_renderer.py
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com >
2025-11-29 03:15:41 -08:00
Dean Lee
f1c2b1df7f
ui: fix CameraView crash in mici due to stale frame ( #36710 )
...
fix CameraView crash caused by stale frame
2025-11-29 03:14:23 -08:00
Shane Smiskol
1b20567c98
Mici keyboard: alpha filter for key bg ( #36720 )
...
* filter
* tune
* fix
2025-11-29 02:30:32 -08:00
Dean Lee
6c39f6bb53
ui: Fix scroll logic for non-scrollable content (bounds_size > content_size) to prevent jitter ( #36693 )
...
* Fix scroll logic for non-scrollable content to prevent jitter
* one thing
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com >
2025-11-29 02:21:15 -08:00
Shane Smiskol
22003fd10a
rl.BLANK
2025-11-29 02:15:38 -08:00
Shane Smiskol
088fc1cab1
Unified label: add scrolling ( #36717 )
...
* almost
* works!
* clean up
* fix
* trash
* Revert "trash"
This reverts commit 951d63382810d444fe08103f406a8c490cfcbe25.
* fix some bugs and use
* clean up
* clean up
* fix clipping
* clean up
* fix
2025-11-29 02:15:10 -08:00
Shane Smiskol
cb718618d1
fix multi option dialog text centering
2025-11-29 02:12:09 -08:00
Shane Smiskol
d6de3572ca
UnifiedLabel: split render ( #36719 )
...
* split
* rect
2025-11-29 01:26:17 -08:00