aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
* 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-191-0/+6
* Remove multiple signatures for QSignalMapper mapped() and setMapping() functi...Bruno dos Santos de Araujo2010-02-191-30/+1
* 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
* Fixed the number of dynamic signal to 50, to avoid index error onRenato Filho2010-02-181-2/+1
* Fixing typo in fix_arg,QRect* templateLauro Neto2010-02-181-1/+1
* 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
* Adds code to QAbstractTransition.setTargetStates regarding reference keeping.Marcelo Lira2010-02-181-0/+9
* Fixes type system for QAbstractTransition.setTargetState.Marcelo Lira2010-02-171-0/+12
* Fixes QtGui type system to use 'reference-count' tag setModel methods.Marcelo Lira2010-02-171-10/+17
* 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 QSet conversions plus test in qstatemachineLauro Neto2010-02-122-4/+47
* Fixed QMatrix4x4 inject code.Renato Filho2010-02-111-8/+7
* 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-091-2/+0
* Adding support for connect(obj, signal, slot)Lauro Neto2010-02-091-1/+4
* Added QtCore.qAbs function.Hugo Lima2010-02-091-0/+5
* Fix warning about "remove argument" on QFontDialog methods.Luciano Wolf2010-02-091-3/+9
* Remove the removal of QBrush(Qt::GlobalColor, Qt::BrushStyle).Hugo Lima2010-02-081-2/+1
* Fix TODO's for QFontDialog.getFont(...) methods.Luciano Wolf2010-02-082-9/+37
* Add QColor(QVariant) constructors.Hugo Lima2010-02-081-0/+8
* Do not remove QVariant ctors handled by code injection, just set them private...Hugo Lima2010-02-081-18/+54
* Fixes for QtCore and QtGui type sytemsCarlos Goncalves2010-02-082-3/+3
* Fixed QToolBox inject code.Renato Filho2010-02-081-4/+6
* Inject code for QTransform, QFontMetrics, QMatrix, QFontMeticsF.Renato Filho2010-02-051-18/+59
* Simplify "else" and "endif" statementsAnderson Lizardo2010-02-054-8/+8
* Remove nested parenthesis on IF() statement (not supported in CMake 2.6.2)Anderson Lizardo2010-02-052-6/+6
* Remove duplicate source fileAnderson Lizardo2010-02-051-1/+0
* Inject code for QFontMetrics.Renato Filho2010-02-052-7/+49
* QMatrix4x4 inject code.Renato Filho2010-02-051-2/+56
* Backporting Qt4.6 support from PySide (Boost) to Shiboken, plus:Luciano Wolf2010-02-053-22/+257
* 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
* 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
* | Fixing QVariant converter toCpp for basic typesLauro Neto2010-02-031-2/+34
* | Ported QWidget inject code.Renato Filho2010-02-032-2/+45