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
/
classview
/
classviewparser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CppEditor: Make a few CppModelManager functions static
hjk
2023-07-12
1
-3
/
+3
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
CPlusPlus: Proliferate FilePath use
hjk
2022-11-22
1
-3
/
+2
*
ClassView: Remove unneeded includes
Jarek Kobus
2022-10-26
1
-8
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
Merge CppTools into CppEditor
Christian Kandeler
2021-09-01
1
-4
/
+4
*
ClassView: Don't use explicit Utils scope
Jarek Kobus
2021-03-18
1
-2
/
+2
*
ClassView: Fix a possible crash on session switch
Jarek Kobus
2021-03-17
1
-115
/
+82
*
ClassView: Move delaying of update into the main thread
Jarek Kobus
2021-02-19
1
-27
/
+11
*
ClassView: Reparse the tree when files are removed
Jarek Kobus
2021-02-19
1
-0
/
+1
*
ClassView: Remove unused includes
Jarek Kobus
2021-02-17
1
-3
/
+0
*
ClassView: Delete Parser object from inside parser's thread
Jarek Kobus
2021-02-16
1
-8
/
+1
*
ClassView: Use only const pointers to ParserTreeItems
Jarek Kobus
2021-02-16
1
-10
/
+10
*
ClassView: Fix a crash when switching sessions
Jarek Kobus
2021-02-16
1
-4
/
+1
*
ClassView: Move the GUI related code out of Parser
Jarek Kobus
2021-02-16
1
-88
/
+1
*
ClassView: Stop the running timer in Parser thread on close
Jarek Kobus
2021-02-16
1
-2
/
+8
*
ClassView: Optimize operator== of internal data
Jarek Kobus
2021-02-16
1
-0
/
+1
*
ClassView: Minimize the mutating API of ParserTreeItem
Jarek Kobus
2021-02-16
1
-127
/
+39
*
ClassView: Get rid of project and document mutexes
Jarek Kobus
2021-02-16
1
-27
/
+8
*
ClassView: Don't lock the mutex while parsing
Jarek Kobus
2021-02-16
1
-9
/
+10
*
ClassView: Clear the documentCache, too, when reset was requested
Jarek Kobus
2021-02-16
1
-5
/
+3
*
ClassView: Consolidate document caches into one
Jarek Kobus
2021-02-16
1
-62
/
+35
*
ClassView: Consolidate project caches into one
Jarek Kobus
2021-02-15
1
-51
/
+30
*
ClassView: don't clear project's file list cache when files removed
Jarek Kobus
2021-02-12
1
-2
/
+4
*
Remove a code for Subprojects mode
Jarek Kobus
2021-02-11
1
-41
/
+2
*
ClassView: Remove redundant call to clearCache() before resetParser()
Jarek Kobus
2021-02-09
1
-1
/
+1
*
Simplify interface of classes in ClassViewPlugin
Jarek Kobus
2021-02-08
1
-56
/
+3
*
Make Class View interactive again
Jarek Kobus
2021-02-04
1
-1
/
+4
*
Utils: Rename FilePathList to simply FilePaths
hjk
2019-12-18
1
-1
/
+1
*
ClassView: Dissolve the internal 'Utils' class
hjk
2019-11-18
1
-6
/
+7
*
Project: Remove Project::document() method
Tobias Hunger
2019-08-19
1
-3
/
+1
*
Remove more deprecation warnings
hjk
2019-07-05
1
-1
/
+2
*
More Utils::toSet/toList
hjk
2019-07-04
1
-2
/
+1
*
Utils: Rename FileName to FilePath
hjk
2019-05-28
1
-4
/
+4
*
Merge remote-tracking branch 'origin/4.8'
Eike Ziller
2018-11-09
1
-2
/
+2
|
\
|
*
Utils: Adjust column numbers affected by convertPosition change
Ivan Donchevskii
2018-11-09
1
-2
/
+2
*
|
ClassView: Modernize
Alessandro Portale
2018-11-08
1
-5
/
+2
|
/
*
Project: Make Project::files return a FileNameList
Tobias Hunger
2017-12-08
1
-4
/
+6
*
ClassView: WS-only change
Tobias Hunger
2017-04-06
1
-1
/
+1
*
ClassView: Adapt to ProjectTree changes
Tobias Hunger
2017-04-06
1
-60
/
+20
*
ClassView: Make Internal::ParserPrivate::timer a real member
hjk
2017-04-06
1
-10
/
+6
*
SessionManager: Clean up methods around projects
Tim Jenssen
2017-03-02
1
-8
/
+3
*
Use isEmpty() vs "count() == 0"
Montel Laurent
2017-02-22
1
-1
/
+1
*
ClassView: Use visitor-by-lambda
hjk
2017-02-15
1
-33
/
+24
*
ProjectExplorer: Make naming of methods on Nodes more consistent
Tobias Hunger
2016-11-10
1
-3
/
+3
*
ProjectExplorer: Shorten NodeType enum
Tobias Hunger
2016-11-03
1
-1
/
+1
*
ClassView: Use Qt5-style connects
Orgad Shaneh
2016-05-30
1
-1
/
+1
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-18
/
+13
*
Rename Project::ExcludeGeneratedFiles
Ulf Hermann
2016-01-13
1
-1
/
+1
*
ProjectNode: Rename path() to filePath()
Tobias Hunger
2015-11-03
1
-7
/
+7
[next]