summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim/fakevimplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix exit crash in fakevim plugin.Friedemann Kleint2012-07-231-3/+1
* Fix some memory leaksOrgad Shaneh2012-07-201-1/+3
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* ActionManager API cleanup.Eike Ziller2012-05-251-15/+6
* Mac: Avoid more Opt+<char> shortcuts.Eike Ziller2012-05-231-2/+2
* Get rid of lots of ifdef Q_OS_MAC for shortcuts.Eike Ziller2012-05-231-4/+2
* IOptionsPage: replace virtual fuctions by data membershjk2012-05-231-29/+27
* editormanager: simplify use of interfacehjk2012-05-111-11/+7
* Add FakeVim category icon to all option pagesDaniel Teske2012-05-031-2/+4
* Compile after qt5/qtbase commit 75a0c7f9Bradley T. Hughes2012-04-301-1/+1
* Added TextEditor commands FollowSymbol and JumpToFile.Konstantin Tokarev2012-03-281-3/+1
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-8/+8
* Removed module names from #include directives.Erik Verbruggen2012-02-151-17/+17
* Long live the king!hjk2012-01-261-1/+1
* Core::Filemanager: make some methods statichjk2012-01-251-4/+3
* Use new static ICore interface.hjk2012-01-241-22/+19
* Let Command construct its description (former defaultText) itself.Eike Ziller2012-01-121-10/+1
* Add commands :AS and :AVRainer Keller2011-12-121-0/+6
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-251-1/+1
|\
| * tr() fix in fakevimpluginRobert Loehning2011-11-181-1/+1
* | mostly core and analyzer: more id-ficationhjk2011-11-151-1/+1
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\ \ | |/
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-11/+11
|/
* Implement Code Style schemesJarek Kobus2011-09-231-6/+9
* fakevim: string literalshjk2011-09-131-13/+13
* fakevim: make toggle action scriptablehjk2011-09-131-1/+1
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* fakevim: save a few string->int->string roundtripshjk2011-09-051-43/+37
* core: progress on the QString->QByteArray for Core::Id, remove UniqueIDManagerhjk2011-09-051-9/+4
* Editors: Enhance smart backspace behaviorLeandro Melo2011-08-181-1/+2
* Merge remote-tracking branch 'origin/2.3'Eike Ziller2011-08-161-4/+4
|\
| * fakevim: fix action used in Edit->Advancedhjk2011-08-151-4/+4
* | fakevim: remove now unneeded oldTabSettingshjk2011-08-051-1/+0
* | Refactor: Get rid of BaseTextEditorWidget from IndenterJarek Kobus2011-08-051-4/+1
* | fakevim: more interaction for entering ex commandshjk2011-08-011-10/+55
|/
* tr()-fixes for 2.3.Friedemann Kleint2011-06-141-0/+1
* Make C++ code style configurable.Christian Kamm2011-05-241-1/+2
* New code assist APILeandro Melo2011-05-181-103/+109
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* remove superfluous argumentOswald Buddenhagen2011-04-181-1/+1
* file manager: introduce saveFile() and remove blockFileChange() & unblockFile...Oswald Buddenhagen2011-04-181-4/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | Compile fixFriedemann Kleint2011-04-061-1/+1
* | FakeVim: Add missing endArray() to settings readingdt2011-04-061-0/+1
* | fakevim: allow main texteditor to call into fakevimhjk2011-04-051-18/+269
|/
* fakevim: fix crash in ex command mappinghjk2011-03-171-12/+18
* fakevim: simplify pointer handling in ex command mappinghjk2011-03-171-67/+37
* fakevim: fix persistence of user defined :ex commandshjk2011-03-021-32/+39