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
/
classviewmanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ClassView: Use recent setup pattern
hjk
2025-01-13
1
-5
/
+6
*
Use convenience BaseTextEditor::currentEditor a bit more
hjk
2024-07-16
1
-2
/
+1
*
ClassView: Replace QSharedPointer with std::shared_ptr
Jarek Kobus
2024-02-01
1
-8
/
+8
*
ClassView: Move setup of Manager class closer to new pattern
hjk
2024-01-10
1
-0
/
+5
*
Clean up some lambdas
hjk
2023-12-12
1
-1
/
+1
*
Editor: Adjust remaining usages of BaseTextEditor:convertPosition
David Schulz
2023-05-30
1
-1
/
+1
*
ProjectExplorer: Move some not-fully-session related bits
hjk
2023-03-01
1
-5
/
+8
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
ClassView: Proliferate FilePath use
hjk
2022-12-14
1
-9
/
+7
*
CPlusPlus: Proliferate FilePath use
hjk
2022-11-22
1
-1
/
+1
*
ClassView: Remove unneeded includes
Jarek Kobus
2022-10-26
1
-8
/
+2
*
Various plugins: Limit the usage of qMakePair
Jarek Kobus
2022-09-30
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
EditorManager: Remove QString openEditor(At) overloads
Eike Ziller
2021-11-02
1
-1
/
+1
*
Merge CppTools into CppEditor
Christian Kandeler
2021-09-01
1
-7
/
+7
*
ClassView: Fix a possible crash on session switch
Jarek Kobus
2021-03-17
1
-21
/
+28
*
ClassView: Move delaying of update into the main thread
Jarek Kobus
2021-02-19
1
-43
/
+73
*
ClassView: Remove unused includes
Jarek Kobus
2021-02-17
1
-2
/
+0
*
ClassView: Delete Parser object from inside parser's thread
Jarek Kobus
2021-02-16
1
-19
/
+16
*
ClassView: Fix a crash when switching sessions
Jarek Kobus
2021-02-16
1
-2
/
+2
*
ClassView: Move the GUI related code out of Parser
Jarek Kobus
2021-02-16
1
-11
/
+54
*
ClassView: Stop the running timer in Parser thread on close
Jarek Kobus
2021-02-16
1
-0
/
+1
*
ClassView: Optimize operator== of internal data
Jarek Kobus
2021-02-16
1
-8
/
+6
*
ClassView: Remove redundant call to clearCache() before resetParser()
Jarek Kobus
2021-02-09
1
-3
/
+0
*
Simplify interface of classes in ClassViewPlugin
Jarek Kobus
2021-02-09
1
-15
/
+8
*
Simplify interface of classes in ClassViewPlugin
Jarek Kobus
2021-02-08
1
-196
/
+52
*
Core/Utils: Migrate further to Utils::Id
hjk
2020-07-06
1
-0
/
+1
*
ClassView: Dissolve the internal 'Utils' class
hjk
2019-11-18
1
-1
/
+1
*
Fix warning: "Missing emit keyword on signal call"
Alessandro Portale
2019-01-17
1
-1
/
+1
*
Merge remote-tracking branch 'origin/4.8'
Eike Ziller
2018-11-09
1
-2
/
+3
|
\
|
*
Utils: Adjust column numbers affected by convertPosition change
Ivan Donchevskii
2018-11-09
1
-2
/
+3
*
|
ClassView: Modernize
Alessandro Portale
2018-11-08
1
-6
/
+4
|
/
*
ClassView: Avoid mixing const and non-const iterators
Eike Ziller
2017-10-23
1
-2
/
+2
*
ClassView: Use Qt5-style connects
Orgad Shaneh
2016-05-30
1
-28
/
+30
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-18
/
+13
*
Clean exported headers of the Core plugin.
Friedemann Kleint
2015-03-05
1
-0
/
+1
*
CppTools: Remove assertions for CppModelManager::instance()
Orgad Shaneh
2015-02-17
1
-2
/
+1
*
Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'
Eike Ziller
2015-02-12
1
-6
/
+6
|
\
|
*
Update License
Eike Ziller
2015-01-16
1
-6
/
+6
*
|
C++: Remove unneeded qualifications
Orgad Shaneh
2015-02-04
1
-2
/
+2
*
|
Core: Use FileName for file path in IDocument
Orgad Shaneh
2015-01-12
1
-1
/
+1
|
/
*
ClassView: Simplify code
Eike Ziller
2014-10-22
1
-39
/
+22
*
Merge remote-tracking branch 'origin/3.2'
Eike Ziller
2014-10-14
1
-7
/
+8
|
\
|
*
License update
Eike Ziller
2014-10-09
1
-7
/
+8
*
|
TextEditor: More BaseText* -> Text* renamings
hjk
2014-09-26
1
-1
/
+1
*
|
CppTools: Change CppModelManager implementation pattern
hjk
2014-09-19
1
-3
/
+3
*
|
TextEditor: Merge ITextEditor and BaseTextEditor
hjk
2014-07-25
1
-2
/
+2
*
|
Core: Use some data members in NavigationWidgetFactory
hjk
2014-07-01
1
-15
/
+0
|
/
*
ClassView: improvements of performance for flat tree view
Przemyslaw Gorszkowski
2014-05-28
1
-2
/
+7
*
Incremented year in copyright info
Robert Loehning
2014-01-08
1
-1
/
+1
[next]