aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix dynamic linking in various modules.Renato Filho2010-05-195-2/+5
| | | | | | | Author: Didier Raboud <didier@raboud.com> Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented OPENSSL detection on QtNetwork.Renato Filho2010-05-191-5/+9
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Append licence header.Renato Filho2010-05-193-1/+103
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Adding documentation about new-style signal/slot.Luciano Wolf2010-05-182-0/+193
|
* Adding new-style signal/slot tests.Luciano Wolf2010-05-176-0/+254
| | | | | | | Based on Marcelo Lira's source code. 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-172-12/+30
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented support to connection type.Renato Filho2010-05-172-3/+14
| | | | | 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-174-26/+21
| | | | | | | 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-172-0/+12
| | | | | 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-173-66/+120
| | | | | 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-173-25/+39
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented support to modify slot return type.Renato Filho2010-05-1711-48/+710
| | | | | | | | 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
* Included QMetaMethod class in QtCore typesystem.Renato Filho2010-05-172-0/+6
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Use new decorators api on autoconnect test.Renato Filho2010-05-171-0/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented support to slot decoration.Renato Filho2010-05-174-0/+212
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Created unitest to slot decoration.Renato Filho2010-05-171-0/+49
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Created test to static metaobject.Renato Filho2010-05-102-0/+68
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#167Hugo Parente Lima2010-05-071-1/+1
|
* Removed undocumented enum from QtCore.Hugo Parente Lima2010-05-071-1/+1
|
* New test case to cover QMenu.addAction() problem. Bug #167.Luciano Wolf2010-05-071-0/+25
|
* unittest for autoconection signal/slot.Renato Filho2010-05-071-0/+30
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org
* uinit test for signasl with valuetype as pointer.Renato Filho2010-05-071-0/+19
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Bump to version 0.3.2Renato Filho2010-05-042-1/+3
|
* Fixed layout issues in global module index documentation page.Hugo Parente Lima2010-05-043-5/+3
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Fix documentation page about how to generate the documentation.Hugo Parente Lima2010-05-041-21/+7
|
* Updated git-archive use to keep compatibility with git version 1.6.ps-0.3.1Renato Filho2010-05-041-1/+1
|
* Fix libshiboken SONAME.Hugo Parente Lima2010-05-041-1/+1
|
* Add QtMaemo5 to the modules listBruno dos Santos de Araujo2010-05-041-0/+1
| | | | | Reviewer: Renato Filho <renato.filho@openbossa.org> Reviewer: Lauro Neto <lauro.neto@openbossa.org>
* Bump generation tools versionsBruno dos Santos de Araujo2010-05-034-9/+9
|
* Update build docs dependencies/versionsBruno dos Santos de Araujo2010-05-034-14/+20
|
* Fix Phonon.path.[sink|source]() return ownershipLauro Neto2010-05-031-0/+10
| | | | | | | Was leaking references and segfaulting on exit. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Filho <renato.filho@openbossa.org>
* Fix phonon playing testLauro Neto2010-05-031-5/+11
| | | | | Wasn't playing anything as no output was being connected to the source.
* Adding missing filesLauro Neto2010-05-033-3/+11
| | | | Were giving 'symbol not found' with Qt4.5 or failing compilation
* Add doc generator for some missing modules.Hugo Parente Lima2010-05-031-0/+5
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Build documentation of out source dir, automagicly replacing variables like ↵Hugo Parente Lima2010-05-033-103/+15
| | | | | | | version numbers. Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Fix documentation title, as requested by bug#168.Hugo Parente Lima2010-05-031-1/+1
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Add dbus example do docs.Hugo Parente Lima2010-05-033-3/+120
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* 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
|
* Fixed typesystem parser warnings.Renato Filho2010-04-308-15/+16
|
* Adding test for QtScriptToolsLauro Neto2010-04-301-0/+41
| | | | | Reviewer: Bruno Araujo <bruno.araujo@openbossa.org> Reviewer: Willer Moreira <willer.moreira@openbossa.org>
* Adding support to QtScriptTools module.Willer Moreira2010-04-303-0/+58
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Lauro Neto <lauro.neto@openbossa.org>