aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Initial QtSql bindings.Hugo Lima2010-03-223-0/+209
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Return a QStringList wrapper instead of a python list in Converter::toPython.Hugo Lima2010-03-221-1/+1
|
* Putting back QDrag::start.Lauro Neto2010-03-221-2/+0
| | | | | Although it is not documented, it's in the public API in the latest Qt SDK.
* Adding a more complex test for QPixmap, QColor, etcLauro Neto2010-03-221-0/+20
|
* Adding QVariant(QPixmap) testLauro Neto2010-03-221-0/+14
|
* Fix QDataStream <</>> QPixmap testLauro Neto2010-03-221-8/+24
|
* Isolate QVariant tests that use pure python objsLauro Neto2010-03-222-48/+120
|
* Fixes QPixmap.loadFromData method and extends QPixmap test cases.Marcelo Lira2010-03-193-2/+29
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Bruno Araújo <bruno.araujo@openbossa.org>
* Bindings for QtOpenGL.Hugo Lima2010-03-193-0/+133
| | | | | Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Remove whitespaces from qtnetwork typesystem.Hugo Lima2010-03-181-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
* Remove some methods and ctors which makes no sense in the python world.Hugo Lima2010-03-181-0/+2
|
* Small fixes for Qt containers converters.Hugo Lima2010-03-172-42/+48
|
* Added test for invalid QStringList conversion.Hugo Lima2010-03-171-0/+6
|
* Remove qtgui_qstring_qkeysequence from test blacklist.Hugo Lima2010-03-171-1/+1
|
* Removes QVariant(float), QVariant(double) will just do the job for us.Hugo Lima2010-03-171-0/+1
|
* Fixed PySide custom conversions to work with newer versions of shiboken ↵Hugo Lima2010-03-1712-163/+97
| | | | generator.
* Added container conversion to QStringList.Hugo Lima2010-03-152-0/+23
|
* Added conversion templates for Qt containers.Hugo Lima2010-03-151-0/+93
|
* Extends the QKeySequence unit test.Marcelo Lira2010-03-042-8/+30
| | | | | | | The test adds conversions from QString and Python string to a QKeySequence. Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Adding event filter test for new type discoveryLauro Neto2010-03-041-0/+47
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>
* Initial QtTest bindingsLauro Neto2010-03-045-0/+122
|
* Add some missing Qt4.6 enums.Hugo Lima2010-03-041-0/+3
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
* Fix compilation of QtCore when using -DAVOID_PROTECTED_HACK.Hugo Lima2010-03-043-1/+10
|
* Updated type system and QString and QPixmap conversions to be extensible.Marcelo Lira2010-03-044-2/+20
| | | | | | | | And removed the QkeySequence test from the black list (the list of tests expected to fail). Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Re-add polymorphic-id-expression attribute on QtCore and QtGui typesystems.Hugo Lima2010-03-033-76/+91
| | | | | | | Also add some missing classes on QtGui. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
* Fix QtWebkit module compilation with Qt4.5.Hugo Lima2010-03-031-1/+1
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
* Adding QColor == GlobalColor testLauro Neto2010-03-031-0/+7
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>
* Adding test for QColor(QRgb)Lauro Neto2010-03-031-0/+14
|
* Initial QtSvg bindingsCarlos Goncalves2010-03-024-0/+129
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Updated custom converter for QBool to use ValueTypeConverter instead of ↵Marcelo Lira2010-03-021-2/+2
| | | | | | | ConverterBase. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Replace "requires" class decorator with a simple if (for Python 2.5 ↵Anderson Lizardo2010-03-026-231/+184
| | | | | | | compatibility) Reviewed-by: Lauro Moura <lauro.neto@openbossa.org> Reviewed-by: Bruno Araujo <bruno.araujo@openbossa.org>
* Adding blacklist with qkeysequence testLauro Neto2010-02-261-0/+6
| | | | | Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug #164 - __len__() function missing in QItemSelection.Luciano Wolf2010-02-262-0/+23
| | | | | | Reviewed by Renato Araujo <renato.filho@openbossa.org> Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Do not link QtWebkit module against other modules.Hugo Lima2010-02-261-4/+3
| | | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Initial QtWebKit binding (Qt 4.6 supported)Carlos Goncalves2010-02-253-0/+145
|
* QWidget.setStyle should not be set as parent of the style passed to it.Marcelo Lira2010-02-251-5/+0
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Adds a QStyle test.Marcelo Lira2010-02-251-0/+32
| | | | | | | The new test creates and sets a QStyle for all widgets in an UI hierarchy. One of the widgets, a QFontComboBox, contains a QLineEdit originated in C++, calling setStyle in it must not steal the ownership of the QStyle or else things will break.
* Fixed QtGui type system for QStyleFactory::create(QString) method.Marcelo Lira2010-02-251-1/+7
| | | | | The 'create' method returns a new QStyle object whose ownership must be transferred to Python.
* Renamed QStyle test to StandardPixmap.Marcelo Lira2010-02-251-1/+2
|
* Adds unit tests for QGraphicsProxyWidget and for Python type derived from it.Marcelo Lira2010-02-242-0/+62
| | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fixing usage of tp_name in QVariant converterLauro Neto2010-02-241-1/+3
| | | | Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Custom code should use Converters instead of the "_cptr" macros.Marcelo Lira2010-02-248-10/+10
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Header fixesLauro Neto2010-02-241-2/+2
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Adding more tests for QFlags operatorsLauro Neto2010-02-241-2/+31
|
* Enable support for >> and << operators (QtCore.QTextStream).Luciano Wolf2010-02-241-8/+0
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Enable support for >> and << operators (QtCore.QTextStream).Luciano Wolf2010-02-232-6/+8
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Modify return ownership for some QTextCursor methodsAnderson Lizardo2010-02-231-0/+15
| | | | | | | This is necessary because the parent of the object returned by these methods is not the callee's method object. Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Add tests/qtgui/qtextedit_test.pyAnderson Lizardo2010-02-231-0/+32
|
* Renamed exec function on QPrintDialog().Renato Filho2010-02-231-1/+3
| | | | | | Fixes: #165 Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-2311-80/+208
| | | | | Now using the 'destroyed()' signal the reference is cleaned after source object destroyed.