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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
VCS: Replace more uses of QTextCodec with its name
hjk
17 hours
1
-2
/
+2
*
Git: Return Result<CommitData> from readDataFromCommit
hjk
2025-04-25
1
-3
/
+3
*
Git: Return Result<QString> from GitClient::synchronizedLog()
hjk
2025-04-25
1
-3
/
+3
*
Git: Return Result<CommitData> from GitClient::getCommitData()
hjk
2025-04-24
1
-2
/
+2
*
Git: Add gitignore on repo creation in existing project
Andre Hartmann
2025-03-08
1
-0
/
+1
*
Git: Add actions to show staged changes
Andre Hartmann
2025-02-12
1
-5
/
+12
*
Git: Remove unused methods
Jarek Kobus
2025-02-05
1
-3
/
+0
*
GitClient: Get rid of gitVersion()
Jarek Kobus
2025-01-24
1
-4
/
+0
*
Git: Add status limiting untracked changes
Andre Hartmann
2025-01-13
1
-0
/
+1
*
VCS: Allow disabling reflection of file status
Christian Stenger
2024-11-15
1
-0
/
+1
*
Git: show modification states
Renaud Guezennec
2024-10-03
1
-2
/
+2
*
Git: Replace "SHA1" with "hash" in code and comments
Andre Hartmann
2024-09-09
1
-1
/
+1
*
Git: Colorize modified files in projects view
Renaud Guezennec
2024-09-09
1
-0
/
+13
*
Git: Centralize color name resolution
Andre Hartmann
2024-09-03
1
-0
/
+11
*
Revert "Git: Colorize modified files in projects view"
Andre Hartmann
2024-08-29
1
-13
/
+0
*
Git: Colorize modified files in projects view
Renaud Guezennec
2024-08-24
1
-0
/
+13
*
GitClient: Make styleColorName() a public function
Andre Hartmann
2024-08-07
1
-0
/
+4
*
Remove #include <utils/fileutils.h> from most header files
hjk
2024-07-26
1
-14
/
+1
*
VCS: Allow remote vcs operations
Marcus Tillmanns
2024-02-12
1
-3
/
+4
*
Git: Disable upstream status for Detached HEAD
Andre Hartmann
2024-02-11
1
-2
/
+2
*
GitClient: Change synchronousStashList() signature
Jarek Kobus
2024-01-20
1
-2
/
+1
*
GitClient: Make stashNameFromMessage() a static local function
Jarek Kobus
2024-01-20
1
-3
/
+0
*
Git: Use QVersionNumber for git version
Jarek Kobus
2024-01-20
1
-3
/
+3
*
GitClient: Some minor corrections
Jarek Kobus
2023-10-31
1
-3
/
+4
*
TaskTree: Get rid of registration macros
Jarek Kobus
2023-08-17
1
-1
/
+1
*
Git: Initialize GitClient on first access
hjk
2023-07-26
1
-1
/
+3
*
GitPlugin: Use PluginManager's futureSynchronizer
Jarek Kobus
2023-07-25
1
-4
/
+0
*
DiffEditor: Use nested using namespace declarations
Jarek Kobus
2023-06-09
1
-1
/
+0
*
DiffEditor: Refactor DiffEditorController
Jarek Kobus
2023-06-09
1
-6
/
+0
*
Git: Avoid main loop blocking in instant blame
Andre Hartmann
2023-05-29
1
-0
/
+11
*
Git: Also use the latest settings setup approach
hjk
2023-05-15
1
-2
/
+3
*
TaskTree: Prepare for de-utils-ization - part 2
Jarek Kobus
2023-05-12
1
-2
/
+1
*
Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}
Jarek Kobus
2023-05-04
1
-1
/
+1
*
Tasking::Process: Rename Process into ProcessTask
Jarek Kobus
2023-05-03
1
-1
/
+1
*
FutureSynchronizer: Change the default value of cancelOnWait to true
Jarek Kobus
2023-04-26
1
-0
/
+1
*
Git: Reduce sync processes
Orgad Shaneh
2023-02-14
1
-2
/
+4
*
Git: Avoid passing strings to resolve text encodings
Andre Hartmann
2023-01-30
1
-4
/
+4
*
Git: Some more FilePath proliferation
hjk
2023-01-23
1
-1
/
+1
*
VcsBase: Proliferate use of FilePath
hjk
2023-01-20
1
-6
/
+6
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
VcsBase: Don't return editor from annotate()
Jarek Kobus
2022-12-11
1
-3
/
+3
*
Git: Add CommandHandler into vcsExecAbortable
Jarek Kobus
2022-12-10
1
-4
/
+4
*
VcsBase: Introduce vcsExecWithHandler()
Jarek Kobus
2022-12-09
1
-2
/
+3
*
GitClient: Remove unused connectRepositoryChanged()
Jarek Kobus
2022-12-08
1
-1
/
+0
*
Git: Add instant line annotation (blame)
Andre Hartmann
2022-11-19
1
-0
/
+6
*
Git: Convert to Tr::tr
Alessandro Portale
2022-10-06
1
-6
/
+2
*
VcsBase: Move RunFlags into separate header
Jarek Kobus
2022-10-06
1
-2
/
+2
*
GitClient: Replace for-each-ref command with QtcProcess
Jarek Kobus
2022-09-01
1
-1
/
+0
*
GitClient: Replace rev-list command with QtcProcess
Jarek Kobus
2022-09-01
1
-3
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
[next]