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

Fix accidental Qt backend import #167

Merged
merged 6 commits into from
Oct 10, 2023
Merged

Fix accidental Qt backend import #167

merged 6 commits into from
Oct 10, 2023

Commits on Sep 20, 2023

  1. Merge pull request #163 from leon-thomm/dev

    constrained Python version to <3.10, PySide2 crashes on 3.11
    leon-thomm committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    7459708 View commit details
    Browse the repository at this point in the history
  2. raise versions

    leon-thomm committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    3322da4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #164 from leon-thomm/dev

    Dev
    leon-thomm committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ff596fd View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Set the QT_API environment variable directly in config.py

    Otherwise importing Design from ryvencore_qt.src.Design can cause a qt error when multiple Qt Backends are available.
    
    It is not Ideal to set an environment variable in the config class but it is a fix until Design is removed.
    ausstein committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    dc91f53 View commit details
    Browse the repository at this point in the history
  2. Update Ryven.py

    Load config before importing gui env. Since the environmnet variable is now set in config.py, this ensures the QT_API is set before impoting init_node_guis_env
    ausstein committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    bf3d000 View commit details
    Browse the repository at this point in the history
  3. hard-code available flow themes

    attempts to fix #166
    leon-thomm committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    0c116d5 View commit details
    Browse the repository at this point in the history