aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed signal emission with pythonic signalture.Renato Filho2010-04-122-0/+66
* Use '&&' instead of 'and'.Thomas Berg2010-04-121-3/+3
* Use heap allocation for array with unknown size.Thomas Berg2010-04-101-1/+2
* Initial bindings for QtXmlPatterns.Hugo Lima2010-04-093-1/+111
* Suppress some known warnings from apiextractor.Hugo Parente Lima2010-04-091-0/+4
* Remove warnings about deprecated const char* to char* conversions.Hugo Parente Lima2010-04-091-2/+2
* Initial bindings for QtHelpHugo Parente Lima2010-04-093-0/+86
* Adding test for multiple QObject inheritanceLauro Neto2010-04-091-0/+37
* Fix bug#200 "Add support to disable the binding generation of some modules."Hugo Parente Lima2010-04-081-5/+9
* Fix bug#210, "Can't connect generic callable objects as a slot".Hugo Parente Lima2010-04-083-3/+19
* Small optimization in QObject::receiversHugo Parente Lima2010-04-061-3/+3
* QStrign uses the same hash function of str/unicode objects.Hugo Parente Lima2010-04-063-1/+14
* Fix QObject::connect(sender, signal, slot).Hugo Parente Lima2010-04-061-1/+3
* Better warning message when the signal emission fail.Hugo Parente Lima2010-04-061-1/+1
* None is convertible to QString, the result is a QString where QString.isNull ...Hugo Parente Lima2010-04-063-6/+7
* Do not handle QVariant user types as Python objects, only the real Python obj...Hugo Lima2010-04-061-6/+5
* QVariant.toList returns a list when it contains a python sequence.Hugo Lima2010-04-052-0/+21
* Fix some issues with QVariant, including the QAbstractKinectScroller one.Hugo Lima2010-04-053-44/+82
* Extended QMatrix test with QPoint reverse multiplication.Marcelo Lira2010-03-311-1/+19
* QEasingCurve::setCustomType typesystem workaroundAnderson Lizardo2010-03-311-0/+4
* QtNetwork/typesystem_network.xml updatesAnderson Lizardo2010-03-311-1/+2
* Adapt to changes in libshibokenHugo Lima2010-03-315-8/+14
* Fix QObject::findChildren and QObject::findChild methods.Hugo Lima2010-03-312-21/+39
* Initial bindings for QtUiTools.Hugo Lima2010-03-304-15/+104
* Removed unused/duplicated test due to a typo.Hugo Lima2010-03-301-14/+0
* Removes the user added copy constructor for QPoint class.Marcelo Lira2010-03-261-6/+0
* Added missing enums to QtOpenGL type system.Marcelo Lira2010-03-261-0/+2
* Version bumpHugo Lima2010-03-231-1/+1
* Fix file name of generated source package.Hugo Lima2010-03-231-1/+1
* Fix name of source package generated by make dist.ps-0.3.0Hugo Lima2010-03-231-1/+1
* Use the right typesystem file for QtGui.Hugo Lima2010-03-235-8/+6
* Install QtXml header file.Hugo Lima2010-03-231-0/+2
* Adding tests for QMenuBar.addAction.Lauro Neto2010-03-231-0/+44
* Updates QMenuBar type system and adds custom code for addAction method.Lauro Neto2010-03-232-1/+36
* Fix CMakeLists and typesystem of qtwebkit to use the right typesystem file fr...Hugo Lima2010-03-232-2/+2
* Adds unit tests for QDomDocument class.Marcelo Lira2010-03-231-0/+67
* Adds unit tests for QXmlSimpleReader class.Marcelo Lira2010-03-231-0/+34
* Updates to QtXml module.Marcelo Lira2010-03-232-39/+114
* initial bindings for QtXmlMatti Airas2010-03-233-0/+435
* Bump version to 0.3.0.Hugo Lima2010-03-232-4/+7
* Changed routine to build source packages.Hugo Lima2010-03-231-3/+7
* Install module headers.Hugo Lima2010-03-238-0/+16
* Add all binded modules to __all__ variable of __init__.pyHugo Lima2010-03-231-1/+1
* Add PySideConfig.cmake and PySideVersion.cmake files.Hugo Lima2010-03-233-0/+19
* Add pkg-config file for libpyside.Hugo Lima2010-03-232-0/+17
* Adds a new flag test.Marcelo Lira2010-03-231-1/+5
* Adds a hash function to QTreeWidgetItem objects.Marcelo Lira2010-03-232-1/+19
* Fix methods for the '*&' commit in apiextractorLauro Neto2010-03-221-2/+2
* Initial QtSql bindings.Hugo Lima2010-03-223-0/+209
* Return a QStringList wrapper instead of a python list in Converter::toPython.Hugo Lima2010-03-221-1/+1