aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
...
* Fix ownership of value returned by QItemDelegate::createEditor method.Hugo Parente Lima2010-08-121-0/+5
* Fix bug 295 - "QModelIndex::model() sets the QModelIndex as parent of the model"Hugo Parente Lima2010-08-121-1/+6
* Removed obsolete methods from QRegion.Hugo Parente Lima2010-08-121-0/+4
* Fixes custom code for QTabWidget.Marcelo Lira2010-08-111-2/+2
* Fixed ref leak.Renato Filho2010-08-101-3/+6
* Created conversion to QStack.Renato Filho2010-08-102-1/+8
* Fix argument check in QAction constructor.Lauro Neto2010-08-091-1/+1
* Fixes QAction code injection for constructor code.Marcelo Lira2010-08-041-1/+2
* Added support to shortcut named arg on QAction constructor.ps-0.4.0Renato Filho2010-08-031-3/+14
* Included support to double values on qAbs.Renato Filho2010-08-021-2/+2
* Fix bug273 - QT_VERSION and QT_VERSION_STR constants.Luciano Wolf2010-08-021-0/+6
* Fixed ref leak on QMenu inject code.Renato Filho2010-08-021-2/+2
* Created a pythonic constructor to QActionRenato Filho2010-08-021-1/+18
* Fix getOpenFileName/getSaveFileName signatures.Luciano Wolf2010-08-021-0/+9
* Fixed return policy on ItemList.Renato Filho2010-07-292-0/+8
* Emit connectNotify with real signal name.Renato Filho2010-07-291-2/+2
* Call signalmanager clear during QtCore exit function instead of QtCoreApplica...Renato Filho2010-07-293-3/+6
* Fixed glue code for QApplication and QCoreApplication.Marcelo Lira2010-07-272-1/+4
* Fix elasticnodes segfault.Luciano Wolf2010-07-231-0/+1
* Use correct python lib in debug mode.Renato Filho2010-07-2318-18/+18
* Update modules to work without protect hack.Renato Filho2010-07-233-1/+5
* Fix bug#252.Luciano Wolf2010-07-201-1/+1
* Create support to QVariantList and QVariantMap.Renato Filho2010-07-133-1/+96
* Fix warning on QString* parameter inside QtWebKit.Luciano Wolf2010-07-121-2/+6
* Fixed layout reference control on layouts.Renato Filho2010-07-092-6/+32
* Add a default value and argument name to QUiLoader::file(str, QWidget)Hugo Parente Lima2010-07-091-0/+4
* Fixed memory leak on state machine classes.Renato Filho2010-07-091-10/+12
* Restore missing function on QStandardItemModel.Renato Filho2010-07-091-10/+53
* Exported flags on enum in script typesystem.Renato Filho2010-07-081-2/+2
* Fix qApp macro implementation.Luciano Wolf2010-07-071-4/+4
* Fix typo.Hugo Parente Lima2010-07-061-1/+1
* Typesystem cleanup.Hugo Parente Lima2010-07-066-238/+37
* Remove the removal of isSortignEnabled from QtGui typesystem.Hugo Parente Lima2010-07-061-4/+0
* Add unit test to QListWidget.Renato Filho2010-07-051-0/+1
* Use original name on QVariant type lookup function.Renato Filho2010-07-051-15/+12
* Used default constructor for primitive types with complex name.Renato Filho2010-06-251-10/+10
* use original name on activated function.Renato Filho2010-06-231-14/+0
* Check for invalid signal or slot name.Renato Filho2010-06-231-1/+4
* Fixed layout policy.Renato Filho2010-06-231-2/+2
* Adding qInstallMsgHandler() method support.Luciano Wolf2010-06-211-0/+32
* PySide now installs its type system files.Marcelo Lira2010-06-2119-2/+57
* Fixed signal connection with native slot.Renato Filho2010-06-171-2/+2
* Implement inject-code to functions using QChar in QFontMetrics andRenato Filho2010-06-171-0/+48
* Fix the template used by QFileDialog methods.Luciano Wolf2010-06-171-2/+2
* Add a default constructor value to QVariant::Type.Hugo Parente Lima2010-06-161-1/+1
* Implementing API2 modifications.Luciano Wolf2010-06-153-10/+174
* Added QVariant::Type as a primitive type.Hugo Parente Lima2010-06-153-0/+62
* Rename error() method to avoid name clash with the error signal.Hugo Parente Lima2010-06-151-1/+5
* Add suppress message for yet another weird message from the C++ parser.Hugo Parente Lima2010-06-152-1/+2
* Remove invalid function modifications from typesystem.Hugo Parente Lima2010-06-151-2/+0