aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version bumpHugo Lima2010-03-231-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
* Fix file name of generated source package.Hugo Lima2010-03-231-1/+1
|
* Fix name of source package generated by make dist.ps-0.3.0Hugo Lima2010-03-231-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
* Use the right typesystem file for QtGui.Hugo Lima2010-03-235-8/+6
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
* Install QtXml header file.Hugo Lima2010-03-231-0/+2
|
* Adding tests for QMenuBar.addAction.Lauro Neto2010-03-231-0/+44
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Updates QMenuBar type system and adds custom code for addAction method.Lauro Neto2010-03-232-1/+36
|
* Fix CMakeLists and typesystem of qtwebkit to use the right typesystem file ↵Hugo Lima2010-03-232-2/+2
| | | | | | | from QtGui. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
* Adds unit tests for QDomDocument class.Marcelo Lira2010-03-231-0/+67
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Adds unit tests for QXmlSimpleReader class.Marcelo Lira2010-03-231-0/+34
| | | | | QXmlSimpleReader is tested for instantiation, as well as 'feature' and 'property' methods.
* Updates to QtXml module.Marcelo Lira2010-03-232-39/+114
| | | | | | | | | Fixes many classes, in particular: QXmlDefaultHandler, QXmlContentHandler, QXmlEntityResolver, QXmlReader and QXmlSimpleReader. A new type system template was added to handle virtual methods that must convert a (result, bool ok) tuple returned from a Python override into a single C++ result value and set a C++ bool* argument.
* initial bindings for QtXmlMatti Airas2010-03-233-0/+435
| | | | QtXml now compiles and can be imported but is not tested at all.
* Bump version to 0.3.0.Hugo Lima2010-03-232-4/+7
| | | | | Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
* Changed routine to build source packages.Hugo Lima2010-03-231-3/+7
|
* Install module headers.Hugo Lima2010-03-238-0/+16
|
* Add all binded modules to __all__ variable of __init__.pyHugo Lima2010-03-231-1/+1
|
* 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
|
* Adds a new flag test.Marcelo Lira2010-03-231-1/+5
| | | | | | | | The test does an invert operation on the result of an or operation over two enum values. Reviewed by Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewed by Bruno Araújo <bruno.araujo@openbossa.org>
* Adds a hash function to QTreeWidgetItem objects.Marcelo Lira2010-03-232-1/+19
| | | | | | | A "hashable" unit test was added as well. Reviewed by Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewed by Bruno Araújo <bruno.araujo@openbossa.org>
* Fix methods for the '*&' commit in apiextractorLauro Neto2010-03-221-2/+2
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>
* 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>