aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updateChristian Tismer2015-12-292-13/+15
|
* updateChristian Tismer2015-12-282-7/+8
|
* move other readme files from pyside2 into the wikiChristian Tismer2015-12-132-8/+5
|
* merge all PRs unto #44 with updated wiki statusChristian Tismer2015-12-131-5/+8
|
* add project status to the wikiChristian Tismer2015-11-242-8/+5
|
* merge all until #33 inclusiveChristian Tismer2015-11-231-6/+8
|
* merge #21 #22Christian Tismer2015-11-151-8/+6
|
* fix the windows debugging _d suffixChristian Tismer2015-11-151-2/+2
|
* fix the windows debugging _d suffixChristian Tismer2015-11-151-3/+3
|
* fix the windows debugging _d suffixChristian Tismer2015-11-151-2/+3
|
* Merge pull request #20 from empyrical/ws_fix_2Christian Tismer2015-11-141-7/+7
| | | | Add forgotten files to WebSockets module
* Merge pull request #19 from empyrical/ws_fixChristian Tismer2015-11-141-7/+7
| | | | Fix up the QtWebSockets module
* merged PR #15 #16 #17 from empyricalChristian Tismer2015-11-141-5/+8
|
* Merge pull request #16 from empyrical/qmlChristian Tismer2015-11-131-5/+5
| | | | Add Qt5 QML modules
* some tests correctedChristian Tismer2015-11-121-10/+5
|
* fixing debug builds on windows.Christian Tismer2015-11-121-9/+7
| | | | | How on earth did people debug without debug builds? This must have been wrong before the move to Qt5.
* Fix pysidetest. We are at 74% good tests.Christian Tismer2015-11-101-7/+9
| | | | | | | As Romain correctly told me, QtCore is needed to be included. The other small bug with huge effects was a forgotten rename of pyside2_global.h. The tests now run without segfaults!
* test support for XVFBChristian Tismer2015-11-101-0/+1
|
* after signals were fixed, we have the first working alpha that is able to ↵Christian Tismer2015-11-072-8/+10
| | | | show windows!
* merge the new signal supportChristian Tismer2015-11-072-5/+18
|
* allow building for python 3.5, although that does not work on Windows, yetChristian Tismer2015-11-071-0/+1
|
* updateChristian Tismer2015-10-243-14/+5
|
* ensure that the python version used is supportedChristian Tismer2015-10-131-0/+19
|
* adjust the last patch to qt5Christian Tismer2015-10-051-1/+1
|
* Try qmake-qt4 before giving up on qmake.Ehsan Azarnasab2015-10-051-0/+2
| | | | This is specially useful when installing from PyPI that passing --qmake is not as simple as setup.py approach.
* suppress another sys info warning on OS XChristian Tismer2015-10-021-5/+5
|
* enforce the minimum supported Qt5 version to be 5.3.0Christian Tismer2015-10-021-8/+5
|
* more patches from RomainChristian Tismer2015-09-301-0/+0
|
* remove apiextractor patches, they were already doneChristian Tismer2015-09-301-0/+0
|
* Merge pull request #9 from thopiekar/cmake-workChristian Tismer2015-09-281-7/+7
| | | | Fix for empty PYTHON*_VERSION_* variables
* fixing the fix ;-)Christian Tismer2015-09-281-7/+7
| | | | | CMAKE is a nightmare. And if you don't read the meaning of every variable (like UNIX or CMAKE_HOST_UNIX, which _includes_ APPLE), then the empire strikes back. :-)
* Merge pull request #8 from thopiekar/cmake-workChristian Tismer2015-09-281-7/+7
| | | | Quick fix for last PR.
* updateChristian Tismer2015-09-281-7/+7
|
* sub-reposChristian Tismer2015-09-283-15/+14
|
* Merge pull request #8 from thopiekar/patch-2Christian Tismer2015-09-281-3/+0
|\ | | | | Removing CMAKE_DEBUG_POSTFIX for Windows
| * Removing CMAKE_DEBUG_POSTFIX for WindowsThomas-Karl Pietrowski2015-09-281-3/+0
|/ | | | 1. This is wrong for Python >= 3 2. No needed, because PySide2 does it now on it's own.
* Merge pull request #5 from thopiekar/patch-1Christian Tismer2015-09-261-1/+1
|\ | | | | Fixing typo
| * Fixing typoThomas-Karl Pietrowski2015-09-251-1/+1
|/
* )small fixes (right wiki, name changesChristian Tismer2015-09-253-15/+18
|
* fix a problem with QSysInfo::WinVersionChristian Tismer2015-09-241-7/+8
| | | | | | This always refused to link on OS X. To circumvent this, I have split the QSysInfo entry in Mac and Win version files. The "other" file is always giving a warning, that I suppressed.
* Merge pull request #4 from IronManMark20/masterChristian Tismer2015-09-231-1/+1
|\ | | | | fix incorrect clone url naming due to repo rename
| * fix incorrect naming due to repo renameEthan2015-09-221-1/+1
|/
* finally, pyside needs to be renamed in the XML filesChristian Tismer2015-09-221-6/+8
| | | | | The XML names like "PySide.QtCore" go into the binaries for import, so it is necessary to change them all. There are also hundreds of Python files which must bechanged, as well.
* change all scripts to respect the new PySide2 module name.Christian Tismer2015-09-214-18/+11
| | | | still, there seem to be errors....
* not-so-small fix to the huge change.Christian Tismer2015-09-213-26/+16
| | | | | | I just understood what is needed to define a package: The files PySide2Config(...).cmake are crucial, the project names have little to do with that.
* huge change on project layout.Christian Tismer2015-09-215-155/+167
| | | | | | | | | | | The intention is to have PySide2 and Shiboken2 as project names, to allow for co-existence of PySide and PySide2. This is the first version that builds with these settings on OS X: $ python3 setup.py build --debug --no-examples --ignore-git --qmake=/usr/local/Cellar/qt5/5.5.0/bin/qmake --jobs=9 This is not yet tested.
* fix the repos names in setup.pyChristian Tismer2015-09-204-14/+17
|
* update wikiChristian Tismer2015-09-201-0/+0
|
* add/extend README.md files and add pyside2.wiki.git as a sub-repo of ↵Christian Tismer2015-09-205-13/+8
| | | | pyside2-setup.
* Merge pull request #3 from IronManMark20/masterChristian Tismer2015-09-192-133/+34
|\ | | | | .rst to md for unified doc types.