aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* VCS: FakeVim: Ensure log editor is handled as readonlyChristian Stenger2019-07-021-0/+2
* connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-1/+1
* CMake build: Add ability to disable building of individual pluginsEike Ziller2019-05-231-3/+4
* Qt Creator CMake portCristian Adam2019-05-171-0/+18
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-04-021-1/+1
|\
| * FakeVim: Change "cb" options name to "bc" for blinking cursorhjk2019-03-281-1/+1
* | FakeVim: Fix pasting over VisualMode-selectionshjk2019-03-251-4/+7
* | FakeVim: Fix a deprecation warninghjk2019-03-041-4/+10
* | Fix Qt 5.13 deprecation warning about QFontMetrics::width()Friedemann Kleint2019-02-151-2/+2
|/
* 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
* Fix warning: "Use midRef() instead of mid()"Alessandro Portale2019-01-171-1/+1
* FakeVim: Disable cursor blinking by defaulthjk2018-12-044-1/+31
* FakeVim: ModernizeAlessandro Portale2018-11-087-73/+72
* FakeVim: Fix clang complaining about register storage typeTobias Hunger2018-10-051-1/+1
* FakeVim: Alias C-w C-h/j/k/l to C-w h/j/k/lhjk2018-08-151-4/+4
* Fix: member initializer for 'm_fooBar' is redundantAlessandro Portale2018-07-121-1/+1
* FakeVim: Add support for :wqahjk2018-07-022-3/+4
* 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