aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Updated custom converter for QBool to use ValueTypeConverter instead of Conve...Marcelo Lira2010-03-021-2/+2
* Replace "requires" class decorator with a simple if (for Python 2.5 compatibi...Anderson Lizardo2010-03-026-231/+184
* Adding blacklist with qkeysequence testLauro Neto2010-02-261-0/+6
* Fix bug #164 - __len__() function missing in QItemSelection.Luciano Wolf2010-02-262-0/+23
* 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
* QWidget.setStyle should not be set as parent of the style passed to it.Marcelo Lira2010-02-251-5/+0
* Adds a QStyle test.Marcelo Lira2010-02-251-0/+32
* Fixed QtGui type system for QStyleFactory::create(QString) method.Marcelo Lira2010-02-251-1/+7
* Renamed QStyle test to StandardPixmap.Marcelo Lira2010-02-251-1/+2
* Adds unit tests for QGraphicsProxyWidget and for Python type derived from it.Marcelo Lira2010-02-242-0/+62
* Fixing usage of tp_name in QVariant converterLauro Neto2010-02-241-1/+3
* Custom code should use Converters instead of the "_cptr" macros.Marcelo Lira2010-02-248-10/+10
* Header fixesLauro Neto2010-02-241-2/+2
* Adding more tests for QFlags operatorsLauro Neto2010-02-241-2/+31
* Enable support for >> and << operators (QtCore.QTextStream).Luciano Wolf2010-02-241-8/+0
* Enable support for >> and << operators (QtCore.QTextStream).Luciano Wolf2010-02-232-6/+8
* Modify return ownership for some QTextCursor methodsAnderson Lizardo2010-02-231-0/+15
* Add tests/qtgui/qtextedit_test.pyAnderson Lizardo2010-02-231-0/+32
* Renamed exec function on QPrintDialog().Renato Filho2010-02-231-1/+3
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-2311-80/+208
* Remove warnings about unused variables in code injection of TR functions.Hugo Lima2010-02-231-4/+4
* Use %0 instead of cptr, because cptr is an implementation detail.Hugo Lima2010-02-231-4/+4
* Doesn't use "return" on typesystem templates, use %PYARG_0 instead.Hugo Lima2010-02-232-5/+11
* Added QPixmap(QVariant).Hugo Lima2010-02-222-2/+18
* Replace QChar(char) with QChar(Str)Lauro Neto2010-02-221-0/+14
* Adding conversion file for QCharLauro Neto2010-02-222-0/+26
* Adding tests for QChar(Str)Lauro Neto2010-02-221-0/+15
* Adding test for QChar(int)Lauro Neto2010-02-221-0/+11
* Added a new case to translation unit tests.Marcelo Lira2010-02-201-2/+6
* Adds a simple unit test for QtGui.QPen instantiation.Marcelo Lira2010-02-201-0/+20
* QtGui and QtNetwork uses the global header from QtCore, so they must be compi...Hugo Lima2010-02-192-0/+2
* Support QPoint(QPoint) constructor.Luciano Wolf2010-02-192-0/+27
* Remove multiple signatures for QSignalMapper mapped() and setMapping() functi...Bruno dos Santos de Araujo2010-02-191-30/+1
* Replace reserved words at qgraphicsitem_isblocked_test.pyBruno dos Santos de Araujo2010-02-191-2/+2
* Use assert() functions in the unit tests for the sake of standardizationBruno dos Santos de Araujo2010-02-192-8/+11
* Add unittest for QInputDialog.getXXX() methodsBruno dos Santos de Araujo2010-02-191-0/+25
* Add unit test for QGraphicsItem.isBlockedByModalPanel()Bruno dos Santos de Araujo2010-02-191-0/+28
* Add unittest for QFontDialogBruno dos Santos de Araujo2010-02-191-0/+22
* Fix array deallocationLauro Neto2010-02-191-10/+10
* QGraphicsItem.isBlockedByModalPanel: initialize the pointer argument to avoid...Anderson Lizardo2010-02-191-1/+1
* Update QFontMetrics(f) tabArray handlingLauro Neto2010-02-191-40/+106
* Adding tests for QFontMetricsLauro Neto2010-02-191-0/+189
* Fixed the number of dynamic signal to 50, to avoid index error onRenato Filho2010-02-183-8/+42
* Add tests/qtgui/qradialgradient_test.pyAnderson Lizardo2010-02-181-0/+29
* Fixing typo in fix_arg,QRect* templateLauro Neto2010-02-181-1/+1
* Adding QPainter.drawText with QRectF testLauro Neto2010-02-181-3/+13
* Do not link a python module to other python module.Hugo Lima2010-02-183-5/+3
* Put all custom converters inside Shiboken namespace.Hugo Lima2010-02-1810-0/+20
* Move QVariant converter implementation to global header.Hugo Lima2010-02-183-86/+82