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
/
languageclient
Commit message (
Expand
)
Author
Age
Files
Lines
*
LanguageClientManager: Relax check for project
Sami Shalayel
6 days
1
-1
/
+1
*
LanguageClient: simplify turning Text::Range to QTextCursor
David Schulz
7 days
1
-9
/
+2
*
LanguageClient: guard client access when handling refactorings
David Schulz
7 days
1
-3
/
+5
*
LanguageClient: improve text position conversion
David Schulz
7 days
2
-5
/
+5
*
Utils: Use TextEncoding instead of TextCodec TextFileFormat::readFile*()
hjk
10 days
1
-2
/
+2
*
LanguageClientManager: stop leaking unrelated files to clients
Sami Shalayel
10 days
2
-9
/
+12
*
LanguageClientManager: split documentOpened in two methods
Sami Shalayel
10 days
2
-32
/
+41
*
LanguageClientManager: use switch case for documentOpened
Sami Shalayel
10 days
1
-4
/
+14
*
LanguageClient: make client names unique
Sami Shalayel
10 days
1
-2
/
+7
*
LSP: Remove unused attribute
Björn Schäpers
12 days
1
-1
/
+0
*
Merge remote-tracking branch 'origin/17.0'
Eike Ziller
13 days
1
-6
/
+1
|
\
|
*
ProjectExplorer: Add ProjectManager::aboutToRemoveBuildConfiguration()
Christian Kandeler
2025-06-10
1
-6
/
+1
*
|
Merge remote-tracking branch 'origin/17.0'
Eike Ziller
2025-06-04
4
-27
/
+35
|
\
|
|
*
LanguageClient: Avoid accessing deleted hover handler
David Schulz
2025-05-28
1
-12
/
+12
|
*
LanguageClient: make deactivateEditor a standalone function
David Schulz
2025-05-28
2
-9
/
+17
|
*
LanguageClient: rename Client::activeClient -> activatable
David Schulz
2025-05-28
4
-6
/
+6
*
|
Merge remote-tracking branch 'origin/17.0'
Eike Ziller
2025-05-22
3
-0
/
+12
|
\
|
|
*
LanguageClient: Fix loading user defined Language Server settings
David Schulz
2025-05-22
3
-0
/
+12
*
|
Some QTextCodec related cleanups
hjk
2025-05-19
1
-1
/
+0
*
|
Utils: Introduce a Utils::TextCodec class
hjk
2025-05-14
1
-1
/
+1
*
|
Utils: Avoid QTextCodec in Utils::TextFileFormat interface
hjk
2025-05-12
1
-1
/
+1
*
|
Utils: Make TextFileFormat::readFile() a member function
hjk
2025-05-09
1
-2
/
+1
*
|
Utils: Make file contents part of TextFileFormat::ReadResult
hjk
2025-05-09
1
-1
/
+2
|
/
*
LSP: mark some clients as not activatable
David Schulz
2025-05-06
7
-17
/
+43
*
LanguangeClient: Prevent crash when opening a single file
hjk
2025-04-30
1
-1
/
+3
*
LanguageClient: Avoid accessing deleted build config
David Schulz
2025-04-29
1
-3
/
+8
*
LanguageClient: have one LanguageClient per BuildConfig
hjk
2025-04-29
8
-125
/
+153
*
Utils: Allow validators operating on a single string in FancyLineEdit
hjk
2025-04-25
1
-2
/
+2
*
Utils: Use Result<> in FancyLinedit's validator
hjk
2025-04-23
1
-9
/
+6
*
Utils: Make TextFileFormat::ReadResult a class
hjk
2025-04-23
1
-7
/
+8
*
Utils: Split user interaction out of FileSaver::finalize()
hjk
2025-04-23
1
-1
/
+3
*
qbs build: Set Qt resource properties centrally
Christian Kandeler
2025-04-17
1
-2
/
+0
*
Fix warning for ';'
Marco Bubke
2025-04-15
2
-2
/
+2
*
Utils: Move and rename result testing macros from expected.h to result.h
hjk
2025-04-14
1
-3
/
+3
*
Replace most expected_str by Utils::Result
hjk
2025-04-11
1
-10
/
+10
*
Utils: Replace Result class by type alias to std::expected<T, QString>
hjk
2025-04-11
1
-1
/
+1
*
Merge remote-tracking branch 'origin/16.0'
Eike Ziller
2025-04-11
2
-1
/
+3
|
\
|
*
LanguageClient: add asserts and early returns for null clients
David Schulz
2025-04-10
2
-1
/
+3
*
|
LanguageClient: Remove qrc file
Christian Kandeler
2025-04-11
3
-10
/
+23
*
|
ExtensionSystem: Add Type="Script" to configure dependency resolution
Marcus Tillmanns
2025-03-25
1
-1
/
+1
*
|
Avoid potential detach of non-const Qt containers in range-loops 2/2
Alessandro Portale
2025-03-24
4
-4
/
+4
*
|
Avoid potential detach of non-const Qt containers in range-loops 1/2
Alessandro Portale
2025-03-21
2
-2
/
+2
*
|
QtC: LanguageClient: render details in outline Combobox
Dmitrii Akshintsev
2025-03-20
1
-0
/
+4
*
|
languageclientformatter: prepare for supporting full document formatting
Semih Yavuz
2025-03-19
2
-50
/
+181
*
|
Merge remote-tracking branch 'origin/16.0'
Eike Ziller
2025-03-19
1
-1
/
+6
|
\
|
|
*
Type hierarchy: Sort items alphabetically
Jarek Kobus
2025-03-17
1
-1
/
+6
*
|
Merge remote-tracking branch 'origin/16.0'
Eike Ziller
2025-03-05
1
-7
/
+1
|
\
|
|
*
LanguageClient: fix assert when closing a shadow document
David Schulz
2025-03-05
1
-7
/
+1
*
|
ILocator: Make ILocator subclasses final
Jarek Kobus
2025-03-04
1
-4
/
+4
*
|
TaskTree: Introduce SimpleCustomTask helper
Jarek Kobus
2025-02-27
2
-20
/
+1
[next]