aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* appveyor.yml Correct mingw492_32 for Qt 5.5anatoly techtonik2016-02-021-3/+3
|
* appveyor.yml Switch to MinGWanatoly techtonik2016-02-021-2/+3
|
* appveyor.yml Try to reuse already installed Qt 5.5anatoly techtonik2016-02-021-4/+5
| | | See http://www.appveyor.com/docs/installed-software#qt
* appveyor.yml Save the progressanatoly techtonik2016-02-021-0/+17
| | | See builds here https://ci.appveyor.com/project/techtonik/pyside2-setup
* Update appveyor.ymlanatoly techtonik2016-01-251-2/+3
| | | Trying cmd: prefix
* Create appveyor.ymlanatoly techtonik2016-01-251-0/+5
|
* Merge pull request #19 from PySide/shiboken2-cmake-testing-patchChristian Tismer2016-01-211-14/+6
|\ | | | | Updating setup.py for fixes and additions in shiboken2
| * Updating setup.py for fixes and additions in shiboken2Thomas-Karl Pietrowski2016-01-161-14/+6
|/ | | This is for testing an commit for shiboken2. The changes here might be incomplete.
* update test status - from 78% to 86% :-)Christian Tismer2015-12-291-0/+0
|
* 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