aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* Update Options dialog iconsAlessandro Portale2018-04-245-2/+4
* Clean up options page category display name and icon set upEike Ziller2018-04-231-6/+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: Quieten warningsTobias Hunger2018-03-061-7/+7
* FakeVim: Experiment with hand-written signalshjk2018-03-023-421/+353
* CodeAssist: use shared pointer to pass around proposal modelsDavid Schulz2018-02-271-1/+2
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-231-3/+7
|\
| * Document model: Use optional for "indexOf" kind of methodsEike Ziller2018-02-161-3/+7
* | FakeVim: Squash MSVC warning about supposedly non-captured 'this'hjk2018-02-151-1/+1
* | Core: make useMacShortcut constexprDavid Schulz2018-02-021-2/+2
* | 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