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
18.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/4.8.0
qds/4.8.1
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: Branch View: Refresh after Create Branch
Andre Hartmann
6 days
1
-0
/
+2
*
Git: BranchView: Allow cherry-picking a list of commits
Andre Hartmann
7 days
1
-5
/
+8
*
Git: Blame: Add option to remove file path and author
Andre Hartmann
11 days
1
-1
/
+7
*
VCS: Print error when diff or log fail
Andre Hartmann
2025-12-01
1
-2
/
+7
*
Git: Add more interactive rebase functions
Andre Hartmann
2025-11-30
1
-0
/
+4
*
VCS: Add diff for file/directory in Projects/File System
Andre Hartmann
2025-11-24
1
-7
/
+19
*
Vcs: Remove last 2 usages of RunFlags::UseEventLoop
Jarek Kobus
2025-11-14
1
-2
/
+1
*
Use QString::size() instead QString::length()
hjk
2025-11-13
1
-5
/
+5
*
VcsBaseEditor: Remove some dead code
hjk
2025-11-04
1
-0
/
+2
*
Git: Fix clazy missing reference in for loop warning
Andre Hartmann
2025-11-04
1
-1
/
+1
*
Git: Simplify file change watcher timer
Andre Hartmann
2025-11-04
1
-20
/
+13
*
TaskTree: Switch to qt-ified QtTaskTree
Jarek Kobus
2025-10-31
1
-5
/
+5
*
Use QStringList instead of QList<QString>
Alessandro Portale
2025-10-02
1
-1
/
+1
*
Use Utils::FilePaths instead of QList<Utils::FilePath>
Alessandro Portale
2025-10-02
1
-2
/
+2
*
Git: Stop modification status update when inactive
Andre Hartmann
2025-09-02
1
-0
/
+11
*
Git: Fix clazy connect context object warning
Andre Hartmann
2025-09-02
1
-1
/
+1
*
Avoid QtConcurrent module imports
Christian Stenger
2025-08-26
1
-0
/
+1
*
Git: Move comment back to the correct place
Andre Hartmann
2025-08-05
1
-1
/
+1
*
Git: SubmitEditor: Prevent amending during merge
Andre Hartmann
2025-08-04
1
-0
/
+10
*
Git: SubmitEditor: Add actions for conflicted files
Andre Hartmann
2025-08-04
1
-0
/
+21
*
Git: Expect repo changes on modifying commands
Andre Hartmann
2025-08-04
1
-5
/
+6
*
VCS: Consolidate and fix color handling
Andre Hartmann
2025-07-30
1
-9
/
+10
*
Git: SubmitEditor: Add actions for untracked files
Andre Hartmann
2025-07-30
1
-0
/
+6
*
Git: Call onDone only on error
Jarek Kobus
2025-07-25
1
-1
/
+2
*
TaskTree: Rename CallDoneIf and its values
Jarek Kobus
2025-07-23
1
-10
/
+10
*
GitClient: Wrap the instance around GuardedObject
Jarek Kobus
2025-07-21
1
-1
/
+2
*
Git: Make 'git mv' work on remote projects
hjk
2025-07-17
1
-4
/
+3
*
Git: Make reset() fully asynchronous
Jarek Kobus
2025-07-11
1
-12
/
+28
*
Git: Introduce statusTask()
Jarek Kobus
2025-07-11
1
-0
/
+38
*
Git: Move StatusResult outside of GitClient
Jarek Kobus
2025-07-11
1
-19
/
+19
*
Vcs: Use FilePaths in void IVersionControl::filesChanged()
hjk
2025-07-11
1
-1
/
+1
*
Git: Make part of recoverDeletedFiles() asynchronous
Jarek Kobus
2025-07-11
1
-11
/
+13
*
Git: Make subversion fetch asynchronous
Jarek Kobus
2025-07-11
1
-3
/
+3
*
Utils: Make FilePaths a full class instead of a QList<FilePaths> alias
hjk
2025-07-11
1
-1
/
+1
*
Git: Get rid of context arg
Jarek Kobus
2025-07-09
1
-5
/
+3
*
Vcs: Get rid of vcsExecWithHandler()
Jarek Kobus
2025-07-09
1
-26
/
+27
*
Vcs: Get rid of vcsExec()
Jarek Kobus
2025-07-09
1
-15
/
+16
*
Git: Reuse enqueueCommand in vcsExecAbortable()
Jarek Kobus
2025-07-09
1
-15
/
+9
*
Merge remote-tracking branch 'origin/17.0'
Eike Ziller
2025-07-08
1
-2
/
+2
|
\
|
*
Git: Fix wrong "Cannot launch" message for git gui on Windows
Orgad Shaneh
2025-07-06
1
-2
/
+2
*
|
Vcs: Rename vcsExecWithEditor() into executeInEditor()
Jarek Kobus
2025-07-07
1
-4
/
+4
*
|
VcsOutputWindow: Add working directory to append functions
Andre Hartmann
2025-06-26
1
-47
/
+54
*
|
Utils: Replace some TextCodec::toUnicode() overloads
hjk
2025-06-25
1
-5
/
+4
*
|
Git: Avoid all branches option for line log
Andre Hartmann
2025-06-20
1
-1
/
+7
*
|
Utils: Progress towards using TextEncoding
hjk
2025-06-19
1
-3
/
+3
*
|
Utils: Move TextCodec::encodingForLocale() to TextEncoding
hjk
2025-06-18
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/17.0'
Eike Ziller
2025-06-17
1
-0
/
+1
|
\
|
|
*
Git: Avoid creating unnecessary lock files
Andre Hartmann
2025-06-12
1
-0
/
+1
*
|
VCS: Further reduce QTextCodec dependency
hjk
2025-06-13
1
-21
/
+22
*
|
Git: Improve file modification status update
Andre Hartmann
2025-05-25
1
-37
/
+53
[next]