aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
...
* Always use the local Qt headers + global.h.in cleanup.Hugo Parente Lima2012-03-081-1137/+55
* Only add Qt4.6 classes when using Qt4.6 on QtTest and QtGui.Hugo Parente Lima2012-03-082-2/+10
* Add since attribute for classes and enums added on Qt4.6 and Qt4.7.Hugo Parente Lima2012-03-089-111/+114
* Fix QGraphicsItem compilation on Qt4.5.Hugo Parente Lima2012-03-081-1/+1
* Fix QColor wrapper compilation on Qt4.5.Hugo Parente Lima2012-03-081-0/+2
* Remove typesystem verbosity after fix of bug 417.Hugo Parente Lima2012-03-088-89/+89
* Use add-function on QCoreApplication and QApplication constructors.Hugo Parente Lima2012-03-084-51/+24
* Create pythonic functions for QTransform class.Renato Filho2012-03-081-0/+35
* Remove the restriction of detecing QtOpenGL module just when the gl.h header ...Hugo Parente Lima2012-03-081-3/+1
* Fix path of pysideqmlregistertype.cpp.Hugo Parente Lima2012-03-081-4/+1
* Fix bug 825 - "Can't register a class using that uses metaclasses in QML usin...Hugo Parente Lima2012-03-081-5/+0
* Fixed QSysInfo.Endian enum detection on MacOs.Renato Filho2012-03-081-0/+1
* Included QMacStyle class check.Renato Filho2012-03-083-0/+7
* Fix bug 786 - "There's no __eq__ for all classes inherited from ObjectDescri...Hugo Parente Lima2012-03-082-44/+60
* Put back missing functions for class QItemSelection.Renato Filho2012-03-081-9/+1
* Fix bug 797 - "error on ui file load"Hugo Parente Lima2012-03-081-2/+2
* Fix bug 844 - "Crash in QGraphicsItem::toGraphicsObject when printing obj ref...Hugo Parente Lima2012-03-081-1/+1
* Fix bug #834 - "Segfault on childEvent"Paulo Alcantara2012-03-081-1/+1
* Fixed QStandardItem::clone and QStandardItemModel::setItemPrototype ownership...Renato Filho2012-03-081-0/+7
* Implemented QTestTouch functions.Renato Filho2012-03-084-3/+179
* Fix bug #788 - "QIPv6Address.__getitem__ is missing."Paulo Alcantara2012-03-081-5/+38
* Fixed QFileDialog functions which used QString as pointer to return valuesRenato Filho2012-03-082-11/+14
* Fixed QKeyEvent polymorphic-id-expression to support QEvent::ShortcutOverride.Renato Filho2012-03-081-1/+1
* Fixed QVariant conversion for dictionary.Renato Filho2012-03-081-2/+4
* Fix bug 766 - "Constructor "QImage(const char* const xpm[])" missing"Hugo Parente Lima2012-03-081-20/+28
* Fix bugs 776 and 777Hugo Parente Lima2012-03-081-4/+14
* Implemented support to iterator on QTreeWidgetItemIterator.Renato Filho2012-03-081-0/+13
* Fixed QKeySequence convertion to QVariant.Renato Filho2012-03-082-11/+12
* Implemented support to QKeySequence.operator[].Renato Filho2012-03-081-3/+12
* Fix bugs 771, 772, 779, 780, 781, 782, 783 and 784Hugo Parente Lima2012-03-081-13/+55
* Fix bug 768 - "Method "QGraphicsItemGroup* QGraphicsScene::createItemGroup(co...Hugo Parente Lima2012-03-081-4/+22
* Fix bug 765 - "Method "QRect QStyle::itemTextRect(const QFontMetrics&,constQR...Hugo Parente Lima2012-03-081-2/+0
* Fix bug 760 - "Method "void QMatrix::map(int x,int y,int* tx,int* ty)const" m...Hugo Parente Lima2012-03-081-4/+27
* Implemented conversion from QMultiMap to Python dictonary.Renato Filho2012-03-082-2/+26
* Implemented necessary convertions rules for function QPicture.setData.Renato Filho2012-03-081-1/+27
* Fixed reference leak on PySideSignal for QTimer.SingleShotRenato Filho2012-03-081-3/+6
* fix QTextBlock.setUserData reference leak.Renato Filho2012-03-081-2/+18
* Exported missing enums on phonon.Renato Filho2012-03-081-0/+2
* Implemented function ObjectDescription.fromIndex.Renato Filho2012-03-082-21/+52
* Fixes Bug #757 - Constructor "QPixmap(const char* const[] xpm)" missing.Marcelo Lira2012-03-081-12/+31
* Avoid delete file from source dir.Renato Filho2012-03-081-1/+4
* Fix bug 717 - "QByteArray doesn't honor \0 inside strings."Hugo Parente Lima2012-03-081-7/+73
* Fix inject code of QByteArray::fromRawData.Hugo Parente Lima2012-03-081-2/+1
* Fixes bug #755 - Method "void QInputContext::setFocusWidget(QWidget*)" missingMarcelo Lira2012-03-081-2/+0
* Fixes bugs 753 and 754.Marcelo Lira2012-03-081-4/+0
* Fixes bug #741 - Method "qreal QTextLine::cursorToX(int*,Edge) const" missing.Marcelo Lira2012-03-081-1/+11
* Fixes bug #742 - Method "void QPrinter::getPageMargins(qreal*,qreal*,qreal*,q...Marcelo Lira2012-03-082-2/+30
* Fixed CMakeLists.txt files to prevent static source files of being deleted by...Marcelo Lira2012-03-0818-16/+33
* The funcition QSplashScreen.repaint was removed because that override the QWi...Renato Filho2012-03-081-1/+1
* Put back QPainter.fontInfo.Renato Filho2012-03-081-2/+0