Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fakevim: work on 'dumb' completion | hjk | 2011-02-18 | 1 | -1/+0 |
| | |||||
* | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| | | | | Reviewed-by: hjk | ||||
* | License headers. | con | 2010-12-17 | 1 | -7/+11 |
| | |||||
* | Add flag to IPlugin::aboutToShutdown that allows asynchronous shutdown. | con | 2010-07-13 | 1 | -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::aboutToShutdown | con | 2010-04-28 | 1 | -1/+1 |
| | | | | Discussed-with: hjk | ||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| | |||||
* | Bump year in licence header. | Daniel Molkentin | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | fakevim: refactoring, pimpl FakeVimPlugin | hjk | 2009-01-13 | 1 | -38/+5 |
| | |||||
* | fakevim: make visual selections also visual in creator | hjk | 2009-01-13 | 1 | -0/+4 |
| | |||||
* | fakevim: listen to editor opening and closing | hjk | 2009-01-09 | 1 | -0/+3 |
| | |||||
* | fakevim: use tab settings from creator base text editor | hjk | 2009-01-09 | 1 | -4/+0 |
| | |||||
* | fakevim: mv handler.{cpp,h} fakevimhandler.{cpp,h} | hjk | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | fakevim: begin work on tab/space configuration | hjk | 2009-01-09 | 1 | -0/+2 |
| | |||||
* | fakevim: provide a means to see configuration variables | hjk | 2009-01-09 | 1 | -0/+1 |
| | |||||
* | somewhat better intergration of fakevim into creator | hjk | 2009-01-07 | 1 | -4/+16 |
| | |||||
* | Fixes: fix signature of FakeVimPlugin::removeHandler | hjk | 2009-01-05 | 1 | -1/+1 |
| | | | | Details: QObject * -> QWidget * | ||||
* | restore overwrite mode hack. | hjk | 2008-12-19 | 1 | -0/+1 |
| | | | | cursor looks better at the end of a line this way... | ||||
* | use QTextEdit's "overwriteMode" instead of playing around with the | hjk | 2008-12-19 | 1 | -1/+0 |
| | | | | cursor width manually. | ||||
* | Add some sandbox for hjkl folks. | hjk | 2008-12-19 | 1 | -0/+83 |
Note that <Esc> is called <Shift-Esc>. |