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

Update to qt6 #387

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Update to qt6 #387

wants to merge 4 commits into from

Commits on Oct 22, 2024

  1. Improve Template Manager UI

    Changed Template Manager UI to be more friendly.
    Added a lot of explanations. Functionally,
    added checking for obsolete templates.
    marmarta committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cb0a7e7 View commit details
    Browse the repository at this point in the history
  2. Update qt to PyQt6

    Updated all files to Qt version 6.
    Based on the template manager redesign.
    
    fixes QubesOS/qubes-issues#9476
    marmarta committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4527dec View commit details
    Browse the repository at this point in the history
  3. Use more keyword-only arguments to appease pylint

    And also to improve code readability.
    marmarta committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a9ad71e View commit details
    Browse the repository at this point in the history
  4. Add qt6 to debian build dir

    Removed CI build for Ubuntu Jammy, because it does
    not contain necessary pyqt6 packages; newer versions
    do contain it.
    marmarta committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    56c76a6 View commit details
    Browse the repository at this point in the history