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
/
vcsbase
/
vcsbaseclient.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Utils: Introduce a Utils::TextCodec class
hjk
2025-05-14
1
-4
/
+5
*
VCS: Replace more uses of QTextCodec with its name
hjk
2025-05-09
1
-5
/
+5
*
VcsBase: Remove some dead ends
Jarek Kobus
2025-02-10
1
-4
/
+0
*
VCS: Remove an unnecessary indirection
Eike Ziller
2024-11-29
1
-2
/
+0
*
VcsBase: Fix a crash on shutdown
Jarek Kobus
2024-09-12
1
-3
/
+0
*
Remove #include <utils/fileutils.h> from most header files
hjk
2024-07-26
1
-2
/
+0
*
VcsBaseClientImpl: Don't leak VcsCommand instances
Jarek Kobus
2024-03-18
1
-0
/
+3
*
VCS: Allow remote vcs operations
Marcus Tillmanns
2024-02-12
1
-3
/
+5
*
Process: Get rid of ProcessInterpreter
Jarek Kobus
2024-01-17
1
-5
/
+4
*
VcsBase: Get rid of unused extraOptions arg
Jarek Kobus
2024-01-16
1
-3
/
+1
*
VcsBase: De-virtualize diff()
Jarek Kobus
2024-01-16
1
-3
/
+3
*
VcsBase: Remove a few now unnecessary Q_OBJECT uses
hjk
2023-08-08
1
-2
/
+0
*
VcsBase: Remove almost unused access to VcssBaseClientImpl::settings()
hjk
2023-07-19
1
-2
/
+0
*
Utils: Rename QtcProcess -> Process
Jarek Kobus
2023-05-04
1
-2
/
+2
*
Git: Reduce sync processes
Orgad Shaneh
2023-02-14
1
-0
/
+8
*
Git: Fix instant blame text encoding
Andre Hartmann
2023-01-30
1
-1
/
+2
*
VcsBase: Proliferate use of FilePath
hjk
2023-01-20
1
-2
/
+2
*
Subversion: Mask credentials in command line everywhere
Orgad Shaneh
2023-01-17
1
-1
/
+2
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
VcsBase: Don't return editor from annotate()
Jarek Kobus
2022-12-11
1
-10
/
+6
*
VcsBase: Get rid of CommandOutputBindMode
Jarek Kobus
2022-12-09
1
-11
/
+3
*
VcsBase: Reuse CommandOutputBindMode instead of bool
Jarek Kobus
2022-12-09
1
-8
/
+8
*
GitClient: Simplify vcsExec
Jarek Kobus
2022-12-09
1
-4
/
+2
*
GitClient: Introduce execWithEditor()
Jarek Kobus
2022-12-09
1
-0
/
+3
*
VcsBase: Introduce vcsExecWithHandler()
Jarek Kobus
2022-12-09
1
-5
/
+13
*
VcsBase: Move RunFlags into separate header
Jarek Kobus
2022-10-06
1
-3
/
+5
*
VcsCommand: Remove one runCommand() overload
Jarek Kobus
2022-09-05
1
-4
/
+4
*
VcsBase: Rename vcsFullySynchronousExec into vcsSynchronousExec
Jarek Kobus
2022-09-02
1
-9
/
+2
*
GitClient: Replace describe command with QtcProcess
Jarek Kobus
2022-09-01
1
-5
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
VcsCommand: Get rid of setCookie()
Jarek Kobus
2022-08-02
1
-2
/
+1
*
Move ShellCommand into VcsBase plugin
Jarek Kobus
2022-08-01
1
-31
/
+28
*
VcsBase: Remove unneeded declarations
Jarek Kobus
2022-07-29
1
-3
/
+1
*
ShellCommand: Introduce CommandResult structure
Jarek Kobus
2022-07-29
1
-13
/
+11
*
ShellCommand: Remove success() signal
Jarek Kobus
2022-07-29
1
-1
/
+1
*
VcsBase: Hide VcsCommand class
Jarek Kobus
2022-07-13
1
-13
/
+21
*
VcsBase: Add a convenience function execBgCommand
Orgad Shaneh
2022-05-12
1
-0
/
+5
*
VcsBase: Remove unused argument in enqueueJob
Orgad Shaneh
2022-05-12
1
-1
/
+0
*
QtcProcess: Limit the inclusion of qtcprocess.h
Jarek Kobus
2022-03-02
1
-1
/
+4
*
VCS: Use more FilePath in ShellCommand and surroundings
hjk
2021-08-17
1
-1
/
+1
*
Vcs: Use more FilePath for file paths
hjk
2021-08-02
1
-46
/
+56
*
VCS: Partially use FilePath in VcsBaseClient
hjk
2021-07-30
1
-5
/
+8
*
Vcs: Replace findRepositoryForDirectory
hjk
2021-07-30
1
-1
/
+1
*
All: Replace most SynchronousProcess by QtcProcess
hjk
2021-06-23
1
-3
/
+3
*
VcsBase: Remove unused VcsBaseClientImpl::commandOutputFromLocal8Bit()
hjk
2021-06-22
1
-4
/
+0
*
Utils: Make process results accessible through QtcProcess object
hjk
2021-05-14
1
-10
/
+11
*
Utils: Don't expose Utils::defaultExitCodeInterpreter
hjk
2021-05-11
1
-2
/
+1
*
Utils: Merge {synchronous,qtc}process.{h,cpp} file pairs
hjk
2021-05-10
1
-1
/
+1
*
Vcs/Utils: Use Utils::Environment for ShellCommand
hjk
2021-05-05
1
-1
/
+1
*
VcsBase: Remove VcsBaseClientSettings
hjk
2021-03-22
1
-8
/
+3
[next]