aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix qresource_test openning the file in binary mode, so it doesn't fail on wi...Hugo Parente Lima2012-03-081-2/+2
* Fixed/implemented various QResources methods.Hugo Parente Lima2012-03-084-13/+3529
* Fix comparisson of QByteArray with Python strings that have zeroes inside.Hugo Parente Lima2012-03-081-0/+1
* Fix bug 653 - "Crash after calling QWizardPage.wizard()"Hugo Parente Lima2012-03-082-0/+18
* Fix bug 652 - "Segfault when using QTextBlock::setUserData due to missing own...Hugo Parente Lima2012-03-082-0/+31
* Fix bug 651 - "Calling disconnect() with no arguments causes segfault"Hugo Parente Lima2012-03-082-0/+33
* Fix bug 656 - "cannot inherit from QCoreApplication"Hugo Parente Lima2012-03-082-0/+10
* Updated GeneratorRunner calls on CMake files to use "--generator-set" instead...Marcelo Lira2012-03-081-1/+1
* Added test for bug 613.Hugo Parente Lima2012-03-082-0/+25
* Fix bug 565 - "QImage missing *data constructors"Hugo Parente Lima2012-03-081-6/+18
* Created unit test for bug #617.Renato Araujo Oliveira Filho2012-03-082-0/+22
* Created __repr__ function unit test.Renato Araujo Oliveira Filho2012-03-084-0/+165
* Add test for bug#640.Hugo Parente Lima2012-03-082-0/+12
* Implement support to others color spec on deepcopy function.Renato Araujo Oliveira Filho2012-03-081-0/+25
* Fix bug#633 - "bool of null QDate (possibly other empty QString/null QObj typ...Hugo Parente Lima2012-03-081-0/+5
* Fixed QLineEdit.getTextMargins return value.Renato Araujo Oliveira Filho2012-03-081-0/+20
* Added test cases for signal emission.Marcelo Lira2012-03-085-0/+164
* Fix bug#552 - "Segmentation fault when using QUiLoader and QTabWidget"Hugo Parente Lima2012-03-083-0/+64
* Use the same Python used by Shiboken instead of find a new one.Hugo Parente Lima2012-03-081-2/+1
* Fix bug#623 - "QGLWidget.bindTexture(QPixmap, GLenum, GLenum) is missing"Hugo Parente Lima2012-03-082-0/+19
* Added test for module reloading.Marcelo Lira2012-03-083-0/+52
* Created unit test for bug #575.Renato Araujo Oliveira Filho2012-03-082-0/+21
* Fix bug#584 - "python pickle module can't treat QByteArray object of PySide"Hugo Parente Lima2012-03-081-0/+11
* Create a new parent test.Renato Araujo Oliveira Filho2012-03-081-0/+7
* Added test for QPainter.setPen() method.Marcelo Lira2012-03-081-3/+27
* Added condition for a phonon test that fails on Win32 with Qt 4.7.1.Marcelo Lira2012-03-081-1/+5
* Created unit test for bug 589.Renato Araujo Oliveira Filho2012-03-082-0/+20
* Fixes connecting signal to decorated slot.Marcelo Lira2012-03-082-2/+42
* Refactoring to Phonon basic playing test.Marcelo Lira2012-03-083-32/+26
* Fixed PATH variable for tests on win32 platform.Marcelo Lira2012-03-081-1/+1
* Created unit test for bug #585.ps-1.0.0-beta3Renato Araujo Oliveira Filho2012-03-082-0/+27
* Only try to play the ogg file if the system has the capability to do it.Hugo Parente Lima2012-03-081-3/+7
* Fixed QtNetwork test to use '127.0.0.1' instead of 'localhost'Renato Araujo Oliveira Filho2012-03-083-14/+29
* Fix bug#557 - "Segmentation fault in QDeclarativeComponent.loadUrl()"Hugo Parente Lima2012-03-082-0/+15
* Fixed function QDataStream.readRawData return value.Renato Araujo Oliveira Filho2012-03-081-4/+4
* New format for __version_info__.Hugo Parente Lima2012-03-082-0/+21
* Created support to function qAddPostRoutine.Renato Araujo Oliveira Filho2012-03-082-0/+19
* Added test case for Bug #572.Marcelo Lira2012-03-081-0/+4
* Fix QTreeWidgetItem.parent function.Renato Araujo Oliveira Filho2012-03-081-2/+19
* Fixed QWidget.parent function.Renato Araujo Oliveira Filho2012-03-082-0/+33
* Avoid conflict in test case namesLauro Neto2012-03-081-1/+1
* Fixed test to work in all platform.Renato Araujo Oliveira Filho2012-03-081-2/+2
* Fix bug#514 - "Static method QByteArray.fromRawData is missing from QtCore"Hugo Parente Lima2012-03-081-0/+7
* Fix bug 546 - "Python crash on exit"Hugo Parente Lima2012-03-082-0/+15
* Fix bug#493 - "__eq__ and friends not implemented for QKeyEvent == QKeySequence"Hugo Parente Lima2012-03-082-0/+22
* Improve QtScriptEngineDebugger test behaviorLauro Neto2012-03-081-11/+14
* Changed api2 test to work on MacOS during a ssh session.Renato Araujo Oliveira Filho2012-03-081-8/+7
* Fix bug#569 - "QTableWidgetItem is missing binding of __lt__ to operator<"Hugo Parente Lima2012-03-082-0/+20