aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* All tests using GUI aren't shown if the host machine has xvfb installed.Marcelo Lira2010-08-132-1/+8
* Created unit test to QVariant converstion of QStringList.Renato Filho2010-08-132-0/+25
* Fix typo on typesystem.Renato Filho2010-08-121-1/+1
* Removed rename command from unecessary functions.Renato Filho2010-08-121-36/+2
* Fix ownership of value returned by QItemDelegate::createEditor method.Hugo Parente Lima2010-08-121-0/+5
* Fix bug 295 - "QModelIndex::model() sets the QModelIndex as parent of the model"Hugo Parente Lima2010-08-121-1/+6
* Removed obsolete methods from QRegion.Hugo Parente Lima2010-08-121-0/+4
* Fix debug build when no debug symbols was found for Python libs.Hugo Parente Lima2010-08-121-1/+2
* Fixes custom code for QTabWidget.Marcelo Lira2010-08-111-2/+2
* Fixed ref leak.Renato Filho2010-08-101-3/+6
* Created conversion to QStack.Renato Filho2010-08-102-1/+8
* Removed unecessary command from CMake file.Renato Filho2010-08-101-9/+0
* Fix argument check in QAction constructor.Lauro Neto2010-08-091-1/+1
* Add test for QAction.setShortcutLauro Neto2010-08-091-0/+11
* Fix typo: QPropery.Luciano Wolf2010-08-042-3/+3
* Fixes QAction code injection for constructor code.Marcelo Lira2010-08-041-1/+2
* Bump to version 0.4.1.Renato Filho2010-08-031-1/+1
* Added support to shortcut named arg on QAction constructor.ps-0.4.0Renato Filho2010-08-031-3/+14
* Bump version to 0.4.0 and update shiboken versionLauro Neto2010-08-031-3/+3
* Included support to double values on qAbs.Renato Filho2010-08-022-3/+4
* Fix bug273 - QT_VERSION and QT_VERSION_STR constants.Luciano Wolf2010-08-023-0/+25
* Fixed ref leak on QMenu inject code.Renato Filho2010-08-021-2/+2
* Created unit test to layout ref leak.Renato Filho2010-08-021-0/+40
* Created a pythonic constructor to QActionRenato Filho2010-08-021-1/+18
* Created unit test to bug #274.Renato Filho2010-08-021-0/+8
* Raise a python error when signal not found on object.Renato Filho2010-08-021-0/+3
* Fix compile on cmake 2.8 for mac users.Renato Filho2010-08-021-10/+15
* Fix getOpenFileName/getSaveFileName signatures.Luciano Wolf2010-08-021-0/+9
* Fixed cyclic dependency on duck punching test.Renato Filho2010-07-291-0/+12
* Fixed return policy on ItemList.Renato Filho2010-07-292-0/+8
* Added test case for signal signature received by QObject::connectNotify().Marcelo Lira2010-07-292-1/+43
* Emit connectNotify with real signal name.Renato Filho2010-07-291-2/+2
* Call signalmanager clear during QtCore exit function instead of QtCoreApplica...Renato Filho2010-07-293-3/+6
* Created unit test to test shiboken objects destructor.Renato Filho2010-07-292-0/+20
* Fixed glue code for QApplication and QCoreApplication.Marcelo Lira2010-07-272-1/+4
* Fix elasticnodes segfault.Luciano Wolf2010-07-231-0/+1
* Avoid running x11 specific tests on others OS.Renato Filho2010-07-232-2/+9
* Fixed uninitialized value.Renato Filho2010-07-232-1/+5
* Use correct python lib in debug mode.Renato Filho2010-07-2320-20/+36
* Update modules to work without protect hack.Renato Filho2010-07-233-1/+5
* Added a custom cmake file to help finding Python debug provisions.Marcelo Lira2010-07-212-1/+25
* Fix bug#252.Luciano Wolf2010-07-202-1/+15
* Fix CMakeLists to include QtMultimedia tests + fix audio test.Luciano Wolf2010-07-152-0/+14
* Create unit test to bug 243.Renato Filho2010-07-142-0/+19
* Update tests to check native pointers (qchar *, void *, ...).Luciano Wolf2010-07-132-0/+4
* Uset 60 secs as default test timeout.Renato Filho2010-07-131-2/+4
* Create support to QVariantList and QVariantMap.Renato Filho2010-07-133-1/+96
* Fix warning on QString* parameter inside QtWebKit.Luciano Wolf2010-07-121-2/+6
* Fixed layout reference control on layouts.Renato Filho2010-07-094-11/+60
* Fixed test ref count mistake.Renato Filho2010-07-091-6/+6