aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove redundant code on containers custom conversions.Hugo Lima2010-02-183-80/+3
* Rename qcoreapplication_impl.cpp to qcoreapplication_init.cpp, becauseHugo Lima2010-02-182-1/+1
* Do not export symbols, because nobody can link against QtCore.Hugo Lima2010-02-182-10/+17
* Improve qpixmap test to support qstring and qsize arguments.Luciano Wolf2010-02-181-2/+8
* Adds more reference counting tests for QAbstractTransition class.Marcelo Lira2010-02-181-0/+84
* Adds code to QAbstractTransition.setTargetStates regarding reference keeping.Marcelo Lira2010-02-181-0/+9
* Fixes type system for QAbstractTransition.setTargetState.Marcelo Lira2010-02-172-1/+34
* Fixes QtGui type system to use 'reference-count' tag setModel methods.Marcelo Lira2010-02-173-47/+92
* Removed type system instructions causing returned objects to be invalidated.Marcelo Lira2010-02-122-229/+1
* Remove access to internal stuff from QtCore typesystem.Hugo Lima2010-02-121-8/+8
* Adding qabs_test.pyLauro Neto2010-02-121-0/+20
* Adding qcolor.get* testsLauro Neto2010-02-121-0/+49
* Adding QSet conversions plus test in qstatemachineLauro Neto2010-02-123-4/+68
* Fixing imports and adding test checking classesLauro Neto2010-02-111-1/+15
* Add UsesQCoreApplication in state machine testLauro Neto2010-02-111-5/+5
* Fixed QMatrix4x4 inject code.Renato Filho2010-02-112-8/+38
* Inject code for QGraphicsView.drawItems.Renato Filho2010-02-111-1/+47
* Ignore "staticQtMetaObject" attributeAnderson Lizardo2010-02-101-0/+1
* Putting back QFileInfo(QFile) and setFile(QFile)Lauro Neto2010-02-092-2/+17
* Small fix on qpushbutton.clicked emissionLauro Neto2010-02-091-1/+1
* Adding support for connect(obj, signal, slot)Lauro Neto2010-02-092-1/+41