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

(POC) add skin styles for Preferences & Track Properties, LateNight PaleMoon only #13842

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Nov 20, 2024

  1. add skin styles for Preferences, Track Properties & other dialogs, La…

    …teNight PaleMoon only
    
    * use skin stylesheet for preferences
    * use skin stylesheet for all dialogs spawned by non-GUI classes by using MixxxMainWindow's
      centralWidget() (#Skin) as parent, via mixxx::widgetHelper
    ronso0 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    885d3fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    884ec42 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. add helper extractRulesFromStylesheet() to accelerate skin re/load ...

    smaller stylesheets are applied faster, preceding QRegExp/string operations is super fast
    ronso0 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    2fca84b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7bb55b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0757582 View commit details
    Browse the repository at this point in the history