2021-01-04  Phil Thompson  <phil@riverbankcomputing.com>

	* NEWS:
	Released as v6.0.0.
	[f34d70fe36f2] [6.0.0]

	* pyproject.toml:
	Require Python v3.6.1 because PyUnicode_GetLength() is missing from
	the limited API in v3.6.0.
	[3c657f034069]

	* NEWS:
	Updated the NEWS file.
	[c5f56d16fdcb]

2021-01-03  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Fixed a type hint typo.
	[7457f9bec24b]

	* PyQt6.msp:
	More type hint improvments.
	[a44b127d851f]

	* PyQt6.msp:
	No longer allow a QPoint when a QPointF is expected.
	[29784d4497a7]

	* PyQt6.msp:
	Reorder a couple of methods to remove a mypy error.
	[036ef03abd5a]

	* PyQt6.msp, qpy/QtQml/qmlregistertype.sip:
	More type hint fixes.
	[d467a5493bf2]

	* PyQt6.msp:
	Fixed a couple of type hints.
	[22bd87864223]

2021-01-02  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp, qpy/QtQml/qmlregistertype.sip:
	More type hint fixes.
	[eb64d6fcb08e]

	* PyQt6.msp, qpy/QtQml/qmlregistertype.sip:
	Fixed many type hints.
	[af5f13a27189]

2020-12-31  Phil Thompson  <phil@riverbankcomputing.com>

	* DevelopersNotes.txt:
	Added DevelopersNotes.txt.
	[a8034a952af2]

	* NEWS, PyQt6.msp, README, config-tests/cfgtest_QtCore.cpp, config-
	tests/cfgtest_QtGui.cpp, config-tests/cfgtest_QtNetwork.cpp, config-
	tests/cfgtest_QtPrintSupport.cpp, misc/__init__.py,
	misc/license.dat.commercial, misc/license.dat.internal, misc/pyqt-
	commercial.sip, misc/pyqt-gpl.sip, misc/pyqt-internal.sip,
	mksccode/QtCore.versions, mksccode/QtGui.versions,
	mksccode/QtNetwork.versions, mksccode/QtPrintSupport.versions,
	project.py, projects/PyQt6-Charts/NEWS,
	projects/PyQt6-Charts/README,
	projects/PyQt6-Charts/mksccode/QtCharts.versions,
	projects/PyQt6-Charts/pyproject.toml,
	projects/PyQt6-DataVisualization/NEWS,
	projects/PyQt6-DataVisualization/README, projects/PyQt6-DataVisualiz
	ation/mksccode/QtDataVisualization.versions,
	projects/PyQt6-DataVisualization/pyproject.toml,
	projects/PyQt6-Purchasing/NEWS, projects/PyQt6-Purchasing/README,
	projects/PyQt6-Purchasing/pyproject.toml,
	projects/PyQt6-WebEngine/NEWS, projects/PyQt6-WebEngine/README,
	projects/PyQt6-WebEngine/pyproject.toml, projects/PyQt6/Modules,
	projects/PyQt6/NEWS, projects/PyQt6/QtCore.versions,
	projects/PyQt6/QtGui.versions, projects/PyQt6/QtNetwork.versions,
	projects/PyQt6/QtPrintSupport.versions, projects/PyQt6/README,
	projects/PyQt6/__init__.py, projects/PyQt6/config-
	tests/cfgtest_QtCore.cpp, projects/PyQt6/config-
	tests/cfgtest_QtGui.cpp, projects/PyQt6/config-
	tests/cfgtest_QtNetwork.cpp, projects/PyQt6/config-
	tests/cfgtest_QtPrintSupport.cpp,
	projects/PyQt6/license.dat.commercial,
	projects/PyQt6/license.dat.internal, projects/PyQt6/project.py,
	projects/PyQt6/pyproject.toml, projects/PyQt6/pyqt-commercial.sip,
	projects/PyQt6/pyqt-gpl.sip, projects/PyQt6/pyqt-internal.sip,
	pyproject.toml, unsupported/PyQt6-Charts/NEWS,
	unsupported/PyQt6-Charts/README,
	unsupported/PyQt6-Charts/mksccode/QtCharts.versions,
	unsupported/PyQt6-Charts/pyproject.toml,
	unsupported/PyQt6-DataVisualization/NEWS,
	unsupported/PyQt6-DataVisualization/README, unsupported/PyQt6-DataVi
	sualization/mksccode/QtDataVisualization.versions,
	unsupported/PyQt6-DataVisualization/pyproject.toml,
	unsupported/PyQt6-Purchasing/NEWS,
	unsupported/PyQt6-Purchasing/README,
	unsupported/PyQt6-Purchasing/pyproject.toml,
	unsupported/PyQt6-Unsupported.msp, unsupported/PyQt6-WebEngine/NEWS,
	unsupported/PyQt6-WebEngine/README,
	unsupported/PyQt6-WebEngine/pyproject.toml:
	Restructued the repo layout now that we know the long term project
	structure.
	[ed58c869cfac]

	* PyQt6.msp:
	Qt.ItemDataRole is now int based.
	[1d254e41b191]

2020-12-30  Phil Thompson  <phil@riverbankcomputing.com>

	* projects/PyQt6-Charts/Modules,
	projects/PyQt6-Charts/mksccode/QtCharts.versions,
	projects/PyQt6-DataVisualization/Modules, projects/PyQt6-DataVisuali
	zation/mksccode/QtDataVisualization.versions,
	projects/PyQt6-Purchasing/Modules, projects/PyQt6-WebEngine/Modules:
	Tidy ups of the (as yet unsupported) sub-projects.
	[192a82c99649]

	* PyQt6.msp:
	The charts module is QtCharts in PyQt6.
	[957c7ea5a4d9]

	* PyQt6.msp, projects/PyQt6-3D/Modules, projects/PyQt6-3D/NEWS,
	projects/PyQt6-3D/README, projects/PyQt6-3D/pyproject.toml,
	qpy/Qt3DCore/qsharedpointer.sip, qpy/Qt3DRender/qvector.sip:
	Removed the Qt3D modules as they now have their own product.
	[12224511c465]

2020-12-29  Phil Thompson  <phil@riverbankcomputing.com>

	* tools/adlib.py:
	Removed adlib.py as the additional libraries can easily be built
	with qmake.
	[df5c3ac7b7be]

	* PyQt6.msp, projects/PyQt6/Modules, projects/PyQt6/project.py:
	Removed QtNetworkAuth as it is now a separate product.
	[f5385c7df11e]

	* projects/PyQt6-3D/pyproject.toml,
	projects/PyQt6-Charts/pyproject.toml,
	projects/PyQt6-DataVisualization/pyproject.toml,
	projects/PyQt6-Purchasing/pyproject.toml,
	projects/PyQt6-WebEngine/pyproject.toml:
	Fixed typos in the sub-project pyproject.toml files.
	[222ea0e173ef]

	* projects/PyQt6-3D/pyproject.toml,
	projects/PyQt6-Charts/pyproject.toml,
	projects/PyQt6-DataVisualization/pyproject.toml,
	projects/PyQt6-Purchasing/pyproject.toml,
	projects/PyQt6-WebEngine/pyproject.toml:
	Specify the minimum GLIBC and macOS versions for the sub-projects.
	[06a5b4b15797]

	* projects/PyQt6-3D/pyproject.toml,
	projects/PyQt6-Charts/pyproject.toml,
	projects/PyQt6-DataVisualization/pyproject.toml,
	projects/PyQt6-Purchasing/pyproject.toml,
	projects/PyQt6-WebEngine/pyproject.toml:
	Hardcode the PyQt6 dependency as we are not going to synch minor
	version numbers.
	[dc0923611afc]

	* projects/PyQt3D6/Modules, projects/PyQt3D6/NEWS,
	projects/PyQt3D6/README, projects/PyQt3D6/pyproject.toml,
	projects/PyQt6-3D/Modules, projects/PyQt6-3D/NEWS,
	projects/PyQt6-3D/README, projects/PyQt6-3D/pyproject.toml,
	projects/PyQt6-Charts/Modules, projects/PyQt6-Charts/NEWS,
	projects/PyQt6-Charts/README, projects/PyQt6-Charts/pyproject.toml,
	projects/PyQt6-DataVisualization/Modules,
	projects/PyQt6-DataVisualization/NEWS,
	projects/PyQt6-DataVisualization/README,
	projects/PyQt6-DataVisualization/pyproject.toml,
	projects/PyQt6-Purchasing/Modules, projects/PyQt6-Purchasing/NEWS,
	projects/PyQt6-Purchasing/README,
	projects/PyQt6-Purchasing/pyproject.toml,
	projects/PyQt6-WebEngine/Modules, projects/PyQt6-WebEngine/NEWS,
	projects/PyQt6-WebEngine/README,
	projects/PyQt6-WebEngine/pyproject.toml,
	projects/PyQtChart6/Modules, projects/PyQtChart6/NEWS,
	projects/PyQtChart6/README, projects/PyQtChart6/pyproject.toml,
	projects/PyQtDataVisualization6/Modules,
	projects/PyQtDataVisualization6/NEWS,
	projects/PyQtDataVisualization6/README,
	projects/PyQtDataVisualization6/pyproject.toml,
	projects/PyQtPurchasing6/Modules, projects/PyQtPurchasing6/NEWS,
	projects/PyQtPurchasing6/README,
	projects/PyQtPurchasing6/pyproject.toml,
	projects/PyQtWebEngine6/Modules, projects/PyQtWebEngine6/NEWS,
	projects/PyQtWebEngine6/README,
	projects/PyQtWebEngine6/pyproject.toml:
	Renamed the (as yet unsupported) additional library projects
	according to the new naming convention.
	[179ae818b445]

2020-12-28  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Fixed the QByteArray type hint.
	[66aecd4316bd]

2020-12-27  Phil Thompson  <phil@riverbankcomputing.com>

	* tools/adlib.py:
	Fixed a missing import in adlib.py.
	[b7e67504f12b]

	* tools/adlib.py:
	Windows fixes for adlib.py.
	[caf0ef3e0549]

	* tools/adlib.py:
	Don't rely on conan being on PATH.
	[caf3390c65fd]

	* tools/adlib.py:
	Added the adlib.py tool for handling the qtimageformats additional
	library.
	[04543ec809d3]

	* tools/mksccode.py:
	Updated the argument parser of the mksccode.py tool.
	[eaf5788bdfba]

2020-12-26  Phil Thompson  <phil@riverbankcomputing.com>

	* extras/lupdate/python_source.py:
	Fixed the disambiguation for NOOP translations.
	[e7c5a1fae5eb]

	* extras/lupdate/python_source.py, extras/lupdate/translation_file.py:
	Fix the handling of disambiguation comments.
	[0081ddee87fc]

2020-12-25  Phil Thompson  <phil@riverbankcomputing.com>

	* extras/lupdate/translation_file.py:
	Don't refer to duplicates of new messages as existing messages.
	[31c947366e1b]

	* extras/lupdate/translation_file.py:
	Improved the layout of the pylupdate summary.
	[6547208726b2]

	* extras/lupdate/designer_source.py:
	Properly handle 'string' tag in a .ui file.
	[993587caab3f]

2020-12-24  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Disable default ctors for all QtGui events.
	[aafee11e4e11]

	* PyQt6.msp:
	QtCore QEvent sub-classes have no default ctors.
	[78c8029521bd]

	* PyQt6.msp:
	More readData() and writeData() fixes.
	[5d5e55086619]

	* PyQt6.msp:
	Fixed readData() and writeData() handwritten code.
	[a9517b9e3b93]

	* PyQt6.msp:
	Remove some PyQt5 Windows-specific methods.
	[5d153a6d8ca8]

	* PyQt6.msp:
	Use Py_hash_t and Py_ssize_t where required.
	[349f062273ae]

2020-12-23  Phil Thompson  <phil@riverbankcomputing.com>

	* extras/lupdate/translation_file.py:
	Fix pylupdate when comparing messages. Indent the .ts file XML when
	using Python v3.9 and later.
	[9bc99ae6c985]

	* extras/lupdate/designer_source.py, extras/lupdate/python_source.py:
	Ignore empty strings in .py and .ui files.
	[ca36f83cc200]

2020-12-22  Phil Thompson  <phil@riverbankcomputing.com>

	* extras/lupdate/python_source.py:
	pylupdate fixes for handling the third argument to tr().
	[2cb451473d69]

2020-12-21  Phil Thompson  <phil@riverbankcomputing.com>

	* projects/PyQt3D6/pyproject.toml, projects/PyQt6/pyproject.toml,
	projects/PyQtChart6/pyproject.toml,
	projects/PyQtDataVisualization6/pyproject.toml,
	projects/PyQtPurchasing6/pyproject.toml,
	projects/PyQtWebEngine6/pyproject.toml:
	PyQt-builder v1.7 will be required.
	[52b5da7e6bc5]

	* test/metaobject/test_pyqtproperty.py:
	Restored the test of using the property system for enums now that
	SIP generates the necessary calls to qMetaTypeId().
	[c186ae30acf7]

2020-12-20  Phil Thompson  <phil@riverbankcomputing.com>

	* test/metaobject/test_pyqtproperty.py,
	test/metaobject/test_qvariantmap.py:
	Fixed the outstanding tests.
	[ef8f637e7e04]

	* qpy/QtCore/qpycore_chimera.cpp, qpy/QtCore/qpycore_chimera.h,
	test/classes/test_QVariant.py:
	Fixed the conversions of QVariantMap, QVariantList etc. to Python.
	[4ae02d5f28c7]

2020-12-19  Phil Thompson  <phil@riverbankcomputing.com>

	* qpy/QtCore/qpycore_chimera.cpp:
	Refactored the mapped type convertors.
	[6aed0cfc99eb]

	* PyQt6.msp, qpy/QtCore/qpycore_qvector.sip:
	Removed all uses of QVector.
	[0c7ecfe2445b]

	* qpy/QtCore/qpycore_chimera.cpp, test/classes/test_QVariant.py:
	Fixed the convert of dict to QVariant with a non-string key.
	[05f3e9d38191]

	* extras/uic/enum_map.py, extras/uic/properties.py,
	test/pyuic/QWidget/Widget03.ui:
	More pyuic fixes.
	[1e6a643a923f]

	* PyQt6.msp:
	Qt::Alignment has to be IntFlag because the various
	setTextAlignment() methods expect an int argument.
	[a25cba5fd69b]

	* PyQt6.msp:
	QFont.StyleStrategy contains flags.
	[b87c02c16962]

	* PyQt6.msp:
	QFont.setWeight() will now accept an int and a QFont.Weight.
	QFont.weight() returns an int.
	[1b235c631f79]

	* extras/uic/enum_map.py, extras/uic/properties.py,
	test/pyuic/test_pyuic.py:
	pyuic fixes.
	[70f4487e467a]

2020-12-18  Phil Thompson  <phil@riverbankcomputing.com>

	* test/classes/test_QVariant.py, test/dbus/test_multibus.py,
	test/mapped_types/test_QList.py,
	test/metaobject/test_pyqtproperty.py,
	test/metaobject/test_qvariantmap.py, test/misc/test_repr.py,
	test/pyuic/test_pyuic.py:
	Initial pass through the unit tests.
	[b462ad16d2dc]

	* projects/PyQt6/project.py:
	Specify the minimum versions of glibc and macOS.
	[d3934fa19d77]

	* qpy/QtQml/qmlregistertype.sip, qpy/QtQml/qpyqml_register_type.cpp:
	Removed some code needed by (unsupported) versions of GCC.
	[303bea01c4c8]

	* qpy/QtQml/qmlregistertype.sip, qpy/QtQml/qpyqml_api.h,
	qpy/QtQml/qpyqml_register_type.cpp:
	Implemented qmlRegisterAnonymousType() and
	qmlRegisterSingletonInstance().
	[d4822fe422bd]

	* qpy/QtQml/qmlattachedpropertiesobject.sip,
	qpy/QtQml/qmlregistertype.sip, qpy/QtQml/qpyqml_api.h,
	qpy/QtQml/qpyqml_register_type.cpp:
	Fixed support for attached properties.
	[7132f63b9927]

	* examples/qml/referenceexamples/binding.py,
	examples/qml/referenceexamples/valuesource.py:
	QMl example fixes.
	[9e9c4e5ce94d]

2020-12-17  Phil Thompson  <phil@riverbankcomputing.com>

	* examples/qml/referenceexamples/default.py:
	Fixed the default.py QML example.
	[7b737e4d1cdb]

	* qpy/QtQml/qpyqml_post_init.cpp:
	Fix QML list properties.
	[9d9536278e60]

	* qpy/QtQml/qpyqml_post_init.cpp:
	Removed a legacy cast.
	[cc23f3eb651a]

2020-12-16  Phil Thompson  <phil@riverbankcomputing.com>

	* extras/lupdate/python_source.py:
	Gracefully handle syntax errors in Python source files.
	[7edaf6316381]

	* extras/lupdate/lupdate.py, extras/lupdate/pylupdate.py,
	extras/lupdate/translation_file.py:
	Existing translations will be used where possible. A summary
	(suppressable using the --no-summary option) is displayed.
	[1c3fb51b4aa3]

	* extras/lupdate/lupdate.py, extras/lupdate/pylupdate.py,
	extras/lupdate/translation_file.py:
	Added support for the --no-obsolete option and obsolete messages.
	[efd4f9451f59]

2020-12-14  Phil Thompson  <phil@riverbankcomputing.com>

	* modules/QtAndroidExtras/QtAndroidExtrasmod.sip,
	modules/QtAndroidExtras/qandroidjniobject.sip,
	modules/QtAndroidExtras/qtandroid.sip,
	modules/QtMacExtras/QtMacExtrasmod.sip,
	modules/QtMacExtras/qmacpasteboardmime.sip,
	modules/QtMacExtras/qmactoolbar.sip,
	modules/QtMacExtras/qmactoolbaritem.sip,
	modules/QtMacExtras/qtmac.sip,
	modules/QtWinExtras/QtWinExtrasmod.sip,
	modules/QtWinExtras/qwinfunctions.sip,
	modules/QtWinExtras/qwinjumplist.sip,
	modules/QtWinExtras/qwinjumplistcategory.sip,
	modules/QtWinExtras/qwinjumplistitem.sip,
	modules/QtWinExtras/qwintaskbarbutton.sip,
	modules/QtWinExtras/qwintaskbarprogress.sip,
	modules/QtWinExtras/qwinthumbnailtoolbar.sip,
	modules/QtWinExtras/qwinthumbnailtoolbutton.sip,
	modules/QtX11Extras/QtX11Extrasmod.sip,
	modules/QtX11Extras/qx11info_x11.sip, projects/PyQt6/project.py:
	Removed the legacy "Extras" modules.
	[774b4acf6f22]

	* qpy/QtCore/qpycore_api.h, qpy/QtCore/qpycore_init.cpp,
	qpy/QtCore/qpycore_public_api.cpp:
	Don't call the QCoreApplication dtor if we didn't call the ctor.
	[d947284f2b92]

2020-12-11  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Updated for Qt v6.0.0.
	[179cebdaa175]

2020-12-09  Phil Thompson  <phil@riverbankcomputing.com>

	* extras/uic/enum_map.py, extras/uic/properties.py:
	Completed the pyuic changes.
	[01faaf18f852]

	* PyQt6.msp:
	Removed some internal enum members. Enums no longer have to be
	constrained.
	[13c2f924f71d]

2020-12-08  Phil Thompson  <phil@riverbankcomputing.com>

	* extras/uic/Compiler/qtproxies.py, extras/uic/enum_map.py,
	extras/uic/properties.py:
	pyuic fixes.
	[b01d8894edc7]

	* PyQt6.msp:
	Removed a couple of internal enum members.
	[d7873d822d39]

	* PyQt6.msp:
	Fixed creating a QColor from a GlobalColor.
	[63928f38b8a0]

	* PyQt6.msp:
	Fixed the creation of a QCursor from a CursorShape.
	[a58b5cbd3860]

2020-12-07  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Added QImage.setAlphaChannel().
	[6df3e04649ef]

2020-12-05  Phil Thompson  <phil@riverbankcomputing.com>

	* extras/uic/properties.py:
	Fixed scoped types in pyuic when loading a .ui file.
	[c7bec57b9d88]

	* PyQt6.msp:
	Removed the QT_MAC_WANTS_LAYER workaround as it's not needed with
	Qt6.
	[ac7bd5f81f99]

	* extras/uic/compile_ui.py, extras/uic/enum_map.py,
	extras/uic/properties.py, extras/uic/uiparser.py:
	Initial support for fully scoped enums in pyuic.
	[3545be202518]

	* extras/uic/uiparser.py:
	Fixed pyuic handling of size policies.
	[9cbd62c0f5ec]

	* extras/uic/uiparser.py:
	pyuic fixes for form layouts.
	[145e473b3550]

2020-12-03  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp, examples/qml/referenceexamples/attached.py,
	examples/qml/referenceexamples/binding.py,
	examples/qml/referenceexamples/default.py,
	examples/qml/referenceexamples/grouped.py,
	examples/qml/referenceexamples/signal.py,
	examples/qml/referenceexamples/valuesource.py,
	qpy/QtCore/qpycore_classinfo.cpp,
	test/metaobject/test_qclassinfo.py:
	Changed the signature of pyqtClassInfo() because QML uses characters
	that cannot be used in a Python identifier.
	[19103b6b0443]

	* PyQt6.msp:
	Updated for Qt v6.0.0rc2.
	[71d325f6834f]

2020-12-02  Phil Thompson  <phil@riverbankcomputing.com>

	* examples/qml/referenceexamples/adding.py,
	examples/qml/referenceexamples/attached.py,
	examples/qml/referenceexamples/binding.py,
	examples/qml/referenceexamples/coercion.py,
	examples/qml/referenceexamples/default.py,
	examples/qml/referenceexamples/grouped.py,
	examples/qml/referenceexamples/methods.py,
	examples/qml/referenceexamples/properties.py,
	examples/qml/referenceexamples/signal.py,
	examples/qml/referenceexamples/valuesource.py:
	Added the QML examples.
	[9adff8784705]

	* qpy/QtCore/qpycore_qmetaobjectbuilder.h,
	qpy/QtCore/qpycore_types.cpp, qpy/QtQml/qmlregistertype.sip,
	qpy/QtQml/qpyqml_register_singleton_type.cpp,
	qpy/QtQml/qpyqml_register_type.cpp,
	qpy/QtQml/qpyqmllistproperty.cpp:
	The QML registration functions now have the name as the last, and
	optional, argument. The default name is taken from the type being
	registered.
	[faebb54b01c6]

2020-12-01  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Fixed the fully qualified names of the sip builtin types.
	[f970363f81be]

	* PyQt6.msp:
	Removed the resource system hooks.
	[c6125be2d315]

	* PyQt6.msp, projects/PyQt6/config-tests/cfgtest_QtCore.cpp,
	projects/PyQt6/config-tests/cfgtest_QtNetwork.cpp, projects/PyQt6
	/config-tests/cfgtest_QtPrintSupport.cpp:
	Updated the feature configuration tests.
	[07499ea2808f]

2020-11-30  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp, projects/PyQt6/Modules, projects/PyQt6/project.py:
	Ported QtQuick3D and QtQuickWidgets.
	[24558dbbb5ba]

	* PyQt6.msp, qpy/QtQuick/qpyquick_chimera_helpers.cpp,
	qpy/QtQuick/qpyquick_chimera_helpers.h,
	qpy/QtQuick/qpyquickframebufferobject.cpp,
	qpy/QtQuick/qpyquickitem.cpp, qpy/QtQuick/qpyquickpainteditem.cpp,
	qpy/QtQuick/qpyquickview.cpp, qpy/QtQuick/qpyquickwindow.cpp:
	Completed QtQuick (for now).
	[82cd622c8b75]

2020-11-29  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp, projects/PyQt6/Modules, projects/PyQt6/project.py,
	qpy/QtCore/qbytearraylist.sip:
	First pass through QtQuick.
	[b08ce1c79954]

	* PyQt6.msp, extras/qmlscene/pluginloader.cpp, projects/PyQt6/Modules,
	projects/PyQt6/project.py,
	qpy/QtQml/qmlattachedpropertiesobject.sip,
	qpy/QtQml/qmlregistertype.sip, qpy/QtQml/qpyqml_api.h,
	qpy/QtQml/qpyqml_register_singleton_type.cpp,
	qpy/QtQml/qpyqml_register_type.cpp,
	qpy/QtQml/qpyqmllistproperty.cpp:
	Ported QtQml.
	[d77190c8d22c]

2020-11-28  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp, qpy/QtCore/qpycore_qlist.sip,
	qpy/QtCore/qpycore_qpair.sip, qpy/QtCore/qpycore_std_pair.sip,
	qpy/QtGui/opengl_types.sip, qpy/QtOpenGL/qpyopengl_api.h,
	qpy/QtOpenGL/qpyopengl_array_convertors.cpp,
	qpy/QtOpenGL/qpyopengl_data_cache.h,
	qpy/QtOpenGL/qpyopengl_std_pair.sip,
	qpy/QtOpenGL/qpyopengl_value_array.cpp,
	qpy/QtOpenGL/qpyopengl_version_functions.cpp:
	Completed the port of QtOpenGL.
	[5c4bbe555837]

2020-11-27  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp, projects/PyQt6/Modules, projects/PyQt6/QtGui.versions,
	projects/PyQt6/config-tests/cfgtest_QtGui.cpp,
	projects/PyQt6/project.py, qpy/QtCore/qpycore_qlist.sip,
	qpy/QtGui/opengl_types.sip,
	qpy/QtOpenGL/qpyopengl_add_constants.cpp,
	qpy/QtOpenGL/qpyopengl_api.h,
	qpy/QtOpenGL/qpyopengl_array_convertors.cpp,
	qpy/QtOpenGL/qpyopengl_attribute_array.cpp,
	qpy/QtOpenGL/qpyopengl_data_cache.cpp,
	qpy/QtOpenGL/qpyopengl_data_cache.h, qpy/QtOpenGL/qpyopengl_get.cpp,
	qpy/QtOpenGL/qpyopengl_init.cpp, qpy/QtOpenGL/qpyopengl_qlist.sip,
	qpy/QtOpenGL/qpyopengl_qpair.sip,
	qpy/QtOpenGL/qpyopengl_qvector.sip,
	qpy/QtOpenGL/qpyopengl_std_pair.sip,
	qpy/QtOpenGL/qpyopengl_uniform_value_array.cpp,
	qpy/QtOpenGL/qpyopengl_value_array.cpp,
	qpy/QtOpenGL/qpyopengl_version_functions.cpp,
	tools/OpenGL/gen_opengl_constants.py:
	Initial pass through the port of QtOpenGL.
	[9758fa02a55c]

2020-11-26  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp, projects/PyQt6/Modules, projects/PyQt6/project.py:
	Ported QtXml.
	[34d6ae39f52a]

	* PyQt6.msp, projects/PyQt6/Modules, projects/PyQt6/project.py:
	Ported QtTest.
	[f659109b0fd0]

	* PyQt6.msp, projects/PyQt6/Modules, projects/PyQt6/project.py:
	Ported QtSvg.
	[492a7a4e2f60]

	* PyQt6.msp, projects/PyQt6/Modules, projects/PyQt6/project.py:
	Ported QtSql.
	[283705efb009]

	* PyQt6.msp, projects/PyQt6/Modules, projects/PyQt6/QtCore.versions,
	projects/PyQt6/QtGui.versions,
	projects/PyQt6/QtPrintSupport.versions, projects/PyQt6/project.py,
	qpy/QtPrintSupport/qpyprintsupport_qlist.sip:
	Ported QtPrintSupport.
	[7200dec0095d]

	* PyQt6.msp:
	Updated for Qt v6.0.0rc.
	[22d7178b9d61]

2020-11-25  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Eliminated all remaining warning messages.
	[ffddad72bcfe]

	* PyQt6.msp, projects/PyQt6/project.py:
	Ensure that the buffer protocol can be used for all writeData()
	implementations.
	[8b67fd2bc643]

	* PyQt6.msp, projects/PyQt6/Modules,
	projects/PyQt6/QtNetwork.versions, projects/PyQt6/project.py:
	Ported QtNetwork.
	[4f350f4cdc7c]

	* PyQt6.msp, projects/PyQt6/Modules, projects/PyQt6/project.py:
	Ported QtHelp.
	[f93cd8d1b207]

	* PyQt6.msp, projects/PyQt6/Modules, projects/PyQt6/project.py:
	Ported QtDesigner.
	[3233b05fde65]

	* PyQt6.msp, projects/PyQt6/Modules, projects/PyQt6/project.py:
	Ported QtDBus.
	[e1491e940d08]

	* PyQt6.msp, qpy/QtWidgets/qmaccocoaviewcontainer.sip:
	QtWidgets now builds without warnings.
	[44f1bc2ac21e]

2020-11-24  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Completed the porting of QtWidgets.
	[7b141726025e]

2020-11-23  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp, projects/PyQt6/Modules, projects/PyQt6/project.py:
	Work on QtWidgets.
	[9b3edac520d2]

2020-11-22  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	QImage fixes.
	[f74c666a81d5]

2020-11-21  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Completed the QtGui implementation.
	[2d14a1a4c258]

	* PyQt6.msp:
	Added the QObject sub-class code for QtGui.
	[31609a1eb40f]

	* PyQt6.msp:
	Completed the QEvent support in QtGui.
	[959c175bdc0d]

2020-11-20  Phil Thompson  <phil@riverbankcomputing.com>

	* projects/PyQt6/Modules, projects/PyQt6/project.py:
	Don't generate .sip files for modules not yet ported.
	[c7cba18d2b0c]

	* PyQt6.msp, projects/PyQt6/Modules, projects/PyQt6/project.py:
	Removed the internal version-specific OpenGL modules.
	[45b963fea98c]

	* PyQt6.msp:
	QtGui now builds without warnings.
	[ab05d3ffc6af]

	* PyQt6.msp, projects/PyQt6/project.py, qpy/QtCore/qpycore_qlist.sip,
	qpy/QtGui/opengl_types.sip, qpy/QtGui/qpygui_qpair.sip,
	qpy/QtGui/qpygui_qvector.sip, qpy/QtOpenGL/opengl_types.sip,
	qpy/QtOpenGL/qpyopengl_qpair.sip,
	qpy/QtOpenGL/qpyopengl_qvector.sip:
	Fixes so that SIP parses QtGui.
	[d6787031f3f4]

	* PyQt6.msp, qpy/QtGui/opengl_types.sip,
	qpy/QtGui/qpyopengl_add_constants.cpp, qpy/QtGui/qpyopengl_api.h,
	qpy/QtGui/qpyopengl_array_convertors.cpp,
	qpy/QtGui/qpyopengl_attribute_array.cpp,
	qpy/QtGui/qpyopengl_data_cache.cpp,
	qpy/QtGui/qpyopengl_data_cache.h, qpy/QtGui/qpyopengl_get.cpp,
	qpy/QtGui/qpyopengl_init.cpp, qpy/QtGui/qpyopengl_misc.h,
	qpy/QtGui/qpyopengl_uniform_value_array.cpp,
	qpy/QtGui/qpyopengl_value_array.cpp,
	qpy/QtGui/qpyopengl_version_functions.cpp,
	qpy/QtOpenGL/opengl_types.sip,
	qpy/QtOpenGL/qpyopengl_add_constants.cpp,
	qpy/QtOpenGL/qpyopengl_api.h,
	qpy/QtOpenGL/qpyopengl_array_convertors.cpp,
	qpy/QtOpenGL/qpyopengl_attribute_array.cpp,
	qpy/QtOpenGL/qpyopengl_data_cache.cpp,
	qpy/QtOpenGL/qpyopengl_data_cache.h, qpy/QtOpenGL/qpyopengl_get.cpp,
	qpy/QtOpenGL/qpyopengl_init.cpp, qpy/QtOpenGL/qpyopengl_misc.h,
	qpy/QtOpenGL/qpyopengl_uniform_value_array.cpp,
	qpy/QtOpenGL/qpyopengl_value_array.cpp,
	qpy/QtOpenGL/qpyopengl_version_functions.cpp:
	Moved the OpenGL stuff from QtGui to QtOpenGL.
	[da79c41d0698]

2020-11-19  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Completed the initial run through of QtGui.
	[4f49b6ee5b8c]

	* PyQt6.msp:
	Moe work on QtGui.
	[fea98385a350]

	* PyQt6.msp:
	More work on QtGui.
	[5b033bc6d3f0]

2020-11-18  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Work on QtGui.
	[81e9984ec299]

	* PyQt6.msp:
	Removed some redundant %MethodCode.
	[6218efb96825]

	* PyQt6.msp:
	Added the QObject sub-class convertor code.
	[cedfb4d930d4]

	* tools/mksccode.py:
	Fixed the script for generating sub-class convertor code.
	[fb15c90fb5ce]

	* PyQt6.msp:
	Implemented the operator|() overloads that create a QKeyCombination.
	[8f4131e92e48]

2020-11-17  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp, qpy/QtCore/qmutexlocker.sip,
	qpy/QtCore/qpycore_pyqtmutexlocker.cpp,
	qpy/QtCore/qpycore_pyqtmutexlocker.h:
	Implemented QMutexLocker.
	[72c25137e386]

2020-11-16  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Finish QMutex.
	[f6c686dc795a]

	* PyQt6.msp:
	Fixed some minor TODOs.
	[1f6556f41d57]

	* PyQt6.msp:
	Updated QCborStreamWriter.
	[e84c4ca54da3]

	* PyQt6.msp:
	Updated QCborStreamReader.
	[dc0d7dcf5cc8]

	* PyQt6.msp, qpy/QtCore/qpycore_api.h, qpy/QtCore/qpycore_chimera.cpp,
	qpy/QtCore/qpycore_qvariantmap.cpp,
	qpy/QtCore/qpycore_qvariantmap.sip:
	Removed the old QVariantMap support.
	[960789898bc5]

	* qpy/QtCore/qpycore_chimera.cpp:
	Refactored the QVariantMap support.
	[1d3795e9e8ad]

	* qpy/QtCore/qpycore_chimera.cpp, qpy/QtCore/qpycore_chimera.h:
	Refactored the QVariantHash support.
	[f23c4e26dc86]

	* qpy/QtCore/qpycore_chimera.cpp, qpy/QtCore/qpycore_chimera.h:
	Refactored the QVariantList support.
	[11504464fe75]

	* PyQt6.msp, qpy/QtCore/qpycore_chimera.cpp,
	qpy/QtCore/qpycore_chimera.h:
	Added support for QVariantPair.
	[2c8990b62862]

2020-11-15  Phil Thompson  <phil@riverbankcomputing.com>

	* qpy/QtCore/qpycore_chimera.cpp:
	Added support for QMetaType::Nullptr.
	[fa10c713aedf]

	* qpy/QtCore/qpycore_chimera.cpp, qpy/QtCore/qpycore_chimera.h:
	Added support for QMetaType::Char16 and QMetaType::Char32.
	[b382e36d4a51]

	* qpy/QtCore/qpycore_chimera.cpp:
	Don't handle a 'char *' as a QString (or as a bytes object as PyQt5)
	when parsing a C++ type specified as a string.
	[204855e7571e]

	* PyQt6.msp:
	Updated for Qt v6.0.0.0beta5.
	[c51cc6316690]

2020-11-14  Phil Thompson  <phil@riverbankcomputing.com>

	* qpy/QtCore/qpycore_chimera.cpp, qpy/QtCore/qpycore_chimera.h,
	qpy/QtCore/qpycore_chimera_storage.cpp,
	qpy/QtCore/qpycore_post_init.cpp.in,
	qpy/QtCore/qpycore_public_api.cpp, qpy/QtCore/qpycore_public_api.h,
	qpy/QtCore/qpycore_pyqtboundsignal.cpp,
	qpy/QtCore/qpycore_pyqtpyobject.cpp,
	qpy/QtCore/qpycore_pyqtpyobject.h,
	qpy/QtCore/qpycore_qvariant_value.cpp, qpy/QtCore/qpycore_types.cpp:
	QtCore now builds without compiler warnings.
	[5c62dfc70218]

2020-11-13  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp, qpy/QtCore/qpycore_chimera.cpp,
	qpy/QtCore/qpycore_pyqtsignal.cpp, qpy/QtCore/qpycore_pyqtslot.cpp,
	qpy/QtCore/qpycore_qstring.cpp,
	qpy/QtCore/qpycore_qvariant_value.cpp:
	Remove deprecated API elements.
	[4355f4316eba]

2020-11-12  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Updated for Qt v6.0.0.0beta4.
	[ddf87413aa33]

	* PyQt6.msp, qpy/QtCore/qpycore_post_init.cpp.in,
	qpy/QtCore/qpycore_public_api.cpp,
	qpy/QtCore/qpycore_pyqtslotproxy.cpp,
	qpy/QtCore/qpycore_pyqtslotproxy.h,
	qpy/QtCore/qpycore_qobject_helpers.cpp:
	The QtCore module now builds and can be imported.
	[4c45e3aa0d68]

	* PyQt6.msp:
	Bug fixes.
	[ea3efdf4c3a2]

2020-11-11  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp, qpy/QtCore/qbytearrayview.sip,
	qpy/QtCore/qpycore_chimera.cpp,
	qpy/QtCore/qpycore_chimera_storage.cpp, qpy/QtCore/qsysinfo.sip:
	Bug fixes.
	[d1733bcde2d0]

	* PyQt6.msp:
	Removed QModelRoleDataSpan because it is inappropriate in a Python
	context.
	[f29867eac956]

	* PyQt6.msp:
	The QtCore code is now generated.
	[325f92fe27dc]

2020-11-10  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp, projects/PyQt6/project.py, qpy/QtCore/qbytearrayview.sip,
	qpy/QtCore/qpycore_qlist.sip, qpy/QtCore/qpycore_qvector.sip,
	qpy/QtCore/qstring.sip, qpy/QtCore/qstringview.sip:
	More work on QtCore.
	[3bf0bb52a577]

2020-11-09  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Updated QtCore for Qt v6.0.0beta3.
	[8fc0f04e50de]

2020-11-05  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Refactored the QIODevice methods in QtCore.
	[41825eabd9ef]

2020-11-04  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	QIODevice updates.
	[b29cf9904968]

	* PyQt6.msp:
	Completed the initial pass of QtCore.
	[be3d02b2c14a]

	* PyQt6.msp:
	More work on QtCore.
	[a7d1ca9ba59d]

2020-11-03  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp, qpy/QtCore/qchar.sip:
	More work on QtCore.
	[abaae2bba4aa]

2020-11-01  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp, qpy/QtCore/qbytearrayview.sip:
	Re-factored the QByteArray support.
	[98b7277f1167]

2020-10-28  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp, qpy/QtCore/qstring.sip:
	Move qstring.sip out of the project.
	[01aeac0b5e87]

	* PyQt6.msp:
	More work on QtCore.
	[2025096ebd84]

2020-10-25  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Updating of some QtCore classes.
	[df82a8e5f31c]

2020-10-24  Phil Thompson  <phil@riverbankcomputing.com>

	* projects/PyQt3D6/pyproject.toml, projects/PyQtChart6/pyproject.toml,
	projects/PyQtDataVisualization6/pyproject.toml,
	projects/PyQtPurchasing6/pyproject.toml,
	projects/PyQtWebEngine6/pyproject.toml:
	Updated the pyproject.toml files now that Qt6 is being used.
	[333636927a25]

	* PyQt6.msp, projects/PyQt6/project.py:
	Scan QtCore from Qt v6.0.0beta removing the .sip files for the
	corresponding removed .h files.
	[6ee9b41573b9]

2020-10-23  Phil Thompson  <phil@riverbankcomputing.com>

	* extras/lupdate/designer_source.py:
	Provided a comment about the <stringlist> element.
	[0b27ecd8b925]

	* extras/lupdate/translation_file.py:
	.ts files created from .ui files now contain location information.
	[7783517e0365]

	* extras/lupdate/designer_source.py, extras/uic/ui_file.py:
	pylupdate now handles the attributes of a string element in a .ui
	file.
	[9a55e5300725]

	* extras/lupdate/designer_source.py, extras/lupdate/lupdate.py,
	extras/lupdate/pylupdate.py, extras/lupdate/python_source.py,
	extras/lupdate/source_file.py, extras/lupdate/translation_file.py,
	extras/uic/compile_ui.py, extras/uic/ui_file.py,
	extras/uic/uiparser.py:
	pylupdate will now handle .ui files.
	[551b6804f90c]

2020-10-22  Phil Thompson  <phil@riverbankcomputing.com>

	* extras/uic/__init__.py, extras/uic/exceptions.py,
	extras/uic/pyuic.py, extras/uic/ui_file.py, extras/uic/uiparser.py:
	Refactor the parsing of a .ui file so it can be reused by pylupdate.
	[27ae3f8ba09e]

2020-10-10  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	QObject.tr() is now implemented as a class method so it can be
	called with an explicit context.
	[a6af3664d65a]

2020-10-09  Phil Thompson  <phil@riverbankcomputing.com>

	* extras/lupdate/python_source.py, extras/lupdate/translation_file.py,
	extras/lupdate/translations.py:
	Added support for embedded translator comments to pylupdate.
	[36e006df69cb]

2020-10-08  Phil Thompson  <phil@riverbankcomputing.com>

	* extras/lupdate/translation_file.py:
	Added the 'numerusform' tag when required.
	[a08ac34a887e]

	* extras/lupdate/lupdate.py, extras/lupdate/pylupdate.py,
	extras/lupdate/python_source.py:
	A directory can be specified as well as the name of a Python file.
	[1181e4c8cd61]

	* extras/lupdate/translation_file.py:
	Contexts are now sorted by their name.
	[7458543602c6]

	* extras/lupdate/translation_file.py:
	There is no need to use escape() as etree handles it automatically.
	[31e3a843636a]

	* extras/lupdate/python_source.py, extras/lupdate/translation_file.py:
	Context names now include any scoping class.
	[1c753b1b3c2c]

	* extras/lupdate/translation_file.py:
	Fixed the updating of a message location.
	[6b151a4e4c6e]

	* extras/lupdate/translation_file.py, extras/lupdate/user.py:
	Improve the dispay of source text in progress messages.
	[d81c802ed873]

	* extras/lupdate/translation_file.py:
	The Python source filename is relative to the .ts filename.
	[3db8d5efaeae]

	* extras/lupdate/pylupdate.py:
	Improvements to the error report text.
	[8fa461638929]

	* extras/lupdate/exceptions.py, extras/lupdate/lupdate.py,
	extras/lupdate/messages.py, extras/lupdate/pylupdate.py,
	extras/lupdate/python_source.py, extras/lupdate/translation_file.py,
	extras/lupdate/user.py:
	Added the --verbose flag to pylupdate.
	[bebff95dab1d]

2020-10-06  Phil Thompson  <phil@riverbankcomputing.com>

	* extras/lupdate/exceptions.py, extras/lupdate/lupdate.py,
	extras/lupdate/messages.py, extras/lupdate/pylupdate.py,
	extras/lupdate/python_source.py, extras/lupdate/translation_file.py:
	Added the messaging and error handling infrastructure.
	[0bb5ca9f9a86]

	* extras/lupdate/python_source.py, extras/lupdate/translation_file.py,
	extras/lupdate/translations.py:
	Completed the initial implementation of pylupdate.
	[3cda34ff4e37]

2020-10-04  Phil Thompson  <phil@riverbankcomputing.com>

	* extras/lupdate/__init__.py, extras/lupdate/lupdate.py,
	extras/lupdate/pylupdate.py, extras/lupdate/python_source.py,
	extras/lupdate/translation_file.py,
	extras/pylupdate/lupdate/__init__.py,
	extras/pylupdate/lupdate/lupdate.py,
	extras/pylupdate/lupdate/pylupdate.py,
	extras/pylupdate/lupdate/python_source.py,
	extras/pylupdate/lupdate/translation_file.py,
	extras/pyuic/uic/Compiler/__init__.py,
	extras/pyuic/uic/Compiler/as_string.py,
	extras/pyuic/uic/Compiler/compiler.py,
	extras/pyuic/uic/Compiler/indenter.py,
	extras/pyuic/uic/Compiler/misc.py,
	extras/pyuic/uic/Compiler/proxy_metaclass.py,
	extras/pyuic/uic/Compiler/qobjectcreator.py,
	extras/pyuic/uic/Compiler/qtproxies.py,
	extras/pyuic/uic/Loader/__init__.py,
	extras/pyuic/uic/Loader/loader.py,
	extras/pyuic/uic/Loader/qobjectcreator.py,
	extras/pyuic/uic/__init__.py, extras/pyuic/uic/compile_ui.py,
	extras/pyuic/uic/exceptions.py, extras/pyuic/uic/icon_cache.py,
	extras/pyuic/uic/load_ui.py, extras/pyuic/uic/objcreator.py,
	extras/pyuic/uic/properties.py, extras/pyuic/uic/pyuic.py,
	extras/pyuic/uic/uiparser.py, extras/pyuic/uic/widget-
	plugins/qaxcontainer.py, extras/pyuic/uic/widget-
	plugins/qscintilla.py, extras/pyuic/uic/widget-plugins/qtcharts.py,
	extras/pyuic/uic/widget-plugins/qtprintsupport.py, extras/pyuic/uic
	/widget-plugins/qtquickwidgets.py, extras/pyuic/uic/widget-
	plugins/qtwebenginewidgets.py, extras/uic/Compiler/__init__.py,
	extras/uic/Compiler/as_string.py, extras/uic/Compiler/compiler.py,
	extras/uic/Compiler/indenter.py, extras/uic/Compiler/misc.py,
	extras/uic/Compiler/proxy_metaclass.py,
	extras/uic/Compiler/qobjectcreator.py,
	extras/uic/Compiler/qtproxies.py, extras/uic/Loader/__init__.py,
	extras/uic/Loader/loader.py, extras/uic/Loader/qobjectcreator.py,
	extras/uic/__init__.py, extras/uic/compile_ui.py,
	extras/uic/exceptions.py, extras/uic/icon_cache.py,
	extras/uic/load_ui.py, extras/uic/objcreator.py,
	extras/uic/properties.py, extras/uic/pyuic.py,
	extras/uic/uiparser.py, extras/uic/widget-plugins/qaxcontainer.py,
	extras/uic/widget-plugins/qscintilla.py, extras/uic/widget-
	plugins/qtcharts.py, extras/uic/widget-plugins/qtprintsupport.py,
	extras/uic/widget-plugins/qtquickwidgets.py, extras/uic/widget-
	plugins/qtwebenginewidgets.py, projects/PyQt6/project.py:
	Simplified the directory structure of pyuic and pylupdate.
	[65479b8446aa]

	* extras/pylupdate/lupdate/__init__.py,
	extras/pylupdate/lupdate/lupdate.py,
	extras/pylupdate/lupdate/pylupdate.py,
	extras/pylupdate/lupdate/python_source.py,
	extras/pylupdate/lupdate/translation_file.py,
	extras/pylupdate/pylupdate_main.py,
	extras/pylupdate/pylupdatemod.sip, projects/PyQt6/project.py:
	Added the stub of the pylupdate6 implementation.
	[4922d727e586]

	* extras/pyuic/uic/pyuic.py:
	Fixed the name of pyuic6.
	[9e2d19ebf2bb]

	* extras/designer/pluginloader.cpp, extras/qmlscene/pluginloader.cpp:
	Eliminate deprecation warnings from Python v3.9.
	[ed7abf162983]

	* PyQt6.msp:
	Ensure QtQuick will build without OpenGL.
	[a70f17b8c38c]

2020-10-03  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp, qpy/QtCore/qpycore_enums_flags.cpp:
	pyqtEnum() now makes use of SIP_PYENUM and sipIsEnumFlag().
	[02632981bade]

	* qpy/QtCore/qpycore_enums_flags.cpp,
	qpy/QtCore/qpycore_enums_flags.h, qpy/QtCore/qpycore_types.cpp:
	Use a better data type for holding parsed enum members.
	[5a1bc01a7c46]

	* qpy/QtCore/qpycore_classinfo.cpp, qpy/QtCore/qpycore_classinfo.h,
	qpy/QtCore/qpycore_decorators.cpp,
	qpy/QtCore/qpycore_enums_flags.cpp, qpy/QtCore/qpycore_misc.cpp,
	qpy/QtCore/qpycore_misc.h, qpy/QtCore/qpycore_pyqtboundsignal.cpp,
	qpy/QtCore/qpycore_pyqtconfigure.cpp,
	qpy/QtCore/qpycore_pyqtsignal.cpp,
	qpy/QtCore/qpycore_qmetaobject_helpers.cpp,
	qpy/QtCore/qpycore_types.cpp:
	Check the arguments of pyqtClassInfo when they are passed rather
	than when they are used.
	[7286db7eec67]

	* PyQt6.msp, qpy/QtCore/qpycore_api.h,
	qpy/QtCore/qpycore_classinfo.cpp,
	qpy/QtCore/qpycore_enums_flags.cpp,
	qpy/QtCore/qpycore_enums_flags.h, qpy/QtCore/qpycore_types.cpp,
	test/metaobject/test_qenum.py:
	Replaced Q_ENUM and Q_FLAG with pyqtEnum.
	[f6df9d5af282]

2020-10-02  Phil Thompson  <phil@riverbankcomputing.com>

	* qpy/QtCore/qpycore_pyqtboundsignal.cpp,
	qpy/QtCore/qpycore_pyqtconfigure.cpp,
	qpy/QtCore/qpycore_qobject_helpers.cpp,
	qpy/QtCore/qpycore_types.cpp:
	Improved the method of ensuring the QMetaObject is created in time.
	[a386fa108f2c]

	* qpy/QtCore/qpycore_pyqtboundsignal.cpp,
	qpy/QtCore/qpycore_qobject_helpers.cpp,
	qpy/QtCore/qpycore_types.cpp, qpy/QtCore/qpycore_types.h:
	Ensure the QMetaObject is created in time.
	[1f0154cd9c57]

	* PyQt6.msp, qpy/QtCore/qpycore_api.h,
	qpy/QtCore/qpycore_classinfo.cpp, qpy/QtCore/qpycore_classinfo.h,
	qpy/QtCore/qpycore_post_init.cpp.in, qpy/QtCore/qpycore_types.cpp,
	qpy/QtCore/qpycore_types.h, test/metaobject/test_qclassinfo.py:
	A QMetaObject is now created when referenced rather than when the
	QObject sub-class is defined. Replaced Q_CLASSINFO with the
	pyqtClassInfo class decorator.
	[478204118318]

2020-10-01  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp, qpy/QtCore/qpycore_api.h, qpy/QtCore/qpycore_chimera.h,
	qpy/QtCore/qpycore_enums_flags.cpp,
	qpy/QtCore/qpycore_enums_flags.h, test/metaobject/test_qenum.py:
	Removed support for Q_ENUMS and Q_FLAGS.
	[04924904e31b]

	* test/metaobject/test_qclassinfo.py:
	Added the Q_CLASSINFO unit test.
	[1780fdda45b8]

2020-09-28  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Removed the unused qsql.h file.
	[14ff91794411]

	* PyQt6.msp:
	Added a missing /TransferBack/ annotation to QLayout.removeWidget().
	[a98e3346fddd]

2020-09-25  Phil Thompson  <phil@riverbankcomputing.com>

	* projects/PyQt3D6/pyproject.toml, projects/PyQtChart6/pyproject.toml,
	projects/PyQtDataVisualization6/pyproject.toml,
	projects/PyQtPurchasing6/pyproject.toml,
	projects/PyQtWebEngine6/pyproject.toml:
	Fixed the temporary specification of the ABI version.
	[1e66bd83ae93]

	* test/pyuic/test_pyuic.py:
	All unit tests now pass (except for the one pyuic expected failure).
	[5bc0c7ad9c31]

	* extras/pyuic/uic/Compiler/compiler.py,
	extras/pyuic/uic/Loader/loader.py, extras/pyuic/uic/__init__.py,
	extras/pyuic/uic/compile_ui.py, extras/pyuic/uic/driver.py,
	extras/pyuic/uic/load_ui.py, extras/pyuic/uic/pyuic.py,
	extras/pyuic/uic/uiparser.py:
	Refactored pyuic and removed support for resource files.
	[ced4605bfb06]

2020-09-24  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp, qpy/QtCore/qpycore_api.h,
	qpy/QtCore/qpycore_pyqtconfigure.cpp,
	qpy/QtCore/qpycore_qvariant.cpp,
	test/metaobject/test_pyqtproperty.py:
	QMetaProperty.read() now correctly handles enum properties.
	[baf5b002d176]

	* test/misc/test_pickle.py:
	Fixed the unit test for pickling enums.
	[e35c7596760d]

	* qpy/QtCore/qpycore_chimera.cpp, test/classes/test_QVariant.py:
	Fixes for converting enums to QVariants.
	[a58086482403]

	* test/classes/test_QFlags.py:
	Removed the QFlags unit test as it would only be testing standard
	Python enums.
	[1b59859b92d0]

	* PyQt6.msp:
	Renamed the enums implementing QFlags.
	[24360bd5c4ef]

	* PyQt6.msp:
	Don't use /PyName/ to handle clashes with Python keywords now that
	SIP v6 will handle it automatically.
	[b7050df954a7]

	* PyQt6.msp, qpy/QtCore/qflags.sip:
	QFlags is now implemented as enum.Flag.
	[1e6401e9e31e]

2020-09-23  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Update the PyQt annotations on QUrlTwoFlags.
	[0acd56a19476]

	* qpy/QtCore/qpycore_chimera.cpp, qpy/QtCore/qpycore_chimera.h,
	qpy/QtCore/qpycore_pyqtsignal.cpp,
	qpy/QtCore/qpycore_qobject_helpers.cpp,
	qpy/QtCore/qpycore_types.cpp:
	Don't assume that there is plugin data for a type. The QFlags flag
	is now part of the mapped type plugin.
	[0758332c5800]

	* qpy/QtCore/qpycore_chimera.cpp, qpy/QtCore/qpycore_misc.cpp,
	qpy/QtCore/qpycore_misc.h, qpy/QtCore/qpycore_qobject_helpers.cpp,
	qpy/QtCore/qpycore_types.cpp:
	Renamed qpycore_is_pyqt_class() to qpycore_is_pyqt_type().
	[094cb8d31f38]

	* qpy/QtCore/qflags.sip:
	Reimplemented QFlags as a mapped type.
	[9a06be216246]

	* PyQt6.msp, qpy/QtCore/qflags.sip:
	Moved the QFlags implementation out of the project file.
	[8a6cea906ea0]

	* extras/pyuic/uic/Loader/loader.py:
	Fix pyuic.
	[b621768247ea]

2020-09-21  Phil Thompson  <phil@riverbankcomputing.com>

	* projects/PyQt6/project.py:
	Fixed a regression in the name of the sip module to be used.
	[3a242e9b4743]

2020-09-18  Phil Thompson  <phil@riverbankcomputing.com>

	* projects/PyQt6/project.py:
	Check the version of Qt is supported.
	[f71b7e5daa26]

2020-09-17  Phil Thompson  <phil@riverbankcomputing.com>

	* projects/PyQt3D6/pyproject.toml, projects/PyQt6/project.py,
	projects/PyQtChart6/pyproject.toml,
	projects/PyQtDataVisualization6/pyproject.toml,
	projects/PyQtPurchasing6/pyproject.toml,
	projects/PyQtWebEngine6/pyproject.toml:
	Explicity set the ABI version until we start using Qt6.
	[b9f688d9255f]

	* projects/PyQt3D6/pyproject.toml, projects/PyQt6/project.py,
	projects/PyQt6/pyproject.toml, projects/PyQtChart6/pyproject.toml,
	projects/PyQtDataVisualization6/pyproject.toml,
	projects/PyQtPurchasing6/pyproject.toml,
	projects/PyQtWebEngine6/pyproject.toml:
	Require PyQt-builder v1.6 as we no longer specify the sip module and
	ABI.
	[1ed491e43ee4]

	* PyQt6.msp:
	Added the QT_MAC_WANTS_LAYER workaround for missing paint events.
	[d89c9fad5d09]

2020-09-15  Phil Thompson  <phil@riverbankcomputing.com>

	* qpy/QtCore/qpycore_pyqtboundsignal.cpp,
	test/metaobject/test_pyqtboundsignal.py:
	Bound signals are now hashable.
	[6fe95eb8c9ca]

2020-09-14  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Removed some legacy casts.
	[fd0e56cd4bc7]

	* PyQt6.msp:
	Removed qApp.
	[7abdd4517679]

	* test/classes/test_QQmlComponent.py, test/classes/test_QSignalSpy.py,
	test/mapped_types/__init__.py, test/mapped_types/test_QList.py,
	test/metaobject/__init__.py, test/metaobject/test_connections.py,
	test/metaobject/test_connectslotsbyname.py,
	test/metaobject/test_gc_slots.py, test/metaobject/test_invoke.py,
	test/metaobject/test_pyqtproperty.py,
	test/metaobject/test_pyqtsignal.py,
	test/metaobject/test_pyqtslot.py, test/metaobject/test_qenum.py,
	test/metaobject/test_qvariantmap.py, test/metaobject/test_sender.py,
	test/misc/__init__.py, test/misc/test_pickle.py,
	test/misc/test_repr.py, test/pyuic/QMainWindow/MainWindow00.ui,
	test/pyuic/QToolBox/ToolBox00.ui, test/pyuic/QToolBox/ToolBox01.ui,
	test/pyuic/QWidget/Widget00.ui, test/pyuic/QWidget/Widget01.ui,
	test/pyuic/QWidget/Widget02.ui, test/pyuic/QWidget/Widget03.ui,
	test/pyuic/QWidget/Widget04.ui, test/pyuic/QWidget/Widget05.ui,
	test/pyuic/__init__.py, test/pyuic/test_pyuic.py,
	test/tests/mapped_types/__init__.py,
	test/tests/mapped_types/test_QList.py,
	test/tests/metaobject/__init__.py,
	test/tests/metaobject/test_connections.py,
	test/tests/metaobject/test_connectslotsbyname.py,
	test/tests/metaobject/test_gc_slots.py,
	test/tests/metaobject/test_invoke.py,
	test/tests/metaobject/test_pyqtproperty.py,
	test/tests/metaobject/test_pyqtsignal.py,
	test/tests/metaobject/test_pyqtslot.py,
	test/tests/metaobject/test_qenum.py,
	test/tests/metaobject/test_qvariantmap.py,
	test/tests/metaobject/test_sender.py, test/tests/misc/__init__.py,
	test/tests/misc/test_pickle.py, test/tests/misc/test_repr.py,
	test/tests/pyuic/QMainWindow/MainWindow00.ui,
	test/tests/pyuic/QToolBox/ToolBox00.ui,
	test/tests/pyuic/QToolBox/ToolBox01.ui,
	test/tests/pyuic/QWidget/Widget00.ui,
	test/tests/pyuic/QWidget/Widget01.ui,
	test/tests/pyuic/QWidget/Widget02.ui,
	test/tests/pyuic/QWidget/Widget03.ui,
	test/tests/pyuic/QWidget/Widget04.ui,
	test/tests/pyuic/QWidget/Widget05.ui, test/tests/pyuic/__init__.py,
	test/tests/pyuic/test_pyuic.py:
	Completed the initial refactoring of the unit tests.
	[eb200713c25e]

2020-09-12  Phil Thompson  <phil@riverbankcomputing.com>

	* test/classes/__init__.py, test/classes/test_QByteArray.py,
	test/classes/test_QFlags.py, test/classes/test_QObject.py,
	test/classes/test_QQmlComponent.py, test/classes/test_QSettings.py,
	test/classes/test_QSignalSpy.py, test/classes/test_QVariant.py,
	test/dbus/test_multibus.py, test/runtests.py,
	test/tests/__init__.py, test/tests/classes/__init__.py,
	test/tests/classes/test_QByteArray.py,
	test/tests/classes/test_QFlags.py,
	test/tests/classes/test_QObject.py,
	test/tests/classes/test_QQmlComponent.py,
	test/tests/classes/test_QSettings.py,
	test/tests/classes/test_QSignalSpy.py,
	test/tests/classes/test_QVariant.py:
	Parial refactoring of the unit tests.
	[7244f37eb2a2]

2020-09-11  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	QSGNode fixes from PyQt5.
	[572b4061a97a]

	* projects/PyQt6/project.py:
	Fixed a typo in the handling of platform tags.
	[11cbef1a82d1]

	* projects/PyQt6/project.py:
	The full set of platforms tags can now be derived from py_platform.
	[7e814ddb9952]

2020-09-10  Phil Thompson  <phil@riverbankcomputing.com>

	* extras/pyuic/uic/Compiler/compiler.py,
	extras/pyuic/uic/Compiler/qtproxies.py,
	extras/pyuic/uic/Loader/qobjectcreator.py,
	extras/pyuic/uic/__init__.py, extras/pyuic/uic/driver.py,
	extras/pyuic/uic/pyuic.py, extras/pyuic/uic/uiparser.py,
	extras/pyuic/uic/widget-plugins/qaxcontainer.py, extras/pyuic/uic
	/widget-plugins/qscintilla.py, extras/pyuic/uic/widget-
	plugins/qtcharts.py, extras/pyuic/uic/widget-
	plugins/qtprintsupport.py, extras/pyuic/uic/widget-
	plugins/qtquickwidgets.py, extras/pyuic/uic/widget-
	plugins/qtwebenginewidgets.py, extras/pyuic/uic/widget-
	plugins/qtwebkit.py:
	Updated pyuic for PyQt6.
	[7ce320fb7235]

	* extras/pyuic/uic/Compiler/as_string.py,
	extras/pyuic/uic/Compiler/qobjectcreator.py,
	extras/pyuic/uic/Compiler/qtproxies.py,
	extras/pyuic/uic/__init__.py, extras/pyuic/uic/driver.py,
	extras/pyuic/uic/port_v2/__init__.py,
	extras/pyuic/uic/port_v2/as_string.py,
	extras/pyuic/uic/port_v2/ascii_upper.py,
	extras/pyuic/uic/port_v2/proxy_base.py,
	extras/pyuic/uic/port_v2/string_io.py,
	extras/pyuic/uic/port_v3/__init__.py,
	extras/pyuic/uic/port_v3/as_string.py,
	extras/pyuic/uic/port_v3/ascii_upper.py,
	extras/pyuic/uic/port_v3/proxy_base.py,
	extras/pyuic/uic/port_v3/string_io.py,
	extras/pyuic/uic/properties.py:
	Removed the Python v2 support from pyuic.
	[42116b5282a0]

	* PyQt6.msp:
	Handle the wrapping of the project version attributes consistently.
	[74e630b207d0]

	* projects/PyQt6/project.py:
	Fixed the handling of the .sip handling the license.
	[c6c896d0db2e]

	* projects/PyQt6/pyqt-commercial.sip:
	Updated an error message.
	[cd90da846e38]

	* projects/PyQt6/project.py:
	Remove the redundant code to create the Qt composite module.
	[84f08ad54745]

	* PyQt6.msp, qpy/QtCore/qpycore_chimera.cpp,
	qpy/QtCore/qpycore_post_init.cpp.in,
	qpy/QtCore/qpycore_pyqtsignal.cpp, qpy/QtCore/qpycore_pyqtsignal.h,
	qpy/QtCore/qpycore_qobject_helpers.cpp,
	qpy/QtCore/qpycore_types.cpp:
	Use the PyQt6 %Plugin.
	[6fd31e04b6e4]

	* rb-product, rb-product.toml, test/dbus/test_multibus.py,
	test/runtests.py, test/tests/__init__.py,
	test/tests/classes/__init__.py,
	test/tests/classes/test_QByteArray.py,
	test/tests/classes/test_QFlags.py,
	test/tests/classes/test_QObject.py,
	test/tests/classes/test_QQmlComponent.py,
	test/tests/classes/test_QSettings.py,
	test/tests/classes/test_QSignalSpy.py,
	test/tests/classes/test_QVariant.py,
	test/tests/mapped_types/__init__.py,
	test/tests/mapped_types/test_QList.py,
	test/tests/metaobject/__init__.py,
	test/tests/metaobject/test_connections.py,
	test/tests/metaobject/test_connectslotsbyname.py,
	test/tests/metaobject/test_gc_slots.py,
	test/tests/metaobject/test_invoke.py,
	test/tests/metaobject/test_pyqtproperty.py,
	test/tests/metaobject/test_pyqtsignal.py,
	test/tests/metaobject/test_pyqtslot.py,
	test/tests/metaobject/test_qenum.py,
	test/tests/metaobject/test_qvariantmap.py,
	test/tests/metaobject/test_sender.py, test/tests/misc/__init__.py,
	test/tests/misc/test_pickle.py, test/tests/misc/test_repr.py,
	test/tests/pyuic/QMainWindow/MainWindow00.ui,
	test/tests/pyuic/QToolBox/ToolBox00.ui,
	test/tests/pyuic/QToolBox/ToolBox01.ui,
	test/tests/pyuic/QWidget/Widget00.ui,
	test/tests/pyuic/QWidget/Widget01.ui,
	test/tests/pyuic/QWidget/Widget02.ui,
	test/tests/pyuic/QWidget/Widget03.ui,
	test/tests/pyuic/QWidget/Widget04.ui,
	test/tests/pyuic/QWidget/Widget05.ui, test/tests/pyuic/__init__.py,
	test/tests/pyuic/test_pyuic.py:
	Add the PyQt5 tests.
	[e58465fae79f]

2020-09-09  Phil Thompson  <phil@riverbankcomputing.com>

	* projects/PyQt3D/METADATA.in, projects/PyQt3D/Modules,
	projects/PyQt3D/NEWS, projects/PyQt3D/README,
	projects/PyQt3D/pyproject.toml, projects/PyQt3D6/Modules,
	projects/PyQt3D6/NEWS, projects/PyQt3D6/README,
	projects/PyQt3D6/pyproject.toml, projects/PyQt6/METADATA.in,
	projects/PyQtChart/METADATA.in, projects/PyQtChart/Modules,
	projects/PyQtChart/NEWS, projects/PyQtChart/README,
	projects/PyQtChart/pyproject.toml, projects/PyQtChart6/Modules,
	projects/PyQtChart6/NEWS, projects/PyQtChart6/README,
	projects/PyQtChart6/pyproject.toml,
	projects/PyQtDataVisualization/METADATA.in,
	projects/PyQtDataVisualization/Modules,
	projects/PyQtDataVisualization/NEWS,
	projects/PyQtDataVisualization/README,
	projects/PyQtDataVisualization/pyproject.toml,
	projects/PyQtDataVisualization6/Modules,
	projects/PyQtDataVisualization6/NEWS,
	projects/PyQtDataVisualization6/README,
	projects/PyQtDataVisualization6/pyproject.toml,
	projects/PyQtPurchasing/METADATA.in,
	projects/PyQtPurchasing/Modules, projects/PyQtPurchasing/NEWS,
	projects/PyQtPurchasing/README,
	projects/PyQtPurchasing/pyproject.toml,
	projects/PyQtPurchasing6/Modules, projects/PyQtPurchasing6/NEWS,
	projects/PyQtPurchasing6/README,
	projects/PyQtPurchasing6/pyproject.toml,
	projects/PyQtWebEngine/METADATA.in, projects/PyQtWebEngine/Modules,
	projects/PyQtWebEngine/NEWS, projects/PyQtWebEngine/README,
	projects/PyQtWebEngine/pyproject.toml,
	projects/PyQtWebEngine6/Modules, projects/PyQtWebEngine6/NEWS,
	projects/PyQtWebEngine6/README,
	projects/PyQtWebEngine6/pyproject.toml:
	Gave the subprojects a '6' suffix so that they can be installed side
	by side with the PyQt5 versions.
	[8c6d04c537ef]

	* projects/PyQt3D/METADATA.in, projects/PyQt3D/Modules,
	projects/PyQt3D/NEWS, projects/PyQt3D/README,
	projects/PyQt3D/pyproject.toml, projects/PyQt6/pyproject.toml,
	projects/PyQtChart/METADATA.in, projects/PyQtChart/Modules,
	projects/PyQtChart/NEWS, projects/PyQtChart/README,
	projects/PyQtChart/pyproject.toml,
	projects/PyQtDataVisualization/METADATA.in,
	projects/PyQtDataVisualization/Modules,
	projects/PyQtDataVisualization/NEWS,
	projects/PyQtDataVisualization/README,
	projects/PyQtDataVisualization/pyproject.toml,
	projects/PyQtPurchasing/pyproject.toml,
	projects/PyQtWebEngine/METADATA.in, projects/PyQtWebEngine/Modules,
	projects/PyQtWebEngine/NEWS, projects/PyQtWebEngine/README,
	projects/PyQtWebEngine/pyproject.toml:
	Added the remaining PyQt sub-projects.
	[77362503963b]

	* qpy/QtDataVisualization/qpydatavisualization_qlist.sip:
	More SIP_SSIZE_T removals.
	[b3ee41e1e684]

	* PyQt6.msp:
	Removed SIP_SSIZE_T.
	[59c1c6367e48]

	* PyQt6.msp:
	Fixed a legacy macro.
	[2df55da1386c]

	* PyQt6.msp:
	Removed an old timeline.
	[8cf15fb9f795]

	* projects/PyQt6/pyproject.toml:
	Fixed a type in the PyQt6 metadata.
	[df71929ed61f]

	* qpy/QtCore/qpycore_post_init.cpp.in:
	Remove the reference to sipEnableOverflowChecking().
	[056baebe726e]

	* qpy/Qt3DCore/qsharedpointer.sip,
	qpy/QtCore/qpycore_chimera_signature.cpp,
	qpy/QtCore/qpycore_qmetaobject.cpp,
	qpy/QtGui/qpyopengl_attribute_array.cpp,
	qpy/QtGui/qpyopengl_uniform_value_array.cpp:
	Removed all references to SIP_USE_PYCAPSULE.
	[cb708d30e5d9]

	* projects/PyQt6/license.dat.commercial,
	projects/PyQt6/license.dat.internal, projects/PyQt6/project.py:
	Updates to the PyQt6 project build system.
	[dd2edf3eae7c]

	* PyQt6.msp:
	For the moment treat WebAssembly the same as Linux.
	[aafdd15f84e3]

2020-09-08  Phil Thompson  <phil@riverbankcomputing.com>

	* extras/dbus/dbus.cpp, extras/dbus/helper.h, extras/designer/designer
	.pro-in, extras/designer/pluginloader.cpp,
	extras/designer/pluginloader.h, extras/pylupdate/pylupdate_main.py,
	extras/pylupdate/pylupdatemod.sip,
	extras/pyuic/uic/Compiler/__init__.py,
	extras/pyuic/uic/Compiler/compiler.py,
	extras/pyuic/uic/Compiler/indenter.py,
	extras/pyuic/uic/Compiler/misc.py,
	extras/pyuic/uic/Compiler/proxy_metaclass.py,
	extras/pyuic/uic/Compiler/qobjectcreator.py,
	extras/pyuic/uic/Compiler/qtproxies.py,
	extras/pyuic/uic/Loader/__init__.py,
	extras/pyuic/uic/Loader/loader.py,
	extras/pyuic/uic/Loader/qobjectcreator.py,
	extras/pyuic/uic/__init__.py, extras/pyuic/uic/driver.py,
	extras/pyuic/uic/exceptions.py, extras/pyuic/uic/icon_cache.py,
	extras/pyuic/uic/objcreator.py,
	extras/pyuic/uic/port_v2/__init__.py,
	extras/pyuic/uic/port_v2/as_string.py,
	extras/pyuic/uic/port_v2/ascii_upper.py,
	extras/pyuic/uic/port_v2/proxy_base.py,
	extras/pyuic/uic/port_v2/string_io.py,
	extras/pyuic/uic/port_v3/__init__.py,
	extras/pyuic/uic/port_v3/as_string.py,
	extras/pyuic/uic/port_v3/ascii_upper.py,
	extras/pyuic/uic/port_v3/proxy_base.py,
	extras/pyuic/uic/port_v3/string_io.py,
	extras/pyuic/uic/properties.py, extras/pyuic/uic/pyuic.py,
	extras/pyuic/uic/uiparser.py, extras/pyuic/uic/widget-
	plugins/qaxcontainer.py, extras/pyuic/uic/widget-
	plugins/qscintilla.py, extras/pyuic/uic/widget-plugins/qtcharts.py,
	extras/pyuic/uic/widget-plugins/qtprintsupport.py, extras/pyuic/uic
	/widget-plugins/qtquickwidgets.py, extras/pyuic/uic/widget-
	plugins/qtwebenginewidgets.py, extras/pyuic/uic/widget-
	plugins/qtwebkit.py, extras/qmlscene/pluginloader.cpp,
	extras/qmlscene/pluginloader.h, extras/qmlscene/qmlscene.pro-in:
	Added the extra stuff from PyQt5.
	[46613e339d46]

	* modules/QAxContainer/QAxContainermod.sip,
	modules/QAxContainer/qaxbase.sip,
	modules/QAxContainer/qaxobject.sip,
	modules/QAxContainer/qaxwidget.sip,
	modules/QtAndroidExtras/QtAndroidExtrasmod.sip,
	modules/QtAndroidExtras/qandroidjniobject.sip,
	modules/QtAndroidExtras/qtandroid.sip,
	modules/QtMacExtras/QtMacExtrasmod.sip,
	modules/QtMacExtras/qmacpasteboardmime.sip,
	modules/QtMacExtras/qmactoolbar.sip,
	modules/QtMacExtras/qmactoolbaritem.sip,
	modules/QtMacExtras/qtmac.sip,
	modules/QtWinExtras/QtWinExtrasmod.sip,
	modules/QtWinExtras/qwinfunctions.sip,
	modules/QtWinExtras/qwinjumplist.sip,
	modules/QtWinExtras/qwinjumplistcategory.sip,
	modules/QtWinExtras/qwinjumplistitem.sip,
	modules/QtWinExtras/qwintaskbarbutton.sip,
	modules/QtWinExtras/qwintaskbarprogress.sip,
	modules/QtWinExtras/qwinthumbnailtoolbar.sip,
	modules/QtWinExtras/qwinthumbnailtoolbutton.sip,
	modules/QtX11Extras/QtX11Extrasmod.sip,
	modules/QtX11Extras/qx11info_x11.sip:
	Added the platform-specific handwritten modules from PyQt5.
	[db1fd2139285]

	* .hgignore, projects/PyQt6/Modules, projects/PyQtPurchasing/Modules:
	Added the Modules files for the currently implemented projects.
	[49e21155f9e4]

	* projects/PyQt6/METADATA.in, projects/PyQt6/NEWS,
	projects/PyQtPurchasing/METADATA.in, projects/PyQtPurchasing/NEWS,
	projects/PyQtPurchasing/README,
	projects/PyQtPurchasing/pyproject.toml:
	Updated project build systems.
	[3d0e682b0503]

	* tools/OpenGL/gen_opengl_constants.py, tools/OpenGL/gl.xml,
	tools/mksccode.py:
	Added some tools from PyQt5.
	[0736add6b699]

	* projects/PyQt6/README, projects/PyQt6/__init__.py, projects/PyQt6
	/config-tests/cfgtest_QtCore.cpp, projects/PyQt6/config-
	tests/cfgtest_QtGui.cpp, projects/PyQt6/config-
	tests/cfgtest_QtNetwork.cpp, projects/PyQt6/config-
	tests/cfgtest_QtPrintSupport.cpp, projects/PyQt6/project.py,
	projects/PyQt6/pyproject.toml, projects/PyQt6/pyqt-commercial.sip,
	projects/PyQt6/pyqt-gpl.sip, projects/PyQt6/pyqt-internal.sip:
	Added the initial build system for the PyQt6 project.
	[ea310826f59a]

	* rb-product:
	Added the rb-product file.
	[8c1ccc17e43b]

	* qpy/QtCore/qpycore_post_init.cpp.in:
	Removed QtCore.PYQT_CONFIGURATION.
	[243be8a8f9af]

	* qpy/QtCore/qpycore_pyqtslot.cpp, qpy/QtCore/qpycore_pyqtslot.h,
	qpy/QtCore/qpycore_pyqtslotproxy.cpp, qpy/QtCore/qpycore_types.cpp:
	Refactor the PyQtSlot ctors.
	[6e87b0219b71]

2020-09-07  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp, qpy/QtCore/qpycore_chimera.cpp,
	qpy/QtCore/qpycore_public_api.cpp,
	qpy/QtCore/qpycore_pyqtpyobject.cpp, qpy/QtCore/qpycore_qhash.sip,
	qpy/QtCore/qpycore_qlist.sip, qpy/QtCore/qpycore_qmap.sip,
	qpy/QtCore/qpycore_qmessagelogger.cpp,
	qpy/QtCore/qpycore_qvector.sip, qpy/QtCore/qpycore_types.cpp,
	qpy/QtGui/qpyopengl_array_convertors.cpp:
	Removed calls to SIPLong_*() and SIPBytes_()*.
	[9f8927c1a7aa]

	* PyQt6.msp, qpy/Qt3DRender/qvector.sip, qpy/QtCore/qpycore_init.cpp,
	qpy/QtCore/qpycore_misc.cpp, qpy/QtCore/qpycore_post_init.cpp.in,
	qpy/QtCore/qpycore_public_api.cpp, qpy/QtCore/qpycore_public_api.h,
	qpy/QtCore/qpycore_pyqtboundsignal.cpp,
	qpy/QtCore/qpycore_pyqtmethodproxy.cpp,
	qpy/QtCore/qpycore_pyqtproperty.cpp,
	qpy/QtCore/qpycore_pyqtpyobject.cpp,
	qpy/QtCore/qpycore_pyqtsignal.cpp,
	qpy/QtCore/qpycore_pyqtslotproxy.cpp, qpy/QtCore/qpycore_qlist.sip,
	qpy/QtCore/qpycore_qmessagelogger.cpp,
	qpy/QtCore/qpycore_qmetaobject_helpers.cpp,
	qpy/QtCore/qpycore_qobject_helpers.cpp,
	qpy/QtCore/qpycore_qt_conf.cpp,
	qpy/QtCore/qpycore_qvariant_value.cpp,
	qpy/QtCore/qpycore_virtual_error_handler.sip,
	qpy/QtCore/qstringlist.sip, qpy/QtDBus/qpydbus_post_init.cpp,
	qpy/QtDBus/qpydbuspendingreply.cpp, qpy/QtDBus/qpydbusreply.cpp,
	qpy/QtDataVisualization/qpydatavisualization_qlist.sip,
	qpy/QtGui/qpyopengl_data_cache.cpp, qpy/QtGui/qpyopengl_init.cpp,
	qpy/QtGui/qpyopengl_version_functions.cpp,
	qpy/QtQml/qmlattachedpropertiesobject.sip,
	qpy/QtQml/qmlregistertype.sip, qpy/QtQml/qpyqml_api.h,
	qpy/QtQml/qpyqml_post_init.cpp,
	qpy/QtQml/qpyqml_register_singleton_type.cpp,
	qpy/QtQml/qpyqml_register_type.cpp,
	qpy/QtQml/qpyqmllistproperty.cpp,
	qpy/QtQml/qpyqmllistpropertywrapper.cpp, qpy/QtQml/qpyqmlobject.cpp,
	qpy/QtQml/qpyqmlsingletonobject.cpp, qpy/QtQml/qpyqmlvalidator.cpp,
	qpy/QtQuick/qpyquick_api.h, qpy/QtQuick/qpyquick_post_init.cpp,
	qpy/QtQuick/qpyquickframebufferobject.cpp,
	qpy/QtQuick/qpyquickitem.cpp, qpy/QtQuick/qpyquickpainteditem.cpp,
	qpy/QtQuick/qpyquickview.cpp, qpy/QtQuick/qpyquickwindow.cpp,
	qpy/QtWidgets/qpywidgets_post_init.cpp:
	Removed references to PyQt5 and pyqt5.
	[797c8a7cb2fe]

	* qpy/Qt3DCore/qsharedpointer.sip, qpy/Qt3DRender/qvector.sip,
	qpy/QtBluetooth/qpybluetooth_qlist.sip,
	qpy/QtBluetooth/qpybluetooth_quint128.sip,
	qpy/QtCore/qjsonarray.sip, qpy/QtCore/qjsonobject.sip,
	qpy/QtCore/qpycore_api.h, qpy/QtCore/qpycore_chimera.cpp,
	qpy/QtCore/qpycore_chimera.h,
	qpy/QtCore/qpycore_chimera_signature.cpp,
	qpy/QtCore/qpycore_chimera_storage.cpp,
	qpy/QtCore/qpycore_classinfo.cpp, qpy/QtCore/qpycore_classinfo.h,
	qpy/QtCore/qpycore_decorators.cpp,
	qpy/QtCore/qpycore_enums_flags.cpp,
	qpy/QtCore/qpycore_enums_flags.h,
	qpy/QtCore/qpycore_event_handlers.cpp,
	qpy/QtCore/qpycore_event_handlers.h, qpy/QtCore/qpycore_init.cpp,
	qpy/QtCore/qpycore_misc.cpp, qpy/QtCore/qpycore_misc.h,
	qpy/QtCore/qpycore_namespace.h,
	qpy/QtCore/qpycore_objectified_strings.h,
	qpy/QtCore/qpycore_post_init.cpp.in,
	qpy/QtCore/qpycore_public_api.cpp, qpy/QtCore/qpycore_public_api.h,
	qpy/QtCore/qpycore_pyqtboundsignal.cpp,
	qpy/QtCore/qpycore_pyqtboundsignal.h,
	qpy/QtCore/qpycore_pyqtconfigure.cpp,
	qpy/QtCore/qpycore_pyqtmethodproxy.cpp,
	qpy/QtCore/qpycore_pyqtmethodproxy.h,
	qpy/QtCore/qpycore_pyqtproperty.cpp,
	qpy/QtCore/qpycore_pyqtproperty.h,
	qpy/QtCore/qpycore_pyqtpyobject.cpp,
	qpy/QtCore/qpycore_pyqtpyobject.h,
	qpy/QtCore/qpycore_pyqtsignal.cpp, qpy/QtCore/qpycore_pyqtsignal.h,
	qpy/QtCore/qpycore_pyqtslot.cpp, qpy/QtCore/qpycore_pyqtslot.h,
	qpy/QtCore/qpycore_pyqtslotproxy.cpp,
	qpy/QtCore/qpycore_pyqtslotproxy.h, qpy/QtCore/qpycore_qhash.sip,
	qpy/QtCore/qpycore_qjsonvalue.cpp, qpy/QtCore/qpycore_qlist.sip,
	qpy/QtCore/qpycore_qmap.sip, qpy/QtCore/qpycore_qmessagelogger.cpp,
	qpy/QtCore/qpycore_qmetaobject.cpp,
	qpy/QtCore/qpycore_qmetaobject_helpers.cpp,
	qpy/QtCore/qpycore_qmetaobjectbuilder.h,
	qpy/QtCore/qpycore_qobject_getattr.cpp,
	qpy/QtCore/qpycore_qobject_helpers.cpp,
	qpy/QtCore/qpycore_qobject_helpers.h, qpy/QtCore/qpycore_qpair.sip,
	qpy/QtCore/qpycore_qset.sip, qpy/QtCore/qpycore_qstring.cpp,
	qpy/QtCore/qpycore_qt_conf.cpp, qpy/QtCore/qpycore_qvariant.cpp,
	qpy/QtCore/qpycore_qvariant_value.cpp,
	qpy/QtCore/qpycore_qvariantmap.cpp,
	qpy/QtCore/qpycore_qvariantmap.sip, qpy/QtCore/qpycore_qvector.sip,
	qpy/QtCore/qpycore_types.cpp, qpy/QtCore/qpycore_types.h,
	qpy/QtCore/qpycore_virtual_error_handler.sip,
	qpy/QtCore/qstringlist.sip, qpy/QtCore/qsysinfo.sip,
	qpy/QtCore/qwineventnotifier.sip, qpy/QtDBus/qpydbus_api.h,
	qpy/QtDBus/qpydbus_chimera_helpers.cpp,
	qpy/QtDBus/qpydbus_chimera_helpers.h,
	qpy/QtDBus/qpydbus_post_init.cpp,
	qpy/QtDBus/qpydbuspendingreply.cpp,
	qpy/QtDBus/qpydbuspendingreply.h,
	qpy/QtDBus/qpydbuspendingreply.sip, qpy/QtDBus/qpydbusreply.cpp,
	qpy/QtDBus/qpydbusreply.h, qpy/QtDBus/qpydbusreply.sip,
	qpy/QtDataVisualization/qpydatavisualization_qlist.sip,
	qpy/QtDesigner/qpydesignercontainerextension.h,
	qpy/QtDesigner/qpydesignercontainerextension.sip,
	qpy/QtDesigner/qpydesignercustomwidgetcollectionplugin.h,
	qpy/QtDesigner/qpydesignercustomwidgetcollectionplugin.sip,
	qpy/QtDesigner/qpydesignercustomwidgetplugin.h,
	qpy/QtDesigner/qpydesignercustomwidgetplugin.sip,
	qpy/QtDesigner/qpydesignermembersheetextension.h,
	qpy/QtDesigner/qpydesignermembersheetextension.sip,
	qpy/QtDesigner/qpydesignerpropertysheetextension.h,
	qpy/QtDesigner/qpydesignerpropertysheetextension.sip,
	qpy/QtDesigner/qpydesignertaskmenuextension.h,
	qpy/QtDesigner/qpydesignertaskmenuextension.sip,
	qpy/QtGui/opengl_types.sip, qpy/QtGui/qpygui_qlist.sip,
	qpy/QtGui/qpygui_qpair.sip, qpy/QtGui/qpygui_qvector.sip,
	qpy/QtGui/qpyopengl_add_constants.cpp, qpy/QtGui/qpyopengl_api.h,
	qpy/QtGui/qpyopengl_array_convertors.cpp,
	qpy/QtGui/qpyopengl_attribute_array.cpp,
	qpy/QtGui/qpyopengl_data_cache.cpp,
	qpy/QtGui/qpyopengl_data_cache.h, qpy/QtGui/qpyopengl_get.cpp,
	qpy/QtGui/qpyopengl_init.cpp, qpy/QtGui/qpyopengl_misc.h,
	qpy/QtGui/qpyopengl_uniform_value_array.cpp,
	qpy/QtGui/qpyopengl_value_array.cpp,
	qpy/QtGui/qpyopengl_version_functions.cpp,
	qpy/QtMultimedia/qpymultimedia_qlist.sip,
	qpy/QtNetwork/qpynetwork_qhash.sip,
	qpy/QtNetwork/qpynetwork_qmap.sip,
	qpy/QtPrintSupport/qpyprintsupport_qlist.sip,
	qpy/QtQml/qmlattachedpropertiesobject.sip,
	qpy/QtQml/qmlregistertype.sip, qpy/QtQml/qpyqml_api.h,
	qpy/QtQml/qpyqml_listdata.cpp, qpy/QtQml/qpyqml_listdata.h,
	qpy/QtQml/qpyqml_post_init.cpp, qpy/QtQml/qpyqml_qjsvalue.cpp,
	qpy/QtQml/qpyqml_register_singleton_type.cpp,
	qpy/QtQml/qpyqml_register_type.cpp,
	qpy/QtQml/qpyqmllistproperty.cpp, qpy/QtQml/qpyqmllistproperty.h,
	qpy/QtQml/qpyqmllistproperty.sip,
	qpy/QtQml/qpyqmllistpropertywrapper.cpp,
	qpy/QtQml/qpyqmllistpropertywrapper.h, qpy/QtQml/qpyqmlobject.cpp,
	qpy/QtQml/qpyqmlobject.h, qpy/QtQml/qpyqmlsingletonobject.cpp,
	qpy/QtQml/qpyqmlsingletonobject.h, qpy/QtQml/qpyqmlvalidator.cpp,
	qpy/QtQml/qpyqmlvalidator.h, qpy/QtQuick/qpyquick_api.h,
	qpy/QtQuick/qpyquick_chimera_helpers.cpp,
	qpy/QtQuick/qpyquick_chimera_helpers.h,
	qpy/QtQuick/qpyquick_post_init.cpp,
	qpy/QtQuick/qpyquick_register_type.cpp,
	qpy/QtQuick/qpyquick_register_type.h,
	qpy/QtQuick/qpyquickframebufferobject.cpp,
	qpy/QtQuick/qpyquickframebufferobject.h,
	qpy/QtQuick/qpyquickitem.cpp, qpy/QtQuick/qpyquickitem.h,
	qpy/QtQuick/qpyquickpainteditem.cpp,
	qpy/QtQuick/qpyquickpainteditem.h, qpy/QtQuick/qpyquickview.cpp,
	qpy/QtQuick/qpyquickview.h, qpy/QtQuick/qpyquickwindow.cpp,
	qpy/QtQuick/qpyquickwindow.h,
	qpy/QtWidgets/qmaccocoaviewcontainer.sip,
	qpy/QtWidgets/qpywidgets_api.h,
	qpy/QtWidgets/qpywidgets_chimera_helpers.cpp,
	qpy/QtWidgets/qpywidgets_chimera_helpers.h,
	qpy/QtWidgets/qpywidgets_post_init.cpp,
	qpy/QtWidgets/qpywidgets_qlist.sip:
	Added the qpy support code from PyQt5 but with most redundant code
	removed.
	[27152732c630]

	* PyQt6.msp:
	Removal of more Python v2 handwritten code.
	[3541f134d6cc]

	* PyQt6.msp:
	Removed any reference to old Qt timelines.
	[04f530adec6d]

	* PyQt6.msp:
	Removed all Qt version dependent code.
	[76eafef36ace]

	* PyQt6.msp:
	Updated the platform definitions.
	[32f373a5ff13]

	* PyQt6.msp:
	Removed all Python v2 handwritten code.
	[ee05a90c906a]

	* PyQt6.msp:
	Removed the Py_v3 feature. Removed all implementations of exec_()
	and print_().
	[f7489cd39d11]

	* PyQt6.msp:
	Imported the other sub-projects.
	[b228f7b24140]

	* PyQt6.msp:
	Removed all old versions and unsupported modules.
	[0855d708b41f]

2020-09-03  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQt6.msp:
	Added the current PyQt5 project file as the basis of PyQt6.
	[77889d649aa0]

	* .hgignore:
	Added .hgignore.
	[232375a0de55]
