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
*
VcsBase: Hide VcsCommand class
Jarek Kobus
2022-07-13
1
-29
/
+29
*
ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlags
Jarek Kobus
2022-07-12
1
-57
/
+57
*
Remove Core::ShellCommand
Jarek Kobus
2022-07-11
1
-2
/
+2
*
Git: Do not run 'git --version' synchronously at startup
Eike Ziller
2022-06-29
1
-28
/
+37
*
GitClient: Don't call blocking waitForStarted()
Jarek Kobus
2022-06-28
1
-39
/
+59
*
MergeTool: Don't call blocking waitForStarted()
Jarek Kobus
2022-06-22
1
-2
/
+1
*
Utils: use cleaned stdout all over the place again
David Schulz
2022-06-17
1
-49
/
+49
*
VCS: Append newlines to system messages in output pane
Orgad Shaneh
2022-05-19
1
-2
/
+2
*
Git: Fix compilation with Qt5
Orgad Shaneh
2022-05-12
1
-3
/
+9
*
Git: Make git show more async
Orgad Shaneh
2022-05-12
1
-52
/
+75
*
QtcProcess: Forward declare Environment in QtcProcess header
Jarek Kobus
2022-05-09
1
-0
/
+1
*
QtcProcess: Limit the inclusion of qtcprocess.h
Jarek Kobus
2022-03-02
1
-36
/
+36
*
Mimetypes: Make implementation switchable between new and old
Eike Ziller
2022-02-25
1
-1
/
+1
*
Git: Fix bad access to temporary storage
Orgad Shaneh
2022-01-31
1
-3
/
+5
*
Git: Support HOMEDRIVE/HOMEPATH home directory
Orgad Shaneh
2022-01-22
1
-2
/
+8
*
Git: Support filtering log entries by author
Orgad Shaneh
2021-12-12
1
-3
/
+8
*
Git: Fix wording and availability of actions for commit range
Orgad Shaneh
2021-12-02
1
-52
/
+56
*
Utils: FilePathify Environment::{ap,pre}pendOrSetPath etc
hjk
2021-11-10
1
-1
/
+1
*
Fix signal slot connection
Jarek Kobus
2021-11-03
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.0' into 6.0
Eike Ziller
2021-09-30
1
-1
/
+1
|
\
|
*
Git: Take Prepend to PATH into account again
hjk
2021-09-29
1
-1
/
+1
*
|
Vcs: Use QtcProcess
Artem Sokolovskii
2021-08-25
1
-6
/
+5
*
|
Vcs: Use FilePath for working directory in DiffEditorController
hjk
2021-08-20
1
-9
/
+9
*
|
Git: Use QtcProcess in GitClient
hjk
2021-08-20
1
-9
/
+9
*
|
Use more FileUtils based file dialogs
hjk
2021-08-19
1
-4
/
+4
*
|
Git: FilePathify GitClient::tryLauchingGitK and surroundings
hjk
2021-08-17
1
-28
/
+21
*
|
VCS: Use more FilePath in ShellCommand and surroundings
hjk
2021-08-17
1
-4
/
+3
*
|
Utils: Introduce a FilePath constructor from char arrays
hjk
2021-08-17
1
-1
/
+2
*
|
Git: Use FilePath in findRepositoryForDirectory
hjk
2021-08-02
1
-7
/
+7
*
|
Vcs: Use more FilePath for file paths
hjk
2021-08-02
1
-193
/
+196
*
|
VCS: Partially use FilePath in VcsBaseClient
hjk
2021-07-30
1
-1
/
+1
*
|
Vcs: Use FilePath in IVersionControl API
hjk
2021-07-29
1
-5
/
+5
|
/
*
Git: Fix regression on cherry-pick
Orgad Shaneh
2021-07-07
1
-1
/
+1
*
Git: Fix regression in log output on Windows
Orgad Shaneh
2021-07-06
1
-1
/
+1
*
All: Replace most SynchronousProcess by QtcProcess
hjk
2021-06-23
1
-43
/
+43
*
Git: fix archive file name
Tasuku Suzuki
2021-06-15
1
-1
/
+1
*
Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccess
hjk
2021-06-02
1
-36
/
+36
*
Utils: filepathify fileutils
David Schulz
2021-05-18
1
-1
/
+1
*
Utils: filepathify TextFileFormat
David Schulz
2021-05-18
1
-2
/
+5
*
Utils: Make process results accessible through QtcProcess object
hjk
2021-05-14
1
-162
/
+181
*
Utils: Move process arguments class out of QtcProcess
hjk
2021-05-11
1
-1
/
+1
*
Utils: Merge {synchronous,qtc}process.{h,cpp} file pairs
hjk
2021-05-10
1
-1
/
+0
*
Vcs/Utils: Use Utils::Environment for ShellCommand
hjk
2021-05-05
1
-12
/
+8
*
Git: Improve technical term "Tarball" for archive
Tasuku Suzuki
2021-04-07
1
-8
/
+13
*
VcsBase: Remove VcsBaseClientSettings
hjk
2021-03-22
1
-2
/
+2
*
Git: Aspectify settings
hjk
2021-03-19
1
-32
/
+33
*
Git: Deduplicate stderr output on commit
Orgad Shaneh
2020-10-14
1
-3
/
+1
*
Git: Do not prompt to add files in a submodule
Orgad Shaneh
2020-10-04
1
-16
/
+24
*
Git: Enable Show for file in a specified revision
Orgad Shaneh
2020-09-29
1
-1
/
+48
*
Improve git archive userbility
Tasuku Suzuki
2020-09-03
1
-2
/
+2
[next]