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

Added PySide6 Support (squash) #394

Merged
merged 39 commits into from
May 2, 2024
Merged

Added PySide6 Support (squash) #394

merged 39 commits into from
May 2, 2024

Commits on Feb 22, 2024

  1. Added PySide6 Support

    zoshua authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    80dc006 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    822cac0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Create pyside6.yml

    zoshua authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a25cc94 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Updated pyside6.yml

    removed strategy block
    
    updated pip install step
    
    updated the run tests step
    zoshua authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    55889ed View commit details
    Browse the repository at this point in the history
  2. Update pyside6.yml

    added step Set entrypoint.sh script permissions
    zoshua authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    47ac768 View commit details
    Browse the repository at this point in the history
  3. Update entrypoint.sh

    changed nosetests${PYTHON} to python${PYTHON} -m nose
    zoshua authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f993695 View commit details
    Browse the repository at this point in the history
  4. Update pyside6.yml

    updated pip install step to use nose2
    zoshua authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5209c24 View commit details
    Browse the repository at this point in the history
  5. Update entrypoint.sh

    updated to use nose2
    zoshua authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    39c28dd View commit details
    Browse the repository at this point in the history
  6. Update entrypoint.sh

    removed incompatible nose2 command line arguments
    zoshua authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c0d64e0 View commit details
    Browse the repository at this point in the history
  7. Update entrypoint.sh

    more nose2 usage updates
    zoshua authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d855ccf View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    e23780c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9b4ca1 View commit details
    Browse the repository at this point in the history
  3. Update pyside6.yml - Testing examples step

    Specifying Testing examples directly per nose2
    zoshua authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6d6f955 View commit details
    Browse the repository at this point in the history
  4. Update pyside6.yml - Testing Example PYTHONPATH

    added PWD to current PYTHONPATH
    zoshua authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    158651d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    392f0cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e1fd21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    606010c View commit details
    Browse the repository at this point in the history
  8. Update pyside6.yml - changed step Testing implementation..

    Experiment changing step Testing implementation.. 
    now running nose2 tests.py directly
    zoshua authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5083eb9 View commit details
    Browse the repository at this point in the history
  9. Update pyside6.yml - updated jobs/env

    (Experimental)
    added QT_PREFERRED_BINDING set to PySide6
    added PYTHONPATH to include the the starting dir
    zoshua authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a31ea4a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    da81b09 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Major overhaul to:

    1. update Qt.py _common_members using memberhip.py
    2. extend tests.py to accomodate PySide6
    zoshua committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3105351 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    a3dffae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8e4124 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55a9c7b View commit details
    Browse the repository at this point in the history
  4. Updated _common_members for PySide2

    removed: ['QSslCertificate', 'QSslCipher', 'QSslConfiguration', 'QSslError', 'QSslKey', 'QSslSocket', 'QUuid']
    zoshua committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0cea915 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ca0224 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af8af75 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73a6ba4 View commit details
    Browse the repository at this point in the history
  8. Update pyside6.yml - Reverting back to Install EGL Mesa step, adding …

    …gui libs incrementally
    zoshua authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    42395b6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5493aa0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    93ab974 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7351971 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Updated _misplaced_members PySide6

    added QRegularExpressionValidator remap
    zoshua committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    d65eaf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fed4836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4b202d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6edaa8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3967fe4 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Update pyside6.yml - Testing examples.. Step

    Removed 
    python3.10 -m nose2 --verbose examples.loadUi.baseinstance2
    zoshua authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    66e379b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. updated _compatibility_members - added QFont.setWeight, Qt.MidButton

    updated _pyside6() - added QtCompat.QFont.setWeight functionality
    
    updated _misplaced_members PySide2 to restore parity with current release.
    
    updated _misplaced_members PySide6 to be consistent with PySide2.
    zoshua committed May 1, 2024
    Configuration menu
    Copy the full SHA
    25e117d View commit details
    Browse the repository at this point in the history