aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build on python2.5.Hugo Parente Lima2010-07-091-1/+1
* Add a default value and argument name to QUiLoader::file(str, QWidget)Hugo Parente Lima2010-07-091-0/+4
* Fixed memory leak on state machine classes.Renato Filho2010-07-091-10/+12
* Restore missing function on QStandardItemModel.Renato Filho2010-07-092-12/+92
* Created QProperty documentation.Renato Filho2010-07-082-4/+51
* Exported flags on enum in script typesystem.Renato Filho2010-07-081-2/+2
* Implemented support to properties on QMetaObject.Renato Filho2010-07-0811-33/+893
* Modify multiple connections test to avoid use more then 50 slotsRenato Filho2010-07-082-24/+9
* Use original name in type discovery during signal/slot.Renato Filho2010-07-081-7/+13
* Fix qApp macro implementation.Luciano Wolf2010-07-072-8/+10
* Fix typo.Hugo Parente Lima2010-07-061-1/+1
* Typesystem cleanup.Hugo Parente Lima2010-07-066-238/+37
* Remove the removal of isSortignEnabled from QtGui typesystem.Hugo Parente Lima2010-07-061-4/+0
* Remove use of deprecated types.Renato Filho2010-07-051-3/+2
* Implemented copy constructor to PyObjectWrapper.Renato Filho2010-07-052-5/+46
* Add unit test to QListWidget.Renato Filho2010-07-053-1/+48
* Use original name on QVariant type lookup function.Renato Filho2010-07-051-15/+12