aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid decltype error recovery which resulted in crashes.Erik Verbruggen2012-03-281-0/+8
* Added test for lambda function definitions.Erik Verbruggen2012-03-201-8/+36
* debugger: adapt autotest to recognize qnxhjk2012-03-151-11/+19
* QmlJS indenter: Improve indentation of function expressions.Christian Kamm2012-03-062-7/+32
* Normalized connect()sRobert Loehning2012-03-062-48/+48
* QmlJS indenter: Improve handling of function expressions.Christian Kamm2012-03-011-0/+73
* QmlJS indenter: Fix hang with invalid code.Robert Loehning2012-03-011-0/+23
* Fix compilation of QmlJS code formatter test.Christian Kamm2012-02-281-2/+4
* [C++] Add error recovery for namespace declarations.Erik Verbruggen2012-02-282-1/+75
* C++: handle destructor names with template parameters.Erik Verbruggen2012-02-231-0/+228
* Removed module names from #include directives.Erik Verbruggen2012-02-1542-82/+82
* C++: Added tests for C++11 features.Erik Verbruggen2012-02-106-0/+68
* Fix semantic of C++ 11 inline namespaces.Roberto Raggi2012-02-035-2/+178
* Revert "Editor: Highlight background for whitespaces in strings and comments"David Schulz2012-02-031-112/+0
* Editor: Highlight background for whitespaces in strings and commentsDavid Schulz2012-02-011-0/+112
* Long live the king!hjk2012-01-2692-92/+92
* FileName: Add method to find parent directoriesTobias Hunger2012-01-254-0/+118
* C++: Rename source/setSource to utf8Source/setUtf8SourceLeandro Melo2012-01-133-17/+17
* debugger: make autotests compilable without private qt headershjk2012-01-072-1/+13
* C++ indenter: Improve member initializer indent.Christian Kamm2011-12-081-0/+58
* QmlJS checks: Disable warnings about expression statements in bindings.Christian Kamm2011-12-022-4/+24
* QmlJS indenter: Fix braceless switch/try/with bindings.Christian Kamm2011-12-021-15/+107
* QmlJS reformatter: Fix object literals.Christian Kamm2011-11-303-3/+14
* QmlJS checks: Don't warn for fallthrough on the last clause.Christian Kamm2011-11-291-0/+2
* QmlJS checks: Accept 'fallthrough' comment to terminate case blocks.Christian Kamm2011-11-291-0/+42
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-251-0/+15
|\
| * QmlJS indenter: Fix hang when using 'else (a==a) {}'.Christian Kamm2011-11-221-0/+15
* | Compile with Qt 5/Linux.Friedemann Kleint2011-11-241-0/+6
* | Add Qt 5 libraries to .pro files.Friedemann Kleint2011-11-243-1/+4
* | fix C++11 string literal incompatibilityhjk2011-11-222-453/+453
* | QmlJS check: Extend "don't use var" performance warning.Christian Kamm2011-11-223-2/+25
* | QmlJS tests: Move 'basic' codemodel test to QmlJSTools plugin.Christian Kamm2011-11-153-284/+1
* | C++: Move codegen test into the CppTools plugin.Christian Kamm2011-11-153-687/+0
* | QmlJS: Add 'reformat' action which regenerates the whole file.Christian Kamm2011-11-155-1/+235
* | QmlJS indenter: Fix indent after do-while without semicolon.Christian Kamm2011-11-151-1/+20
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-1193-186/+186
|\|
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0393-186/+186
* | QmlJS: Fix tests.Christian Kamm2011-11-095-7/+17
* | more style fixes of string literal accesshjk2011-11-021-4/+4
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-011-4/+24
|\|
| * QmlJS indenter: Never touch indent of multi-line strings.Christian Kamm2011-10-311-4/+24
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-283-59/+69
|\|
| * Fixes compilation when QT is namespaced.Bill King2011-10-262-6/+9
| * Fix tests/auto/cplusplus/codegen on windows.Christian Kamm2011-10-201-53/+60
* | QmlJS checks: Warn about extra message suppressions.Christian Kamm2011-10-211-0/+15
* | QmlJS indenter: Fix hang when using 'else (a==a) {}'.Christian Kamm2011-10-191-0/+15
* | QmlJS indenter: Improve indentation of function literals.Christian Kamm2011-10-191-2/+29
* | QmlJS indenter: Move reusable code to qmljs lib.Christian Kamm2011-10-191-1/+1
* | QmlJS: Introduce UnknownValue.Christian Kamm2011-10-181-16/+27
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-171-0/+24
|\|