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

Data changed #319

Merged
merged 5 commits into from
Jun 3, 2019
Merged

Data changed #319

merged 5 commits into from
Jun 3, 2019

Commits on May 31, 2019

  1. Fix isValid

    It got added to QtCompat regardless of whether sip was available, and then broke it it wasn't.
    mottosso committed May 31, 2019
    Configuration menu
    Copy the full SHA
    fc74b1a View commit details
    Browse the repository at this point in the history
  2. Add QtCompat.dataChanged

    Wrapper around QAbstractItemModel.dataChanged.emit, to handle the varying number of arguments between Qt4 and Qt5
    mottosso committed May 31, 2019
    Configuration menu
    Copy the full SHA
    2fba75b View commit details
    Browse the repository at this point in the history
  3. Add support for PyQt5 5.11+

    mottosso committed May 31, 2019
    Configuration menu
    Copy the full SHA
    95d05ab View commit details
    Browse the repository at this point in the history
  4. Version bump

    mottosso committed May 31, 2019
    Configuration menu
    Copy the full SHA
    07257f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Update README

    mottosso committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    ccb2d8c View commit details
    Browse the repository at this point in the history