aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside
Commit message (Collapse)AuthorAgeFilesLines
* Append licence header.Renato Filho2010-05-193-1/+103
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fix signal initializer.Luciano Wolf2010-05-171-0/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fix signal initializer.Luciano Wolf2010-05-171-2/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented signal to signal connection.Renato Filho2010-05-171-12/+20
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented support to connection type.Renato Filho2010-05-171-3/+6
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Used shared pointer on MethodData to allow copy.Renato Filho2010-05-172-14/+33
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Register Signal objects on MetaObject.Renato Filho2010-05-175-20/+32
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Removed init[slot,signal] from public api.Renato Filho2010-05-173-20/+13
| | | | | | | Use PyObject_dir to discovery signals methods. (this is very slow) Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed memory leak on signal allocator.Renato Filho2010-05-171-0/+4
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed memory leaks.Renato Filho2010-05-175-138/+149
| | | | | | | Used PyObject on attr functions. Code style update. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* removed TPFLAGS_BASETYPE from signal/slot classes to avoid derivationRenato Filho2010-05-172-3/+3
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Updated signal/slot class names to follow the same style.Renato Filho2010-05-173-81/+81
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed signal signature parse.Renato Filho2010-05-172-8/+28
| | | | | | Implemented signal allocator function to be used on generator. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Implemente sequence operator on signal class.Renato Filho2010-05-172-66/+110
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented signal name discovery if not setted on constructor.Renato Filho2010-05-172-22/+31
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented support to modify slot return type.Renato Filho2010-05-178-35/+821
| | | | | | | | Included method type in DynamicQMetaObject metadata. Moved Signal/Slot objet to libpyside. Create unittest to signal class. Implemented disconnection function. Fixed emit method on signal object
* Implemented support to slot decoration.Renato Filho2010-05-172-0/+30
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Created test to static metaobject.Renato Filho2010-05-101-0/+5
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fix libshiboken SONAME.Hugo Parente Lima2010-05-041-1/+1
|
* Python2.6 doesn't include a .pc file.Luciano Wolf2010-05-031-1/+0
| | | | | "Requires: Python" will break any use of pkg-config when trying to detect information related to pyside or shiboken modules.
* Install pysideconversions.h to the proper place.Luciano Wolf2010-05-031-0/+1
|
* Add QMultiMap support for Qt.Hugo Parente Lima2010-04-301-1/+71
|
* Fixed convertes memory leak.Renato Filho2010-04-291-4/+5
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed QApplication exit order.Renato Filho2010-04-223-3/+14
| | | | | | | | SignalManager need be destroyed before QApplication to avoid memory leak. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed bug with refcount on PyObject args during signal/slot emission.Renato Filho2010-04-161-2/+3
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix bug#197, among some reference leaks.Hugo Parente Lima2010-04-121-9/+19
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed signal emission with pythonic signalture.Renato Filho2010-04-121-0/+50
| | | | | | | Created unittest. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Use heap allocation for array with unknown size.Thomas Berg2010-04-101-1/+2
| | | | | With msvc, arrays can only allocated on the stack if the size is known at compile time.
* Fix bug#210, "Can't connect generic callable objects as a slot".Hugo Parente Lima2010-04-081-0/+2
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
* Better warning message when the signal emission fail.Hugo Parente Lima2010-04-061-1/+1
|
* Adapt to changes in libshibokenHugo Lima2010-03-311-2/+2
| | | | | Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
* Bump version to 0.3.0.Hugo Lima2010-03-231-2/+4
| | | | | Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
* Add PySideConfig.cmake and PySideVersion.cmake files.Hugo Lima2010-03-233-0/+19
|
* Add pkg-config file for libpyside.Hugo Lima2010-03-232-0/+17
|
* Small fixes for Qt containers converters.Hugo Lima2010-03-171-1/+47
|
* Fixed PySide custom conversions to work with newer versions of shiboken ↵Hugo Lima2010-03-171-18/+14
| | | | generator.
* Added conversion templates for Qt containers.Hugo Lima2010-03-151-0/+93
|
* Header fixesLauro Neto2010-02-241-2/+2
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-235-45/+145
| | | | | Now using the 'destroyed()' signal the reference is cleaned after source object destroyed.
* Fixed the number of dynamic signal to 50, to avoid index error onRenato Filho2010-02-181-6/+23
| | | | | | QMetaObject functions. Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Backporting Qt4.6 support from PySide (Boost) to Shiboken, plus:Luciano Wolf2010-02-052-0/+26
| | | | | Implemented inject code for QState.addTransition - by Renato Araujo. QState test - by Renato Araujo.
* If an error occur when calling a slot, print the error to stderr.Hugo Lima2010-02-041-1/+3
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Adapt to changes in AutoDecRef classHugo Lima2010-02-011-2/+2
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* PySide depends on libpyside which needs to be installedCarlos Goncalves2010-01-271-0/+19
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Link against QtCore and add it to the include directories.Hugo Lima2010-01-251-2/+2
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Updates SignalManager and GlobalReceiver to acquire the GIL before calling ↵Marcelo Lira2010-01-182-0/+4
| | | | | | Python. Reviewed by Hugo Parente Lima <hugo.lima@openbossa.org>
* Register Qt primitive typedefs used on signals.Hugo Lima2010-01-151-0/+19
|
* Adapt to changed in libshiboken API.Hugo Lima2010-01-145-241/+5
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* When object-types are passed through signals the void pointers are pointers ↵Hugo Lima2010-01-071-1/+7
| | | | | | | | to pointers of the object, not just pointers to the object like is used to happen with value-types. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Do not remove arguments when there are no arguments and the slot uses self.Hugo Lima2010-01-051-1/+1
| | | | Reviewed by Renato Araújo <renato.filho@openbossa.org>