aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
* MacOs compiler fix.Renato Oliveira2010-05-194-7/+10
* Implemented SO detection support.Renato Filho2010-05-193-14/+22
* Fix dynamic linking in various modules.Renato Filho2010-05-195-2/+5
* Implemented OPENSSL detection on QtNetwork.Renato Filho2010-05-191-5/+9
* Implemented support to modify slot return type.Renato Filho2010-05-172-178/+4
* Included QMetaMethod class in QtCore typesystem.Renato Filho2010-05-172-0/+6
* Implemented support to slot decoration.Renato Filho2010-05-172-0/+182
* Fix bug#167Hugo Parente Lima2010-05-071-1/+1
* Removed undocumented enum from QtCore.Hugo Parente Lima2010-05-071-1/+1
* Fix Phonon.path.[sink|source]() return ownershipLauro Neto2010-05-031-0/+10
* Adding missing filesLauro Neto2010-05-033-3/+11
* Fixed typesystem parser warnings.Renato Filho2010-04-308-15/+16
* Adding support to QtScriptTools module.Willer Moreira2010-04-303-0/+58
* Add missing flags attribute.Lauro Neto2010-04-301-1/+1
* Phonon Notifier wrapper.Renato Filho2010-04-304-5/+65
* Add QMultiMap support for Qt.Hugo Parente Lima2010-04-302-1/+9
* Initial bindings for phononHugo Parente Lima2010-04-293-3/+220
* Fixing project nameLauro Neto2010-04-281-1/+1
* 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
* 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-221-0/+2
* Implemented module QtMaemo5.renato2010-04-227-17/+125
* Removed unecessary inject code on QtHelp typesystem.Renato Filho2010-04-151-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
* 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
* Use '&&' instead of 'and'.Thomas Berg2010-04-121-3/+3
* 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
* 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