summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/basetextdocumentlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Fix coding style for else statementsOrgad Shaneh2013-07-171-4/+2
* 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
* | Editor: Fix finding block parentheses.Christian Kamm2012-10-171-4/+2
* | TextEditor: adjust ITextMark getters to coding stylehjk2012-10-101-3/+3
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\ \ | |/
| * Adjust license headershjk2012-10-051-21/+20
* | ITextMark: Fix crash with invisible marksDaniel Teske2012-09-191-1/+1
* | Optimize painting after changing marksDaniel Teske2012-09-111-31/+52
|/
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* qtcassert: move actual printing to separate function and enforce stylehjk2012-04-171-2/+2
* Fix reloading removing all BaseTextMarksDaniel Teske2012-04-051-10/+51
* BaseTextMark: Remove checks for linenumber after updateLineNumberDaniel Teske2012-03-131-4/+4
* Add namespace TextEditor around DocumentMarkerDaniel Teske2012-02-221-0/+2
* Initialize ITextMark with a lineNumberDaniel Teske2012-02-211-4/+6
* Move BaseTextDocument::documentClosing to BaseTextDocumentLayoutDaniel Teske2012-02-151-0/+12
* Move DocumentMarker to BaseTextDocumentLayoutDaniel Teske2012-02-151-5/+128
* Move mark related functions to BaseTextDocumentLayoutDaniel Teske2012-02-151-0/+21
* Long live the king!hjk2012-01-261-1/+1
* TextEditor: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-061-4/+4
* 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
* | Double-click to select current blockYuchen Deng2011-11-081-1/+3
|/
* Editors: Make sure folded blocks remain consistentLeandro Melo2011-08-151-0/+66
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | Adjust mark area width to mark width.hjk2011-03-231-0/+1
|/
* texteditor: give priorities to mark to ensure z-order when drawinghjk2011-03-021-0/+11
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Fix: Folded code is deleted on savemae2010-09-071-1/+1
* Fix brace statesmae2010-07-121-22/+17
* Fix use of unitialized memoryOlivier Goffart2010-07-091-0/+1
* C++ indenter: Refactor to be independent of BaseTextDocumentLayout.Christian Kamm2010-07-081-5/+0
* C++: Introduce the new CodeFormatter.Christian Kamm2010-07-021-3/+41
* add basic support to show refactor markersmae2010-07-021-0/+18
* Code folding fixmae2010-05-201-2/+0
* Rework code foldingmae2010-05-201-149/+73
* Renamed TextEditDocumentLayout to BaseTextDocumentLayoutThorbjørn Lindeijer2010-04-261-34/+34
* Moved TextEditDocumentLayout and related classes to their own fileThorbjørn Lindeijer2010-04-261-0/+593