aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pysidetest
Commit message (Expand)AuthorAgeFilesLines
* Fix PySide build using Qt frameworksAlexandru Croitor2017-05-091-3/+22
* Support Gentoo’s minimalism: Optional ModulesChristian Tismer2017-04-284-122/+107
* Fix Inheritance of PySideChristian Tismer2017-04-132-1/+178
* pysidetest: Add further missing include pathsFriedemann Kleint2017-03-081-0/+3
* pysidetest: Add PySide2 include pathFriedemann Kleint2017-03-071-0/+1
* pysidetest_global.h: Fix licenseFriedemann Kleint2017-03-061-27/+27
* Warn if signals and slots are out of orderChristian Tismer2017-02-142-0/+71
* Fix registration of signals and slots inherited from mixin classesAlexandru Croitor2017-01-192-0/+217
* Tests: Fix deprecation warningsFriedemann Kleint2016-12-198-26/+26
* Make code compile with namespaced Qt buildhjk2016-11-041-0/+2
* Added missing license headers of the tests (scripts, qml, cpp)Friedemann Kleint2016-10-1817-0/+475
* Fix property notify ids to be correctAlexandru Croitor2016-09-282-0/+77
* Updated license headers of the testsFriedemann Kleint2016-09-265-103/+135
* Type of `QKeySequence` in Qt5 is 75 (see http://doc.qt.io/qt-5/qmetatype.html...David Brooks2015-12-051-1/+1
* Fix outdated module names in testsempyrical2015-11-171-1/+1
* wrong import fixed, the real bug is now visibleChristian Tismer2015-11-121-1/+1
* Fix pysidetest. We are at 74% good tests.Christian Tismer2015-11-102-1/+2
* fix cmake files for tests after the big renamingChristian Tismer2015-10-221-5/+5
* finally, pyside needs to be renamed in the XML filesChristian Tismer2015-09-229-11/+11
* change all scripts to respect the new PySide2 module name.Christian Tismer2015-09-211-1/+1
* fix a lot of import bugs due to QtGui QtWidget transitionChristian Tismer2015-07-293-3/+3
* silence that message about 'QPyTextObject'Christian Tismer2015-07-281-0/+8
* make XXX_GEN_DIR persistent, so we don't have to create these names for the t...Christian Tismer2015-07-281-7/+0
* make test binding build correctly. One warning left.Christian Tismer2015-07-272-46/+5
* small improvement on test binding.Christian Tismer2015-07-273-24/+50
* start fixing the tests.Christian Tismer2015-07-272-1/+50
* basic adaptations for QtCore. Right now it does not generate all wrappers, hu...Christian Tismer2015-06-111-9/+15
* do first adaptations of the cmake files, so that the first compilation is att...Christian Tismer2015-06-091-2/+2
* Fixed licensesRoman Lacko2013-07-111-4/+4
* Tell Qt to look for qml imports in the PySide packageRoman Lacko2013-06-222-0/+44
* Replaced Nokia copyrights and contact detailsTeemu Kaukoranta2013-05-284-4/+4
* Fix PySide compilation.Hugo Parente Lima2012-03-131-1/+1
* Qt::HANDLE is declared only in QtCore, and its specifics depend on the archit...Marcelo Lira2012-03-081-1/+1
* Replaced TypeResolver by SbkConverter and SpecificConverter.Marcelo Lira2012-03-082-11/+29
* Fix bug 1016 - "Calling of Q_INVOKABLE method returning not QVariant is impos...Hugo Parente Lima2012-03-086-1/+108
* Fix code style and add license headers.Hugo Parente Lima2012-03-082-11/+49
* Updated pyside and signals tests to works with python 2.x and 3.xRenato Filho2012-03-081-1/+2
* Added test for signal with typedefLauro Neto2012-03-085-1/+51
* Fix bug 941 - "Signals with QtCore.Qt types as arguments has invalid signatures"Hugo Parente Lima2012-03-081-13/+6
* Fixed enum test.Renato Filho2012-03-081-0/+16
* Created unit test for bug #886.Renato Filho2012-03-083-0/+7
* Created unit test to QKeySequence convertion to QVariant.Renato Filho2012-03-083-0/+20
* Create unit test for bug #816.Renato Filho2012-03-083-1/+27
* Use set instead of add on reference-count action attribute.Hugo Parente Lima2012-03-081-1/+1
* Created unit test for signals.Renato Araujo Oliveira Filho2012-03-084-0/+173
* The global header for PySide is now installed with the libpyside headers.Marcelo Lira2012-03-083-1511/+3
* Removed unnecessary line from test binding CMake file.Marcelo Lira2012-03-081-1/+1
* Updated GeneratorRunner calls on CMake files to use "--generator-set" instead...Marcelo Lira2012-03-081-1/+1
* Added test cases for signal emission.Marcelo Lira2012-03-085-0/+164
* Use the same Python used by Shiboken instead of find a new one.Hugo Parente Lima2012-03-081-2/+1