aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | CPlusPlus: Avoid a few deprecation warningshjk2019-06-055-9/+7
* | | Clang: Filter macro QT_TESTCASE_BUILDDIR outMarco Bubke2019-06-051-0/+8
* | | CMake build: Skip installation of test plugins / executablesCristian Adam2019-06-058-0/+8
* | | Ssh: Tiny test simplificationhjk2019-06-051-2/+1
* | | Tests: Fix compile on Win - Take 2Christian Stenger2019-06-041-1/+2
|/ /
* | CompilationDBProjectManager: Handle relative sysrootChristian Kandeler2019-06-041-2/+4
* | Tests: Fix compile on WinChristian Stenger2019-06-031-1/+1
* | Merge remote-tracking branch 'origin/4.9' into 4.10Eike Ziller2019-06-036-493/+0
|\|
| * Squish: Remove unused functionsChristian Stenger2019-05-292-30/+0
| * Squish: Remove unused filesChristian Stenger2019-05-294-463/+0
* | Fix C++ Library wizard when compiled with Qt < 5.12Eike Ziller2019-06-031-1/+11
* | sdktool: Adapt testsChristian Stenger2019-06-031-1/+3
* | CMake build: Add unittest CMake build filesCristian Adam2019-05-294-1/+423
* | Fix projectupdater-test.cpp after FileName changeshjk2019-05-281-1/+1
* | connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-1/+1
* | Utils: Rename FileName to FilePathhjk2019-05-2811-43/+43
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-2814-104/+443
|\|
| * Squish: Update commentsRobert Loehning2019-05-241-2/+2
| * Squish: Update tst_qtquick_creationRobert Loehning2019-05-202-26/+11
| * Squish: Remove unused workaround codeRobert Loehning2019-05-201-76/+16
| * QmlDesigner: Testproject for meta info hintsThomas Hartmann2019-05-2010-0/+414
* | CMake build: Add missing test dependencyEike Ziller2019-05-281-1/+1
* | C++: Do not auto-insert '}' after control flow constructsNikolai Kosjar2019-05-281-0/+35
* | Use Qt's QFileInfoList instead of QList<QFileInfo>hjk2019-05-281-1/+1
* | ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-282-2/+1
* | ExtensionSystem: Move away from QListEike Ziller2019-05-272-5/+5
* | Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-272-2/+2
* | Remove excess blank lines after namespaceOrgad Shaneh2019-05-271-2/+0
* | CompilationDbProjectManager: Sanitize project parsingChristian Kandeler2019-05-231-1/+2
* | UnitTest: Fix ProjectInfoGenerator.* testsNikolai Kosjar2019-05-212-0/+13
* | More FileName::pathAppended()hjk2019-05-201-1/+1
* | Qt Creator CMake portCristian Adam2019-05-1789-0/+562
* | Tests: Fix missing curly braceChristian Stenger2019-05-171-0/+1
* | Merge "Merge remote-tracking branch 'origin/4.9'"Eike Ziller2019-05-172-19/+36
|\ \
| * | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-172-19/+36
| |\|
| | * Squish: Fix and update tst_qtquick_creation3Robert Loehning2019-05-082-19/+36
* | | QmlDesigner: Fix subtle issue with transactionThomas Hartmann2019-05-172-0/+38
|/ /
* | Compile fixhjk2019-05-151-1/+1
* | python scripts: Use "not in" operator to test membershipAlessandro Portale2019-05-104-6/+6
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-083-5/+71
|\|
| * Squish: Update wizard handling for Qml UI prototypeChristian Stenger2019-05-081-5/+12
| * QmlDesigner.Tests: Add regression testThomas Hartmann2019-05-022-0/+59
* | Fix unit tests compilation + initialization orderOrgad Shaneh2019-05-032-7/+11
* | CompilationDatabase: Fix unit-testIvan Donchevskii2019-04-301-78/+80
* | ClangRefactoring: Fix indexingMarco Bubke2019-04-291-0/+64
* | Clang: Fix system pre include search pathMarco Bubke2019-04-2922-159/+258
* | ClangPchManager: Remove target tripleMarco Bubke2019-04-291-2/+0
* | Tools: Use "QTC_" prefix for build-system environment variablesAlessandro Portale2019-04-291-3/+3
* | ClangPchManager: Don't generate PCHs if there is no includeMarco Bubke2019-04-292-0/+41
* | Clang: Reindex without PCHs if error are occurringMarco Bubke2019-04-237-39/+828