aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Backporting Qt4.6 support from PySide (Boost) to Shiboken, plus:Luciano Wolf2010-02-056-22/+318
* Add code injection for QInputDialog::get*Hugo Lima2010-02-042-10/+60
* Implement QGraphicsItem::isBlockedByModalPanelAnderson Lizardo2010-02-041-0/+10
* Ignore internal function (qDrawPixmaps)Anderson Lizardo2010-02-041-0/+1
* If an error occur when calling a slot, print the error to stderr.Hugo Lima2010-02-041-1/+3
* Fix list of source files for QtNetwork module.Hugo Lima2010-02-041-70/+33
* Merge remote branch 'cgoncalves/master' (Initial QtNetwork bindings).Hugo Lima2010-02-045-0/+439
|\
| * Do not allow multiple arguments in read_wrapper, but one onlyCarlos Goncalves2010-02-022-12/+2
| * Initial QtNetwork bindings.Carlos Goncalves2010-02-025-0/+451
* | Fixing QColor get* methods, using new templateLauro Neto2010-02-042-6/+200
* | Fix duck punching unit test.Hugo Lima2010-02-031-2/+2
* | Fixing QVariant converter toCpp for basic typesLauro Neto2010-02-031-2/+34
* | Adding extra tests to QVariantLauro Neto2010-02-031-1/+18
* | Ported QWidget inject code.Renato Filho2010-02-032-2/+45
* | Fix QShortcut inject code.Hugo Lima2010-02-031-8/+7
|/
* Adding support for QIODevice.getCharLauro Neto2010-02-022-1/+14
* Adding __str__ to QByteArrayLauro Neto2010-02-021-0/+5
* Fixing several testsLauro Neto2010-02-0213-45/+291
* Tests for QString.to* and QByteArray imp convers.Lauro Neto2010-02-021-2/+64
* Adding tests and fixing QString __setitem__ and []Lauro Neto2010-02-022-2/+60
* Ported boost::python inject code for QMenu and QShortcut.Renato Filho2010-02-022-11/+60
* Create tuple using Shiboken::makeTuple insteadCarlos Goncalves2010-02-021-4/+4
* Remove all "class" attribute from define-ownership tag, so the default value ...Hugo Lima2010-02-022-10/+10
* Enable return value heuristic on shiboken generator.Hugo Lima2010-02-021-1/+1
* Fixed signal signature on singleshot inject code.Renato Filho2010-02-011-1/+1
* QPixmap conversion from QVariant.Renato Filho2010-02-012-0/+28
* Adapt to changes in AutoDecRef classHugo Lima2010-02-011-2/+2
* Add code injections for QApplication setStyle and style methods.Hugo Lima2010-02-011-3/+10
* All interface-types replaced by object-types, because shiboken ignores interf...Hugo Lima2010-02-011-6/+6
* Removes a test which creates an instance of an abstract class.Hugo Lima2010-02-011-4/+0
* Add QGraphicsItem::UserType constant.Hugo Lima2010-02-011-0/+4
* Enable some functions disabled in QApplication on boost-PySide.Hugo Lima2010-02-011-10/+0
* Ported QRect inject code from Boost.PySide bindings.Renato Filho2010-02-012-7/+40
* Exported QXmlStreamAttributes for QtCore.Renato Filho2010-02-012-8/+3
* Add code injections for QTabWidget.Hugo Lima2010-01-281-2/+16
* Fixed some warning messages during QtCore compilation.renato2010-01-282-4/+6
* Export QGenericArgument and QGenericReturnArgument types for QtCore.renato2010-01-284-4/+9
* Ensure that QApplication instances will be alive forever until the Python VM ...Hugo Lima2010-01-282-8/+29
* Rename QApplication::exec to QApplication::exec_Hugo Lima2010-01-281-0/+1
* Do not allow more than 2 instances of QCoreApplication (or QApplication).Hugo Lima2010-01-281-0/+5
* Add support for buffer protocol on QStrings.Hugo Lima2010-01-273-6/+52
* Revert "We do not support character buffer protocol on QStrings."Hugo Lima2010-01-271-0/+25
* Throw an exception when the user attempt to create more than one instance of ...Hugo Lima2010-01-271-0/+5
* Added qApp macro.Hugo Lima2010-01-273-0/+23
* Initial QtGui bindings.Hugo Lima2010-01-277-0/+4612
* Set QtCore module as shared library instead of module, so it'll work with oth...Hugo Lima2010-01-271-1/+1
* Use a PyLong to represent Qt::Handle.Hugo Lima2010-01-271-1/+1
* Add typesystem path variable to execute_generator CMake macro.Hugo Lima2010-01-272-3/+3
* PySide depends on libpyside which needs to be installedCarlos Goncalves2010-01-271-0/+19
* Adding cast to QString::fromUcs4 callLauro Neto2010-01-261-1/+2