index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
autotest
/
testtreemodel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AutoTests: Some code cosmetics
hjk
2025-04-10
1
-1
/
+1
*
AutoTest: Replace some dubious uses of ProjectExplorer::Target
Christian Kandeler
2025-03-14
1
-16
/
+11
*
CppEditor: FilePath-ify CppModelManager::aboutToRemoveFiles()
hjk
2025-03-13
1
-2
/
+2
*
Autotest: Fix unused lambda capture
Jarek Kobus
2025-02-05
1
-2
/
+2
*
ProjectExplorer: Add convenience accessors to some classes
Christian Kandeler
2025-01-23
1
-3
/
+3
*
Utils: Rename FilePath::toString() into toUrlishString()
hjk
2025-01-10
1
-1
/
+1
*
AutoTest: Replace QSharedPointer with std::shared_ptr
Jarek Kobus
2024-02-02
1
-1
/
+1
*
AutoTest: Pass a list of results inside testParseResultsReady()
Jarek Kobus
2024-01-15
1
-10
/
+12
*
AutoTest: Hide plugin class definition in the .cpp
hjk
2024-01-12
1
-6
/
+5
*
AutoTest: Remove dead entities
Christian Stenger
2023-10-30
1
-6
/
+0
*
Autotest: Ensure m_checkStateCache isn't nullptr
Jarek Kobus
2023-09-27
1
-1
/
+2
*
AutoTest: Add report helper function
Christian Stenger
2023-09-07
1
-0
/
+54
*
AutoTest: Postpone removal of root node
Christian Stenger
2023-07-11
1
-0
/
+4
*
AutoTest: Optimize TestCodeParser::scanForTests
Jarek Kobus
2023-04-24
1
-19
/
+9
*
ProjectExplorer: Move some not-fully-session related bits
hjk
2023-03-01
1
-6
/
+10
*
AutoTest: Avoid crash
Christian Stenger
2023-02-14
1
-1
/
+1
*
AutoTest: Extract function to get active frameworks
Christian Stenger
2023-02-07
1
-15
/
+2
*
AutoTest: Use using namespace Utils more often
Jarek Kobus
2023-01-27
1
-23
/
+23
*
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
-2
/
+2
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-1
/
+1
*
Utils: Remove Utils::optional
Eike Ziller
2022-09-01
1
-6
/
+6
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
FileUtils: Adds toFilePathList function
Marcus Tillmanns
2022-08-04
1
-1
/
+2
*
Autotest: Convert to Tr::tr
hjk
2022-08-01
1
-1
/
+0
*
qmljs: (QString -> Utils::FilePath)++
Fawzi Mohamed
2022-07-13
1
-6
/
+5
*
Merge remote-tracking branch 'origin/5.0'
Eike Ziller
2021-09-15
1
-1
/
+1
|
\
|
*
AutoTest: Silence soft assert
Christian Stenger
2021-09-15
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.0'
Eike Ziller
2021-09-13
1
-1
/
+9
|
\
|
|
*
AutoTest: Fix test tools handling for project settings
Christian Stenger
2021-09-07
1
-1
/
+9
*
|
Merge remote-tracking branch 'origin/5.0'
Eike Ziller
2021-09-07
1
-5
/
+3
|
\
|
|
*
AutoTest: Fix synchronizing test tools
Christian Stenger
2021-09-03
1
-5
/
+3
*
|
Merge CppTools into CppEditor
Christian Kandeler
2021-09-01
1
-5
/
+5
|
/
*
AutoTest: Prevent potential nullptr access
Christian Stenger
2021-08-06
1
-0
/
+2
*
AutoTest: Use Utils::FilePath for files and directories
Christian Stenger
2021-05-27
1
-6
/
+14
*
AutoTest: Fix checkstate evaluation
Christian Stenger
2021-05-10
1
-4
/
+5
*
AutoTest: Fix crash on closing a project
Christian Stenger
2021-04-26
1
-0
/
+2
*
Use qAsConst with non-const Qt containers in range-loops
Alessandro Portale
2021-02-17
1
-1
/
+1
*
AutoTest: Only expose ITestTreeItem in TestTreeModel's public methods
Bernhard Beschow
2021-02-12
1
-8
/
+8
*
AutoTest: Mark method as static
Bernhard Beschow
2021-02-12
1
-3
/
+3
*
AutoTest: Prefer ITestBase::type() to ITestBase::asTest*()
Bernhard Beschow
2021-02-09
1
-1
/
+1
*
AutoTest: Prefer ITestParser to ITestFramework in TestCodeParser
Bernhard Beschow
2021-02-08
1
-5
/
+6
*
AutoTest: Improve type safety in TestParseResult
Bernhard Beschow
2021-02-04
1
-2
/
+2
*
AutoTest: Fix invalid static_cast
Bernhard Beschow
2021-02-04
1
-1
/
+1
*
AutoTest: Fix some clazy warnings
Christian Stenger
2021-01-19
1
-0
/
+1
*
AutoTest: Simplify expression
Christian Stenger
2021-01-15
1
-3
/
+1
*
AutoTest: Handle test tools inside project settings
Christian Stenger
2021-01-15
1
-3
/
+16
*
AutoTest: Make code more symmetric
Bernhard Beschow
2021-01-07
1
-3
/
+3
*
AutoTest: Use more specific types for test tree model
Christian Stenger
2020-12-07
1
-46
/
+49
*
AutoTest: add ITestBase::type() for better readability
David Schulz
2020-11-30
1
-5
/
+5
[next]