aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim/fakevimplugin.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* s/error_message/errorMessage/ghjk2011-09-211-1/+1
| | | | | | Change-Id: I9a91028fb7c00a20843d99ece659ec8b7acc7710 Reviewed-on: http://codereview.qt-project.org/5312 Reviewed-by: hjk <qthjk@ovi.com>
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Update license.hjk2011-04-131-14/+13
|
* fakevim: work on 'dumb' completionhjk2011-02-181-1/+0
|
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* License headers.con2010-12-171-7/+11
|
* Add flag to IPlugin::aboutToShutdown that allows asynchronous shutdown.con2010-07-131-1/+1
| | | | | | | If a plugin requests asyncronous shutdown, the shutdown sequence does not continue to deleting the plugins before it has sent a asynchronousShutdownFinished signal. During that time an event loop is running.
* Rename IPlugin::shutdown --> IPlugin::aboutToShutdowncon2010-04-281-1/+1
| | | | Discussed-with: hjk
* Long live the king!hjk2010-03-051-1/+1
|
* long live the kinghjk2009-08-141-1/+1
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
|
* fakevim: refactoring, pimpl FakeVimPluginhjk2009-01-131-38/+5
|
* fakevim: make visual selections also visual in creatorhjk2009-01-131-0/+4
|
* fakevim: listen to editor opening and closinghjk2009-01-091-0/+3
|
* fakevim: use tab settings from creator base text editorhjk2009-01-091-4/+0
|
* fakevim: mv handler.{cpp,h} fakevimhandler.{cpp,h}hjk2009-01-091-1/+1
|
* fakevim: begin work on tab/space configurationhjk2009-01-091-0/+2
|
* fakevim: provide a means to see configuration variableshjk2009-01-091-0/+1
|
* somewhat better intergration of fakevim into creatorhjk2009-01-071-4/+16
|
* Fixes: fix signature of FakeVimPlugin::removeHandlerhjk2009-01-051-1/+1
| | | | Details: QObject * -> QWidget *
* restore overwrite mode hack.hjk2008-12-191-0/+1
| | | | cursor looks better at the end of a line this way...
* use QTextEdit's "overwriteMode" instead of playing around with thehjk2008-12-191-1/+0
| | | | cursor width manually.
* Add some sandbox for hjkl folks.hjk2008-12-191-0/+83
Note that <Esc> is called <Shift-Esc>.