summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim/fakevimhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* FakeVim: Treat C-S-something as "not normal" in Input::is()hjk2020-05-141-1/+6
* Fix deprecation against QProcess::start splitting overloadThiago Macieira2020-04-281-0/+6
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-201-1/+1
* Compile fix with recent Qt devhjk2019-07-291-9/+3
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* VCS: FakeVim: Ensure log editor is handled as readonlyChristian Stenger2019-07-021-0/+2
* FakeVim: Fix pasting over VisualMode-selectionshjk2019-03-251-4/+7
* FakeVim: Fix a deprecation warninghjk2019-03-041-4/+10
* Fix Qt 5.13 deprecation warning about QFontMetrics::width()Friedemann Kleint2019-02-151-2/+2
* Fix warning: "Use midRef() instead of mid()"Alessandro Portale2019-01-171-1/+1
* FakeVim: ModernizeAlessandro Portale2018-11-081-24/+24
* FakeVim: Fix clang complaining about register storage typeTobias Hunger2018-10-051-1/+1
* Fix: member initializer for 'm_fooBar' is redundantAlessandro Portale2018-07-121-1/+1
* FakeVim: Remove Utils dependencies from fakevimhandler.cpphjk2018-04-121-27/+47
* Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-091-1/+0
* FakeVim: Implement :<range>sor[t][!]hjk2018-03-131-0/+35
* FakeVim: Experiment with hand-written signalshjk2018-03-021-38/+38
* Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-241-1/+2
* FakeVim: Remove unused variableRobert Loehning2017-10-231-1/+0
* FakeVim: Properly recognize tabp...tabprevioushjk2017-09-111-3/+3
* FakeVim: Fix gt/gT/:tabnext/:tabprevioushjk2017-07-071-0/+22
* Remove spaces in initializer listsTim Jenssen2017-02-221-85/+85
* FakeVim: Remove a few uses of QObject::sender()hjk2017-01-241-34/+34
* FakeVim: Force leaving input mode when switching editorshjk2016-12-131-0/+5
* FakeVim: make cursor navigation via arrow keys more like vim'sDaniel Langner2016-10-041-7/+7
* FakeVim: don't ignore ESC while holding SHIFTDaniel Langner2016-10-041-1/+1
* FakeVim: Remove unused meta objectOrgad Shaneh2016-06-211-5/+1
* FakeVim: Parse <AltGr>hjk2016-06-101-1/+2
* FakeVim: Expand ~ in some file nameshjk2016-06-031-3/+11
* FakeVim: Ignore external changes in insert modeLukas Holecek2016-05-311-11/+31
* FakeVim: Use Qt5-style connectsOrgad Shaneh2016-05-251-15/+28
* FakeVim: Modernizehjk2016-04-211-433/+428
* FakeVim: Simplify FakeVimSettings objecthjk2016-03-031-4/+1
* Preferably use QStringRef::toInt().Friedemann Kleint2016-02-041-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* FakeVim: Handle Ctrl+[ with Russian keyboard layoutLukas Holecek2015-12-161-1/+1
* FakeVim: Add checks before handling keyboard inputLukas Holecek2015-12-161-2/+8
* FakeVim: (Un)escape special chars in replacementshjk2015-12-161-1/+13
* FakeVim: Fix caps lock in macros.Jakub Golebiewski2015-09-171-1/+5
* FakeVimPlugin: Introduce member initialization.Jarek Kobus2015-06-181-102/+57
* FakeVim: Disable visual navigation for text cursorLukas Holecek2015-05-201-4/+13
* FakeVim: Use more direct construction in vimKeyNameshjk2015-05-121-85/+83
* FakeVim: Allow to remap shortcutsLukas Holecek2015-05-111-0/+8
* FakeVim: C-R {register, C-W} in command modeThorben Kroeger2015-04-141-2/+41
* FakeVim: implement C-r{register} in insert modeThorben Kroeger2015-04-141-2/+21
* FakeVim: Fix tests when editor doesn't have focusLukas Holecek2015-03-251-0/+3
* FakeVim: C-h in insert mode acts like backspaceThorben Kroeger2015-03-241-1/+2
* FakeVim: fix black hole registerThorben Kroeger2015-03-231-3/+3
* FakeVim: fix yank registerThorben Kroeger2015-03-231-3/+3
* FakeVim: implement C-u in insert modeThorben Kroeger2015-03-231-0/+9