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

Pyside support #259

Merged
6 commits merged into from
Feb 16, 2011
Merged

Pyside support #259

6 commits merged into from
Feb 16, 2011

Commits on Feb 9, 2011

  1. Paved the way for PySide support.

    Created a Qt API switcher that imports PyQt4 or PySide as appropriate. If PyQt4 is loaded, the new-style QString API is used. This facillates both Python 3 and PySide compatibility.
    Evan Patterson authored and epatters committed Feb 9, 2011
    Configuration menu
    Copy the full SHA
    3cc304d View commit details
    Browse the repository at this point in the history
  2. More PySide compatibility fixes.

    Evan Patterson committed Feb 9, 2011
    Configuration menu
    Copy the full SHA
    d42ebb7 View commit details
    Browse the repository at this point in the history
  3. Clean up in Qt API switcher.

    epatters committed Feb 9, 2011
    Configuration menu
    Copy the full SHA
    ff3c3c3 View commit details
    Browse the repository at this point in the history
  4. Yet more PySide compatibility fixes.

    epatters committed Feb 9, 2011
    Configuration menu
    Copy the full SHA
    0dc37d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2011

  1. Improved error message for Qt API switcher.

    epatters committed Feb 15, 2011
    Configuration menu
    Copy the full SHA
    7eb92cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12ee026 View commit details
    Browse the repository at this point in the history