Dean Lee
2a9e35609b
ui: increase settings nav btn height ( #35553 )
...
increase nav btn height
5 days ago
Shane Smiskol
3a10bdb1e7
Revert "ui: refactor ListView for generic widget support and simplified item architecture" ( #35542 )
...
Revert "ui: refactor ListView for generic widget support and simplified item …"
This reverts commit 32ae9efb3d
.
6 days ago
Dean Lee
32ae9efb3d
ui: refactor ListView for generic widget support and simplified item architecture ( #35536 )
...
refactor list view
apply reviews
6 days ago
Dean Lee
9d8e4acec9
ui: setup widget->firehose settings navigation ( #35531 )
...
* setup widget->firehose settings navigation
* cleanup
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
7 days ago
Dean Lee
03d2e7b2b0
ui: extract Widget base class to separate lib/widget.py ( #35520 )
...
* extract Widget base class to separate lib/widget.py
* format
* format
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
1 week ago
Dean Lee
08aeeabc9b
ui: add FirehoseLayout to settings ( #35505 )
...
add FirehoseLayout
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
2 weeks ago
Shane Smiskol
c145de96f9
raylib: match QT UI panel order ( #35487 )
...
match QT UI panel order
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
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
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
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
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