summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmleditor
Commit message (Expand)AuthorAgeFilesLines
* QmlJS indenter: Fix for expressions starting with numbers or strings.Christian Kamm2010-12-092-5/+36
* 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
* QmlJS indenter: Fix problem with object literals.Christian Kamm2010-09-271-0/+13
* QmlJS indenter: Fix one-line object declarations in array bindings.Christian Kamm2010-09-081-1/+2
* Fixes: Tests should have unique names.Bill King2010-08-1910-62/+54
* QmlJS: Introduce a new indenter that works similarly to the new C++ one.Christian Kamm2010-08-103-1/+913
* QmlDesigner: Bump version number from 4.6 to 4.7 in qml filesKai Koehne2010-04-134-4/+4
* Replace 'var' by 'variant' in all Qml filesKai Koehne2010-04-134-34/+34
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-1/+1
* Implemented the binding phase for QML.Erik Verbruggen2010-01-261-0/+6
* Renamed classes and files to use the QmlJS prefix.Roberto Raggi2010-01-181-38/+37
* Fixed tests and tools to use the qmljs dll/so.Erik Verbruggen2010-01-182-4/+4
* Started merging the JS and QML editor plug-ins.Erik Verbruggen2010-01-152-3/+3
* Gotten rid of dulplicate files, and fixed includes.Erik Verbruggen2010-01-152-3/+4
* Add lookup for members of builtin types to QmlLookupContext.Christian Kamm2010-01-151-3/+2
* Build correct scopes for the lookup test.Christian Kamm2010-01-131-11/+21
* Take builtin properties into account for QML lookup tests.Christian Kamm2010-01-134-56/+70
* Add local lookup tests for QmlLookupContext.Christian Kamm2010-01-127-0/+255
* Added tests for QmlSymbol and QmlLookupContext.Erik Verbruggen2010-01-113-0/+185