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

PR: Use QRawFont and draw PainterPath of Glyph for animation to prevent tremulous spinning icons #202

Merged
merged 9 commits into from
Oct 17, 2022

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    2d66328 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a198a99 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Daniel Althviz Moré <[email protected]>
    kumattau and dalthviz committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    703646b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7eb4ac5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c15d07d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca700f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    81fc7f4 View commit details
    Browse the repository at this point in the history
  2. Some Updates

    * Fix QRawFont to be thread-local
    * Add public iconic.rawfont() same as iconic.font()
    * Use setCompositionMode instead of setAlphaChannel which is not supported on PyQt 5.9
    * Add glyphrun to draw option
    * Add draw option in global_defaults
    * Add Fallback to text drawing if path/glyphrun/image drawing cannot be used
    * Refectoring CharIconPainter._paint_icon()
    kumattau committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    0dc4226 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Update qtawesome/iconic_font.py

    Co-authored-by: Daniel Althviz Moré <[email protected]>
    kumattau and dalthviz authored Oct 15, 2022
    Configuration menu
    Copy the full SHA
    e23c132 View commit details
    Browse the repository at this point in the history