Branch: refs/heads/develop
Home: https://github.com/pyinstaller/pyinstaller
Commit: f529e8f26048900f3572bf7f1f3828d63c9c9575
https://github.com/pyinstaller/pyinstaller/commit/f529e8f26048900f3572bf7f1f3828d63c9c9575
Author: Glenn Ramsey <[email protected]>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Changed paths:
M PyInstaller/hooks/hook-PyQt5.Qt.py
M PyInstaller/hooks/hook-PyQt5.QtCore.py
M PyInstaller/hooks/hook-PyQt5.QtGui.py
M PyInstaller/hooks/hook-PyQt5.QtHelp.py
M PyInstaller/hooks/hook-PyQt5.QtNetwork.py
M PyInstaller/hooks/hook-PyQt5.QtOpenGL.py
M PyInstaller/hooks/hook-PyQt5.QtQml.py
M PyInstaller/hooks/hook-PyQt5.QtQuickParticles.py
M PyInstaller/hooks/hook-PyQt5.QtScript.py
M PyInstaller/hooks/hook-PyQt5.QtSensors.py
M PyInstaller/hooks/hook-PyQt5.QtSerialPort.py
M PyInstaller/hooks/hook-PyQt5.QtSql.py
M PyInstaller/hooks/hook-PyQt5.QtSvg.py
M PyInstaller/hooks/hook-PyQt5.QtTest.py
M PyInstaller/hooks/hook-PyQt5.QtWebKit.py
M PyInstaller/hooks/hook-PyQt5.QtWidgets.py
M PyInstaller/hooks/hook-PyQt5.QtXml.py
M PyInstaller/hooks/hook-PyQt5.py
Log Message:
-----------
Remove PyQt5._qt from hidden imports
This was copied from the PyQt4 hook but the module does not exist.
Commit: b653c327462bc60c56d8b828c2fe38059c8f1354
https://github.com/pyinstaller/pyinstaller/commit/b653c327462bc60c56d8b828c2fe38059c8f1354
Author: Glenn Ramsey <[email protected]>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Changed paths:
M PyInstaller/utils/misc.py
Log Message:
-----------
Fix: add return value to dlls_in_subdirs, fix variable name clash
Commit: 3bd4c55dbdb02d60e52b097e9e99e0b6aeae7ca9
https://github.com/pyinstaller/pyinstaller/commit/3bd4c55dbdb02d60e52b097e9e99e0b6aeae7ca9
Author: Glenn Ramsey <[email protected]>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Changed paths:
M PyInstaller/hooks/hookutils.py
Log Message:
-----------
Fix spelling
Commit: 4149d740948396ff2e63e3c377af051ce44707db
https://github.com/pyinstaller/pyinstaller/commit/4149d740948396ff2e63e3c377af051ce44707db
Author: Glenn Ramsey <[email protected]>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Changed paths:
M PyInstaller/hooks/hook-PyQt5.QtQuick.py
M PyInstaller/hooks/hookutils.py
M tests/interactive/test_pyqt5_qml.py
Log Message:
-----------
Enh add function to find and deploy the qml libraries
Commit: 84a2ad73200b174c5e2cade3c43f9c81c9acefe7
https://github.com/pyinstaller/pyinstaller/commit/84a2ad73200b174c5e2cade3c43f9c81c9acefe7
Author: Glenn Ramsey <[email protected]>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Changed paths:
M .gitignore
M MANIFEST.in
M PyInstaller/bindepend.py
M PyInstaller/utils/git.py
M doc/CHANGES.txt
M doc/credits.txt
M setup.py
M tests/runtests.py
Log Message:
-----------
Merge branch 'develop' of https://github.com/pyinstaller/pyinstaller into
develop
Commit: baa5e13bcf644473cf7de1a57f58b6d5c47bc297
https://github.com/pyinstaller/pyinstaller/commit/baa5e13bcf644473cf7de1a57f58b6d5c47bc297
Author: Glenn Ramsey <[email protected]>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Changed paths:
M PyInstaller/loader/rthooks.dat
A PyInstaller/loader/rthooks/pyi_rth_qml.py
M tests/interactive/test_pyqt5_qml.py
Log Message:
-----------
Add import hook to set the qml library import path
Commit: f4237d9d8939c1a1bbc20bd992641a4235814e71
https://github.com/pyinstaller/pyinstaller/commit/f4237d9d8939c1a1bbc20bd992641a4235814e71
Author: Glenn Ramsey <[email protected]>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Changed paths:
M PyInstaller/hooks/hookutils.py
Log Message:
-----------
Fix: convert QT_INSTALL_QML path to Windows format
Commit: 3e27242a25ce2a14d2e51a0118a980a4407e9884
https://github.com/pyinstaller/pyinstaller/commit/3e27242a25ce2a14d2e51a0118a980a4407e9884
Author: Martin Zibricky <[email protected]>
Date: 2013-09-03 (Tue, 03 Sep 2013)
Changed paths:
M PyInstaller/hooks/hook-PyQt5.Qt.py
M PyInstaller/hooks/hook-PyQt5.QtCore.py
M PyInstaller/hooks/hook-PyQt5.QtGui.py
M PyInstaller/hooks/hook-PyQt5.QtHelp.py
M PyInstaller/hooks/hook-PyQt5.QtNetwork.py
M PyInstaller/hooks/hook-PyQt5.QtOpenGL.py
M PyInstaller/hooks/hook-PyQt5.QtQml.py
M PyInstaller/hooks/hook-PyQt5.QtQuick.py
M PyInstaller/hooks/hook-PyQt5.QtQuickParticles.py
M PyInstaller/hooks/hook-PyQt5.QtScript.py
M PyInstaller/hooks/hook-PyQt5.QtSensors.py
M PyInstaller/hooks/hook-PyQt5.QtSerialPort.py
M PyInstaller/hooks/hook-PyQt5.QtSql.py
M PyInstaller/hooks/hook-PyQt5.QtSvg.py
M PyInstaller/hooks/hook-PyQt5.QtTest.py
M PyInstaller/hooks/hook-PyQt5.QtWebKit.py
M PyInstaller/hooks/hook-PyQt5.QtWidgets.py
M PyInstaller/hooks/hook-PyQt5.QtXml.py
M PyInstaller/hooks/hook-PyQt5.py
M PyInstaller/hooks/hookutils.py
M PyInstaller/loader/rthooks.dat
A PyInstaller/loader/rthooks/pyi_rth_qml.py
M PyInstaller/utils/misc.py
M tests/interactive/test_pyqt5_qml.py
Log Message:
-----------
Merge pull request #73 from glennra/develop
Fixes for PyQt5 Qml support.
Compare:
https://github.com/pyinstaller/pyinstaller/compare/0234d2ca4246...3e27242a25ce
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/groups/opt_out.