aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* Remove spaces in initializer listsTim Jenssen2017-02-221-85/+85
* FakeVim: Don't try to read from file which could not be openedRobert Loehning2017-02-171-6/+7
* FakeVim: Remove dead codeRobert Loehning2017-02-171-5/+2
* FakeVim: Compile fix after ef80d060e7hjk2017-01-241-2/+2
* FakeVim: Remove a few uses of QObject::sender()hjk2017-01-243-170/+139
* FakeVim: Allow plugin interaction before saving fileLukas Holecek2017-01-241-16/+18
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-12-203-0/+15
|\
| * FakeVim: Force leaving input mode when switching editorshjk2016-12-133-0/+15
* | FakeVim: Initialize pointerTobias Hunger2016-12-051-1/+1
|/
* 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
* Core: Make IOptionsPage::categoryIcon a Utils::IconAlessandro Portale2016-09-201-3/+3
* FakeVim: Remove unused meta objectOrgad Shaneh2016-06-211-5/+1
* FakeVim: Parse <AltGr>hjk2016-06-101-1/+2
* qbs build: Introduce new module "qtc".Christian Kandeler2016-06-081-1/+1
* FakeVim: Expand ~ in some file nameshjk2016-06-032-4/+12
* FakeVim: Ignore external changes in insert modeLukas Holecek2016-05-311-11/+31
* FakeVim: Use Qt5-style connectsOrgad Shaneh2016-05-254-41/+50
* fix buildTim Jenssen2016-05-131-1/+1
* FakeVim: Modernizehjk2016-04-213-564/+555
* Wholesale conversion to #pragma oncehjk2016-03-304-17/+4
* Core: Apply 'static' pattern to Core::FindPluginhjk2016-03-151-8/+4
* FakeVim: Simplify FakeVimSettings objecthjk2016-03-034-119/+91
* Preferably use QStringRef::toInt().Friedemann Kleint2016-02-041-1/+1
* Clang: Remove TextEditorWidget from AssistProposalItemInterfaceMarco Bubke2016-02-021-1/+1
* TextEditor: Introduce AssistProposalItemInterfaceMarco Bubke2016-02-011-3/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-199-140/+100
* 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
* Preferences: Options pages need unique IDsEike Ziller2015-08-101-3/+3
* PNG: Run pngcrush on images with iCCP or sRGB profilesTobias Hunger2015-07-031-0/+0
* FakeVimPlugin: Introduce member initialization.Jarek Kobus2015-06-183-124/+72
* Properly delete plugins dependent on failed pluginJarek Kobus2015-06-171-14/+13
* fakevim: s/Q_DECL_OVERRIDE/override/gTobias Hunger2015-06-041-5/+5
* FakeVim: Disable visual navigation for text cursorLukas Holecek2015-05-201-4/+13
* Improve keyboard shortcut settingsEike Ziller2015-05-151-30/+51
* FakeVim: Use more direct construction in vimKeyNameshjk2015-05-121-85/+83
* FakeVim: Allow to remap shortcutsLukas Holecek2015-05-111-0/+8
* Refactor CommandMappings to be a widget instead of options pageEike Ziller2015-05-071-28/+56
* FakeVim: C-R {register, C-W} in command modeThorben Kroeger2015-04-143-2/+65
* FakeVim: implement C-r{register} in insert modeThorben Kroeger2015-04-142-2/+29
* FakeVim: add unit tests for recent commitsThorben Kroeger2015-03-261-0/+16
* FakeVim: Fix tests when editor doesn't have focusLukas Holecek2015-03-251-0/+3
* FakeVim: Fix dependencies for testsLukas Holecek2015-03-242-0/+8
* 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