aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Add new path functionality.Michael Brasser2011-09-089-0/+373
* | | | | Fix left alignment of native RTL pre-edit text.Andrew den Exter2011-09-078-0/+54
* | | | | Fix min extents to correctly consider header sizeBea Lam2011-09-074-22/+60
* | | | | more fixes for QTBUG-17868Charles Yin2011-09-061-0/+18
* | | | | Ensure that header/footer resize fixes position.Martin Jones2011-09-062-19/+63
* | | | | Add garbage collector prologue callback to qv8engineChris Adams2011-09-067-0/+473
* | | | | Update TextEdit tests with changes from 4.8.Andrew den Exter2011-09-066-48/+126
* | | | | Delay masking the last character in Password echo mode.Andrew den Exter2011-09-062-0/+119
* | | | | JSDebugging Auto Test: Fix build break.Aurindam Jana2011-09-051-2/+2
* | | | | Auto Unit test cases for Javascript Debugging.Aurindam Jana2011-09-055-0/+1852
* | | | | Add examples and tests for QtQuick1Damian Jansen2011-09-056-0/+242
* | | | | Update extension tutorials and examples to QtQuick2Damian Jansen2011-09-052-54/+11
* | | | | Fix some memory leaks in the compilerChris Adams2011-09-051-0/+2
* | | | | Debugger: Also fix the name of the qdeclarativedebug autotestKai Koehne2011-09-023-35/+35
* | | | | Allow conversion of QObject Module API to QVariantChris Adams2011-09-022-0/+86
* | | | | Allow reference to signals using 'on' handler syntax.Michael Brasser2011-09-012-0/+91
* | | | | Batch view changes instead of applying them immediatelyBea Lam2011-09-012-46/+579
* | | | | Debugger: Rename qdeclarativedebug* to qdeclarativeenginedebug*Kai Koehne2011-08-313-5/+1
* | | | | Rename QDeclarativeEngineDebugServer to ~ServiceKai Koehne2011-08-313-3/+0
* | | | | Autotests: Silence gdb warning about deprecated conversionKai Koehne2011-08-313-3/+6
| |_|_|/ |/| | |
* | | | Allow initial property values to be defined with QSGLoaderChris Adams2011-08-3122-0/+631
| |_|/ |/| |
* | | 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
| |/ |/|
* | 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