aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes to libpyside pkg-config and cmake files.Marcelo Lira2010-10-222-2/+6
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fixed type translate on QProperty.renatofilho2010-10-221-25/+2
| | | | | | | Fix bug #431 Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Implemented support to notify argument on Properties.renatofilho2010-10-219-107/+207
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Create private data structure to QProperty type.renatofilho2010-10-213-37/+45
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Added d-pointer to PySideSignalInstanceData struct.Hugo Parente Lima2010-10-194-55/+76
|
* Signal objects redirect calls for homonymous methods.Marcelo Lira2010-10-112-93/+156
|
* Turn call_method function into an anonimous function.Hugo Parente Lima2010-10-072-4/+4
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Rename some slot internal functions and structures and remove C linkage from ↵Hugo Parente Lima2010-10-073-27/+61
| | | | init_slot function.
* Don't export symbols that don't need to be exported and rename many functions.Hugo Parente Lima2010-10-076-254/+289
|
* Don't inline function deleteDynamicQMetaObject.Hugo Parente Lima2010-10-072-4/+6
| | | | It's used by address, so inline it is useless.
* Move structs tagged as "export C" outside C++ namespaces.Hugo Parente Lima2010-10-074-64/+64
| | | | Also don't export structs that don't need to be exported.
* Don't export functions not used outsise libpyside and move them to an ↵Hugo Parente Lima2010-10-076-121/+161
| | | | private header.
* Changed name of qproperty functionsHugo Parente Lima2010-10-075-43/+43
|
* Add a d-pointer to DynamicMetaObject.Hugo Parente Lima2010-10-075-100/+138
| | | | This break the ABI.
* Use PyObject as default type on signal/slot signature.renatofilho2010-09-291-1/+1
| | | | | | Fixes bug #390. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Inlcluded assert to avoid call objectcts metacall whithout Python relatives.renatofilho2010-09-241-0/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* 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
| | | | | | | | | | | | | This function is called when an object is instantiated, and it will go through the class attributes looking for signals and what else is relevant. If the user has set a new attribute in the constructor before the call to its parent QObject-like __init__ method, a segmentation fault would ensue. This commit fixes this condition and also adds an unit test. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Use CMAKE_<CONFIG>_POSTFIX on config files, used for cmake and pkgconfig.renatofilho2010-09-203-2/+8
| | | | | | | Fixes bug #286. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Removed old comentary (not necessary anymore).renatofilho2010-09-201-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Renamed QProperty object to Property.renatofilho2010-09-202-4/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Created PySide cleanup functions used to register functions to be called ↵renatofilho2010-09-173-1/+36
| | | | | | | before the python die. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed the Python names for Signal and Slot objects.Marcelo Lira2010-09-172-3/+3
| | | | | | In python the Signal object appears as "Signal" instead of "PySide.QtCore.Signal", and the Slot object read as "QtCore.Slot" instead of "PySide.QtCore.Slot".
* Fixed connection cleanup function.renatofilho2010-09-162-17/+17
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#347 - "Setting properties in constructors gives incorrect results"Hugo Parente Lima2010-09-152-0/+54
| | | | | | | Added new function to libpyside: "fillQtProperties". Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Don't ignore exceptions caused by property getters and setters.Hugo Parente Lima2010-09-152-5/+3
| | | | The exception is ignored only if the call was a meta call.
* Increased global receiver maximun slots support.renatofilho2010-09-142-9/+41
| | | | | | | Fixes bug #312. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed crash on qsignal destructor.renatofilho2010-09-141-3/+3
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated ↵ps-0.4.1Renato Filho2010-09-103-10/+11
| | | | | | | files to allow multiples version installed simultaneous. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* 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 ↵Hugo Parente Lima2010-09-0917-357/+153
| | | | exception.
* 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
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* 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
| | | | | | | Fixes bug #319 Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed signal signature parser.Renato Filho2010-08-261-8/+13
| | | | | | | Fixes bug #311. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Use AutoPointerArray to dynamic array creation.Renato Filho2010-08-201-0/+58
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed typesystem for windows.Renato Filho2010-08-201-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed libshiboken classes visibility.Renato Filho2010-08-201-3/+3
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* created macro to compile pyside modules.Renato Filho2010-08-192-3/+8
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug 294 addind a converter specific for QFlags.Hugo Parente Lima2010-08-171-0/+31
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fixed gui typesystem to avoid warnings.Renato Filho2010-08-161-7/+2
| | | | | Reviewer: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented help function to connect signal with python callback.Renato Filho2010-08-162-1/+18
| | | | | | | Updated QAction unittest to work with signal connection on constructor. Reviewer: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Avoid read the property in the QObject constructor.Renato Filho2010-08-161-5/+7
| | | | | | | Create unit test to verify if the python property is setted during the constructor. Reviewer: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Raise a error when try to modify a read-only property.Renato Filho2010-08-162-6/+7
| | | | | | | Add get function as mandatory in QProperty constructor. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed arguments parser on QProperty constructor.renato2010-08-161-5/+5
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Raise a python error when signal not found on object.Renato Filho2010-08-021-0/+3
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed uninitialized value.Renato Filho2010-07-232-1/+5
|
* Use correct python lib in debug mode.Renato Filho2010-07-231-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>