aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Phonon Notifier wrapper.Renato Filho2010-04-304-5/+65
* Add QMultiMap support for Qt.Hugo Parente Lima2010-04-303-2/+80
* Initial bindings for phononHugo Parente Lima2010-04-293-3/+220
* Update build docs.Bruno dos Santos de Araujo2010-04-295-21/+29
* Fixed convertes memory leak.Renato Filho2010-04-291-4/+5
* Update documentation about shiboken and remove old one aboutRenato Filho2010-04-287-23/+60
* Skip BaseWrapper class from class diagram generation.Renato Filho2010-04-281-4/+5
* Adding ./doc from boostLauro Neto2010-04-281108-0/+70655
* Fixing project nameLauro Neto2010-04-281-1/+1
* Created unittest for QtScript.Renato Filho2010-04-262-0/+17
* Adding support to QtScript module.Luciano Wolf2010-04-236-3/+83
* Added all Qt global functions using the brand new function tag.Hugo Parente Lima2010-04-222-241/+41
* Moves contents of qobjectdefs_pyside.h to global.h.Hugo Parente Lima2010-04-222-336/+328
* Function modifications of QDragMoveEvent moved to its base type, QDropEvent.Hugo Parente Lima2010-04-221-2/+2
* For now on, the c++ ownership is mandatory on QLayout family classes.Renato Filho2010-04-221-9/+25
* Fixed QLayoutItemWidget polymorphic expression.Renato Filho2010-04-221-1/+1
* Fixed QLayout family return policy.Renato Filho2010-04-222-96/+200
* Fixed QApplication exit order.Renato Filho2010-04-224-3/+16
* Implemented module QtMaemo5.renato2010-04-228-17/+144
* Fixed bug with refcount on PyObject args during signal/slot emission.Renato Filho2010-04-162-7/+54
* Removed unecessary inject code on QtHelp typesystem.Renato Filho2010-04-152-13/+2
* Partially fix bug#181 "Support Qt message handling system".Hugo Parente Lima2010-04-131-5/+0
* Fix typo, QT_MULTIMEDIA* => QT_QTMULTIMEDIA*Hugo Parente Lima2010-04-131-5/+5
* Created unittest for QtXmlPatterns.Renato Filho2010-04-131-0/+30
* Fix bug#197, among some reference leaks.Hugo Parente Lima2010-04-122-10/+25
* Add hack to find QtMultimedia module.Hugo Parente Lima2010-04-121-0/+14
* Fix modified type of QAbstractVideoBuffer::map method.Hugo Parente Lima2010-04-121-1/+1
* Do not throw an OverflowError on QString.number(-1).Hugo Parente Lima2010-04-121-0/+6
* Install QtMultimedia header file.Hugo Lima2010-04-121-0/+2
* Fix CMakeLists and typesystem of qtmultimedia to use the right typesystem fil...Hugo Lima2010-04-122-7/+4
* QtMultimedia doesn't exists in versions prior to 4.6, so we dont need to chec...Hugo Lima2010-04-121-22/+1
* Initial QtMultimedia bindingsCarlos Goncalves2010-04-125-0/+137
* 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