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
/
fakevim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/3.2'
Eike Ziller
2014-10-14
8
-56
/
+64
|
\
|
*
License update
Eike Ziller
2014-10-09
8
-51
/
+58
*
|
TextEditor: Rename BaseTextEditorWidget to TextEditorWidget
hjk
2014-09-29
2
-17
/
+17
*
|
TextEditor: More BaseText* -> Text* renamings
hjk
2014-09-26
2
-29
/
+27
*
|
Rename {Core,TextEditor},{Base,}TextDocument classes
hjk
2014-09-25
1
-2
/
+2
*
|
Use Q_DECL_OVERRIDE instead of QTC_OVERRIDE
Thomas Hartmann
2014-09-25
1
-6
/
+5
*
|
FakeVim: Factor out some test code
hjk
2014-09-23
1
-33
/
+38
*
|
TextEditor: Wiggle codeassist setup
hjk
2014-09-22
1
-2
/
+3
*
|
TextEditor: Merge some "assist" related classes
hjk
2014-09-09
1
-10
/
+10
*
|
TextEditor: Move base of operation from Editor to *Widget
hjk
2014-09-08
1
-1
/
+1
*
|
Remove Qt version checks.
Christian Kandeler
2014-09-08
1
-5
/
+1
*
|
ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec files
Eike Ziller
2014-09-02
2
-16
/
+18
*
|
Do not use deprecated Qt functionality.
Christian Kandeler
2014-08-29
1
-2
/
+2
*
|
ExtensionSystem: Remove Qt4 support
Eike Ziller
2014-08-27
1
-2
/
+0
*
|
FakeVim: Use a single "FakeVim" translation context
hjk
2014-08-26
6
-66
/
+109
*
|
FakeVim: Update file path and global marks
Lukas Holecek
2014-08-18
3
-0
/
+42
*
|
FakeVim: eventFilter() is public
Lukas Holecek
2014-08-18
1
-2
/
+2
*
|
TextEditor: Consolidate document access functions.
hjk
2014-08-04
1
-2
/
+2
*
|
Replace set[Plain]Text(QString()) with clear()
Alessandro Portale
2014-07-23
1
-1
/
+1
*
|
Merge ITextMark and BaseTextMark
hjk
2014-07-23
1
-1
/
+1
*
|
FakeVim: Remove excess frame from Mapping options page
Alessandro Portale
2014-07-22
1
-2
/
+2
|
/
*
Always pass Core::Id by value.
Christian Kandeler
2014-07-01
1
-5
/
+5
*
Editor: Blockselection rewrite.
David Schulz
2014-06-20
3
-23
/
+45
*
CleanUp usage of QtAlgorithms
Nikita Baryshnikov
2014-06-17
1
-3
/
+2
*
Make document model API more consistent with entry vs document
Eike Ziller
2014-06-13
1
-2
/
+2
*
FakeVim: Move setting category icon from Core to FakeVim
Alessandro Portale
2014-06-02
5
-1
/
+10
*
FakeVim: Fix conditions
Orgad Shaneh
2014-05-19
1
-2
/
+2
*
DocumentModel: Make interface static
hjk
2014-05-13
1
-3
/
+3
*
FakeVim: Share some data among editors with same document
hluk
2014-05-05
1
-164
/
+216
*
FakeVim: Allow to jump to the first quoted block on line
hluk
2014-05-05
2
-1
/
+10
*
FakeVim: Explicitly use DirectConnection for slots that return values
Orgad Shaneh
2014-05-05
1
-4
/
+4
*
Merge remote-tracking branch 'origin/3.1'
Eike Ziller
2014-05-02
1
-1
/
+1
|
\
|
*
FakeVim: Don't handle command mapping further if editor was closed
hluk
2014-04-28
1
-1
/
+1
*
|
FakeVim: Allow unicode input using Ctrl-V in insert mode
hjk
2014-04-28
1
-13
/
+89
*
|
FakeVim: Commands 'v', 'V' and 'C-v' work in visual mode
hluk
2014-04-28
1
-3
/
+2
*
|
FakeVim: Command 'gv' restores visual selection after yanking
hluk
2014-04-28
1
-2
/
+3
*
|
FakeVim: Move cursor when repeating 't' command once with ';'
hluk
2014-04-28
2
-21
/
+28
*
|
Use double quotes instead of single quotes as per our guidelines.
Christian Kandeler
2014-04-22
1
-1
/
+1
|
/
*
FakeVim: Check handler pointer before using it
hjk
2014-04-02
1
-0
/
+1
*
FakeVim: Show command output in new editor instead of dialog
hluk
2014-04-01
1
-4
/
+6
*
FakeVim: Fix cw on white space
hjk
2014-03-25
1
-1
/
+1
*
Fix tooltips, add lacking dots
Jarek Kobus
2014-03-13
1
-1
/
+1
*
use new base import style in qbs files
Joerg Bornemann
2014-03-11
1
-1
/
+1
*
FakeVim: Fix punctuation of messages
Leena Miettinen
2014-03-06
1
-1
/
+1
*
Fix some typos
Sergio Ahumada
2014-03-05
1
-1
/
+1
*
FakeVim: Allow to insert space on <S-SPACE>
hluk
2014-02-27
1
-2
/
+2
*
FakeVim: Save and restore cursor if handling custom Ex command
hluk
2014-02-21
1
-3
/
+15
*
FakeVim: Keep visual selection when focusing editor
hluk
2014-02-19
1
-1
/
+5
*
FakeVim: Update text cursor when leaving search sub-mode
hluk
2014-02-19
1
-0
/
+2
*
Use PathChooser on FakeVimOptionPage
Robert Loehning
2014-02-19
2
-36
/
+18
[next]