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
/
clangformat
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Replace IDocument::OpenResult by Utils::Result<>
hjk
2025-04-17
1
-2
/
+1
*
Core: Turn IDocument::OpenResult into a full class
hjk
2025-04-16
1
-5
/
+3
*
Fix warning for ';'
Marco Bubke
2025-04-15
1
-8
/
+8
*
Replace a few make_unexpected with ResultError
hjk
2025-04-15
1
-10
/
+9
*
Utils: Move and rename result testing macros from expected.h to result.h
hjk
2025-04-14
3
-5
/
+3
*
Replace most expected_str by Utils::Result
hjk
2025-04-11
5
-7
/
+7
*
Clang*: Some code cosmetics
hjk
2025-04-09
5
-8
/
+8
*
ExtensionSystem: Remove uses of PluginManager::plugins()
Marcus Tillmanns
2025-03-28
1
-7
/
+1
*
ClangFormat: Fix a crash
Jarek Kobus
2025-03-07
1
-25
/
+16
*
ClangFormat: Fix crash when opening settings
Eike Ziller
2025-03-07
1
-4
/
+7
*
Move CodeStylePreferencesFactory implementation to .cpp
hjk
2025-02-13
1
-51
/
+37
*
TextEditor: Remove references to ProjectExplorer::Project
Christian Kandeler
2025-02-10
1
-10
/
+13
*
ClangFormat et al.: Refactor settings factories
Andrii Semkiv
2025-02-10
11
-295
/
+603
*
Utils: pass a document instead of a cursor to Utils::Text::textAt
David Schulz
2025-01-13
1
-5
/
+4
*
Utils: Rename FilePath::toString() into toUrlishString()
hjk
2025-01-10
1
-1
/
+1
*
Utils: Remove parent argument from FileUtils dialogs
hjk
2025-01-06
1
-2
/
+0
*
ICodeStylePreferences: Reuse TypedCodeStylePreferences
Jarek Kobus
2024-12-19
4
-5
/
+0
*
Editor: use detected indentation by default
David Schulz
2024-12-16
2
-9
/
+3
*
Editor: Do not allow changing document tab settings for clangformat
David Schulz
2024-12-10
4
-0
/
+14
*
Utils: Add FilePath::isLocal() and use it instead of !needsDevice()
hjk
2024-12-09
1
-1
/
+1
*
Merge remote-tracking branch 'origin/15.0'
Eike Ziller
2024-12-05
2
-3
/
+9
|
\
|
*
Clang Format: Fix partially initialized style
Andrii Semkiv
2024-12-05
2
-3
/
+9
*
|
Plugins: Change a few usages of PluginSpec::name to ::id
Alessandro Portale
2024-11-22
1
-1
/
+1
*
|
Plugins: Improve display names of plugins
Alessandro Portale
2024-11-19
1
-0
/
+1
|
/
*
ClangFormat: Fix warning on uninitialized struct member
hjk
2024-11-08
1
-1
/
+4
*
ClangFormat: Fix Qt6.4 build
Christian Stenger
2024-11-06
1
-1
/
+2
*
ClangFormat: Fix removal of common prefix and suffix
Christian Kandeler
2024-11-05
3
-2
/
+25
*
ClangFormat: Add showing error message in general messages
Artem Sokolovskii
2024-10-24
1
-2
/
+34
*
ClangFormat: Add emit to StatementAttributeLikeMacros
Artem Sokolovskii
2024-10-23
2
-0
/
+11
*
ClangFormat: Adapt to upstream API change
Christian Kandeler
2024-10-15
1
-0
/
+4
*
ClangFormat: Fix terminology
Eike Ziller
2024-10-07
1
-4
/
+6
*
Unify copyright string and remove year
Eike Ziller
2024-09-26
1
-1
/
+1
*
Core: Make IDocument::save() return an expected_str<void>
hjk
2024-09-24
1
-2
/
+1
*
Avoid optional::value() and expected::value()
Eike Ziller
2024-09-05
1
-1
/
+1
*
ExtensionSystem: Add PluginId and VendorId
Marcus Tillmanns
2024-09-02
1
-0
/
+2
*
ClangFormat: Fix project preview
Artem Sokolovskii
2024-08-28
5
-20
/
+35
*
ClangFormat: Fix a warning about unused argument
Jarek Kobus
2024-08-28
1
-3
/
+3
*
Merge remote-tracking branch 'origin/14.0'
Eike Ziller
2024-08-27
2
-12
/
+19
|
\
|
*
ClangFormat: Adapt to upstream API change
Christian Kandeler
2024-08-26
1
-0
/
+4
|
*
ClangFormat: config use read only editors instead of disabled ones
David Schulz
2024-08-15
1
-12
/
+15
*
|
Plugins: Add URLs to manual page to plugin metadata
Alessandro Portale
2024-07-29
1
-0
/
+1
*
|
Remove #include <utils/fileutils.h> from most header files
hjk
2024-07-26
4
-3
/
+6
*
|
Merge remote-tracking branch 'origin/14.0'
Eike Ziller
2024-07-25
1
-0
/
+5
|
\
|
|
*
ClangFormat: explicitly link with LLVM
Pino Toscano
2024-07-22
1
-0
/
+5
*
|
ClangFormat: Fix empty warning message
Artem Sokolovskii
2024-07-17
1
-7
/
+10
*
|
ClangFormat: Add export and import features for ClangFormat
Artem Sokolovskii
2024-07-16
3
-3
/
+86
*
|
ClangFormat: Fix build with current LLVM main branch
Christian Kandeler
2024-07-01
1
-0
/
+4
|
/
*
Plugin meta data: Add full stop to descriptions
Eike Ziller
2024-06-28
1
-1
/
+1
*
Fix various translatable strings
Eike Ziller
2024-06-27
1
-1
/
+1
*
ClangFormat: Allow unknown options in .clang-format file
Artem Sokolovskii
2024-06-06
5
-38
/
+17
[next]