Shane Smiskol
f70592b7e9
raylib: format from today's prs
2 weeks ago
Shane Smiskol
9153f97900
PrimeWidget: redeclaring __init__ unneeded
...
for https://github.com/commaai/openpilot/pull/35496
2 weeks ago
Dean Lee
7b4e2e2430
ui: add ExperimentalModeButton to the home layout for toggling between driving modes ( #35504 )
...
add ExpermentalModeButton
2 weeks ago
Dean Lee
9a1e58102d
ui: display subscription status based on prime state ( #35502 )
...
display subscription status based on PrimeState
2 weeks ago
Dean Lee
5df875390f
ui: add pairing device dialog ( #35501 )
...
* add pairing device dialog
* refreshing QR code every 5 minutes
* fix lint issues
* int
2 weeks ago
Dean Lee
0e2f69883b
ui: implement uninstall software in settings ( #35494 )
...
* implement uninstall software in SoftwareLayout
* use enum
2 weeks 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
2 weeks ago
Dean Lee
191d0d429e
ui: enhanced ListView with improved actions, dynamic content, and better UX ( #35485 )
...
improve list view
2 weeks ago
Dean Lee
af48d23a68
ui: add PrimeState class ( #35497 )
...
* add PrimeState
* move to lib
2 weeks ago
Dean Lee
0c6856cf03
ui: implement driver camera preview in settings ( #35480 )
...
* implement driver camera preview in settings
rebase master
* rename to dialog
2 weeks ago
Dean Lee
e93a7234bc
pyui: add DialogResult enum ( #35500 )
...
add DialogResult enum
2 weeks ago
Dean Lee
ce93a7215d
add qrcode python package ( #35498 )
...
* add qrcode python package
* lock
* relock
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2 weeks ago
Dean Lee
f0f249ecf8
ui: implement change language in settings ( #35481 )
...
implement change language in settings
2 weeks ago
Dean Lee
a3daca8fd5
ui: implement PrimeAdWidget ( #35496 )
...
implement PrimeAdWidget
2 weeks ago
Adeeb Shihadeh
6d09b2405e
raylib: fix shaders on macOS ( #35411 )
...
* fix shaders
* runs now
2 weeks ago
Shane Smiskol
8220599dd8
raylib: onroad callback setter ( #35493 )
...
* onroad callback setter
* fix name
2 weeks ago
Shane Smiskol
7c5155590f
raylib: simpler callbacks ( #35488 )
...
* simpler no current callback
* clean up
* back
* fixx
* clean up
2 weeks ago
Shane Smiskol
e0a2a7af64
raylib: use consistent mouse button constant
2 weeks ago
Shane Smiskol
9a2ec552f1
raylib toggles: on mouse release
2 weeks 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
2 weeks ago
Shane Smiskol
db5e413049
Experimental button should be raylib widget ( #35491 )
...
should be widget
2 weeks 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>
2 weeks ago
Shane Smiskol
7875cc4713
raylib: consistent use of rect in render function ( #35490 )
...
* updater: use rect
* spinner
* and text
* better name
* simple
* also simple
2 weeks 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
2 weeks ago
Shane Smiskol
c145de96f9
raylib: match QT UI panel order ( #35487 )
...
match QT UI panel order
2 weeks ago
Shane Smiskol
4bbbf51236
Fix raylib issue ( #35486 )
...
* ugh fix that
* our linting is trash
2 weeks ago
Shane Smiskol
3ce87d0ac9
raylib: base widget class ( #35484 )
...
* use some widgets
* consistent name draw -> render
* more
* rest
2 weeks ago
Shane Smiskol
a1ee5f5ba8
raylib spinner: temp fix crash
2 weeks ago
Shane Smiskol
29830440b4
format raylib ( #35483 )
...
* format raylib
* not really sure what this is
2 weeks ago
Dean Lee
541bd4d4d9
ui: switch spinner and text window back to standalone process ( #35470 )
...
switch spinner and text window back to standalone process
2 weeks ago
Dean Lee
6767bfce44
ui: add ModalOverlay system for unified modal dialog management ( #35478 )
...
add ModalOverlay
2 weeks ago
Adeeb Shihadeh
75434b10b9
add that back
2 weeks ago
Adeeb Shihadeh
63e7a0ca15
Revert "feat: remove esim.nmconnection, use AGNOS lte conn ( #35389 )"
...
This reverts commit 255b606fe4
.
2 weeks ago
ZwX1616
ba2d2677c1
modeld: no hardcoded frame names ( #35476 )
...
* from model
* juggle
2 weeks ago
Dean Lee
e389b19ed7
system/ui: fix setup error: 'WifiManagerWrapper' object has no attribute 'request_scan' ( #35477 )
...
remove request_scan()
2 weeks ago
Adeeb Shihadeh
ce9d1683a5
bump to 0.9.10
3 weeks ago
Shane Smiskol
2000f9aff3
raylib: ban non-cached measure_text_ex ( #35462 )
...
* add
* use it
* Update pyproject.toml
* many more
* comment
3 weeks ago
Dean Lee
3a622cbe25
ui: add WiFi manager to settings ( #35454 )
...
add WiFi manager to settings
3 weeks ago
Dean Lee
6b59f67ab5
ui: implement home layout with fully functional offroad alerts ( #35468 )
...
implement home layout with offroad alerts
3 weeks ago
Dean Lee
cb22be6079
ui: add support for enabling/disabling the toggle ( #35471 )
...
add support for enabling/disabling the toggle
3 weeks ago
Dean Lee
23ea85dca6
ui: kick watchdog ( #35460 )
...
* kick watchdog
* use global
* use monotonic
3 weeks ago
Adeeb Shihadeh
8aadf02b2f
selfdrived: more robust NVMe check
3 weeks ago
Adeeb Shihadeh
1668a46b6a
bump submodules
3 weeks ago
Dean Lee
459179ff6c
ui: fix settings close button shape and press state ( #35469 )
...
fix button rounding and pressed state display in settings
3 weeks ago
Andrei Radulescu
ef6719f24e
webcam: make driver camera optional ( #35455 )
...
* webcam: driverCamera optional
* webcam: update README
3 weeks ago
Andrei Radulescu
3ad74b440c
macos: no logcatd and proclogd ( #35457 )
...
* don't build proclogd on mac
* don't run logcatd and proclogd on mac
3 weeks ago
Dean Lee
05fa135be6
ui: make the toggle color match QT ( #35466 )
...
make the toggle color match QT
3 weeks ago
Harald Schäfer
a8639d3feb
rgb is default ( #35467 )
...
* rgb is default
* change dummy default
3 weeks ago
Shane Smiskol
0d7b157965
bump opendbc ( #35465 )
...
bump
3 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>
3 weeks ago