aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * place Roman's blurb back into readmeEthan2015-09-191-3/+24
| |
| * .rst to md for unified doc types.Ethan2015-09-192-133/+13
| |
* | fix the sub-repos structure after renamingChristian Tismer2015-09-194-5/+8
| |
* | renaming the sub-modules, to have a fixed pyside2 name.2.0.0.dev0Christian Tismer2015-09-191-6/+6
|/
* updateChristian Tismer2015-09-191-6/+12
|
* Merge commit 'ecf159ab526cd98d8c6dd8f45ec5a2a7eb5a64b5'Christian Tismer2015-09-180-0/+0
|\ | | | | | | | | * commit 'ecf159ab526cd98d8c6dd8f45ec5a2a7eb5a64b5': update sub-repos
| * update sub-reposChristian Tismer2015-09-182-10/+10
| |
* | update sub-reposChristian Tismer2015-09-182-10/+12
|/
* update sub-reposChristian Tismer2015-09-171-6/+5
|
* remove the old versions from Qt4. This should not be kept in the same ↵Christian Tismer2015-09-171-4/+8
| | | | repository, too confusing.
* simplify the project structure. "qt5" is replaced by "master".Christian Tismer2015-09-1710-41/+387
|\ | | | | | | For the old qt4 version, the old repository should be used.
| * Merge pull request #2 from empyrical/patch-1Christian Tismer2015-09-171-2/+4
| |\ | | | | | | Fix subprocess.mswindows check for Python 3.5
| | * Don't use the 'mswindows' private attributeempyrical2015-09-171-4/+1
| | |
| | * Fix subprocess.mswindows check for Python 3.5empyrical2015-09-171-2/+7
| |/
| * trying to fix badgesChristian Tismer2015-09-151-5/+5
| |
| * small update to state that the docs are still from 4.8Christian Tismer2015-09-153-13/+30
| |