-
Notifications
You must be signed in to change notification settings - Fork 10.6k
ui: generic hold gesture #36893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
ui: generic hold gesture #36893
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
mici raylib UI Preview✅ Videos are identical! View Diff Report |
Contributor
madmack
pushed a commit
to madmack/openpilot
that referenced
this pull request
Dec 19, 2025
…mmaai#1583) * comma four: fix missing WiFi show_event (commaai#36858) * can't do this * can do this * comma four: rm duplicate wifi show_event * comma four: fix WiFi panel not starting at the top (commaai#36859) * fix * fix * NavWidget: disable nav bar for vertical scrollers (commaai#36857) * disable nav bar vert scroller * cmt * ui: improve network sort (commaai#36855) * better sort * clean up * comma four: reset WiFi SSID scroll on show (commaai#36861) reset scroll * WifiUi: fix infinite wraps (commaai#36863) * fix infinite wrap * fix selection * Revert "fix selection" This reverts commit 555c579. * revert * revert * revert * revert * cleaner * cleaner * mypy!! * WifiUi: remove delayed network panel open (commaai#36865) not used * comma four: fix WiFi scroll to (commaai#36864) * fix selection * stash * Revert "stash" This reverts commit d04ed66. * clean up * clean up * move * fix * WifiUi: pause updates while user is scrolling (commaai#36866) * pause updates while user is scrolling * clean up * WifiUi: pause updates while user is interacting (commaai#36868) int not scroll * Widget: implement layout function (commaai#36869) * we can implement layout to fix flashing * reorder * fix faster than normal snap and reduce duplicate calculations * yes * comma four: follow current network (commaai#36862) * stay * whoops * whoops * fix * fix div by z * we can implement layout to fix flashing * Revert "we can implement layout to fix flashing" This reverts commit 7278a1e. * random * clean up * wtf * rev * smooth * we can implement layout to fix flashing * snap looks so much better * fix * rev * better name * cmt * less random * even less random * simpler * cmt * clean up * clean up * clean up * GuiScrollPanel2: fix possible crash (commaai#36870) fix crash * WifiUi: tweak unselected button size (commaai#36871) looks too spaces * rm dead unlog_ci_segment.py * joystickd: add cruise control resume (commaai#36876) * Add cruise control resume logic based on conditions * simple * bump opendbc (commaai#36878) * bump * update docs * bump * gotta go fast * sensord: remove last of dual IMU support (commaai#36881) * Toyota: prevent roll in ICE after pressing resume while wanting to stay stopped (commaai#36877) * bump * only show alert when user can leave standstill * cmt * stash * bump * bump to master * test_onroad: absolute memory usage test (commaai#36885) * test_onroad: absolute memory usage test * show msgq size * reduce a little * bump msgq * Revert "bump msgq" This reverts commit 683d0ae. * Reduce pub-sub memory usage by 10x (commaai#36884) less mem * four: hide untoggleable toggles (commaai#36890) * hide toggles * enabled is redundant * bump msgq (commaai#36891) * bump msgq * update prefix * ui: generic hold gesture (commaai#36893) * generic * fix * use in home * clean up * rm * clean up * four: simpler steer saturated alert (commaai#36894) * looks good * fix * cleanup * test_onroad: relax memory threshold (commaai#36895) * Update RELEASES.md for version 0.10.3 * Update RELEASES.md * ui: override default interactive timeout (commaai#36898) * impl * fix one place * don't need in setup * fix onboarding * need here too * ui: default text color 90% white (commaai#36899) default 90% * onboarding: fixup DM RHD detection (commaai#36900) * helper * fix * use it * prop * bigger box * huh * comma four: simpler DM onboarding (commaai#36896) * rm confirm mode * kinda works * how * disabled * do this * do this * wait * here * something * fade in * 4s * clean up * copy * help * 30deg center * stuff * reset_interactive_timeout * rm * simple * simple * copy * 1.5x * smooth opacity * power off slider * fix * new icons and gradient and rounded * final check * fix * how the hell did this work * clean up * clean up * flip * cmt * uh yeah * remove this * revert this * lint * 45 * clean up * fix * no show time * question * rm * no use * () * lint * call * ui: fix not showing networks if viewing right after startup * Fix tici DM dialog memory leak (commaai#36790) * not finished * no * debug * clean up * clean up * Revert "ui: generic hold gesture (commaai#36893)" This reverts commit 9768109. * setup: go back to main page once connected (commaai#36902) * call * break * print * fix * rm * debug * fix * yeah ideally wifiui has no clue about this * clean up * clean up * clean up * only need this * cu * rm * fix * CI: tmp disable macOS due to brew bug (commaai#36906) * need update? * try this * x * just disable it * lil more release notes --------- Co-authored-by: Shane Smiskol <[email protected]> Co-authored-by: Adeeb Shihadeh <[email protected]> Co-authored-by: YassineYousfi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



























from #36892