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
*
Internationalized "Refactor" menu item
Konstantin Tokarev
2010-12-10
1
-1
/
+1
*
Version bump.
con
2010-12-02
1
-4
/
+4
*
Plain text editor: Make sure user setting about folding markers is used
Leandro Melo
2010-11-10
1
-1
/
+0
*
Version bump.
con
2010-11-02
1
-4
/
+4
*
Prevent crash when closing Qt Creator while cdb session is running.
con
2010-10-20
1
-1
/
+2
*
Fixed jumping internally-defined symbols ("<configuration>" file).
Erik Verbruggen
2010-10-19
1
-1
/
+1
*
Wizards: Remove settings buttons.
Friedemann Kleint
2010-10-19
2
-19
/
+1
*
C++ editor: Fix performance problem when using the mouse to find links.
Christian Kamm
2010-10-11
1
-3
/
+3
*
version bump: 2.0.92 -> 2.0.93
hjk
2010-10-08
1
-4
/
+4
*
C++: disable definition generation for pure virtual methods.
Erik Verbruggen
2010-10-08
1
-1
/
+4
*
C++: fixed translatable quick-fix strings.
Erik Verbruggen
2010-10-08
2
-5
/
+5
*
C++ Editor: check for method existing decl/def when inserting new ones.
Erik Verbruggen
2010-10-08
1
-45
/
+46
*
C++ Editor: prevent insertion of method definitions in header files.
Erik Verbruggen
2010-10-08
1
-1
/
+1
*
C++ Editor: only show quickfix to insert a public declaration.
Erik Verbruggen
2010-10-08
1
-25
/
+25
*
version bump: 2.0.91 -> 2.0.92
v2.1.0-beta
hjk
2010-10-07
1
-4
/
+4
*
Fix crash related to 'add definition from declaration' quickfix.
Christian Kamm
2010-10-07
1
-2
/
+4
*
L10n: tr()-Fixes
Friedemann Kleint
2010-10-05
1
-4
/
+4
*
Help: All candidates (considering name qualification) are already in the list.
Leandro Melo
2010-10-01
1
-19
/
+1
*
Tooltips: Do not show -qtnamespace (if any) in the tips.
Leandro Melo
2010-10-01
2
-19
/
+39
*
Help: Fix help ids for qt built with namespaces.
Leandro Melo
2010-09-30
1
-4
/
+11
*
Fixed compile on case-sensitive file systems
Thorbjørn Lindeijer
2010-09-30
1
-1
/
+1
*
C++: added quickfix to insert a method definition.
Erik Verbruggen
2010-09-30
8
-483
/
+83
*
CppEditor.mimetypes.xml: add #if and #include magic
hjk
2010-09-30
1
-1
/
+3
*
CppEditor.mimetypes: increase range in which the magic #ifndef
hjk
2010-09-30
1
-2
/
+3
*
Disabled the semantic highlighter when using Qt 4.7.0.
Roberto Raggi
2010-09-29
1
-1
/
+5
*
CPPEditor: Fixed invalid location in refactoring action.
Erik Verbruggen
2010-09-29
1
-1
/
+3
*
Debugger: Handle synchronous startup fail (Windows).
Friedemann Kleint
2010-09-29
1
-0
/
+2
*
C++: make InsertionPointLocator ready for re-use.
Erik Verbruggen
2010-09-27
2
-27
/
+217
*
C++: Disabled CompleteSwitchCaseStatement: needs bugfixing.
Erik Verbruggen
2010-09-27
1
-1
/
+10
*
version bump 2.0.90 -> 2.0.91
hjk
2010-09-27
1
-4
/
+4
*
Removed unused pngs.
Leandro Melo
2010-09-24
3
-2
/
+0
*
Tooltips and help ids: Fix for templates.
Leandro Melo
2010-09-24
2
-0
/
+43
*
C++ Editor: fixed cursor positioning after quickfix action.
Erik Verbruggen
2010-09-24
1
-1
/
+3
*
Tooltips: Make sure tooltip is escaped (for rich text) when appending html.
Leandro Melo
2010-09-23
1
-2
/
+4
*
C++ editor: Make code a bit better in the C++ element evaluator.
Leandro Melo
2010-09-22
1
-15
/
+8
*
Tooltips and help ids: Look for qualified names first.
Leandro Melo
2010-09-22
1
-1
/
+1
*
C++: only activate insert-declaration quickfix only on the declaration-id.
Erik Verbruggen
2010-09-22
1
-5
/
+17
*
QML: brought context menu in sync with C++ editor.
Erik Verbruggen
2010-09-16
1
-4
/
+3
*
Header cleanup in coreplugin, part 1
Friedemann Kleint
2010-09-16
1
-0
/
+1
*
C++: shortened quick-fix descriptions.
Erik Verbruggen
2010-09-15
1
-1
/
+1
*
C++ Editor: Moved refactoring actions into sub-menu.
Erik Verbruggen
2010-09-15
3
-17
/
+36
*
C++ indenter: Separate indent into logical indent and padding.
Christian Kamm
2010-09-13
2
-6
/
+16
*
coreplugin: use Core::Id is some places
hjk
2010-09-10
1
-3
/
+3
*
Search for possible types in the template arguments.
Roberto Raggi
2010-09-09
1
-0
/
+3
*
C++: fixed completion in braceless statements following a control statement.
Erik Verbruggen
2010-09-09
1
-4
/
+3
*
C++: Renamed cppdeclfromdef.{cpp,h} to cppinsertdecldef.{cpp,h}
Erik Verbruggen
2010-09-09
5
-11
/
+7
*
Navigation Widget: add 'Priority' support
Denis Mingulov
2010-09-09
3
-0
/
+7
*
Do not force a specific editor for a file created from a wizard.
Leandro Melo
2010-09-08
2
-4
/
+0
*
C++: Only reindent on electric characters if indent wasn't user-changed.
Christian Kamm
2010-09-08
1
-1
/
+9
*
Keep the locator database in sync with the current snapshot.
Roberto Raggi
2010-09-06
1
-0
/
+9
[next]