Shane Smiskol
29830440b4
format raylib ( #35483 )
...
* format raylib
* not really sure what this is
2025-06-06 15:43:47 -07:00
Dean Lee
3a7f0b66aa
system/ui: fix remaining issues in WiFi Manager ( #35301 )
...
* WIP
* fix callback
* fix connecting network displayed as Connected
* thread safe states
* fix state sync issues
* fix callback
2025-05-27 15:01:53 -07:00
Cameron Clough
d6e9df98e3
system/ui: WPA3 is unsupported ( #35286 )
2025-05-19 19:18:48 +01:00
Cameron Clough
8097a92515
zipapp pack ( #35253 )
...
Used to ship python UI in agnos without an openpilot clone
* add a main method to target
* pack script
* validate inputs
* refactors
* copy into temp, dont keep this
* cleanup
* help messages
* rename to pack.py
* pack.py
* updates for device
* moar
* don't use cereal
* just log normally
* use importlib.resources
* revert
* Revert "don't use cereal"
This reverts commit 7208524d422d88a1b07e209359aeb25e8b3bf4e7.
* fix cereal?
* cleanup
* Revert "cleanup"
This reverts commit 921edfe5020f244dbdf4f26767af7c98ca837d1c.
* cython hotfix
* Reapply "cleanup"
This reverts commit 9b54552f784dea1b1eb4ffc03937571e4fc851ba.
* more cleanup
* any script?
* slightly clearer
* rm print
* nothing python should use SVGs
---------
Co-authored-by: Trey Moen <trey@moen.ai >
2025-05-16 22:24:03 +01:00
Dean Lee
84e9b75983
system/ui: fix WiFi manager shutdown task errors ( #35204 )
...
fix WiFi manager shutdown task errors
2025-05-14 11:20:39 -07:00
Cameron Clough
43054a56c2
system/ui: fix tethering ssid ( #35188 )
...
system/ui: fix tethering ssid when no params
2025-05-12 15:39:48 +01:00
Dean Lee
f1760e63d3
system/ui: performance optimizations for WiFi Manager with cached network data ( #35170 )
...
Performance optimizations for WiFi Manager with cached network data
2025-05-11 08:26:25 +01:00
Dean Lee
eaa595958c
system/ui: prevent duplicate WiFi connections when retrying with new password ( #35174 )
...
Prevent duplicate WiFi connections when retrying with new password
2025-05-10 14:22:06 -07:00
Dean Lee
7147c26954
system/ui: fix WIFI authentication callback and connection tracking ( #35169 )
...
fix authentication callback and state handling
2025-05-10 10:00:28 -07:00
Dean Lee
3b94e6f92f
system/ui: add tethering support to WifiManager ( #35167 )
...
add tethering support to WifiManager
2025-05-10 09:59:42 -07:00
Dean Lee
908ea36126
ui(raylib): add thread-safe property access to WifiManagerWrapper ( #35162 )
...
* Add thread-safe property access to WifiManagerWrapper
* cleanup
* type-safe manager, always specify default
* import
---------
Co-authored-by: Cameron Clough <cameronjclough@gmail.com >
2025-05-09 16:23:37 +01:00
Dean Lee
c33e5b3209
python ui: wifi manager ( #34814 )
...
* python wifi manager
* fix ui
* need auth callback
* move to widgets
* confirm forgot
* add drag detection
* improve keyboard & list
* remove duplicate
* typos
* use gui_app render
* refactor
* cleanup
* cleanup
* shutdown
* fix types
* revert
* scroll panel cleanup
* reset is_dragging on mouse release
* Revert "reset is_dragging on mouse release"
This reverts commit ff5e51cf6f00848d93aa3ce0bab16602fea7a319.
* unformat
* cleanup
* update state when connecting
* forgotten callback
* maybe fix? first tap didn't work
* Revert "maybe fix? first tap didn't work"
This reverts commit 739f0e3bd37323d10479b081a20d05c7fdff5495.
* remove set_target_fps
* Revert "remove set_target_fps"
This reverts commit 96f74553ef6fa2ab2a4d1a07880175e7da628c9f.
---------
Co-authored-by: Cameron Clough <cameronjclough@gmail.com >
2025-05-05 16:28:12 +01:00