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
*
C++ editor: Put the changes for indenting a selection in an edit block.
Christian Kamm
2010-07-06
1
-0
/
+3
*
C++ editor: Use the new indenter to make indenting selections fast.
Christian Kamm
2010-07-06
2
-6
/
+36
*
Compress the usages.
Roberto Raggi
2010-07-06
2
-2
/
+19
*
C++ indenter: Require explicit state update requests.
Christian Kamm
2010-07-06
1
-0
/
+1
*
Cut off the forward navigation history to avoid messing it up.
con
2010-07-06
1
-0
/
+1
*
Improve translation quickfix
Tobias Hunger
2010-07-06
1
-55
/
+56
*
Moved the semantic highlighter in a QFuture.
Roberto Raggi
2010-07-06
6
-99
/
+165
*
Use the correct scope name when inserting QCoreApplication::translate().
Roberto Raggi
2010-07-06
1
-25
/
+14
*
Fix autotests so that they're compiling again.
Bill King
2010-07-06
1
-2
/
+3
*
Get rid of CheckUndefinedSymbol::Use.
Roberto Raggi
2010-07-05
2
-12
/
+5
*
Moved SemanticInfo in its own file.
Roberto Raggi
2010-07-05
4
-35
/
+118
*
Moved CheckUndefinedSymbols to the cpptools plug-in.
Roberto Raggi
2010-07-05
4
-3
/
+639
*
C++: Use the new indenter.
Christian Kamm
2010-07-05
2
-80
/
+34
*
Fixed: "Follow symbol" on constructor or destructor always jumps to class def...
Roberto Raggi
2010-07-05
1
-1
/
+14
*
Check for possible 0x0 access.
Roberto Raggi
2010-07-05
1
-1
/
+1
*
Quick fixes converting between hex, octal, and decimal integer literals.
con
2010-07-05
1
-0
/
+184
*
Add QDeclarativeItem as base class for NewClassWidget.
Friedemann Kleint
2010-07-05
1
-1
/
+9
*
translation quickfix
Tobias Hunger
2010-07-05
1
-0
/
+136
*
Removed FindScope in favour of the Document::scopeAt method.
Erik Verbruggen
2010-07-02
1
-75
/
+6
*
Removing SimpleToken
Erik Verbruggen
2010-07-02
2
-41
/
+41
*
Removed the TokenCache.
Erik Verbruggen
2010-07-02
4
-23
/
+10
*
Add "wrap in QLatin1Char" quick fix.
con
2010-07-01
1
-15
/
+31
*
Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline
con
2010-06-30
1
-1
/
+4
|
\
|
*
C++: Fix range(tokenIndex) function in CppQuickFixOperation.
Christian Kamm
2010-06-30
1
-1
/
+4
*
|
Merge remote branch 'origin/2.0'
con
2010-06-30
1
-3
/
+5
|
\
\
|
|
/
|
/
|
|
*
Fixed unwanted line breaks in tool tips.
Robert Loehning
2010-06-25
1
-3
/
+5
*
|
Core::Context: fix documentation, remove an unused variable
hjk
2010-06-29
1
-1
/
+0
*
|
Core::Context: remove special handling of C_GLOBAL_ID/C_GLOBAL
hjk
2010-06-28
1
-1
/
+1
*
|
remove unneeded #includes
hjk
2010-06-25
1
-1
/
+0
*
|
Core::Context: compile hot fix for Windows.
hjk
2010-06-25
2
-6
/
+4
*
|
core: use a class derived from QList<int> instead of a QList<int> for Core::C...
hjk
2010-06-25
3
-11
/
+9
*
|
Disambiguate the second logical test.
Bill King
2010-06-25
1
-1
/
+1
*
|
Get rid of PostfixExpressionAST and store the base expression together with t...
Roberto Raggi
2010-06-23
2
-62
/
+43
*
|
Created methods for semantic selection creation.
Erik Verbruggen
2010-06-23
1
-77
/
+71
*
|
Introduced IQuickFixFactory.
Roberto Raggi
2010-06-22
3
-3
/
+29
*
|
Move using declarations.
Roberto Raggi
2010-06-22
1
-3
/
+2
*
|
Store the time stamp if necessary.
Roberto Raggi
2010-06-22
2
-4
/
+16
*
|
Renamed CppRefactoringChanges::parsedDocumentForFile().
Roberto Raggi
2010-06-22
3
-18
/
+14
*
|
Generalized the changeset operations.
Roberto Raggi
2010-06-22
2
-138
/
+44
*
|
Removed CppQuickFixOperation::cppRefactoringChanges().
Roberto Raggi
2010-06-22
2
-27
/
+23
*
|
Moved CppRefactoringChanges.
Roberto Raggi
2010-06-22
5
-8
/
+150
*
|
Added ObjC keyword highlighting in the semantic pass.
Erik Verbruggen
2010-06-18
2
-1
/
+155
*
|
C++: Make 'follow symbol' work with forward declared classes.
Christian Kamm
2010-06-16
1
-0
/
+4
*
|
Merge branch '2.0'
Thorbjørn Lindeijer
2010-06-15
2
-1
/
+33
|
\
\
|
|
/
|
*
Avoid triggering indent for electric characters in comments and strings
Thorbjørn Lindeijer
2010-06-15
2
-1
/
+34
|
*
Fixed handling of text wrapping and a text layout corner case
Thorbjørn Lindeijer
2010-06-15
1
-1
/
+1
*
|
Merge branch 'origin/2.0' (early part)
Erik Verbruggen
2010-06-15
2
-4
/
+4
|
\
\
|
|
/
|
*
Don't pass QChar as const & since it's just a unsigned short
Thorbjørn Lindeijer
2010-06-14
2
-4
/
+4
|
*
Version update to match the planned version naming.
con
2010-06-11
1
-4
/
+4
*
|
Removed implicit change set and related utility methods.
Erik Verbruggen
2010-06-14
2
-108
/
+195
[next]