summaryrefslogtreecommitdiff
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* QmlJS indenter: Fix hang when using 'else (a==a) {}'.Christian Kamm2011-11-221-0/+15
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0338-76/+76
* QmlJS indenter: Never touch indent of multi-line strings.Christian Kamm2011-10-311-4/+24
* QmlJS indenter: Fix ternary multiline indent.Christian Kamm2011-10-171-0/+24
* QmlJS checks: Add tests and fix small bugs for 'unreachable'.Christian Kamm2011-09-201-0/+104
* QmlJS tests: Fix compile of 'check' test.Christian Kamm2011-09-141-1/+1
* QmlJS checks: Add tests.Christian Kamm2011-09-143-0/+47
* QmlJS checks: Correct the check for dangerous == and add tests.Christian Kamm2011-09-142-17/+58
* QmlJS: Add infrastructure for tests of QML static checker.Christian Kamm2011-09-144-1/+234
* QmlJS tests: Make basic test pass again.Christian Kamm2011-09-141-16/+16
* QmlJS indenter: Fix labelled statements and break/continue with label.Christian Kamm2011-09-141-10/+115
* QmlJS indenter: Fix indentation for property initializers.Christian Kamm2011-09-081-14/+18
* QmlJS: Share Context.Christian Kamm2011-08-081-1/+2
* QmlJS: Fix basic code model test.Christian Kamm2011-07-122-156/+140
* corrected license headersThomas Murach2011-07-0618-0/+576
* Add missing license headers.Christian Kamm2011-07-064-2/+130
* Replace qt-info@nokia.com with info@qt.nokia.comhjk2011-07-0615-15/+15
* QmlJS: Fix object literal indent in property initializers.Christian Kamm2011-04-211-0/+26
* QmlJS: Fix indent of object literals.Christian Kamm2011-04-211-2/+58
* Fix the qmljs indenter autotest.Christian Kamm2011-04-211-10/+5
* Update license.hjk2011-04-1315-210/+195
* QmlDesigner.tests: compilefixThomas Hartmann2011-04-041-9/+12
* clean up DEPENDPATH insanityOswald Buddenhagen2011-03-093-5/+0
* tests: add licence headersBill King2011-02-183-0/+99
* QmlJS indenter: Fix object bindings with namespaces.Christian Kamm2011-01-202-0/+15
* QmlDesigner: core test changesMarco Bubke2011-01-192-3/+60
* QmlDesigner: Add instance test mode to testMarco Bubke2011-01-182-8/+8
* QmlDesigner: Fix linker error in core testsMarco Bubke2011-01-181-0/+1
* QmlDesigner: Test compiles againMarco Bubke2011-01-181-722/+705
* It's 2011 now.con2011-01-1212-12/+12
* License headers, part 2con2010-12-171-7/+11
* Merge branch '2.1'con2010-12-1711-77/+121
|\
| * License headers.con2010-12-1711-77/+121
* | QmlJS indenter: Fix for expressions starting with numbers or strings.Christian Kamm2010-12-092-5/+36
* | QmlProject: Add mainFile propertyKai Koehne2010-12-081-0/+26
* | QmlProject: Add autotest for Files elementKai Koehne2010-12-081-0/+29
* | tests: fixesBill King2010-12-031-1/+1
* | Test: Extend QmlJS code model test.Thomas Hartmann2010-11-113-19/+163
* | Add simple stub non-functional autotest.Christian Kamm2010-11-114-1/+153
* | Fix spelling in commentsTobias Hunger2010-11-031-1/+1
* | tests: make qmakeable againBill King2010-11-011-1/+0
* | QmlProject: Don't use RegExp for simple wildcard matchingKai Koehne2010-10-291-2/+32
* | tests: more test project cleanupBill King2010-10-212-7/+3
* | tests: remove unnecessary TARGET = tst_$$TARGETBill King2010-10-201-2/+0
* | tests: get qmldesigner coretest running againBill King2010-10-201-3/+1
* | Tests: Get autotests compiling again.Bill King2010-10-201-1/+2
|/
* QmlDesigner: using Qt 4.7 againThomas Hartmann2010-10-067-537/+539
* QmlDesigner: using QtQuick 1.0 instead of Qt 4.7Thomas Hartmann2010-10-017-537/+537
* QmlJS indenter: Fix incorrect indent after break/continue.Christian Kamm2010-09-301-0/+13
* QmlJS indenter: Fix break/continue/throw in if statement without braces.Christian Kamm2010-09-271-0/+21