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
/
diffeditor
/
diffeditor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-17
/
+12
*
DiffEditor: Sort includes
Andre Hartmann
2015-12-22
1
-12
/
+12
*
Core: Unify the close icons
Alessandro Portale
2015-12-04
1
-1
/
+1
*
Themed Icons: Introduce Utils::Icon
Alessandro Portale
2015-11-25
1
-7
/
+5
*
Git: Scroll to active file on Show invoked from file log
Orgad Shaneh
2015-11-03
1
-59
/
+70
*
Icon refresh: First step towards the new Qt Creator themes
Alessandro Portale
2015-10-23
1
-4
/
+5
*
Vcs: Simplify code by using Utils::equal
Daniel Teske
2015-09-07
1
-2
/
+3
*
Move "open" from IEditor to IDocument
Eike Ziller
2015-06-10
1
-8
/
+0
*
Add override keyword to IEditor & TextEditorWidget implementations
Eike Ziller
2015-06-09
1
-5
/
+5
*
DiffEditor: Do not load settings when splitting views
Tobias Hunger
2015-04-10
1
-73
/
+87
*
Remove some duplicate includes
Tobias Hunger
2015-03-20
1
-1
/
+0
*
DiffEditor: use sentence style capitalization for labels
Leena Miettinen
2015-03-16
1
-1
/
+1
*
DiffEditor: Fill in file combobox on new splits
Tobias Hunger
2015-03-11
1
-1
/
+1
*
DiffEditor: Fix sync toggle
Tobias Hunger
2015-03-11
1
-130
/
+140
*
DiffEditor: Refactor the user-facing parts
Tobias Hunger
2015-03-10
1
-173
/
+249
*
Clean exported headers of the Core plugin.
Friedemann Kleint
2015-03-05
1
-0
/
+1
*
Clean exported headers of the TextEditor plugin.
Friedemann Kleint
2015-02-26
1
-0
/
+1
*
DiffEditor: Fix selection of next view
Tobias Hunger
2015-02-23
1
-6
/
+9
*
DiffEditor: Introduce a base class for the different views
Tobias Hunger
2015-02-23
1
-78
/
+65
*
DiffEditor: Make DiffEditor internal
Tobias Hunger
2015-02-16
1
-5
/
+1
*
DiffEditor: Make DiffEditorDocument internal
Tobias Hunger
2015-02-16
1
-2
/
+4
*
Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'
Eike Ziller
2015-02-12
1
-6
/
+6
|
\
|
*
Update License
Eike Ziller
2015-01-16
1
-6
/
+6
*
|
DiffEditor: Remove m_controller member
Tobias Hunger
2015-02-04
1
-22
/
+24
*
|
DiffEditor: Assert that document is passed in
Tobias Hunger
2015-02-04
1
-4
/
+3
*
|
DiffEditor: Remove a bit of fluff
Tobias Hunger
2015-01-30
1
-2
/
+1
*
|
Replace QFileInfo::fileName() with FileName::fileName()
Orgad Shaneh
2015-01-29
1
-3
/
+4
*
|
DiffEditor: Use Qt5 style connects
Tobias Hunger
2015-01-28
1
-38
/
+37
*
|
Replace old svn diff editor with the new one
jkobus
2014-11-21
1
-6
/
+11
|
/
*
Hide some diff editor controls when diff editor is bound to a file.
jkobus
2014-11-05
1
-3
/
+6
*
Fix reloading of patch files
jkobus
2014-10-24
1
-21
/
+2
*
Merge remote-tracking branch 'origin/3.2'
Eike Ziller
2014-10-14
1
-7
/
+8
|
\
|
*
License update
Eike Ziller
2014-10-09
1
-7
/
+8
*
|
TextEditor: Rename BaseTextEditorWidget to TextEditorWidget
hjk
2014-09-29
1
-10
/
+10
*
|
TextEditor: More BaseText* -> Text* renamings
hjk
2014-09-26
1
-1
/
+1
*
|
Remove some unneeded TextEditor:: qualifications
hjk
2014-09-26
1
-3
/
+3
*
|
DiffEditor: Fix summary view appearance
hjk
2014-09-24
1
-14
/
+10
*
|
Fix typos
Robert Loehning
2014-09-09
1
-1
/
+1
*
|
TextEditor: Flip default to 'duplicatedSupported'
hjk
2014-09-03
1
-2
/
+0
*
|
TextEditor: Use more direct approach for fallback IEditor construction
hjk
2014-08-29
1
-2
/
+2
*
|
TextEditor: Fix regression introduced by recent c094592f8a
hjk
2014-08-28
1
-8
/
+4
*
|
DiffEditor: Merge the two construction paths
hjk
2014-08-22
1
-28
/
+3
*
|
TextEditor: Further *Editor/*EditorWidget disentangling
hjk
2014-08-19
1
-7
/
+2
*
|
TextEditor: Merge the two sets of *EditorWidget constructors
hjk
2014-08-19
1
-1
/
+2
*
|
Merge remote-tracking branch 'origin/3.2'
Eike Ziller
2014-08-15
1
-0
/
+1
|
\
\
|
|
/
|
*
Fix focus handling in diff editor
jkobus
2014-08-13
1
-0
/
+1
*
|
TextEditor: Consolidate document access functions.
hjk
2014-08-04
1
-2
/
+2
*
|
TextEditor: Remove one stack of EditorWidget constructors
hjk
2014-08-01
1
-1
/
+1
|
/
*
Hide reload button for diff editor when there is no reloader
jkobus
2014-07-07
1
-8
/
+18
*
Make it possible to save diff editor contents
jkobus
2014-07-04
1
-7
/
+6
[next]