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
/
subversion
/
subversionclient.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Vcs: Use new FilePathAspect in a few places
hjk
2023-05-17
1
-1
/
+1
*
Subversion: Follow the Fossil settings setup
hjk
2023-05-15
1
-14
/
+9
*
All: Use the shorter access to aspect values in a few places
hjk
2023-05-12
1
-1
/
+1
*
Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}
Jarek Kobus
2023-05-04
1
-2
/
+1
*
Utils: Rename QtcProcess -> Process
Jarek Kobus
2023-05-04
1
-5
/
+5
*
Tasking::Process: Rename Process into ProcessTask
Jarek Kobus
2023-05-03
1
-2
/
+2
*
TaskTree: Add TreeStorage::operator*()
Jarek Kobus
2023-02-21
1
-1
/
+1
*
Subversion: Tr::tr
Alessandro Portale
2023-01-23
1
-3
/
+4
*
VcsBase: Proliferate use of FilePath
hjk
2023-01-20
1
-3
/
+3
*
SubversionClient: Replace DynamicSetup with dynamic task setup
Jarek Kobus
2023-01-20
1
-7
/
+3
*
Subversion: Fix unused argument warning
Orgad Shaneh
2023-01-18
1
-1
/
+1
*
Subversion: Mask credentials in command line everywhere
Orgad Shaneh
2023-01-17
1
-28
/
+38
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
VcsBaseDiffEditorController: Remove unused stuff
Jarek Kobus
2022-12-15
1
-1
/
+0
*
SubversionDiffEditorController: Reuse task tree
Jarek Kobus
2022-12-15
1
-61
/
+63
*
VcsBase: Use FilePath in editorTag()
Jarek Kobus
2022-10-06
1
-12
/
+10
*
VcsBase: Move RunFlags into separate header
Jarek Kobus
2022-10-06
1
-3
/
+3
*
VcsCommand: Change the default logic for fully sync
Jarek Kobus
2022-10-05
1
-1
/
+1
*
DiffEditor: Cleanup includes
Jarek Kobus
2022-09-29
1
-3
/
+0
*
VcsBase: Rename vcsFullySynchronousExec into vcsSynchronousExec
Jarek Kobus
2022-09-02
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
VcsCommand: Remove unused SshPasswordPrompt
Jarek Kobus
2022-08-26
1
-1
/
+1
*
Move ShellCommand into VcsBase plugin
Jarek Kobus
2022-08-01
1
-9
/
+9
*
ShellCommand: Introduce CommandResult structure
Jarek Kobus
2022-07-29
1
-18
/
+18
*
VcsBase: Hide VcsCommand class
Jarek Kobus
2022-07-13
1
-2
/
+1
*
ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlags
Jarek Kobus
2022-07-12
1
-2
/
+2
*
Utils: use cleaned stdout all over the place again
David Schulz
2022-06-17
1
-1
/
+1
*
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
-2
/
+2
*
Vcs: Use FilePath for working directory in DiffEditorController
hjk
2021-08-20
1
-3
/
+3
*
Utils: Introduce a FilePath constructor from char arrays
hjk
2021-08-17
1
-1
/
+1
*
Vcs: Use more FilePath for file paths
hjk
2021-08-02
1
-10
/
+11
*
All: Replace most SynchronousProcess by QtcProcess
hjk
2021-06-23
1
-2
/
+2
*
Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccess
hjk
2021-06-02
1
-2
/
+2
*
Utils: Make process results accessible through QtcProcess object
hjk
2021-05-14
1
-8
/
+8
*
Utils: Merge {synchronous,qtc}process.{h,cpp} file pairs
hjk
2021-05-10
1
-3
/
+5
*
VcsBase: Remove VcsBaseClientSettings
hjk
2021-03-22
1
-4
/
+4
*
Subversion: Aspectify settings
hjk
2021-03-22
1
-16
/
+17
*
Diff/Vcs: Use a function object for reloading
hjk
2020-02-06
1
-10
/
+1
*
Vcs: Use setters to set up DiffController parameters
hjk
2020-02-06
1
-8
/
+12
*
VcsBase: Use settings instead of client when it suffices
hjk
2020-02-03
1
-2
/
+2
*
Vcs: Provide default implementations for some pure methods
hjk
2020-02-03
1
-18
/
+0
*
Subversion: Move plugin pimpl to .cpp
hjk
2020-01-31
1
-12
/
+9
*
Vcs: Merge IVersionControl and VcsBasePlugin hierarchies
hjk
2020-01-31
1
-1
/
+1
*
Subversion: Compile fix
hjk
2020-01-29
1
-2
/
+2
*
Subversion: Remove some indirections
hjk
2020-01-29
1
-2
/
+2
*
Vcs: Move settings ownership from VcsBaseClientImpl to plugin
hjk
2020-01-24
1
-3
/
+3
*
Vcs: Pimpl plugins
hjk
2020-01-24
1
-1
/
+1
*
Vcs: Move static functions out of VcsPlugin "namespace"
hjk
2020-01-23
1
-1
/
+1
*
Utils: Add CommandLine convenience constructors
hjk
2019-07-23
1
-1
/
+1
[next]