aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into refactorGunnar Sletta2011-08-3196-789/+828
|\
| * Support QT_TRID_NOOP in ListElement.Michael Brasser2011-08-311-0/+10
| * Add enums support to QObject module APIsChris Adams2011-08-313-0/+22
| * Do not deliver hover events when item is not visibleCaio Marcelo de Oliveira Filho2011-08-311-0/+64
| * Fix extra hover enter events being sent by QSGCanvasCaio Marcelo de Oliveira Filho2011-08-311-0/+84
| * Fix the directory cache for case insensitive file systems.Roberto Raggi2011-08-301-1/+2
| * Fix the tst_qdeclarativedebug auto test.Roberto Raggi2011-08-301-3/+3
| * Move all QML file parsing into the QDeclarativeScript namespaceAaron Kennedy2011-08-301-2/+2
| * Update the tst_qdeclarativelanguage::errors() auto test.Roberto Raggi2011-08-303-5/+4
| * Removed QDeclarativeJS::NodePoolRoberto Raggi2011-08-301-1/+1
| * QDeclarative::hasActiveFocus should return false for hidden itemsAlan Alpert2011-08-301-0/+13
| * Implement script module api property get and setChris Adams2011-08-3011-50/+193
| * Position in updatePolish instead of using single shot timerAlan Alpert2011-08-302-28/+25
| * Fix conversion of QAbstractItemModel::rowsMoved() parametersBea Lam2011-08-301-3/+76
| * Compile fix for QML object creation benchmark.Michael Brasser2011-08-302-5/+7
| * Remove V8 submodule from QtDeclarativeKent Hansen2011-08-2959-488/+52
| * Re-add QDeclarativeFontLoader autotest.Michael Brasser2011-08-295-0/+248
| * Deprecate QDeclarativeDebugHelper classKai Koehne2011-08-2610-206/+6
| * Don't enumerate Function.prototype.{connect,disconnect}Kent Hansen2011-08-261-0/+19
* | Merge branch 'master' into refactorGunnar Sletta2011-08-25115-497/+5367
|\|
| * qsgflickable test is unstableMartin Jones2011-08-251-1/+2
| * Fix leak in tst_qsgitem::wheelEvent() autotestCaio Marcelo de Oliveira Filho2011-08-251-0/+2
| * Fix tst_qjsvalue::castToPointer test failureKent Hansen2011-08-241-4/+0
| * reenable tst_examplesAlan Alpert2011-08-241-1/+0
| * Do not deliver mouse wheel events when item is not visibleCaio Marcelo de Oliveira Filho2011-08-241-1/+48
| * test: marked tst_examples as insignificant_test on x11Rohan McGovern2011-08-241-0/+1
| * test: marked expected failure in tst_qsgtextinputRohan McGovern2011-08-231-0/+4
| * test: marked tst_qsgfocusscope as insignificantRohan McGovern2011-08-231-0/+2
| * test: marked tst_qdeclarativebehaviors as expected failureRohan McGovern2011-08-231-0/+3
| * tests: acknowledge all known failures in declarative autotestsRohan McGovern2011-08-2216-0/+55
| * Make QSGTextNode back-end for QML's TextInput and TextEditEskil Abrahamsen Blomfeldt2011-08-194-15/+185
| * Fix unit test failureChris Adams2011-08-191-1/+1
| * Fix tst_qdeclarativestates autotest.Michael Brasser2011-08-193-8/+10
| * Don't skip autotest and export needed symbolGunnar Sletta2011-08-191-2/+0
| * Add support for a vector4d type in QMLChris Adams2011-08-187-0/+63
| * Make QColor a value typeChris Adams2011-08-185-0/+132
| * Add attached properties to the positioners.Glenn Watson2011-08-187-0/+369
| * Allow borderimage .sci source to be a quoted filenameChris Adams2011-08-174-0/+18
| * Migrate part of QtScript benchmarks to QtDeclarativeJedrzej Nowacki2011-08-108-1/+2087
| * Add support for individual row and column spacing to Grid object.Glenn Watson2011-08-102-0/+77
| * Copy the docs for QtQuick 1Alan Alpert2011-08-092-1/+8
| * Revise QDeclarativeChangeSet.Andrew den Exter2011-08-081-418/+589
| * Fix broken test (view did not have focus set)Bea Lam2011-08-081-0/+1
| * Show header/footer if current index is set to first/last item or rowBea Lam2011-08-054-0/+70
| * Add missing license headers.Jason McDonald2011-08-052-0/+82
| * Don't cache model data in VisualDataModel.Andrew den Exter2011-08-0510-7/+11
| * Fix ListView refill() where delegate size == 0Bea Lam2011-08-041-0/+55
| * Improve error messages from compiler for signals and slotsChris Adams2011-08-044-4/+4
| * Honour the resettable flag of aliased propertiesChris Adams2011-08-048-0/+234
| * Add enabled property to Transition.Michael Brasser2011-08-045-0/+141