Skip to content
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

Dev/qt6 #24

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from
Draft

Dev/qt6 #24

wants to merge 7 commits into from

Commits on Dec 19, 2022

  1. [qt6] replace QSGSimpleMaterial

    monsieurgustav authored and cbentejac committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    fa5361e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a195112 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1ce182 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f542b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d40cb8d View commit details
    Browse the repository at this point in the history
  6. [qt6] PanoramaViewer: fix hovering effects

    When images in the PanoramaViewer are hovered, their gamma is increased
    to highlight them and make it obvious to the user which image is currently
    being seen.
    
    This commit fixes an issue that occurred when the mouse was moving away
    from the image it was hovering: the added gamma was never removed, meaning
    that, by hovering one image enough times, said image would become totally
    white. The highlighting effect now correctly increases and decreases the
    hovered image's gamma level, including when the user clicks to edit the
    panorama.
    cbentejac committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    6f68168 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    350731d View commit details
    Browse the repository at this point in the history