aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditoroverlay.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qt6: Adapt to removed QMap functionalityhjk2020-08-131-4/+4
* Fix QPainterPath-related compilation errors in Qt 5.15Friedemann Kleint2020-03-121-0/+1
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* TextEditor: skip painting overlays with invalid backgroundDavid Schulz2019-01-241-21/+15
* Get rid of macros by using std functionsEike Ziller2018-09-261-8/+10
* TextEditor: Simplify the overlay selection pathAlessandro Portale2017-07-101-1/+1
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2016-02-031-11/+4
|\
| * Editor: Fix compiling of editor overlay.David Schulz2016-02-021-2/+2
| * Editor: Avoid using private text document handle.David Schulz2016-02-021-2/+4
| * TextEditor: Revert adaptation to reverted QTextCursor API change.Christian Kandeler2016-02-011-9/+0
* | Merge remote-tracking branch 'origin/3.6'Eike Ziller2016-01-251-0/+9
|\|
| * Fix compile for Qt5.4Christian Stenger2016-01-251-0/+2
| * Adapt to QtGui changes that broke private API source compatibilityThiago Macieira2016-01-221-0/+7
* | Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
|/
* Don't mix iterator and const_iteratorKai Koehne2015-04-021-2/+3
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-1/+1
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
|/
* TextEditor: Fix rendering of find&replace scopeOrgad Shaneh2014-08-111-28/+15
* TextEditor: Optimize TextEditorOverlay::createSelectionPathOrgad Shaneh2014-05-141-29/+42
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Snippets: Allow lowercase/titlecase/uppercase modifiers for variablesTobias Hunger2013-08-201-1/+27
* Reduce padding in often-used structsTobias Hunger2013-02-211-1/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-2/+1
* | Add whitespace after control keywordsOrgad Shaneh2012-11-281-2/+2
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Text Editor: Fix handling of snippet parameter with no nameBojan Petrovic2012-06-291-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-1/+1
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Snippets: Add includeLeandro Melo2010-12-081-0/+1
* | Snippets: Track begin of first selectionLeandro Melo2010-12-081-2/+14
* | Snippets: Synchronize editing of equivalent variables inside snippets.Leandro Melo2010-12-081-10/+79
* | Merge remote branch 'origin/2.1'dt2010-11-181-3/+5
|\|
| * Fix crash when computing the selection path.Christian Kamm2010-11-161-3/+5
| * Fixed find scopemae2010-10-181-4/+4
* | Fix exported headers in Core and TextEditor.Friedemann Kleint2010-11-011-2/+1
* | Fixed find scopemae2010-09-281-4/+4
|/
* TextEditor: Fix extra selection for snippets to match the editable area.Christian Kamm2010-08-251-1/+4