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
/
instantblame.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up some includes
hjk
11 days
1
-1
/
+0
*
Utils: Introduce a TextCodec::displayName() and use it
hjk
12 days
1
-1
/
+1
*
Utils: Introduce a Utils::TextCodec class
hjk
12 days
1
-3
/
+3
*
VCS: Replace more uses of QTextCodec with its name
hjk
2025-05-09
1
-3
/
+3
*
Merge remote-tracking branch 'origin/16.0'
Eike Ziller
2025-04-24
1
-42
/
+47
|
\
|
*
Git: Fix potential crash in instant blame
Eike Ziller
2025-04-23
1
-34
/
+37
*
|
Editor: use forked plaintextedit
David Schulz
2025-04-15
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/16.0'
Eike Ziller
2025-03-13
1
-1
/
+1
|
\
|
|
*
Git: InstantBlame: Escape commit summaries in tooltip
Andre Hartmann
2025-03-08
1
-1
/
+1
*
|
Git: InstantBlame: Reuse existing git function
Andre Hartmann
2025-03-08
1
-3
/
+1
*
|
Git: InstantBlame: Add "revert commit" action
Andre Hartmann
2025-02-13
1
-3
/
+17
|
/
*
Git: InstantBlame: Make uncommited line info translatable
Andre Hartmann
2025-02-10
1
-3
/
+8
*
Git: InstantBlame: Make tooltip actions translatable
Andre Hartmann
2025-02-10
1
-6
/
+10
*
Git: InstantBlame: Add more logging for blame setup
Andre Hartmann
2025-01-11
1
-1
/
+7
*
Utils: Rename FilePath::toString() into toUrlishString()
hjk
2025-01-10
1
-2
/
+2
*
Git: InstantBlame: Remove trailing newline from output
Andre Hartmann
2024-11-24
1
-1
/
+1
*
Git: InstantBlame: Disable tooltip actions for modified lines
Andre Hartmann
2024-11-01
1
-15
/
+25
*
Git: InstantBlame: No line diff for modified lines
Andre Hartmann
2024-10-08
1
-0
/
+4
*
Git: Replace "SHA1" with "hash" in translatable strings
Andre Hartmann
2024-09-10
1
-1
/
+1
*
Git: Replace "SHA1" with "hash" in code and comments
Andre Hartmann
2024-09-09
1
-1
/
+1
*
Git: InstantBlame: Improve logging output
Andre Hartmann
2024-09-08
1
-1
/
+1
*
Git: InstantBlame: Add tooltip line diff
Andre Hartmann
2024-09-05
1
-2
/
+68
*
Git: InstantBlame: Adjust to common terminology
Andre Hartmann
2024-09-04
1
-16
/
+16
*
Git: InstantBlame: Improve tooltip appearance
Andre Hartmann
2024-09-03
1
-12
/
+14
*
Git: InstantBlame: Add line log action to tooltip
Andre Hartmann
2024-08-29
1
-4
/
+16
*
Git: InstantBlame: Simplify slot for editor setup
Andre Hartmann
2024-08-23
1
-16
/
+6
*
Git: InstantBlame: Add commit subject to annotation
Andre Hartmann
2024-08-23
1
-1
/
+7
*
Git: InstantBlame: Retrigger on more settings changed
Andre Hartmann
2024-08-23
1
-0
/
+8
*
Git: InstantBlame: Simplify lambda when settings changed
Andre Hartmann
2024-08-23
1
-5
/
+2
*
Git: Instant Blame: Improve porcelain blame description
Andre Hartmann
2024-07-28
1
-4
/
+10
*
Git: Instant Blame: Use original line number for blame
Andre Hartmann
2024-07-28
1
-3
/
+8
*
Git: Add full blame and showing file from Instant Blame
Andre Hartmann
2024-07-22
1
-7
/
+42
*
Git: Avoid crash when reloading files
Christian Stenger
2024-05-21
1
-0
/
+7
*
Git: InstantBlame: Lower logging category for non-error
Andre Hartmann
2024-01-22
1
-1
/
+1
*
Git: InstantBlame: Init m_cursorPositionChangedTimer in ctor
Andre Hartmann
2024-01-20
1
-3
/
+3
*
Git: InstantBlame: Fix multiple blame after file save
Andre Hartmann
2024-01-20
1
-6
/
+19
*
Git: InstantBlame: Add categorized logging
Andre Hartmann
2024-01-20
1
-5
/
+27
*
Git: Separate internal plugin access API from plugin class
hjk
2024-01-15
1
-2
/
+2
*
Git: Fix missing include
Christian Stenger
2023-12-13
1
-0
/
+1
*
Git: Move Instant Blame into own class
Andre Hartmann
2023-12-10
1
-0
/
+333