aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* FakeVim: Force leaving input mode when switching editorshjk2016-12-133-0/+15
* 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
* FakeVim: Change default keyboard sequence for FakeVim...Christian Stenger2015-03-041-2/+2
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-1/+1
* SettingsDialog: Remove CategoryId parameter from callershjk2015-02-241-7/+1
* FakeVim: Modernize plugin connections.hjk2015-02-191-113/+108
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-129-52/+52
|\
| * Update LicenseEike Ziller2015-01-169-52/+52
* | FakeVim: Remove unneeded qualificationsOrgad Shaneh2015-02-041-9/+9
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-2/+2