aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pysidetest
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes connecting signal to decorated slot.Marcelo Lira2012-03-082-2/+42
* Appended QtGui library dependency on pysidetest library.Renato Araujo Oliveira Filho2012-03-081-2/+2
* Used more common signature on function test to QList objects.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Fix testbinding dependencyLauro Neto2012-03-081-1/+1
* Moved list_signal_test to pysidetest library.Renato Araujo Oliveira Filho2012-03-083-0/+27
* Fixes bug #502.Marcelo Lira2012-03-085-7/+88
* Fixed type system for TestView from pysidetest directory.Marcelo Lira2012-03-081-1/+1
* Use .pyd extension for pysidetest module on Windows.Hugo Parente Lima2012-03-081-0/+3
* Fix compilation under MS Windows.Hugo Parente Lima2012-03-081-2/+2
* Added a call to QObject.metaObject() to check if a segfault is caused.Marcelo Lira2012-03-081-1/+1
* Updated model/view test to follow changes in Shiboken/9459b9da commit.Marcelo Lira2012-03-081-1/+1
* Updated the PySide test related to Python model returning data to C++.Marcelo Lira2012-03-083-13/+29
* Added test for Python written models returning new objects without keeping re...Marcelo Lira2012-03-086-0/+101
* Fix compilation on Windows.ps-1.0.0-beta1Hugo Parente Lima2010-11-251-0/+3
* Added PySide attributes to specify current version, and Qt version.renatofilho2010-11-122-0/+18
* Removed unnecessary find_package statements from pysidetest's CMakeLists.txtMarcelo Lira2010-11-111-4/+0
* Modified cmake files to make use of debug information provided by Shiboken.Marcelo Lira2010-10-261-1/+0
* Signal objects redirect calls for homonymous methods.Marcelo Lira2010-10-112-6/+6
* Added a PySide derived test library.Marcelo Lira2010-10-118-0/+1688