-
Notifications
You must be signed in to change notification settings - Fork 460
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
Show window previews on mouse hover #574
base: master
Are you sure you want to change the base?
Commits on Aug 3, 2018
-
Move preview menus creation to its own function. This is in preparation
for the previews on hover work.
Configuration menu - View commit details
-
Copy full SHA for d571e75 - Browse repository at this point
Copy the full SHA d571e75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b46a7e - Browse repository at this point
Copy the full SHA 3b46a7eView commit details -
Previews on hover: enable basic functionality.
Most of the functions are imported from dash-to-panel, and are adapted where appropriate.
Configuration menu - View commit details
-
Copy full SHA for 25d375d - Browse repository at this point
Copy the full SHA 25d375dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 709a9a8 - Browse repository at this point
Copy the full SHA 709a9a8View commit details -
Previews on hover: manually set keybord navigation.
This is so that this is not triggered when hovering.
Configuration menu - View commit details
-
Copy full SHA for 9c12fe3 - Browse repository at this point
Copy the full SHA 9c12fe3View commit details -
Previews on hover: better handling of menu-leave events.
We add a timeout to ungrab the actor, and we manually trigger 'enter-event' for appIcons. When moving from the (open) menu to the dock, the grabHandler is still active, and hover notifications are not properly propagated. Idea imported from dash-to-panel and adapted.
Configuration menu - View commit details
-
Copy full SHA for 09f7aad - Browse repository at this point
Copy the full SHA 09f7aadView commit details -
Previews on hover: change the openStateChangeId behavior.
We need to adapt the MenuManager behavior with respect to 'open-state-changed' handling. The behavior depends on whether the menu was opened on click or on hover.
Configuration menu - View commit details
-
Copy full SHA for 3cc0de6 - Browse repository at this point
Copy the full SHA 3cc0de6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a2d5cc - Browse repository at this point
Copy the full SHA 1a2d5ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f481b79 - Browse repository at this point
Copy the full SHA f481b79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d30a69 - Browse repository at this point
Copy the full SHA 6d30a69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3420343 - Browse repository at this point
Copy the full SHA 3420343View commit details