aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
...
* | FakeVim: Reorganize internal class dependencieshjk2018-01-262-292/+206
* | Core: Detach status bar handling from global object poolhjk2018-01-261-11/+7
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-01-251-1/+2
|\|
| * Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-241-1/+2
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-01-231-66/+114
|\|
| * FakeVim: Correct handling of settingsChristian Stenger2018-01-231-66/+114
* | FakeVim: Use a more standard pattern to add option pageshjk2018-01-181-23/+3
|/
* FakeVim: Remove unused variableRobert Loehning2017-10-231-1/+0
* Replace manual signal blocking/unblocking with QSignalBlockerTobias Hunger2017-10-041-8/+9
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-191-3/+3
|\
| * FakeVim: Properly recognize tabp...tabprevioushjk2017-09-111-3/+3
* | app_version.h: Make IDE name configurableTobias Hunger2017-09-051-2/+2
|/
* Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* FakeVim: Fix gt/gT/:tabnext/:tabprevioushjk2017-07-073-0/+29
* Remove unused IAssistProvider::supportsEditorEike Ziller2017-07-031-5/+0
* 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