Pull requests
- PR 98 - PR: Don't use Travis to test macOS because it slows down the entire spyder-ide organization
- PR 97 - PR: Update Appveyor badge in Readme because of moving to an org account
- PR 94 - PR: Include test suite in sdist
In this release 3 pull requests were merged
- Add support for QtMultimedia
- Use relative imports so its vendored more easily
Issues
- Issue 83 - Include core doc files in PyPi releases
- Issue 78 - Request for a new bugfix release
- Issue 75 - Missing copyright headers
- Issue 67 - uic.loadUiType is missing
- Issue 64 - QHeaderView.setSectionResizeMode
- Issue 49 - QtMultimedia support
In this release 6 issues were closed
Pull requests
- PR 93 - Restore uic full namespace for PyQt5 and PyQt4
- PR 92 - Add missing copyright header in _patch/qheaderview.py
- PR 91 - Use star imports in QtSvg again instead of direct ones (reverts PR #55)
- PR 88 - PR: Add manifest
- PR 74 - Move QStringListModel to QtCore
- PR 71 - PR: Use relative imports so its vendored more easily
- PR 65 - Introduce renamed methods of QHeaderView in PyQt4 and PySide
- PR 59 - Don't install qtpy as a conda package in CircleCI
- PR 58 - Remove reference to how qtpy is pronounced in README
- PR 55 - PR: Add explicit imports to QtSvg module
- PR 50 - Add support for QtMultimedia
In this release 11 pull requests were merged
Pull requests
- PR 54 - PR: Fix/ci
- PR 53 - PR: Move tests to module so they can be run when installed
- PR 52 - PR: Update readme
- PR 51 - PR: Add circle ci
- PR 47 - Remove PyQt variant symbols from QtCore
- PR 46 - del QtWidgets.QStyleOptionViewItemV4
- PR 45 - Allow QT_API values that are not completely in lower case
In this release 7 pull requests were merged
Pull requests
- PR 44 - Make qtpy to set the QT_API environment variable
In this release 1 pull requests were merged
- Make importing
qtpy
thread-safe - Add a uic module to make loadUI work for PySide
- Add QtTest support for PySide
Issues
- Issue 42 - Wrong old PyQt4 version check
- Issue 21 - Patch QComboBox with PySide?
- Issue 16 - Add loadUI functionality
In this release 3 issues were closed
Pull requests
- PR 43 - Don't check PyQt version with qtpy's version for old PyQt versions
- PR 41 -
qtpy.__version__
should be QtPy version, not Qt version - PR 40 - Mention qt-helpers in README.md, and add myself to AUTHORS.md
- PR 39 - Fix remaining segmentation fault that occurs with the patched QComboBox in PySide
- PR 38 - QtTest for PySide
- PR 37 - Automatically load custom widget classes when using PySide
- PR 33 - Ignore case for QT_API env variable in qtpy submodules
- PR 32 - Remove QItemSelectionModel from QtWidgets for PyQt4 and PySide
- PR 31 - Add compatibility for QItemSelectionModel
- PR 29 - Use ci-helpers (from Astropy) for CI and enable AppVeyor
- PR 28 - Make tests.py into proper unit test, and add Qt version info to pytest header
- PR 27 - Make sure loadUi is available
- PR 25 - Add patched version of QComboBox
In this release 13 pull requests were merged
- Add a WEBENGINE constant to QtWebEngineWidgets, which is True if Qt 5 comes with the WebEngine module and False otherwise.
Pull requests
- PR 24 - Add constant to QtWebEngineWidgets to see if we are using WebEngine or WebKit
- PR 23 - Fix "Prefer
format()
over string interpolation operator" issue
In this release 2 pull requests were merged
Issues
- Issue 18 - QIntValidator left in QtWidgets, should be in QtGui
In this release 1 issues were closed
Pull requests
- PR 19 - Import QIntValidator in QtGui and remove it from QtWidgets
In this release 1 pull requests were merged
-
Add QtWebEngineWidgets module for Qt 5.6. This module replaces the previous QtWebKit one.
-
Import the right objects in QtGui, QtWidgets and QtCore
-
Add a QtPrintSupport module
- Add tests and continuous integration
- First release