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
/
mergetool.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
VcsOutputWindow: Add working directory to append functions
Andre Hartmann
29 hours
1
-5
/
+5
*
CommandLine: Reuse new c'tor
Jarek Kobus
2024-05-22
1
-3
/
+1
*
VCS: Allow remote vcs operations
Marcus Tillmanns
2024-02-12
1
-1
/
+1
*
Git: Separate internal plugin access API from plugin class
hjk
2024-01-15
1
-1
/
+1
*
GitPlugin: Simplify return statements
Jarek Kobus
2023-08-02
1
-2
/
+2
*
Git: Initialize GitClient on first access
hjk
2023-07-26
1
-2
/
+2
*
Utils: Rename QtcProcess -> Process
Jarek Kobus
2023-05-04
1
-2
/
+2
*
Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*
hjk
2023-01-10
1
-1
/
+1
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
Git: Convert to Tr::tr
Alessandro Portale
2022-10-06
1
-25
/
+25
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
MergeTool: De-pointer process
Jarek Kobus
2022-06-22
1
-29
/
+20
*
MergeTool: Don't call blocking waitForStarted()
Jarek Kobus
2022-06-22
1
-18
/
+10
*
QtcProcess: Forward declare Environment in QtcProcess header
Jarek Kobus
2022-05-09
1
-0
/
+1
*
Utils: Add a QString-based write to QtcProcess
hjk
2022-04-28
1
-7
/
+5
*
Utils: Move QtcProcess constructor setup data to shared setup data
hjk
2022-02-11
1
-1
/
+2
*
Git: Fix parsing in mergetool
Orgad Shaneh
2022-02-07
1
-1
/
+4
*
Get rid of QtcProcess::workingDirectory() overload
Jarek Kobus
2022-01-18
1
-1
/
+1
*
MergeTool: use multiarg arg()
Jarek Kobus
2021-11-03
1
-5
/
+3
*
Use QtcProcess in MergeTool
Jarek Kobus
2021-11-03
1
-66
/
+62
*
VCS: Use more FilePath in ShellCommand and surroundings
hjk
2021-08-17
1
-2
/
+2
*
Vcs: Use more FilePath for file paths
hjk
2021-08-02
1
-1
/
+2
*
Git: Store singleton instance in GitClient
Orgad Shaneh
2020-02-26
1
-2
/
+2
*
Git: Partially move plugin pimpl to .cpp
hjk
2020-02-07
1
-3
/
+3
*
Vcs: Merge IVersionControl and VcsBasePlugin hierarchies
hjk
2020-01-31
1
-2
/
+1
*
Vcs: Pimpl plugins
hjk
2020-01-24
1
-3
/
+3
*
Utils: Use CommandLine in ShellCommand
hjk
2019-06-11
1
-1
/
+1
*
Utils: Rename FileName to FilePath
hjk
2019-05-28
1
-1
/
+1
*
Fix some deprecation warnings in basic plugins
Friedemann Kleint
2019-02-11
1
-2
/
+3
*
Git: Move HTML out of translated string
Robert Loehning
2018-10-22
1
-3
/
+4
*
Git: Abort mergetool if not configured
Orgad Shaneh
2018-06-19
1
-0
/
+7
*
Git: Show also stderr on Mergetool
Orgad Shaneh
2018-06-17
1
-0
/
+1
*
Git: Use nullptr in Mergetool
Orgad Shaneh
2018-06-17
1
-1
/
+1
*
Git: Use C locale when parsing the command output
Orgad Shaneh
2017-10-12
1
-0
/
+4
*
Git: Fix parsing of "already merged" files in merge tool
Orgad Shaneh
2017-02-23
1
-0
/
+5
*
Git: Make mergetool parsing more robust
Orgad Shaneh
2016-11-09
1
-11
/
+24
*
Git: Avoid QProcess::waitForReadyRead in MergeTool
Orgad Shaneh
2016-09-20
1
-13
/
+6
*
Git: Do not rely on QProcess::readData/writeData in MergeTool
Orgad Shaneh
2016-09-20
1
-30
/
+15
*
Git: De-noise
Orgad Shaneh
2016-07-22
1
-2
/
+2
*
Git: Prompt for unchanged file after custom mergetool fails
Orgad Shaneh
2016-06-24
1
-9
/
+15
*
Git: Modernize
Tobias Hunger
2016-02-10
1
-18
/
+8
*
Git: Require 1.8.0
Orgad Shaneh
2016-02-09
1
-9
/
+1
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-17
/
+12
*
Git: Use Qt5-style connects
Tobias Hunger
2015-11-23
1
-2
/
+2
*
Git: Increase delay for mergetool
Orgad Shaneh
2015-09-30
1
-25
/
+29
*
Git: Enable "Continue Merging" dialog on deleted conflict
Orgad Shaneh
2015-09-28
1
-1
/
+1
*
Git: Add override
Orgad Shaneh
2015-04-12
1
-2
/
+2
*
Git: s/GitPlugin::gitClient/GitPlugin::client/
Tobias Hunger
2015-04-08
1
-4
/
+4
*
Vcs: Add vcsBinary and vcsTimeout methods to VcsBaseClient
Tobias Hunger
2015-03-26
1
-1
/
+1
*
Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'
Eike Ziller
2015-02-12
1
-6
/
+6
|
\
[next]