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
Commit message (
Expand
)
Author
Age
Files
Lines
*
CppEditor: Rename VirtualFunctionsAssistProcessor
Nikolai Kosjar
2014-09-23
1
-3
/
+3
*
CppEditor: Fix leaking AssistInterface
Nikolai Kosjar
2014-09-23
1
-1
/
+3
*
CppEditor: Fix size policy in CppIncludeHierarchyWidget
Nikolai Kosjar
2014-09-22
1
-0
/
+1
*
CppEditor: Fix leaking ClassItem
Nikolai Kosjar
2014-09-22
1
-1
/
+4
*
CppEditor: Tests: Fix leaking IAssistProcessor and IAssistProposal
Nikolai Kosjar
2014-09-22
1
-5
/
+10
*
TextEditor: Wiggle codeassist setup
hjk
2014-09-22
1
-8
/
+4
*
CppTools: Change CppModelManager implementation pattern
hjk
2014-09-19
18
-32
/
+32
*
C++: Show virtual functions menu only if resolving was requested
Nikolai Kosjar
2014-09-19
1
-25
/
+25
*
CppTools: Move DependencyTable to Snapshot
hjk
2014-09-19
1
-4
/
+1
*
CPlusPlus: Simplify MatchingText interface
hjk
2014-09-17
1
-4
/
+2
*
CppEditor: Simplify CppAutoCompleter header
hjk
2014-09-17
2
-56
/
+44
*
C++: remove C/C++ distinction from ProjectPart fields.
Erik Verbruggen
2014-09-16
1
-6
/
+4
*
C++: Move preprocessor settings handling to the document.
Erik Verbruggen
2014-09-16
5
-37
/
+52
*
TextEditor: Move some hover handler operation from Editor to Widget
hjk
2014-09-10
2
-33
/
+28
*
TextEditor: Merge some "assist" related classes
hjk
2014-09-09
7
-29
/
+30
*
CppEditor: Denoise cppfunctiondecldeflink.cpp
hjk
2014-09-09
1
-26
/
+28
*
CppEditor: Fix local renaming
Nikolai Kosjar
2014-09-09
2
-2
/
+2
*
TextEditor: Move base of operation from Editor to *Widget
hjk
2014-09-08
2
-2
/
+2
*
CppEditor: Re-add check for editor existence in updateFunctionDeclDefLink
hjk
2014-09-08
1
-1
/
+2
*
CppEditor: Clean up CppUseSelectionsUpdater
Nikolai Kosjar
2014-09-08
2
-4
/
+6
*
C++: set the document field in the synchronous case.
Erik Verbruggen
2014-09-08
1
-0
/
+5
*
C++: Change QStringList to QSet<QString> to prevent conversions.
Erik Verbruggen
2014-09-04
3
-3
/
+3
*
Replace QLatin1String("x") with QLatin1Char('x') where possible
Kai Koehne
2014-09-04
1
-2
/
+2
*
CppEditor: Remove unused Project parameter
hjk
2014-09-04
1
-1
/
+0
*
CppEditor: de-noise
hjk
2014-09-04
1
-45
/
+36
*
TextEditor: Reset mimetype after open() in all BaseTextEditors
hjk
2014-09-04
2
-12
/
+0
*
Merge remote-tracking branch 'origin/3.2'
Eike Ziller
2014-09-03
2
-4
/
+10
|
\
|
*
C++: add env. var. to disable decl/def link tracking.
Erik Verbruggen
2014-08-29
1
-0
/
+4
|
*
C++: set the objectName of QTimers.
Erik Verbruggen
2014-08-29
2
-6
/
+13
*
|
CppEditor: Don't set TextEditor context twice
hjk
2014-09-03
1
-2
/
+1
*
|
TextEditor: Flip default to 'duplicatedSupported'
hjk
2014-09-03
1
-1
/
+0
*
|
TextEditor: Move CompletionAssistProvider to *Widget
hjk
2014-09-03
2
-6
/
+9
*
|
Editors: Automatically add editor/document id to context and use that
Eike Ziller
2014-09-02
3
-5
/
+2
*
|
ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec files
Eike Ziller
2014-09-02
2
-17
/
+19
*
|
TextEditor: Introduce a *Widget::activateEditor signal
hjk
2014-09-02
1
-1
/
+1
*
|
TextEditor: Move comment definitions back to *Widget
hjk
2014-09-02
2
-1
/
+1
*
|
CppEditor: Replace two editor() self-checks with direct checks
hjk
2014-09-02
1
-2
/
+2
*
|
CppTools: Provide the editor snapshot for SemanticInfoUpdater
Nikolai Kosjar
2014-08-29
2
-5
/
+3
*
|
CppEditor: Compare semantic info revision in CppUseSelectionsUpdater
Nikolai Kosjar
2014-08-29
1
-1
/
+4
*
|
CppEditor: Make local renaming more robust again
Nikolai Kosjar
2014-08-29
4
-65
/
+83
*
|
Do not use deprecated Qt functionality.
Christian Kandeler
2014-08-29
1
-1
/
+1
*
|
{Cpp,Text}Editor: Fix duplicating CppEditorWidget
Nikolai Kosjar
2014-08-29
2
-7
/
+15
*
|
C++: introduce the unique ProjectPart::id()
Erik Verbruggen
2014-08-28
2
-9
/
+10
*
|
Cpp{Editor,Tools}: Remove some Qt4-only code
Nikolai Kosjar
2014-08-28
1
-8
/
+1
*
|
TextEditor: Remove some *Widget::createEditor implementation
hjk
2014-08-28
2
-6
/
+0
*
|
CppEditor: Compile fix for clang after renaming
hjk
2014-08-28
4
-56
/
+73
*
|
CppEditor: Convert to new construction scheme
hjk
2014-08-27
4
-86
/
+50
*
|
CppEditor: Rename CPPEditor{,Document} to CppEditor{,Document}
hjk
2014-08-27
20
-131
/
+157
*
|
ExtensionSystem: Remove Qt4 support
Eike Ziller
2014-08-27
1
-2
/
+0
*
|
Unslot onRefactorMarkerClicked
Orgad Shaneh
2014-08-26
1
-1
/
+2
[next]