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
/
git
/
gitclient.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Git: Improve file modification status update
Andre Hartmann
3 days
1
-37
/
+53
*
Merge remote-tracking branch 'origin/17.0'
Eike Ziller
10 days
1
-14
/
+14
|
\
|
*
Git: Rename remaining "SHA" occurrences
Andre Hartmann
14 days
1
-13
/
+13
|
*
Various UI text fixes
Eike Ziller
2025-05-14
1
-1
/
+1
*
|
Clean up some includes
hjk
2025-05-14
1
-1
/
+0
*
|
Utils: Introduce a Utils::TextCodec class
hjk
2025-05-14
1
-17
/
+15
*
|
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
|
|
\
|
|
|
*
Git: Fix stashing with message
Andre Hartmann
2025-05-11
1
-1
/
+1
*
|
|
Git: Add creating patches from existing commits
Andre Hartmann
2025-05-12
1
-0
/
+15
*
|
|
Utils: Add a Utils::codecForLocale()
hjk
2025-05-12
1
-8
/
+2
|
/
/
*
|
Git: Add applying patches from clipboard
Andre Hartmann
2025-05-11
1
-9
/
+4
*
|
VCS: Replace more uses of QTextCodec with its name
hjk
2025-05-09
1
-11
/
+18
|
/
*
Git: Return Result<CommitData> from readDataFromCommit
hjk
2025-04-25
1
-15
/
+16
*
Git: Return Result<QString> from GitClient::synchronizedLog()
hjk
2025-04-25
1
-14
/
+23
*
Git: Return Result<CommitData> from GitClient::getCommitData()
hjk
2025-04-24
1
-38
/
+25
*
Replace remaining uses of FileReader
hjk
2025-04-23
1
-3
/
+7
*
Utils: Return Result<> from TextFileFormat::readFileUTF8()
hjk
2025-04-23
1
-2
/
+1
*
Utils: Make TextFileFormat::ReadResult a class
hjk
2025-04-23
1
-5
/
+2
*
Utils: Replace Result class by type alias to std::expected<T, QString>
hjk
2025-04-11
1
-1
/
+1
*
Git: Replace stash option `save` with `push`
Andre Hartmann
2025-04-06
1
-1
/
+1
*
Utils: Return Utils::Result from TextFileFormat::writeFile()
hjk
2025-04-03
1
-3
/
+2
*
Git: Add gitignore on repo creation in existing project
Andre Hartmann
2025-03-08
1
-0
/
+29
*
Git: Add error message when git-gui cannot be run
Andre Hartmann
2025-03-06
1
-9
/
+18
*
Git: Add diff button to "Uncommitted Changes Found"
Andre Hartmann
2025-03-06
1
-0
/
+6
*
Git: Allow creating annotated tags
Andre Hartmann
2025-03-01
1
-2
/
+8
*
Merge remote-tracking branch 'origin/16.0'
Eike Ziller
2025-02-13
1
-1
/
+1
|
\
|
*
Fix lupdate issues
Eike Ziller
2025-02-12
1
-1
/
+1
*
|
Git: Add actions to show staged changes
Andre Hartmann
2025-02-12
1
-12
/
+33
|
/
*
GitClient: Fix typo in diff document id
Andre Hartmann
2025-02-09
1
-1
/
+1
*
Git: Remove unused methods
Jarek Kobus
2025-02-05
1
-7
/
+0
*
Git: Remove unused function
Christian Kandeler
2025-02-03
1
-11
/
+0
*
GitClient: Get rid of gitVersion()
Jarek Kobus
2025-01-24
1
-56
/
+3
*
Git: Add status limiting untracked changes
Andre Hartmann
2025-01-13
1
-0
/
+5
*
Utils: Rename FilePath::toString() into toUrlishString()
hjk
2025-01-10
1
-19
/
+19
*
Disambiguate translations for "All"
Eike Ziller
2025-01-06
1
-4
/
+4
*
Utils: Remove parent argument from FileUtils dialogs
hjk
2025-01-06
1
-2
/
+0
*
Utils: Simplify FileReader interface
hjk
2024-12-13
1
-2
/
+2
*
Utils: Add FilePath::isLocal() and use it instead of !needsDevice()
hjk
2024-12-09
1
-1
/
+1
*
VCS: Move convenience function to Core::VcsManager
Eike Ziller
2024-11-29
1
-1
/
+1
*
VCS: Consolidate managesDirectory()
Eike Ziller
2024-11-29
1
-14
/
+1
*
Merge remote-tracking branch 'origin/15.0'
Eike Ziller
2024-11-26
1
-5
/
+5
|
\
|
*
Git: Fix missing branch name on amend last commit
Andre Hartmann
2024-11-24
1
-5
/
+5
*
|
Merge remote-tracking branch 'origin/15.0'
Eike Ziller
2024-11-20
1
-8
/
+34
|
\
|
|
*
Git: Ignore submodules when reflecting file status
Andre Hartmann
2024-11-16
1
-1
/
+2
|
*
VCS: Allow disabling reflection of file status
Christian Stenger
2024-11-15
1
-7
/
+32
*
|
Git: Create new branch from a change in Log or Reflog
Andre Hartmann
2024-11-18
1
-0
/
+25
|
/
*
Git: Add "show all branches" option to log window
Andre Hartmann
2024-10-05
1
-0
/
+5
*
Git: Fix a warning about a dangling reference
hjk
2024-10-04
1
-1
/
+1
*
Git: show modification states
Renaud Guezennec
2024-10-03
1
-9
/
+19
[next]