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
18.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/4.8.0
qds/4.8.1
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
/
cppeditor
/
cppfunctiondecldeflink.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use QString::size() instead QString::length()
hjk
2025-11-13
1
-3
/
+3
*
TaskTree: Switch to qt-ified QtTaskTree
Jarek Kobus
2025-10-31
1
-1
/
+1
*
CppEditor: Do not mis-detect parameter removal as parameter switch
Christian Kandeler
2025-10-15
1
-1
/
+1
*
CppEditor: Use TaskTree for findLinkHelper()
Jarek Kobus
2025-08-19
1
-26
/
+24
*
CppEditor: remove some positionInText calls
David Schulz
2025-06-24
1
-4
/
+2
*
CppEditor: Add special implementation for "apply signature changes"
Christian Kandeler
2024-11-04
1
-3
/
+25
*
CppEditor: Enable formatting for "apply signature changes" action
Christian Kandeler
2024-10-29
1
-1
/
+6
*
CppEditor: Do not remove newlines in "apply signature changes"
Christian Kandeler
2024-10-29
1
-2
/
+6
*
TextEditor: Add a convenience overload for RefactoringFile::apply()
Christian Kandeler
2024-05-24
1
-3
/
+1
*
Remove PluginManager::futureSynchronizer()
Eike Ziller
2024-05-21
1
-3
/
+1
*
CppEditor: Add quickfixes/ subdirectory
Christian Kandeler
2024-05-15
1
-1
/
+1
*
FunctionDeclDefLinkFinder: Ensure the old futures are synchronized
Jarek Kobus
2024-02-23
1
-2
/
+7
*
FunctionDeclDefLinkFinder: Don't delete the watcher from its signal handler
Jarek Kobus
2024-02-23
1
-6
/
+5
*
CppEditor: Do not access document manager when gathering local symbols
Christian Kandeler
2024-02-20
1
-1
/
+1
*
LookupContext: Replace QSharedPointer with std::shared_ptr
Jarek Kobus
2024-02-06
1
-2
/
+2
*
FunctionDeclDefLinkFinder: Replace QSharedPointer with std::shared_ptr
Jarek Kobus
2024-02-05
1
-6
/
+6
*
Merge remote-tracking branch 'origin/12.0'
Eike Ziller
2024-01-19
1
-0
/
+2
|
\
|
*
CppEditor: Do not look for unnamed function parameters in comments
Christian Kandeler
2024-01-18
1
-0
/
+2
*
|
TextEditor: Make RefactoringChanges::file() virtual
Christian Kandeler
2023-11-17
1
-2
/
+2
|
/
*
CppEditor: Consider parameter comments in "apply changes to decl/def"
Christian Kandeler
2023-09-04
1
-0
/
+38
*
TextEditor: optimize setting refactor markers
David Schulz
2023-06-13
1
-5
/
+3
*
Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}
Jarek Kobus
2023-05-03
1
-1
/
+1
*
CppEditor: Use QtConcurrent invocation for async run
Jarek Kobus
2023-03-09
1
-2
/
+2
*
CppEditor: Convert to Tr::tr
Alessandro Portale
2023-01-12
1
-3
/
+4
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
CppEditor: FilePathify some of the refactoring operations
hjk
2022-12-16
1
-4
/
+1
*
CppEditor: Proliferate FilePath use
hjk
2022-11-24
1
-1
/
+1
*
CPlusPlus: Proliferate FilePath use
hjk
2022-11-22
1
-2
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
CPlusPlus: Inline more simple Type related functions
hjk
2022-06-28
1
-1
/
+1
*
CppEditor: Remove foreach / Q_FOREACH usage part 2
Artem Sokolovskii
2022-05-09
1
-1
/
+1
*
Merge CppTools into CppEditor
Christian Kandeler
2021-09-01
1
-8
/
+7
*
TextEditor: filepathify RefactoringChanges
David Schulz
2021-06-08
1
-3
/
+5
*
CppEditor: Do not omit template types
Christian Kandeler
2020-11-05
1
-0
/
+1
*
CppEditor: Do not omit the function return type
Christian Kandeler
2020-08-10
1
-0
/
+1
*
CPlusPlus: Do not ignore namespaces
Christian Kandeler
2020-07-20
1
-2
/
+2
*
CppEditor:CppTools: Replace QRegExp by QRegularExpression
Christian Stenger
2020-07-13
1
-5
/
+5
*
CppEditor: Fix operator refactoring
Christian Kandeler
2020-06-10
1
-1
/
+24
*
C++: fix built-in code model to work with shared_ptr on MSVC 2017
Volodymyr Zibarov
2020-05-29
1
-0
/
+1
*
CppEditor: Detect changes in a function's exception specification
Christian Kandeler
2020-05-28
1
-0
/
+24
*
CppEditor: Simplify
Nikolai Kosjar
2019-11-01
1
-3
/
+1
*
Compile fix with recent Qt dev
hjk
2019-07-29
1
-3
/
+2
*
CppEditor: Modernize
Nikolai Kosjar
2019-02-08
1
-21
/
+19
*
TextEditor: Use callback in refactoring markers
David Schulz
2019-01-25
1
-13
/
+10
*
CppEditor: split CppEditor and CppEditorWidget
Ivan Donchevskii
2017-09-12
1
-1
/
+1
*
CppEditor: Fix uninitialized value warnings
Nikolai Kosjar
2017-06-01
1
-11
/
+0
*
QRegExp include cleanup
Samuel Gaist
2017-03-13
1
-0
/
+1
*
CppEditor: Use Qt5-style connects
Orgad Shaneh
2016-05-30
1
-1
/
+1
*
CppTools/Editor: Use Utils::runAsync
Eike Ziller
2016-02-15
1
-2
/
+2
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-17
/
+12
[next]