aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* FakeVim: Fix case insensitivity handling for forward searchinghjk2020-07-171-19/+38
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+0
* More Qt 6 fixeshjk2020-06-231-2/+2
* FakeVim: Finish port to QRegularExpressionhjk2020-06-231-27/+36
* FakeVim: Port more from QRegExp to QRegularExpressionhjk2020-06-231-18/+23
* FakeVim: Use QStringView instead of QStringRefhjk2020-06-181-5/+6
* FakeVim: Replace QRegExp use in handleExSubstituteCommand()hjk2020-06-171-4/+4
* FakeVim: Start porting QRegExp uses to QRegularExpressionhjk2020-06-111-14/+16
* FakeVim: Use QRegularExpression in C-A/C-X handlinghjk2020-06-111-1/+2
* FakeVim: Modernize a bithjk2020-05-282-12/+12
* FakeVim: Treat C-S-something as "not normal" in Input::is()hjk2020-05-141-1/+6
* Fix deprecation against QProcess::start splitting overloadThiago Macieira2020-04-281-0/+6
* Make TextEditor setup more flexibleEike Ziller2020-02-121-3/+7
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-201-1/+1
* 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
* Compile fix with recent Qt devhjk2019-07-291-9/+3
* Avoid warning on empty expressionshjk2019-07-232-2/+2
* 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