aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
* Various cleanups to CMakeLists.txt filesAnderson Lizardo2010-08-268-38/+13
* Includded allow flags to some function on QNetworkManager.Renato Filho2010-08-251-0/+9
* Updated Declarative typesystem.Renato Filho2010-08-252-1/+11
* Fixed Qt application cleanup.Renato Filho2010-08-254-23/+59
* Fix bug#303 - "Missing method: QCoreApplication.arguments()"Hugo Parente Lima2010-08-251-1/+0
* Add function qtTrIdLauro Neto2010-08-231-0/+1
* Fix variable name.Lauro Neto2010-08-231-1/+1
* Fixed Cmake for test on windows.Renato Filho2010-08-201-1/+5
* Fixed QtNetwork typesystem to work on windows.Renato Filho2010-08-203-2/+15
* Use AutoPointerArray to dynamic array creation.Renato Filho2010-08-202-5/+10
* Fix install command to correct module name.Lauro Neto2010-08-201-1/+2
* Fixed typestyste to windows.Renato Filho2010-08-203-7/+4
* Changed output dir for python modules to make the tests run in others plataff...Renato Filho2010-08-202-7/+4
* Fixed typesystem for windows.Renato Filho2010-08-203-0/+11
* Fixed QtScriptTools CMake file and others files.Renato Filho2010-08-205-81/+27
* Use .pyd for modules on windows.Renato Filho2010-08-191-0/+3
* created macro to compile pyside modules.Renato Filho2010-08-1918-524/+428
* Disable remove of QAbstractItemModel signals.Renato Filho2010-08-171-13/+0
* Fixed gui typesystem to avoid warnings.Renato Filho2010-08-161-37/+4
* Fix typo on typesystem.Renato Filho2010-08-121-1/+1
* Removed rename command from unecessary functions.Renato Filho2010-08-121-36/+2
* 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