| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use QStringList instead of QList<QString> | Alessandro Portale | 2025-10-02 | 1 | -1/+1 |
| * | AutoTest: Silence warning of file system watcher | Christian Stenger | 2025-05-22 | 1 | -1/+2 |
| * | AutoTest: Avoid hard freeze | Christian Stenger | 2025-05-12 | 1 | -0/+19 |
| * | AutoTests: Some code cosmetics | hjk | 2025-04-10 | 1 | -1/+1 |
| * | AutoTest: Use Utils::FileSystemWatcher | hjk | 2025-03-14 | 1 | -18/+14 |
| * | Change RawProjectPart::projectFile to FilePath | Andrii Semkiv | 2024-09-16 | 1 | -1/+1 |
| * | Autotest: Replace occurrences of FilePath::toString | Andrii Semkiv | 2024-09-06 | 1 | -10/+10 |
| * | AutoTest: Guard against concurrent access | Christian Stenger | 2023-09-27 | 1 | -5/+10 |
| * | AutoTest: Speed up scanning for tests | Christian Stenger | 2023-09-08 | 1 | -4/+11 |
| * | AutoTest: Use new approach for settings | Christian Stenger | 2023-07-13 | 1 | -2/+1 |
| * | AutoTest: Remove unused member | Christian Stenger | 2023-07-13 | 1 | -1/+1 |
| * | AutoTest: Merge settings and tools hierarchies [2/2] | hjk | 2023-07-12 | 1 | -1/+1 |
| * | CppEditor: Make a few CppModelManager functions static | hjk | 2023-07-12 | 1 | -5/+6 |
| * | AutoTest: Merge settings and tools hierarchies [1/2] | hjk | 2023-07-12 | 1 | -2/+2 |
| * | AutoTest: Fix scan for Quick Tests | Christian Stenger | 2023-07-07 | 1 | -1/+2 |
| * | AutoTest: Improve QRegularExpression usages | Christian Stenger | 2023-07-04 | 1 | -1/+1 |
| * | AutoTest: Avoid some unneeded fetching of snapshot | Christian Stenger | 2023-07-04 | 1 | -3/+1 |
| * | AutoTest: Further optimize TestCodeParser::scanForTests() | Jarek Kobus | 2023-04-25 | 1 | -1/+1 |
| * | QmlJS: Use QtConcurrent invocation for async run | Jarek Kobus | 2023-03-14 | 1 | -4/+2 |
| * | AutoTest: Fix missing includes | Christian Stenger | 2023-03-02 | 1 | -0/+2 |
| * | ProjectExplorer: Move some not-fully-session related bits | hjk | 2023-03-01 | 1 | -3/+6 |
| * | Autotest: Use QPromise for async calls | Jarek Kobus | 2023-02-27 | 1 | -12/+9 |
| * | AutoTest: Use using namespace Utils more often | Jarek Kobus | 2023-01-27 | 1 | -23/+19 |
| * | AutoTest: Use TestResult as value type | Jarek Kobus | 2023-01-27 | 1 | -2/+2 |
| * | AutoTest: Add option to disable derived checks | Marcus Tillmanns | 2023-01-23 | 1 | -4/+18 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | AutoTest: Pass context object to lambda connections | Jarek Kobus | 2022-12-08 | 1 | -14/+14 |
| * | CPlusPlus: Return FilePaths from Document::includedFile | hjk | 2022-11-25 | 1 | -2/+2 |
| * | CPlusPlus: Proliferate FilePath use | hjk | 2022-11-22 | 1 | -6/+7 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | Autotest: Save a lookup in quicktestparser.cpp | hjk | 2022-08-29 | 1 | -6/+6 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | Merge remote-tracking branch 'origin/8.0' | hjk | 2022-08-03 | 1 | -2/+2 |
| |\ |
|
| | * | AutoTest: Do not use reference for file content | Christian Stenger | 2022-08-02 | 1 | -1/+1 |
| | * | AutoTest: Prevent possible crash | Christian Stenger | 2022-08-02 | 1 | -1/+1 |
| * | | Autotest: Convert to Tr::tr | hjk | 2022-08-01 | 1 | -1/+1 |
| * | | qmljs: (QString -> Utils::FilePath)++ | Fawzi Mohamed | 2022-07-13 | 1 | -13/+22 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.0' | Eike Ziller | 2021-09-07 | 1 | -0/+1 |
| |\ |
|
| | * | AutoTest: Do not unnecessarily update QmlJS code model | Christian Stenger | 2021-09-02 | 1 | -0/+1 |
| * | | Merge CppTools into CppEditor | Christian Kandeler | 2021-09-01 | 1 | -6/+6 |
| * | | Pass QFutureInterface by reference | Jarek Kobus | 2021-08-30 | 1 | -3/+3 |
| * | | CppTools: Use only const pointers for ProjectInfo and ProjectPart | Christian Kandeler | 2021-08-27 | 1 | -2/+2 |
| |/ |
|
| * | AutoTest: More filepathification | Christian Stenger | 2021-06-17 | 1 | -7/+7 |
| * | AutoTest: Take precompiled headers into account | Christian Stenger | 2021-06-07 | 1 | -5/+37 |
| * | AutoTest: Use Utils::FilePath for files and directories | Christian Stenger | 2021-05-27 | 1 | -16/+16 |
| * | Use qAsConst with non-const Qt containers in range-loops | Alessandro Portale | 2021-02-17 | 1 | -1/+1 |
| * | AutoTest: Improve type safety in TestParseResult | Bernhard Beschow | 2021-02-04 | 1 | -1/+1 |
| * | AutoTest: Use working copy of own parser | Bernhard Beschow | 2021-01-22 | 1 | -7/+6 |
| * | Merge remote-tracking branch 'origin/4.14' | Eike Ziller | 2020-11-19 | 1 | -4/+3 |
| |\ |
|
| | * | Fix a warning about const signal | Jarek Kobus | 2020-11-17 | 1 | -4/+3 |