aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
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>
* Implemented support to modify slot return type.Renato Filho2010-05-172-178/+4
| | | | | | | | 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>
* Implemented support to slot decoration.Renato Filho2010-05-172-0/+182
| | | | | 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
|
* 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>
* Adding missing filesLauro Neto2010-05-033-3/+11
| | | | Were giving 'symbol not found' with Qt4.5 or failing compilation
* Fixed typesystem parser warnings.Renato Filho2010-04-308-15/+16
|
* 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>
* Add missing flags attribute.Lauro Neto2010-04-301-1/+1
|
* Phonon Notifier wrapper.Renato Filho2010-04-304-5/+65
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Add QMultiMap support for Qt.Hugo Parente Lima2010-04-302-1/+9
|
* Initial bindings for phononHugo Parente Lima2010-04-293-3/+220
|
* Fixing project nameLauro Neto2010-04-281-1/+1
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Adding support to QtScript module.Luciano Wolf2010-04-236-3/+83
|
* Added all Qt global functions using the brand new function tag.Hugo Parente Lima2010-04-222-241/+41
| | | | | Reviewer: Renato Araújo <renato.araujo@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Moves contents of qobjectdefs_pyside.h to global.h.Hugo Parente Lima2010-04-222-336/+328
| | | | | This change is required to APIExtractor correct find the file where the classes declared in qobjectdefs_pyside.h were.
* Function modifications of QDragMoveEvent moved to its base type, QDropEvent.Hugo Parente Lima2010-04-221-2/+2
|
* Fixed QLayoutItemWidget polymorphic expression.Renato Filho2010-04-221-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed QLayout family return policy.Renato Filho2010-04-222-96/+200
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed QApplication exit order.Renato Filho2010-04-221-0/+2
| | | | | | | | SignalManager need be destroyed before QApplication to avoid memory leak. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented module QtMaemo5.renato2010-04-227-17/+125
| | | | | | | | Create unittest for module. Fixed generetion of typesystem_gui.xml based on detected system. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Removed unecessary inject code on QtHelp typesystem.Renato Filho2010-04-151-13/+2
| | | | | | | | Renamed unittest to standard name with test in the end of filename to be detected by test suite. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Partially fix bug#181 "Support Qt message handling system".Hugo Parente Lima2010-04-131-5/+0
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>
* Fix typo, QT_MULTIMEDIA* => QT_QTMULTIMEDIA*Hugo Parente Lima2010-04-131-5/+5
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>
* Add hack to find QtMultimedia module.Hugo Parente Lima2010-04-121-0/+14
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Araújo <renato.filho@openbossa.org>
* Fix modified type of QAbstractVideoBuffer::map method.Hugo Parente Lima2010-04-121-1/+1
|
* Do not throw an OverflowError on QString.number(-1).Hugo Parente Lima2010-04-121-0/+6
|
* Install QtMultimedia header file.Hugo Lima2010-04-121-0/+2
|
* Fix CMakeLists and typesystem of qtmultimedia to use the right typesystem ↵Hugo Lima2010-04-122-7/+4
| | | | file from QtGui.
* QtMultimedia doesn't exists in versions prior to 4.6, so we dont need to ↵Hugo Lima2010-04-121-22/+1
| | | | check if we had Qt4.6 to add specific Qt4.6 files.
* Initial QtMultimedia bindingsCarlos Goncalves2010-04-125-0/+137
|
* Use '&&' instead of 'and'.Thomas Berg2010-04-121-3/+3
| | | | | | | The 'and' keyword is not supported by msvc. Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Initial bindings for QtXmlPatterns.Hugo Lima2010-04-093-1/+111
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Suppress some known warnings from apiextractor.Hugo Parente Lima2010-04-091-0/+4
|
* Remove warnings about deprecated const char* to char* conversions.Hugo Parente Lima2010-04-091-2/+2
|
* Initial bindings for QtHelpHugo Parente Lima2010-04-093-0/+86
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#200 "Add support to disable the binding generation of some modules."Hugo Parente Lima2010-04-081-5/+9
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>
* Fix bug#210, "Can't connect generic callable objects as a slot".Hugo Parente Lima2010-04-081-3/+2
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
* Small optimization in QObject::receiversHugo Parente Lima2010-04-061-3/+3
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* QStrign uses the same hash function of str/unicode objects.Hugo Parente Lima2010-04-062-1/+9
|
* Fix QObject::connect(sender, signal, slot).Hugo Parente Lima2010-04-061-1/+3
|
* None is convertible to QString, the result is a QString where QString.isNull ↵Hugo Parente Lima2010-04-061-0/+3
| | | | is true.
* Do not handle QVariant user types as Python objects, only the real Python ↵Hugo Lima2010-04-061-6/+5
| | | | | | | objects. Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
* QVariant.toList returns a list when it contains a python sequence.Hugo Lima2010-04-051-0/+16
|
* Fix some issues with QVariant, including the QAbstractKinectScroller one.Hugo Lima2010-04-052-44/+55
|
* QEasingCurve::setCustomType typesystem workaroundAnderson Lizardo2010-03-311-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Due to bug #201, typesystem signatures that take pointer to function types are incorrectly expanded. To workaround this bug, the typesystem signature for QEasingCurve::setCustomType removal is: <modify-function signature="setCustomType(double)" remove="all"/> But for ARM, this same workaround does not work, and has to be: <modify-function signature="setCustomType(float)" remove="all"/> This is probably due to how apiextractor/shiboken is incorrectly expanding the pointer to function signature. To remove setCustomType on ARM (and thus allow the build to succeed), this commit adds both signatures. This is a temporary fix just while bug #201 is not fixed. Reviewed-by: Lauro Moura <lauro.neto@openbossa.org> Reviewed-by: Bruno Araujo <bruno.araujo@openbossa.org>
* QtNetwork/typesystem_network.xml updatesAnderson Lizardo2010-03-311-1/+2
| | | | | Reviewed-by: Lauro Moura <lauro.neto@openbossa.org> Reviewed-by: Hugo Lima <hugo.lima@openbossa.org>