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
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/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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ProjectExplorer: Add convenience overload to TaskHub
Christian Kandeler
6 days
1
-1
/
+1
*
Utils: make Text::positionInText column 0-based
David Schulz
6 days
5
-8
/
+7
*
CppEditor: Simplify EscapeStringLiteralOperation
hjk
7 days
1
-4
/
+2
*
CppEditor: remove some positionInText calls
David Schulz
7 days
2
-14
/
+6
*
CPlusPlus: Save a few cycles in Client::isInjectedFile()
hjk
7 days
2
-3
/
+3
*
CppEditor: simplify usages of OutlineModel::indexForPosition
David Schulz
8 days
4
-18
/
+10
*
Utils: Use TextEncoding instead of TextCodec TextFileFormat::readFile*()
hjk
11 days
4
-5
/
+5
*
CppEditor: Consider comments in SynchronizeMemberFunctionOrder quickfix
Christian Kandeler
11 days
5
-6
/
+29
*
Close existing function hints
Christian Kandeler
11 days
3
-3
/
+22
*
CppEditor: use Text::Range::contains in outline
David Schulz
2025-06-17
1
-12
/
+1
*
CppEditor: Add "Remove braces" quickfix for control statements
Christian Kandeler
2025-06-16
38
-12
/
+426
*
CppEditor: replace OutlineModel::Range with Utils::Text::Range
David Schulz
2025-06-13
2
-12
/
+9
*
CppEditor: Add another exception for using toolchain defines
Christian Kandeler
2025-06-12
1
-0
/
+3
*
CppEditor: Remove a use of FilePath::toUrlishString
hjk
2025-06-11
1
-2
/
+1
*
CppEditor: remove CppEditorWidget::setIfdefedOutBlocks
David Schulz
2025-06-05
4
-28
/
+8
*
CppEditor: export CppEditorDocument
David Schulz
2025-06-05
4
-14
/
+14
*
Merge remote-tracking branch 'origin/17.0'
Eike Ziller
2025-06-04
1
-2
/
+7
|
\
|
*
CppEditor: Extend hack for finding out the active argument
Christian Kandeler
2025-06-02
1
-2
/
+7
*
|
CppEditor: Fix typo in function name
Orgad Shaneh
2025-06-03
3
-3
/
+3
*
|
CppEditor: fix build witout tests
David Schulz
2025-06-02
1
-0
/
+4
*
|
CppEditor: Pimpl CppEditorDocument
David Schulz
2025-06-02
5
-173
/
+228
*
|
ClangFormat: add code for previewing AlignAfterOpenBracket values
Mitch Curtis
2025-05-27
1
-0
/
+6
*
|
CppEditor: return all editor widgets for a given document
David Schulz
2025-05-26
3
-12
/
+15
*
|
CppEditor: Do not "clean" whitespace from raw string literals
Christian Kandeler
2025-05-22
2
-0
/
+27
*
|
CppEditor: FilePathify ProjectPartChooser
David Schulz
2025-05-21
6
-19
/
+22
*
|
CppEditor: FilePathify documents container in CppModelManagerPrivate
David Schulz
2025-05-21
3
-8
/
+8
*
|
CppEditor: Let users add a file to a project from warning message
Christian Kandeler
2025-05-19
2
-4
/
+56
*
|
Merge remote-tracking branch 'origin/17.0'
Eike Ziller
2025-05-19
3
-5
/
+7
|
\
|
|
*
Various UI text fixes
Eike Ziller
2025-05-14
3
-5
/
+7
*
|
CppEditor: Remove direct use of QTextCodec and QTextEncoder
hjk
2025-05-19
1
-5
/
+5
*
|
Some QTextCodec related cleanups
hjk
2025-05-19
1
-4
/
+0
*
|
Utils: Introduce a Utils::TextCodec class
hjk
2025-05-14
4
-4
/
+6
*
|
Merge "Merge remote-tracking branch 'origin/17.0'"
The Qt Project
2025-05-13
1
-1
/
+1
|
\
\
|
*
|
Merge remote-tracking branch 'origin/17.0'
Eike Ziller
2025-05-12
1
-1
/
+1
|
|
\
|
|
|
*
CppEditor: Improve wording of string literal conversion quickfixes
Christian Kandeler
2025-05-09
1
-1
/
+1
*
|
|
Update InfoBar texts, titles and types
Alessandro Portale
2025-05-12
1
-0
/
+2
*
|
|
Utils: Avoid QTextCodec in Utils::TextFileFormat interface
hjk
2025-05-12
4
-4
/
+4
|
/
/
*
|
Utils: Make TextFileFormat::readFile() a member function
hjk
2025-05-09
2
-4
/
+3
*
|
Utils: Eliminate one of the TextFileFormat::readFile() overload
hjk
2025-05-09
1
-1
/
+2
*
|
Utils: Make file contents part of TextFileFormat::ReadResult
hjk
2025-05-09
2
-8
/
+7
*
|
CppEditor: filepathify SemanticInfo::Source
David Schulz
2025-05-09
4
-9
/
+7
|
/
*
CppEditor: Fix test on macOS
Christian Kandeler
2025-05-05
1
-40
/
+46
*
CPlusPlus: Paddle back a bit for fast pre-processing
Christian Stenger
2025-04-30
1
-0
/
+1
*
Utils: Use Result<> in TemplateEngine
hjk
2025-04-29
1
-1
/
+1
*
InfoBar: Unify code for hiding / suppressing info on button click
Eike Ziller
2025-04-29
1
-5
/
+5
*
LanguageClient: have one LanguageClient per BuildConfig
hjk
2025-04-29
2
-1
/
+13
*
qbs build: Add convenience item for test resources
Christian Kandeler
2025-04-28
1
-5
/
+1
*
Utils: Allow validators operating on a single string in FancyLineEdit
hjk
2025-04-25
1
-2
/
+2
*
CppEditor: Fix spurious detection of attributes
Christian Kandeler
2025-04-24
2
-3
/
+13
*
Replace a few more FileReader by FilePath::fileContents()
hjk
2025-04-23
2
-18
/
+12
[next]