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
*
fakevim: string literals
hjk
2011-09-13
1
-13
/
+13
*
fakevim: make toggle action scriptable
hjk
2011-09-13
1
-1
/
+1
*
core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gone
hjk
2011-09-05
1
-1
/
+1
*
fakevim: save a few string->int->string roundtrips
hjk
2011-09-05
1
-43
/
+37
*
core: progress on the QString->QByteArray for Core::Id, remove UniqueIDManager
hjk
2011-09-05
1
-9
/
+4
*
Editors: Enhance smart backspace behavior
Leandro Melo
2011-08-18
1
-1
/
+2
*
Merge remote-tracking branch 'origin/2.3'
Eike Ziller
2011-08-16
2
-5
/
+4
|
\
|
*
fakevim: fix action used in Edit->Advanced
hjk
2011-08-15
1
-4
/
+4
|
*
Revert "fakevim: also set foreground color for search matches"
hjk
2011-08-11
1
-1
/
+0
|
*
fakevim: v in visual mode actually leave visual mode
hjk
2011-08-04
1
-15
/
+19
|
*
fakevim: handle cursor keys in Replace mode
hjk
2011-08-04
1
-0
/
+15
|
*
fakevim: also set foreground color for search matches
hjk
2011-08-04
1
-0
/
+1
|
*
fakevim: fix endless loop in certain search&replace operations
hjk
2011-08-04
1
-1
/
+1
*
|
fakevim: remove now unneeded oldTabSettings
hjk
2011-08-05
1
-1
/
+0
*
|
Refactor: Get rid of BaseTextEditorWidget from Indenter
Jarek Kobus
2011-08-05
1
-4
/
+1
*
|
fakevim: remove visually selected contents before pasting.
hjk
2011-08-05
1
-4
/
+23
*
|
fakevim: fix endless loop in certain search&replace operations
hjk
2011-08-03
1
-1
/
+1
*
|
fakevim: also set foreground color for search matches
hjk
2011-08-03
1
-0
/
+1
*
|
fakevim: make <Esc> leave DeleteSubMode
hjk
2011-08-03
1
-5
/
+8
*
|
fakevim: handle cursor keys in Replace mode
hjk
2011-08-03
1
-0
/
+15
*
|
fakevim: v in visual mode actually leave visual mode
hjk
2011-08-02
1
-15
/
+19
*
|
fakevim: more interaction for entering ex commands
hjk
2011-08-01
3
-50
/
+148
|
/
*
New QTC_CHECK warning replacing QTC_ASSERT(x, /**/)
Kai Koehne
2011-07-29
1
-4
/
+4
*
fakevim: fix <n>r<Return>
hjk
2011-07-14
1
-2
/
+9
*
UI text: check capitalization and tooltips
Leena Miettinen
2011-06-22
1
-1
/
+1
*
tr()-Fixes for 2.3: No contractions, spelling.
Friedemann Kleint
2011-06-14
1
-1
/
+1
*
tr()-fixes for 2.3.
Friedemann Kleint
2011-06-14
1
-0
/
+1
*
Make C++ code style configurable.
Christian Kamm
2011-05-24
1
-1
/
+2
*
New code assist API
Leandro Melo
2011-05-18
1
-103
/
+109
*
fakevim: parse <Esc> from script files
hjk
2011-05-17
1
-0
/
+3
*
fakevim: further split 'handleCommand'
hjk
2011-05-16
1
-3
/
+14
*
fakevim: compile fix on windows
hjk
2011-05-16
1
-1
/
+13
*
fakevim: implement Ctrl-y
hjk
2011-05-13
1
-0
/
+6
*
Fix/add copyright headers
Tobias Hunger
2011-05-06
6
-6
/
+6
*
fakevim: fix searching for |
hjk
2011-05-03
1
-22
/
+28
*
remove superfluous argument
Oswald Buddenhagen
2011-04-18
1
-1
/
+1
*
file manager: introduce saveFile() and remove blockFileChange() & unblockFile...
Oswald Buddenhagen
2011-04-18
1
-4
/
+1
*
Merge branch '2.2'
Oswald Buddenhagen
2011-04-14
6
-84
/
+78
|
\
|
*
Update license.
hjk
2011-04-13
6
-84
/
+78
*
|
fakevim: Enforce use of RealControlModifier by breaking the compilation other...
hjk
2011-04-08
1
-0
/
+3
*
|
fakevim: Try to fix Ctrl on Mac. Again.
hjk
2011-04-07
1
-28
/
+14
*
|
fakevim: support snippets, by doing nothing.
hjk
2011-04-06
1
-0
/
+7
*
|
Compile fix
Friedemann Kleint
2011-04-06
1
-1
/
+1
*
|
FakeVim: Add missing endArray() to settings reading
dt
2011-04-06
1
-0
/
+1
*
|
fakevim: allow main texteditor to call into fakevim
hjk
2011-04-05
3
-22
/
+299
*
|
Merge remote branch 'origin/2.2'
con
2011-04-01
1
-6
/
+17
|
\
\
|
|
/
|
*
FakeVim: Fix Ctrl+ shortcuts on Mac.
con
2011-03-31
1
-1
/
+7
|
*
fakevim: update search history after <Esc> in incremental search
hjk
2011-03-28
1
-5
/
+10
|
*
fakevim: fix :s, :d, :>, and :< in case of empty line specs
hjk
2011-03-28
1
-8
/
+25
*
|
fakevim: fix paste/yank/delete on last line
Krzysztof Szatan
2011-03-28
1
-5
/
+21
[next]