aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-081-3/+2
* 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-062-1/+9
* Fix QObject::connect(sender, signal, slot).Hugo Parente Lima2010-04-061-1/+3
* None is convertible to QString, the result is a QString where QString.isNull ...Hugo Parente Lima2010-04-061-0/+3
* 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-051-0/+16
* Fix some issues with QVariant, including the QAbstractKinectScroller one.Hugo Lima2010-04-052-44/+55
* 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-314-6/+12
* Fix QObject::findChildren and QObject::findChild methods.Hugo Lima2010-03-312-21/+39
* Initial bindings for QtUiTools.Hugo Lima2010-03-303-0/+93
* 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
* Use the right typesystem file for QtGui.Hugo Lima2010-03-235-8/+6
* Install QtXml header file.Hugo Lima2010-03-231-0/+2
* 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
* Updates to QtXml module.Marcelo Lira2010-03-232-39/+114
* initial bindings for QtXmlMatti Airas2010-03-233-0/+435
* Install module headers.Hugo Lima2010-03-238-0/+16
* Add all binded modules to __all__ variable of __init__.pyHugo Lima2010-03-231-1/+1
* Adds a hash function to QTreeWidgetItem objects.Marcelo Lira2010-03-231-1/+1
* 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
* Putting back QDrag::start.Lauro Neto2010-03-221-2/+0
* Fixes QPixmap.loadFromData method and extends QPixmap test cases.Marcelo Lira2010-03-191-1/+14
* Bindings for QtOpenGL.Hugo Lima2010-03-193-0/+133
* Remove whitespaces from qtnetwork typesystem.Hugo Lima2010-03-181-1/+1
* Remove some methods and ctors which makes no sense in the python world.Hugo Lima2010-03-181-0/+2
* Small fixes for Qt containers converters.Hugo Lima2010-03-171-41/+1
* Removes QVariant(float), QVariant(double) will just do the job for us.Hugo Lima2010-03-171-0/+1
* Fixed PySide custom conversions to work with newer versions of shiboken gener...Hugo Lima2010-03-1711-145/+83
* Added container conversion to QStringList.Hugo Lima2010-03-152-0/+23
* Initial QtTest bindingsLauro Neto2010-03-044-0/+94
* Add some missing Qt4.6 enums.Hugo Lima2010-03-041-0/+3
* Fix compilation of QtCore when using -DAVOID_PROTECTED_HACK.Hugo Lima2010-03-042-1/+4
* Updated type system and QString and QPixmap conversions to be extensible.Marcelo Lira2010-03-043-1/+19
* Re-add polymorphic-id-expression attribute on QtCore and QtGui typesystems.Hugo Lima2010-03-033-76/+91
* Fix QtWebkit module compilation with Qt4.5.Hugo Lima2010-03-031-1/+1
* Initial QtSvg bindingsCarlos Goncalves2010-03-023-0/+95
* Updated custom converter for QBool to use ValueTypeConverter instead of Conve...Marcelo Lira2010-03-021-2/+2
* Fix bug #164 - __len__() function missing in QItemSelection.Luciano Wolf2010-02-261-0/+5
* Do not link QtWebkit module against other modules.Hugo Lima2010-02-261-4/+3
* Initial QtWebKit binding (Qt 4.6 supported)Carlos Goncalves2010-02-253-0/+145