aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 674 - "QGraphicsScene::clear() is missing"Hugo Parente Lima2012-03-081-1/+15
* Fix bug 675 - "QGraphicsLinearLayout segfault"Hugo Parente Lima2012-03-081-4/+6
* Fixed function 'QToolBar.addAction' to support callback in theRenato Araujo Oliveira Filho2012-03-081-2/+24
* Replaced all entries of reference-count with action=add to action=set.Hugo Parente Lima2012-03-082-14/+14
* Fix bug 667 - "Crash on exit"Hugo Parente Lima2012-03-081-1/+16
* Implemented support for iterator on QTextBlock.Renato Araujo Oliveira Filho2012-03-081-0/+17
* Separated class typesystem from the main typesystem.Renato Araujo Oliveira Filho2012-03-0815-94/+102
* Fix bug 643 - "QTabWidget.insertTab not taking ownership"Hugo Parente Lima2012-03-081-1/+1
* Fix bug 653 - "Crash after calling QWizardPage.wizard()"Hugo Parente Lima2012-03-081-1/+7
* Fix bug 652 - "Segfault when using QTextBlock::setUserData due to missing own...Hugo Parente Lima2012-03-081-0/+5
* Removed the removal of some QApplication functions.Hugo Parente Lima2012-03-081-4/+0
* Fix bug 565 - "QImage missing *data constructors"Hugo Parente Lima2012-03-081-26/+66
* Implemented fuction __repr__ for base types.Renato Araujo Oliveira Filho2012-03-081-2/+149
* 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-081-0/+20
* Fix bug#552 - "Segmentation fault when using QUiLoader and QTabWidget"Hugo Parente Lima2012-03-081-1/+0
* Fixed Widget and Layout inject code to avoid problems in armel arch.Renato Araujo Oliveira Filho2012-03-082-2/+2
* 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-081-3/+3
* Removed useless rejectionsHugo Parente Lima2012-03-081-61/+5
* 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-081-1/+1
* Fixed QTreeWidgetItem.parent function policy.Renato Araujo Oliveira Filho2012-03-081-2/+17
* Fixed QWidget.setParent signature on typesystem.Renato Araujo Oliveira Filho2012-03-081-1/+1
* 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 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
* 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
* Fixes bug #502.Marcelo Lira2012-03-081-0/+3
* 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-081-0/+2
* Fix bug#512 - "QGridLayout::getItemPosition() is not available"Hugo Parente Lima2012-03-081-1/+23
* Fixes QImage constructor signature that used string buffer as image data source.Marcelo Lira2012-03-081-6/+24
* Merge branch 'apichanges'Hugo Parente Lima2010-11-235-39/+39
|\
| * Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-235-39/+39
* | Fixed layout ownership transfer.Renato Araujo Oliveira Filho2010-11-231-1/+1
* | Fix setContexMenu function ownership rule.Renato Araujo Oliveira Filho2010-11-201-1/+1
|/
* Update to new Shiboken API (Renamed SbkObjectType)Renato Araujo Oliveira Filho2010-11-195-12/+12
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-193-19/+19
* Fix setLayout method that was causing segfault when itemAt wasn't implemented.Luciano Wolf2010-11-173-12/+19
* Fix bug#436 - "Using a custom QValidator generates a segfault"Hugo Parente Lima2010-11-111-20/+37
* Changes needed to compile PySide with libshiboken v1.0Hugo Parente Lima2010-11-106-37/+34
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-031-1/+1
* Fix bug#438 - "Can't find Python.h on OS X"Hugo Parente Lima2010-10-281-1/+1
* Fix crashes caused by the newer changes on shiboken generator.Hugo Parente Lima2010-10-281-2/+2
* Updated PySide cmake files to use Python library information from Shiboken.Marcelo Lira2010-10-261-1/+1