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
/
git
/
gitplugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Git: Cache author and encoding for instant blame
Andre Hartmann
2023-05-17
1
-6
/
+21
*
Git: Fix missing instant blame with line folding
Andre Hartmann
2023-05-17
1
-1
/
+1
*
Vcs: Use PagedSettings for all plugin settings
hjk
2023-05-15
1
-2
/
+1
*
Git: Also use the latest settings setup approach
hjk
2023-05-15
1
-18
/
+12
*
Git: Small simplification to Gerrit "plugin" setup
hjk
2023-05-08
1
-8
/
+7
*
Git: Change default shortcuts for "Current Project" to Repository
Orgad Shaneh
2023-05-08
1
-6
/
+6
*
Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}
Jarek Kobus
2023-05-03
1
-1
/
+1
*
RunExtensions: Move onResultReady and onFinished into asynctask.h
Jarek Kobus
2023-04-17
1
-1
/
+1
*
Git: Fix soft asserts on failing instant blame
Andre Hartmann
2023-02-19
1
-1
/
+2
*
Git: Avoid passing strings to resolve text encodings
Andre Hartmann
2023-01-30
1
-1
/
+1
*
Git: Fix instant blame text encoding
Andre Hartmann
2023-01-30
1
-1
/
+2
*
Git: Some more FilePath proliferation
hjk
2023-01-23
1
-2
/
+2
*
VcsBase: Proliferate use of FilePath
hjk
2023-01-20
1
-13
/
+13
*
TextEditor: Tr::tr
hjk
2023-01-18
1
-6
/
+6
*
Editor: Allow to hide annotations for a group of text marks
David Schulz
2023-01-12
1
-1
/
+3
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
VcsBase & dependent: Fix const correctness
Jarek Kobus
2022-12-14
1
-2
/
+2
*
Git: Suppress all output for instant blame
Orgad Shaneh
2022-12-14
1
-1
/
+1
*
Git: Do not show progress bar and the command on instant blame
Orgad Shaneh
2022-12-14
1
-1
/
+1
*
VcsBase: Don't return editor from annotate()
Jarek Kobus
2022-12-11
1
-6
/
+3
*
VcsBase: Get rid of CommandOutputBindMode
Jarek Kobus
2022-12-09
1
-1
/
+1
*
VcsBase: Reuse CommandOutputBindMode instead of bool
Jarek Kobus
2022-12-09
1
-1
/
+1
*
VcsBase: Introduce vcsExecWithHandler()
Jarek Kobus
2022-12-09
1
-8
/
+8
*
VcsBase: Pass context object to lambda connections
Jarek Kobus
2022-12-07
1
-4
/
+4
*
Git: Disable instant blame for modified files
Andre Hartmann
2022-11-28
1
-0
/
+7
*
Git: Enable instant blame only if current file is managed
Orgad Shaneh
2022-11-22
1
-1
/
+1
*
Git: Fix crash when closing last editor
Orgad Shaneh
2022-11-21
1
-18
/
+21
*
Git: Stop blame attempts for unmanaged files in the repository
Orgad Shaneh
2022-11-21
1
-5
/
+10
*
Git: use unique_ptr for instant blame marks
Andre Hartmann
2022-11-21
1
-16
/
+9
*
Git: Add instant line annotation (blame)
Andre Hartmann
2022-11-19
1
-0
/
+232
*
VCS: Simplify submit editor accept/close flow
Orgad Shaneh
2022-10-25
1
-2
/
+2
*
VCS: Remove "Commit" option when closing commit editor
Orgad Shaneh
2022-10-21
1
-1
/
+0
*
VCS: Simplify promptSubmit a bit more
Orgad Shaneh
2022-10-18
1
-0
/
+1
*
VCS: Deduplicate some submit editor closing logic
Orgad Shaneh
2022-10-17
1
-26
/
+1
*
VCS: Remove "Prompt to submit" settings
Orgad Shaneh
2022-10-17
1
-1
/
+1
*
Git: Improve tracking of external changes to HEAD
Orgad Shaneh
2022-10-14
1
-23
/
+24
*
VCS: Resolve symlinks on blame
Orgad Shaneh
2022-10-14
1
-2
/
+6
*
Git: Fix removing nested files
Orgad Shaneh
2022-10-11
1
-1
/
+1
*
VCS: Fix misuses of parentDir().absolutePath()
Orgad Shaneh
2022-10-11
1
-1
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-3
/
+3
*
Git: Convert to Tr::tr
Alessandro Portale
2022-10-06
1
-98
/
+95
*
VcsBase: Move RunFlags into separate header
Jarek Kobus
2022-10-06
1
-1
/
+1
*
CleanDialog: Use more FilePath
Jarek Kobus
2022-10-02
1
-14
/
+14
*
GitPlugin: Drop unneeded namespace specifiers
Jarek Kobus
2022-09-06
1
-44
/
+44
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
Move ShellCommand into VcsBase plugin
Jarek Kobus
2022-08-01
1
-14
/
+14
*
GitPlugin: Avoid using sender()
Jarek Kobus
2022-07-22
1
-74
/
+35
*
Use setClipboardAndSelection more broadly
hjk
2022-07-15
1
-3
/
+1
*
VcsBase: Hide VcsCommand class
Jarek Kobus
2022-07-13
1
-2
/
+2
*
ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlags
Jarek Kobus
2022-07-12
1
-1
/
+1
[next]