index
:
delta/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
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
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
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/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/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
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
vcsbase
Commit message (
Expand
)
Author
Age
Files
Lines
*
Utils: Collapse most of porting,h
hjk
2022-07-13
1
-1
/
+1
*
ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlags
Jarek Kobus
2022-07-12
5
-34
/
+26
*
ShellCommand: De-virtualize runCommand()
Jarek Kobus
2022-07-12
2
-16
/
+4
*
VcsBase: Remove some ssh related methods
Jarek Kobus
2022-07-12
4
-24
/
+6
*
ShellCommand: Make processEnvironment() protected
Jarek Kobus
2022-07-12
2
-4
/
+3
*
Remove Core::ShellCommand
Jarek Kobus
2022-07-11
3
-20
/
+45
*
VcsBaseSubmitEditor: Don't use QtcProcess::readDataFromProcess()
Jarek Kobus
2022-07-05
1
-30
/
+11
*
Add plugintr.h files to all plugins
hjk
2022-06-27
3
-1
/
+39
*
Remove a the necessity of a few weak vtables
hjk
2022-06-22
6
-0
/
+11
*
Utils: use cleaned stdout all over the place again
David Schulz
2022-06-17
1
-1
/
+1
*
Core: FilePathify WindowTitleHandler
David Schulz
2022-06-17
1
-3
/
+3
*
Replace QtcProcess::stopProcess() by stop() plus waitForFinished
hjk
2022-06-16
1
-1
/
+0
*
Utils: Replace Environment::size() check by some isValid() function
hjk
2022-06-03
1
-1
/
+1
*
VCSbase: Remove foreach / Q_FOREACH usage
Artem Sokolovskii
2022-05-23
8
-23
/
+28
*
VCS: Append newlines to system messages in output pane
Orgad Shaneh
2022-05-19
1
-3
/
+3
*
Remove algorithm.h from buildtargetinfo.h
Jarek Kobus
2022-05-18
1
-0
/
+1
*
VcsBase: Fix MSVC warning
Orgad Shaneh
2022-05-15
1
-14
/
+15
*
VcsBase: Add a convenience function execBgCommand
Orgad Shaneh
2022-05-12
2
-0
/
+21
*
VcsBase: Remove unused argument in enqueueJob
Orgad Shaneh
2022-05-12
2
-4
/
+2
*
Merge "Merge remote-tracking branch 'origin/7.0'"
The Qt Project
2022-05-09
1
-1
/
+6
|
\
|
*
Merge remote-tracking branch 'origin/7.0'
Eike Ziller
2022-05-09
1
-1
/
+6
|
|
\
|
|
*
VCS: Fix possible crash on shutdown
Eike Ziller
2022-05-06
1
-1
/
+6
*
|
|
QtcProcess: Forward declare Environment in QtcProcess header
Jarek Kobus
2022-05-09
2
-0
/
+2
|
/
/
*
|
CMake: Qt Creator Static build support
Cristian Adam
2022-04-29
2
-0
/
+3
*
|
VcsBase: Apply text editor's font settings to the output pane
Alessandro Portale
2022-04-04
1
-0
/
+7
*
|
QtcProcess: Limit the inclusion of qtcprocess.h
Jarek Kobus
2022-03-02
4
-8
/
+13
|
/
*
VcsOutputLineParser: Allow copying links to clipboard
Andre Hartmann
2022-02-09
1
-0
/
+4
*
Remove qmake build files
Eike Ziller
2022-01-20
2
-78
/
+0
*
Make some qHash and comparison operators overloads hidden friends
hjk
2021-12-06
2
-10
/
+7
*
Core: Use FilePaths in IVersionControl::additionalToolsPath()
hjk
2021-11-11
3
-5
/
+5
*
Utils: FilePathify Environment::{ap,pre}pendOrSetPath etc
hjk
2021-11-10
1
-1
/
+3
*
Merge remote-tracking branch 'origin/6.0'
Eike Ziller
2021-11-04
1
-6
/
+2
|
\
|
*
Remove unneeded includes of QProcess from cpp files
Jarek Kobus
2021-11-01
1
-6
/
+2
*
|
EditorManager: Remove QString openEditor(At) overloads
Eike Ziller
2021-11-02
3
-3
/
+3
|
/
*
VCS: use context menu actions of TextEditor in VcsBaseEditor
David Schulz
2021-10-13
1
-2
/
+4
*
VCS: update the text cursor of VcsBaseEditorWidget
David Schulz
2021-10-13
1
-10
/
+11
*
Add text search functionality to output window centrally
Eike Ziller
2021-09-20
1
-5
/
+0
*
VCS: Remove unused local variable
Andre Hartmann
2021-09-13
1
-1
/
+0
*
VCS: Fix commit message verification for empty subject
Andre Hartmann
2021-09-11
1
-3
/
+3
*
Fix some warnings
Christian Kandeler
2021-09-02
1
-26
/
+0
*
Merge CppTools into CppEditor
Christian Kandeler
2021-09-01
3
-3
/
+3
*
Vcs: Use FilePath for working directory in DiffEditorController
hjk
2021-08-20
2
-7
/
+7
*
Utils: Pass dialog parent to Utils::* file dialog
hjk
2021-08-17
1
-1
/
+1
*
Core: PatchTool code cosmetics
hjk
2021-08-17
1
-1
/
+1
*
VCS: Use more FilePath in ShellCommand and surroundings
hjk
2021-08-17
8
-35
/
+36
*
Utils: Introduce a FilePath constructor from char arrays
hjk
2021-08-17
1
-1
/
+1
*
Utils: Use EnvironmentChange instead of Environment in several places
hjk
2021-08-11
1
-4
/
+3
*
Use refactored ProcessMode
Jarek Kobus
2021-08-09
1
-1
/
+0
*
Vcs: Use more FilePath for file paths
hjk
2021-08-02
15
-164
/
+182
*
VCS: Partially use FilePath in VcsBaseClient
hjk
2021-07-30
2
-15
/
+25
[next]