aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* QmlDesigner: Extend testThomas Hartmann2019-07-301-0/+2
* CMake build: Add "Devel" packageCristian Adam2019-07-2511-19/+19
* QmlJS: Fix code re-formatter for propertyTim Jenssen2019-06-201-0/+2
* Port from QLatin1Literal to QLatin1StringGiuseppe D'Angelo2019-06-132-3/+3
* qml | Fix functions and loops formattingUladzislau Paulovich2019-06-111-0/+6
* qml | Fix trailing comments formattingUladzislau Paulovich2019-06-111-0/+8
* qml | Fix empty objects formattingUladzislau Paulovich2019-06-113-2/+5
* qml | Add support for enums formattingUladzislau Paulovich2019-06-111-0/+14
* qml | Fix let/const variables formattingUladzislau Paulovich2019-06-111-0/+4
* Utils: Rename FileName to FilePathhjk2019-05-285-6/+6
* Use Qt's QFileInfoList instead of QList<QFileInfo>hjk2019-05-281-1/+1
* More FileName::pathAppended()hjk2019-05-201-1/+1
* Qt Creator CMake portCristian Adam2019-05-1716-0/+125
* Tests: Fix missing curly braceChristian Stenger2019-05-171-0/+1
* QmlDesigner: Fix subtle issue with transactionThomas Hartmann2019-05-172-0/+38
* Compile fixhjk2019-05-151-1/+1
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-082-0/+59
|\
| * QmlDesigner.Tests: Add regression testThomas Hartmann2019-05-022-0/+59
* | Tools: Use "QTC_" prefix for build-system environment variablesAlessandro Portale2019-04-291-3/+3
* | Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-04-075-5/+5
|\|
| * QmlDesigner.Tests: import Qt 4.7 is not supported anymoreThomas Hartmann2019-04-035-5/+5
* | qrc parser autotest: Fix qmake buildChristian Kandeler2019-02-131-1/+1
* | Move qrc parser from QmlJS to UtilsChristian Kandeler2019-02-133-6/+5
|/
* TextEditor: replace generic highlighter with ksyntaxhighlightingDavid Schulz2019-01-281-0/+1
* qmljs: basic ECMAscript 7 test suiteMarco Benelli2018-12-2011-1/+490
* Do not build QmlDesigner tests when the plugin is disabledOrgad Shaneh2018-12-031-1/+11
* Tests: Fix QmlJs auto testsChristian Stenger2018-11-272-2/+11
* QmlDesigner: Skip failing testThomas Hartmann2018-11-231-0/+2
* Tests: Fix plugin path for macOSChristian Stenger2018-10-241-1/+1
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-132-2/+0
* QmlJS: Fix reformatter testUlf Hermann2018-09-122-2/+1
* QmlJSEditor: Remove disabled qmllookup testUlf Hermann2018-09-118-589/+0
* QmlJS: Fix and enable remaining pieces of importscheck testUlf Hermann2018-09-111-7/+6
* QmlJS: Fix case-fallthrough.qml testUlf Hermann2018-09-111-1/+1
* QmlDesigner: Remove outdated Qt version conditionsOrgad Shaneh2018-05-111-10/+2
* QmlJs: add test for code modelMarco Benelli2018-04-271-0/+10
* Qml/js reformatter: use quotes in objects literalsMarco Benelli2018-04-051-7/+7
* qmljs: remove remaining references to QtQuick1Marco Benelli2018-04-032-2/+2
* QmlDesigner: void static -> static voidOrgad Shaneh2018-03-121-1/+1
* QmlDesigner: Fix compile before Qt5.10Christian Stenger2018-03-091-2/+2
* QmlDesigner: Allow annotations in commentsThomas Hartmann2018-03-083-0/+125
* Tests: Fix compile with Qt5.11Christian Stenger2018-02-131-14/+14
* Tests: Fix qml import checkChristian Stenger2017-12-191-2/+1
* fix property spellingTim Jenssen2017-07-172-2/+2
* Replace include guards with #pragma onceOrgad Shaneh2017-06-281-4/+1
* Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-04-192-1/+11
|\
| * Use QFileInfo::exists(...) which is faster that QFileInfo(..).existsMontel Laurent2017-04-141-1/+1
| * QmlJs: fix reformatting of 'signal' statementsMarco Benelli2017-04-071-0/+10
* | QmlJs: update test for VisualItemModelMarco Benelli2017-04-032-5/+4
* | QmlJs: test for delegate in ListViewMarco Benelli2017-04-032-0/+63
|/