index
:
delta/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
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
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
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/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/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
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
cppeditor
/
cppquickfix_test.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CppEditor: Add quickfix for creating a member function from use
Christian Kandeler
2023-05-16
1
-0
/
+116
*
CppEditor: Add quickfix adding a member declaration from assignment
Christian Kandeler
2023-05-03
1
-2
/
+119
*
CppEditor: Merge two factories
Christian Kandeler
2023-04-26
1
-2
/
+2
*
C++ editor: Make generated Q_PROPERTYs FINAL by default
Ulf Hermann
2023-04-20
1
-11
/
+11
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
CPlusPlus: Do not try to qualify the names of template parameters
Christian Kandeler
2022-12-01
1
-0
/
+22
*
CppEditor: Another name minimalization fix
Christian Kandeler
2022-12-01
1
-0
/
+33
*
CPlusPlus: Proliferate FilePath use
hjk
2022-11-22
1
-2
/
+3
*
QuickFix: Fix generate function definition with unsigned type
Artem Sokolovskii
2022-11-10
1
-0
/
+89
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-9
/
+9
*
CppEditor: Make value vs const ref return type configurable
Christian Kandeler
2022-09-19
1
-0
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
CppQuickFixes: Add "auto" as local declaration incase cxx11
Artem Sokolovskii
2022-06-16
1
-0
/
+10
*
CppEditor: Use "auto" in AssignToLocalVariableOperation
Christian Kandeler
2022-05-16
1
-7
/
+7
*
CppEditor: Remove foreach / Q_FOREACH usage part 2
Artem Sokolovskii
2022-05-09
1
-9
/
+9
*
CppEditor: Do not crash on anonymous classes
Christian Stenger
2022-04-11
1
-0
/
+52
*
CppEditor: Properly handle function types as template arguments
Christian Kandeler
2022-04-07
1
-0
/
+37
*
CppEditor: Ensure a space between ref qualifier and exception spec
Christian Kandeler
2022-04-05
1
-1
/
+1
*
CppEditor: Use trailing return type when moving function definition
Christian Kandeler
2022-04-05
1
-1
/
+1
*
CppEditor: Fix "move function definition"
Christian Kandeler
2022-04-05
1
-0
/
+35
*
CPlusPlus: Fix "Find references"
Christian Kandeler
2021-11-09
1
-0
/
+1
*
CppEditor: Fix "insert def from decl" for template return types
Christian Kandeler
2021-10-27
1
-0
/
+37
*
CppEditor: Mark generated setter as slot only for QObject-derived class
Christian Kandeler
2021-10-22
1
-9
/
+18
*
CppEditor: Fix "decl from def" quickfix with templated return type
Christian Kandeler
2021-09-14
1
-1
/
+23
*
CppEditor: Merge the four TestDocument classes
Christian Kandeler
2021-09-08
1
-302
/
+259
*
Merge remote-tracking branch 'origin/5.0'
Eike Ziller
2021-09-07
1
-8
/
+8
|
\
|
*
CppEditor: Fix space issue for auto generated Q_PROPERTY
Artem Sokolovskii
2021-09-03
1
-5
/
+5
|
*
CppEditor: Add property name to the generated signal
Artem Sokolovskii
2021-09-02
1
-4
/
+4
*
|
CppEditor: Un-export some classes
Christian Kandeler
2021-09-06
1
-1
/
+1
*
|
CppEditor: Remove class CppEditor
Christian Kandeler
2021-09-03
1
-1
/
+0
*
|
Merge CppTools into CppEditor
Christian Kandeler
2021-09-01
1
-11
/
+11
*
|
Add convenience functions for creating ProjectExplorer::HeaderPaths
Christian Kandeler
2021-08-30
1
-5
/
+3
*
|
CppTools/CppEditor: Rename the TestDocument classes
Christian Kandeler
2021-08-30
1
-1
/
+1
*
|
CppEditor: Use test objects to group related test functions
Christian Kandeler
2021-08-27
1
-128
/
+143
*
|
CppEditor: Fix "insert definition" for templates with value parameters
Christian Kandeler
2021-08-17
1
-0
/
+21
|
/
*
CppEditor: Do not produce invalid code when escaping string literals
Christian Kandeler
2021-08-02
1
-0
/
+22
*
CppEditor: Fix switch statement completion
Christian Kandeler
2021-07-29
1
-0
/
+28
*
CppEditor: Fix moving function definition out of specialized class
Christian Kandeler
2021-07-29
1
-0
/
+27
*
CppEditor: Tweak test infrastructure
Christian Kandeler
2021-06-02
1
-2
/
+2
*
Remove the inline keyword when moving implementation to cpp
Andy Shaw
2021-04-27
1
-5
/
+85
*
CppEditor: Fix "Add Definition" quickfix for function parameters
Christian Kandeler
2021-04-09
1
-2
/
+2
*
CPlusPlus: Improve type name minimization
Christian Kandeler
2021-02-22
1
-0
/
+62
*
CppEditor: Default to .cpp for QuickFix creation of 1-line setter/getter
Alessandro Portale
2021-02-11
1
-20
/
+28
*
CplusPlus: Fix minimal name construction
Christian Kandeler
2021-02-09
1
-0
/
+26
*
CppEditor: Do not add redundant access specifier
Christian Kandeler
2021-02-08
1
-1
/
+4
*
CppEditor: Add Base Class Support for Generate Constructor QuickFix
Leander Schulten
2021-02-04
1
-0
/
+69
*
CppEditor: Make "Complete switch statement" quickfix more visible
Christian Kandeler
2021-02-04
1
-0
/
+26
*
CplusPlus: Fix minimal name construction
Christian Kandeler
2021-01-29
1
-3
/
+2
*
CPlusPlus: Revert name minimization fix
Christian Kandeler
2021-01-29
1
-1
/
+29
*
CplusPlus: Fix minimal name construction
Christian Kandeler
2021-01-28
1
-0
/
+35
[next]