aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
* Updated QAbstractItemModel.createIndex documentation to warning aboutRenato Araujo Oliveira Filho2012-03-081-2/+18
* Fix bug 656 - "cannot inherit from QCoreApplication"Hugo Parente Lima2012-03-081-1/+1
* Fix bug 565 - "QImage missing *data constructors"Hugo Parente Lima2012-03-081-26/+66
* Implement __repr__ function for class with Float attributes.Renato Araujo Oliveira Filho2012-03-081-0/+27
* Implemented fuction __repr__ for base types.Renato Araujo Oliveira Filho2012-03-083-2/+278
* Fixed QFileDialog function calls with options in the last argument.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Implement support to others color spec on deepcopy function.Renato Araujo Oliveira Filho2012-03-081-4/+38
* Fixed QLineEdit.getTextMargins return value.Renato Araujo Oliveira Filho2012-03-082-0/+21
* Fix bug#552 - "Segmentation fault when using QUiLoader and QTabWidget"Hugo Parente Lima2012-03-081-1/+0
* Don't reject QGLWidget::setMouseTracking function.Hugo Parente Lima2012-03-081-1/+0
* Fix bug#623 - "QGLWidget.bindTexture(QPixmap, GLenum, GLenum) is missing"Hugo Parente Lima2012-03-083-2/+4
* Fixed Widget and Layout inject code to avoid problems in armel arch.Renato Araujo Oliveira Filho2012-03-082-2/+2
* Updates documentation of QUiLoader.registerCustomWidget method.Marcelo Lira2012-03-081-0/+34
* Named the single argument of all "QWidget.*Event(arg)" methods as "event".Marcelo Lira2012-03-081-26/+78
* Fix bug#584 - "python pickle module can't treat QByteArray object of PySide"Hugo Parente Lima2012-03-083-25/+22
* Removed useless rejectionsHugo Parente Lima2012-03-082-342/+11
* Remove protected fields of event classes.Hugo Parente Lima2012-03-081-2/+76
* Fix documentation for QWidget.winId()Hugo Parente Lima2012-03-081-0/+13
* Add polymorphic-id-expression to QGraphicsObject and QDeclarativeItem.Hugo Parente Lima2012-03-082-2/+2
* Fix Qvariant to Cpp conversion.Renato Araujo Oliveira Filho2012-03-081-0/+2
* Fixes the fix in the commit a1cf8f03.Marcelo Lira2012-03-081-1/+2
* Fixes connecting signal to decorated slot.Marcelo Lira2012-03-081-1/+12
* Fixed QTreeWidgetItem.parent function policy.Renato Araujo Oliveira Filho2012-03-081-2/+17
* Fix bug#557 - "Segmentation fault in QDeclarativeComponent.loadUrl()"Hugo Parente Lima2012-03-081-0/+1
* Fixed QWidget.setParent signature on typesystem.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Lock the gil on some hand written code to avoid crashes.Hugo Parente Lima2012-03-082-4/+10
* Fixed function QDataStream.readRawData return value.Renato Araujo Oliveira Filho2012-03-081-2/+7
* New format for __version_info__.Hugo Parente Lima2012-03-081-2/+2
* Created support to function qAddPostRoutine.Renato Araujo Oliveira Filho2012-03-081-0/+31
* Fix QTreeWidgetItem.parent function.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Fixed QWidget.parent function.Renato Araujo Oliveira Filho2012-03-081-5/+18
* Fix bug#514 - "Static method QByteArray.fromRawData is missing from QtCore"Hugo Parente Lima2012-03-081-1/+9
* Fix bug 546 - "Python crash on exit"Hugo Parente Lima2012-03-081-2/+2
* Fix bug#493 - "__eq__ and friends not implemented for QKeyEvent == QKeySequence"Hugo Parente Lima2012-03-081-2/+7
* Fix bug#569 - "QTableWidgetItem is missing binding of __lt__ to operator<"Hugo Parente Lima2012-03-081-15/+0
* Changes the arg name from p to parent to make parent heuristic work.Hugo Parente Lima2012-03-081-0/+5
* Appended ${QtGui_BINARY_DIR} on typesystem_path for QtMaemo5 module.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Test for QTDESIGNER before add QTUITOOLS.Renato Araujo Oliveira Filho2012-03-081-1/+3
* Fix QTreeWidget parent rules.Renato Araujo Oliveira Filho2012-03-081-0/+20
* Fix bug#549 - "QGraphicsWidget::getContentsMargins() and QGraphicsWidget::get...Hugo Parente Lima2012-03-081-4/+42
* Added QSslCertificate to QtNetwork module.Renato Araujo Oliveira Filho2012-03-082-1/+2
* Fixed global functions from QT_TR_NOOP and QT_TRANSLATE_NOOP family.Marcelo Lira2012-03-082-10/+26
* Fixes bug #502.Marcelo Lira2012-03-081-0/+3
* QObject.sender should not steal the returned object ownership to Python.Marcelo Lira2012-03-081-1/+1
* Fix bug#544 - "QtCore.QRect missing binding for method getCoords"Hugo Parente Lima2012-03-081-4/+84
* Fix bug#481 - "mimeData() missing from QListWidget, QTreeWidget, QTableWidget"Hugo Parente Lima2012-03-081-3/+0
* Fix bug#558 - "print attribute of a QWebFrame cannot be accessed normally"Hugo Parente Lima2012-03-082-0/+3
* Add GLuint as primitive type.Hugo Parente Lima2012-03-081-0/+1
* Fixed ownership of the value returned by QAbstractItemModel::data(...).Marcelo Lira2012-03-081-0/+5
* Fix bug#508 - "qmltopy1 crashes when setContextProperty is called twice witho...Hugo Parente Lima2012-03-081-3/+5