aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * Improve error message for invalid image provider name.Martin Jones2011-05-121-2/+2
| | | | | | | | Also fix broken qdeclarativeimageprovider test.
| * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Alan Alpert2011-05-113-0/+38
| |\ | | | | | | | | | into qtquick2
| | * Benchmark component creation with different types of bindings.Martin Jones2011-05-103-0/+38
| | |
| * | Add private parts to autotest .pro filesAlan Alpert2011-05-11103-0/+123
| |/
| * Add unit test and documentation for module APIChris Adams2011-05-064-2/+10
| | | | | | | | | | | | | | | | | | | | Related to commit ae6c7a44394d4a5f943f1fc92f4de015ec7bcc96. Previously, only property access on module API was tested. This commit adds a test which calls a method on a module API. It also adds documentation for the qmlRegisterModuleApi functions. Task-number: QMLNG-33 Reviewed-by: Martin Jones
| * Fix evaluation of boolean conditionsRoberto Raggi2011-05-052-0/+24
| | | | | | | | Ensure that the operand of IR::OpIfTrue and IR::OpNot has boolean type.
| * Compilation benchmarkAaron Kennedy2011-05-051-2/+72
| | | | | | | | Change-Id: Iaa875817367d3a9600dd1ad685f996377af9f82d
| * Inline static data for basic types into the QML instructionAaron Kennedy2011-05-052-28/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | The following types are now entirely inline: QPoint, QPointF QSize, QSizeF QRect, QRectF QVector3D, QTime, QDateTime CustomTypeData Reviewed-by: Martin Jones Change-Id: I7024d136c77f8fb23ef6a6abb23ddfe0f9f8a1ca
| * Support variable length instructions in QML bytecodeAaron Kennedy2011-05-051-109/+109
| | | | | | | | | | Reviewed-by: Martin Jones Change-Id: Ib04b8d46a78723d3a734e14d22a2f2256c1627c2
| * Only include line numbers when necessaryAaron Kennedy2011-05-051-103/+52
| | | | | | | | | | | | | | | | | | The mandatory line number bloats QML instructions for no reason. Moving it inline actually increases the instruction size further, but that will come down again once variable sized instruction support is added. Change-Id: I0ace03a50371ef57946edbb7c8e0e8c2fa4fdd76
| * Update SG items with GV item changes.Martin Jones2011-05-041-1/+1
| |
| * Fix QSGText autotestsYann Bodson2011-05-041-55/+0
| |
| * Merged master into qtquick2.axis2011-04-2711-23/+150
| |\
| * | Initial import from qtquick2.Qt by Nokia2011-04-27562-1766/+40954
| | | | | | | | | | | | | | | Branched from the monolithic repo, Qt qtquick2 branch, at commit a4a585d2ee907746682846ae6e8a48e19deef469
* | | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-05-24162-2795/+2795
| | | | | | | | | | | | | | | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* | | Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-05-2366-0/+0
| | | | | | | | | | | | | | | (4.7-generated-declarative branch). (cherry picked from commit 539311f7b2687e3148ea695ce06fee768abe7b44)
* | | Remove Qt3Support code from qtdeclarative moduleJason McDonald2011-05-201-4/+0
| | | | | | | | | | | | | | | | | | Change-Id: I7da1286486a138042717241461062883aacc6250 Task-number: QTBUG-19325 Reviewed-by: Rohan McGovern
* | | Views do not notify count changes properlyMartin Jones2011-05-117-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The views don't have a valid count until both a model and a delegate are provided. But, countChanged() is not called when a delegate is set after the model, so bindings to count were not evaluated. Also test that count is updated for insertion/removal Change-Id: Ic82039a624c02f0bdb2862ac7a6e215df75bb314 Task-number: QTBUG-19037 Reviewed-by: Bea Lam (cherry picked from commit 4fbcb6a531bf424a8dbbbd0ca2947d9e15118885)
* | | Clear the root index when the model is reset.Girish Ramakrishnan2011-05-111-0/+5
| |/ |/| | | | | | | | | | | | | | | Task-number: QTBUG-18839 Change-Id: I46608d7481d820fa74a9be60df1e018e70a761c6 Merge-request: 2598 Reviewed-by: Martin Jones <martin.jones@nokia.com> (cherry picked from commit f6b7ce204ee88be0fedb4cfcff382f208fa4ed33)
* | Add tst_headersclean for each moduleLiang Qi2011-04-274-0/+72
| |
* | Modularized tst_compilerwarningsLiang Qi2011-04-271-0/+51
| |
* | Modularized tst_bic and add some helper functions for global testLiang Qi2011-04-271-0/+5
| |
* | Fixed parserstress test.axis2011-04-272-20/+19
| |
* | Make auto test buildLiang Qi2011-04-273-3/+3
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-272479-0/+262628
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12