aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Made the use of xvfb-run with QtGui tests optional.Marcelo Lira2010-09-271-4/+7
* Fix bug#375 - "Just an empty table when using delegate."Hugo Parente Lima2010-09-271-13/+18
* Add return value docs to functions returning tuples.Hugo Parente Lima2010-09-271-2/+2
* Inlcluded assert to avoid call objectcts metacall whithout Python relatives.renatofilho2010-09-241-0/+1
* Fixed model view ownership rules.renatofilho2010-09-242-50/+35
* Fixed QCoreApplication and QApplication cleanup.renatofilho2010-09-242-7/+3
* Fixed unit test to avoid put a object child of QApplication.renatofilho2010-09-241-1/+1
* Fixed QVariant::Type convertions.renatofilho2010-09-242-4/+8
* Fix bug#168 - "API documentation suggestions" and other fixes.Hugo Parente Lima2010-09-246-103/+499
* Fix bug#385 - "Windows build error (MSVC Express 2008)"Hugo Parente Lima2010-09-241-0/+1
* Fixed bug#310Hugo Parente Lima2010-09-241-0/+3
* Removed modindex.hmtm and added domainindex.html to work with newer sphinx ve...Hugo Parente Lima2010-09-242-40/+57
* Removed doc files not used.Hugo Parente Lima2010-09-2415-666/+1
* Fixed segmentation fault libpyside's signalUpdateSource function.Marcelo Lira2010-09-243-1/+31
* added a tool to compare class hierarchiesMatti Airas2010-09-231-0/+95
* Modified the type system files to make use of nested type declarations.Marcelo Lira2010-09-2317-978/+1090
* Port old boost code used in QtUiTools.renatofilho2010-09-222-6/+85
* Created unit test for bug #376.renatofilho2010-09-222-0/+20
* Added enum QML_HAS_ATTACHED_PROPERTIES to QtCore type system file.Marcelo Lira2010-09-211-0/+7
* The CMake configuration for PySide and Shiboken use the PYTHON_LIBRARIESrenatofilho2010-09-211-1/+3
* Created unit test for bug #360.renatofilho2010-09-213-0/+43
* Use CMAKE_<CONFIG>_POSTFIX on config files, used for cmake and pkgconfig.renatofilho2010-09-203-2/+8
* Fixed ownership rules for QStandardItem functions.renatofilho2010-09-201-7/+105
* Created unittest for bug 367.renatofilho2010-09-202-0/+23
* Added missing classes to QtNetwork module.Marcelo Lira2010-09-202-2/+9
* Fixed QApplication static functions return policy.renatofilho2010-09-202-3/+49
* Created unit test for bug 363.renatofilho2010-09-202-0/+26
* Updated test with new Property name.renatofilho2010-09-202-4/+4
* Removed old comentary (not necessary anymore).renatofilho2010-09-201-1/+1
* Renamed QProperty object to Property.renatofilho2010-09-202-4/+1
* Created PySide cleanup functions used to register functions to be called befo...renatofilho2010-09-176-20/+59
* Fix doc generation and only generate docs for QtDeclarative module when it wa...Hugo Parente Lima2010-09-171-2/+4
* Added the method signature QTimer.singleShot(int, Signal).Marcelo Lira2010-09-171-5/+47
* Added test from Lauro's patch on bug #313.Marcelo Lira2010-09-171-2/+31
* Fixed the Python names for Signal and Slot objects.Marcelo Lira2010-09-172-3/+3
* Fixed test.renatofilho2010-09-162-4/+4
* Update unit test for bug 312.renatofilho2010-09-161-0/+23
* Fixed connection cleanup function.renatofilho2010-09-164-21/+30
* Fixes bug #348 adding the method QState.addTransition(Signal, QAbstractTransi...Marcelo Lira2010-09-161-0/+20
* Created unittest for bug 328.renatofilho2010-09-152-0/+19
* Included Notifier signals on genereted code.renatofilho2010-09-151-1/+12
* Fix bug#347 - "Setting properties in constructors gives incorrect results"Hugo Parente Lima2010-09-154-0/+67
* Don't ignore exceptions caused by property getters and setters.Hugo Parente Lima2010-09-153-5/+10
* Updated tryLock function to work in thread.renatofilho2010-09-141-0/+1
* Created unittest for bug #332.renatofilho2010-09-142-0/+17
* Created unit test for bug #312.renatofilho2010-09-142-0/+24
* Increased global receiver maximun slots support.renatofilho2010-09-142-9/+41
* Treat modules as library targets.Carlos Goncalves2010-09-141-2/+1
|\
| * Treat modules as library targets.Carlos Goncalves2010-09-041-2/+1
* | Fixed crash on qsignal destructor.renatofilho2010-09-141-3/+3