aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* Fix phonon playing testLauro Neto2010-05-031-5/+11
| | | | | Wasn't playing anything as no output was being connected to the source.
* Adding test for QtScriptToolsLauro Neto2010-04-301-0/+41
| | | | | Reviewer: Bruno Araujo <bruno.araujo@openbossa.org> Reviewer: Willer Moreira <willer.moreira@openbossa.org>
* Created unittest for QtScript.Renato Filho2010-04-262-0/+17
|
* For now on, the c++ ownership is mandatory on QLayout family classes.Renato Filho2010-04-221-9/+25
| | | | | | | | | | | QLayouts class does not take ownership of widgets, only transfer ownership to parentWidgets. If you add a QWidget in a QLayout this widget does not have your refcount incremented until this layout get a parent QWidget. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented module QtMaemo5.renato2010-04-221-0/+19
| | | | | | | | 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>
* Fixed bug with refcount on PyObject args during signal/slot emission.Renato Filho2010-04-161-5/+51
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Removed unecessary inject code on QtHelp typesystem.Renato Filho2010-04-151-0/+0
| | | | | | | | 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>
* Created unittest for QtXmlPatterns.Renato Filho2010-04-131-0/+30
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#197, among some reference leaks.Hugo Parente Lima2010-04-121-1/+6
| | | | | 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/+16
| | | | | | | Created unittest. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Adding test for multiple QObject inheritanceLauro Neto2010-04-091-0/+37
| | | | | Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#210, "Can't connect generic callable objects as a slot".Hugo Parente Lima2010-04-081-0/+15
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
* QStrign uses the same hash function of str/unicode objects.Hugo Parente Lima2010-04-061-0/+5
|
* None is convertible to QString, the result is a QString where QString.isNull ↵Hugo Parente Lima2010-04-062-6/+4
| | | | is true.
* QVariant.toList returns a list when it contains a python sequence.Hugo Lima2010-04-051-0/+5
|
* Fix some issues with QVariant, including the QAbstractKinectScroller one.Hugo Lima2010-04-051-0/+27
|
* Extended QMatrix test with QPoint reverse multiplication.Marcelo Lira2010-03-311-1/+19
| | | | | Reviewed by Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Initial bindings for QtUiTools.Hugo Lima2010-03-301-15/+11
|
* Removed unused/duplicated test due to a typo.Hugo Lima2010-03-301-14/+0
|
* 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>
* 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.
* 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-231-0/+18
| | | | | | | 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>
* 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-192-1/+15
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Bruno Araújo <bruno.araujo@openbossa.org>
* 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
|
* 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-041-0/+28
|
* Updated type system and QString and QPixmap conversions to be extensible.Marcelo Lira2010-03-041-1/+1
| | | | | | | | 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>
* 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-021-0/+34
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Marcelo Lira <marcelo.lira@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-261-0/+18
| | | | | | Reviewed by Renato Araujo <renato.filho@openbossa.org> Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@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.
* 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>
* Adding more tests for QFlags operatorsLauro Neto2010-02-241-2/+31
|
* Enable support for >> and << operators (QtCore.QTextStream).Luciano Wolf2010-02-231-0/+7
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Add tests/qtgui/qtextedit_test.pyAnderson Lizardo2010-02-231-0/+32
|
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-234-6/+18
| | | | | Now using the 'destroyed()' signal the reference is cleaned after source object destroyed.
* Added QPixmap(QVariant).Hugo Lima2010-02-221-2/+8
| | | | Reviewed by Renato Araújo <renato.filho@openbossa.org>