aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix build on python2.5.Hugo Parente Lima2010-07-091-1/+1
* 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-092-12/+92
* Created QProperty documentation.Renato Filho2010-07-082-4/+51
* Exported flags on enum in script typesystem.Renato Filho2010-07-081-2/+2
* Implemented support to properties on QMetaObject.Renato Filho2010-07-0811-33/+893
* Modify multiple connections test to avoid use more then 50 slotsRenato Filho2010-07-082-24/+9
* Use original name in type discovery during signal/slot.Renato Filho2010-07-081-7/+13
* Fix qApp macro implementation.Luciano Wolf2010-07-072-8/+10
* 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
* Remove use of deprecated types.Renato Filho2010-07-051-3/+2
* Implemented copy constructor to PyObjectWrapper.Renato Filho2010-07-052-5/+46
* Add unit test to QListWidget.Renato Filho2010-07-053-1/+48
* Use original name on QVariant type lookup function.Renato Filho2010-07-051-15/+12
* Created QListWidget test.Renato Filho2010-07-052-0/+2
* Fix typo in tests/QtGui/qdynamic_signal.pyHugo Parente Lima2010-06-291-1/+1
* Fix reference leak in PySide::signalUpdateSource.Hugo Parente Lima2010-06-291-6/+5
* Created unit test to use signals in objects not created on python.Renato Filho2010-06-292-0/+28
* Fix qwidget_test.Hugo Parente Lima2010-06-292-5/+2
* Fix bug#256 - "PySide does not support signals with containers."Hugo Parente Lima2010-06-293-0/+39
* Fix cmake files used by other projects to detect PySide.Hugo Parente Lima2010-06-253-3/+3
* Used default constructor for primitive types with complex name.Renato Filho2010-06-251-10/+10
* Fixed http test.Renato Filho2010-06-231-2/+3
* use original name on activated function.Renato Filho2010-06-231-14/+0
* Fixed typo in typesystem install path.Renato Filho2010-06-231-1/+1
* Check for invalid signal or slot name.Renato Filho2010-06-232-2/+8
* Fixed layout policy.Renato Filho2010-06-231-2/+2
* Included qsinal.h in installed files.Renato Filho2010-06-211-0/+1
* Fix bug: "Debug build fails to run the tests (doesn't work) [_Py_AddToAllObje...Hugo Parente Lima2010-06-211-0/+10
* Adding qInstallMsgHandler() method support.Luciano Wolf2010-06-213-0/+86
* Fix libpyside install.Catalin Iacob2010-06-211-1/+4
* PySide now installs its type system files.Marcelo Lira2010-06-2121-2/+60
* Small updates to the documentation.Marcelo Lira2010-06-212-52/+1
* Implemented a dummy http server to run unit-test on a offline computer.Renato Filho2010-06-184-32/+118
* Fixed udpsocket to work on offline computer.Renato Filho2010-06-181-14/+11
* Fix bug#242 - "PySide is installed into wrong path on Mac OS X"Hugo Parente Lima2010-06-171-6/+10
* Fix phonon testLuciano Wolf2010-06-172-5/+9
* Fixed signal connection with native slot.Renato Filho2010-06-173-16/+31
* Created test for Connection between new Signal API and SlotsRenato Filho2010-06-172-0/+38
* Create QAction signal test.Renato Filho2010-06-172-0/+25
* Create unit-test for signal with QObject.Renato Filho2010-06-173-8/+26
* Implement inject-code to functions using QChar in QFontMetrics andRenato Filho2010-06-172-0/+58
* 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
* Fix LD_LIBRARY_PATH variable to be possible to run tests when using CMAKE_SKI...Hugo Parente Lima2010-06-161-1/+1
* Implementing API2 modifications.Luciano Wolf2010-06-156-12/+239
* Added QVariant::Type as a primitive type.Hugo Parente Lima2010-06-155-0/+99