aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Updating QVariant description inside API2 document.Luciano Wolf2010-06-151-0/+1
* Updating API2 documentation.Luciano Wolf2010-06-151-12/+3
* Documentation about new API2.Luciano Wolf2010-06-141-0/+104
* Fixes QString primitive type for Qt 4.7 adding a default constructor.Marcelo Lira2010-06-141-1/+1
* Fixed parent function return ownership.Renato Filho2010-06-144-18/+92
* Fixed thread test to avoid memory leaks.Renato Filho2010-06-141-0/+1
* Revert "GENERATOR_EXTRA_FLAGS must be a cmake string, not a cmake list."Hugo Parente Lima2010-06-141-1/+1
* GENERATOR_EXTRA_FLAGS must be a cmake string, not a cmake list.Hugo Parente Lima2010-06-141-1/+1
* Removed QVariant from PySide.Hugo Parente Lima2010-06-1018-597/+166
* Remove registration of PySide primitive types, the generator do this automati...Hugo Parente Lima2010-06-101-17/+0
* chmod -x on some tests, because we need to follow a pattern.Hugo Parente Lima2010-06-1048-0/+0
* Re-add the possibility to run tests by module.Hugo Parente Lima2010-06-1010-12/+7
* Added QDataStream methods to read and write QString, QChar and QStringList.Hugo Parente Lima2010-06-102-32/+66
* Add checkType method to PySide custom converters.Hugo Parente Lima2010-06-106-15/+49
* Remove wrapper for classes: QString, QStringRef, QLatin1String, QStringMatche...Hugo Parente Lima2010-06-1032-1187/+185
* Apply "rename to" tag to QtGui methods.Luciano Wolf2010-06-091-0/+53
* Rename necessary arguments on QtCore typesystem.Renato Filho2010-06-091-1/+30
* Fix compilation of QTest bindings on MacOSX.Hugo Parente Lima2010-06-091-0/+13
* Fix cmake detection of phonon on MacOSX.Hugo Parente Lima2010-06-091-0/+5
* Created support to hash objects with type QDate, QTime, QDateTime, QUrl.Renato Filho2010-06-082-4/+13