aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim/fakevimplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make TextEditor setup more flexibleEike Ziller2020-02-121-3/+7
* Core: Introduce a IOptionsPage::setCategoryIconPathhjk2020-01-161-2/+1
* fakevim: fix indenting of continuation linesAndrzej Ostruszka2020-01-071-0/+2
* FakeVim: Fix goto next/previous splithjk2019-12-161-2/+2
* Remove usages of deprecated APIsSona Kurazyan2019-09-031-1/+1
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-1/+1
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-221-1/+1
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-2/+2
* FakeVim: Disable cursor blinking by defaulthjk2018-12-041-0/+20
* FakeVim: ModernizeAlessandro Portale2018-11-081-35/+34
* FakeVim: Alias C-w C-h/j/k/l to C-w h/j/k/lhjk2018-08-151-4/+4
* FakeVim: Add support for :wqahjk2018-07-021-2/+4
* Update Options dialog iconsAlessandro Portale2018-04-241-1/+2
* Clean up options page category display name and icon set upEike Ziller2018-04-231-6/+1
* FakeVim: Quieten warningsTobias Hunger2018-03-061-7/+7
* FakeVim: Experiment with hand-written signalshjk2018-03-021-355/+266
* 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-261-290/+206
* | Core: Detach status bar handling from global object poolhjk2018-01-261-11/+7
* | 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
|/
* Replace manual signal blocking/unblocking with QSignalBlockerTobias Hunger2017-10-041-8/+9
* FakeVim: Fix gt/gT/:tabnext/:tabprevioushjk2017-07-071-0/+5
* Remove unused IAssistProvider::supportsEditorEike Ziller2017-07-031-5/+0
* 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-241-111/+80
* FakeVim: Allow plugin interaction before saving fileLukas Holecek2017-01-241-16/+18
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-12-201-0/+9
|\
| * FakeVim: Force leaving input mode when switching editorshjk2016-12-131-0/+9
* | FakeVim: Initialize pointerTobias Hunger2016-12-051-1/+1
|/
* Core: Make IOptionsPage::categoryIcon a Utils::IconAlessandro Portale2016-09-201-3/+3
* FakeVim: Expand ~ in some file nameshjk2016-06-031-1/+1
* FakeVim: Use Qt5-style connectsOrgad Shaneh2016-05-251-22/+18
* fix buildTim Jenssen2016-05-131-1/+1
* FakeVim: Modernizehjk2016-04-211-102/+100
* Core: Apply 'static' pattern to Core::FindPluginhjk2016-03-151-8/+4
* FakeVim: Simplify FakeVimSettings objecthjk2016-03-031-6/+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-191-17/+12
* Preferences: Options pages need unique IDsEike Ziller2015-08-101-3/+3
* FakeVimPlugin: Introduce member initialization.Jarek Kobus2015-06-181-15/+8