aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside
Commit message (Expand)AuthorAgeFilesLines
* Use PyObject as default type on signal/slot signature.renatofilho2010-09-291-1/+1
* Inlcluded assert to avoid call objectcts metacall whithout Python relatives.renatofilho2010-09-241-0/+1
* Fix bug#385 - "Windows build error (MSVC Express 2008)"Hugo Parente Lima2010-09-241-0/+1
* Fixed segmentation fault libpyside's signalUpdateSource function.Marcelo Lira2010-09-241-1/+1
* Use CMAKE_<CONFIG>_POSTFIX on config files, used for cmake and pkgconfig.renatofilho2010-09-203-2/+8
* 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-173-1/+36
* Fixed the Python names for Signal and Slot objects.Marcelo Lira2010-09-172-3/+3
* Fixed connection cleanup function.renatofilho2010-09-162-17/+17
* Fix bug#347 - "Setting properties in constructors gives incorrect results"Hugo Parente Lima2010-09-152-0/+54
* Don't ignore exceptions caused by property getters and setters.Hugo Parente Lima2010-09-152-5/+3
* Increased global receiver maximun slots support.renatofilho2010-09-142-9/+41
* Fixed crash on qsignal destructor.renatofilho2010-09-141-3/+3
* Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated file...ps-0.4.1Renato Filho2010-09-103-10/+11
* Fix project name on license boilerplates.Hugo Parente Lima2010-09-0917-17/+17
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-0917-357/+153
* Declare SignalInstanceData struct in the C++ way, without ugly typedefs.Hugo Parente Lima2010-09-081-2/+3
* Remove unneeded casts that can hide errors.Hugo Parente Lima2010-09-081-9/+9
* Fix bug#320 - "OR'ing Qt alignments doesn't work; adding them does"Hugo Parente Lima2010-09-031-6/+11
* Fixed args type parse for bool types on signal.Renato Filho2010-08-301-0/+2
* Fixed slot singature parse function to keep compatibility with QSignal.Renato Filho2010-08-262-21/+10
* Fixed signal signature parser.Renato Filho2010-08-261-8/+13
* Use AutoPointerArray to dynamic array creation.Renato Filho2010-08-201-0/+58
* Fixed typesystem for windows.Renato Filho2010-08-201-1/+1
* Fixed libshiboken classes visibility.Renato Filho2010-08-201-3/+3
* created macro to compile pyside modules.Renato Filho2010-08-192-3/+8
* Fix bug 294 addind a converter specific for QFlags.Hugo Parente Lima2010-08-171-0/+31
* Fixed gui typesystem to avoid warnings.Renato Filho2010-08-161-7/+2
* Implemented help function to connect signal with python callback.Renato Filho2010-08-162-1/+18
* Avoid read the property in the QObject constructor.Renato Filho2010-08-161-5/+7
* Raise a error when try to modify a read-only property.Renato Filho2010-08-162-6/+7
* Fixed arguments parser on QProperty constructor.renato2010-08-161-5/+5
* Raise a python error when signal not found on object.Renato Filho2010-08-021-0/+3
* Fixed uninitialized value.Renato Filho2010-07-232-1/+5
* Use correct python lib in debug mode.Renato Filho2010-07-231-1/+1
* Fix build on python2.5.Hugo Parente Lima2010-07-091-1/+1
* Implemented support to properties on QMetaObject.Renato Filho2010-07-089-33/+830
* Use original name in type discovery during signal/slot.Renato Filho2010-07-081-7/+13
* Implemented copy constructor to PyObjectWrapper.Renato Filho2010-07-052-5/+46
* Fix reference leak in PySide::signalUpdateSource.Hugo Parente Lima2010-06-291-6/+5
* Fix bug#256 - "PySide does not support signals with containers."Hugo Parente Lima2010-06-291-0/+3
* Fix cmake files used by other projects to detect PySide.Hugo Parente Lima2010-06-252-2/+2
* Fixed typo in typesystem install path.Renato Filho2010-06-231-1/+1
* Check for invalid signal or slot name.Renato Filho2010-06-231-1/+4
* Included qsinal.h in installed files.Renato Filho2010-06-211-0/+1
* Fix libpyside install.Catalin Iacob2010-06-211-1/+4
* PySide now installs its type system files.Marcelo Lira2010-06-212-0/+3
* Fixed signal connection with native slot.Renato Filho2010-06-172-14/+29
* Create unit-test for signal with QObject.Renato Filho2010-06-172-5/+16