summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/textmark.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: more FileName -> FilePath renamingDavid Schulz2019-10-011-1/+1
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-8/+8
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-02-191-0/+3
|\
| * TextEditor: Add more space before TextMarks' tooltip actionsNikolai Kosjar2019-02-151-0/+3
* | Fix Qt 5.13 deprecation warning about QFontMetrics::width()Friedemann Kleint2019-02-151-1/+1
|/
* move text document for file path convenience functionDavid Schulz2019-02-141-5/+2
* Clang: Add tooltip action to copy to clipboardNikolai Kosjar2019-02-011-7/+42
* TextEditor: Support hyperlinks in TextMark tooltipOrgad Shaneh2018-10-081-0/+1
* TextEditor: ModernizeOrgad Shaneh2018-09-201-3/+3
* Use FileName in TextMarkEike Ziller2018-05-031-8/+9
* TextEditor: reduce annotation painting artifactsDavid Schulz2017-10-091-3/+6
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-07-251-23/+44
|\
| * TextEditor: Make annotation position configurableDavid Schulz2017-07-211-23/+44
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-07-211-17/+16
|\ \ | |/
| * TextEditor: Avoid removing text marks that were not added to hashOrgad Shaneh2017-07-211-1/+2
| * TextEditor: Improve readability of text annotationDavid Schulz2017-07-201-16/+14
* | TextEditor: Initialize some membersTobias Hunger2017-07-201-1/+1
|/
* TextEditor: Simplify annotation rectangle computationDavid Schulz2017-07-181-20/+30
* TextEditor: Add line annotationsDavid Schulz2017-06-301-3/+87
* TextEditor: Fix updating TextMark priorityDavid Schulz2017-06-271-2/+7
* Editor: Simplify text marksDavid Schulz2017-06-221-105/+12
* TextEditor: Simplify TextMarkRegistryDavid Schulz2017-05-301-18/+52
* TextEditor: Set widthFactor from TextMark ctorUlf Hermann2017-03-161-2/+2
* Use icons and default tool tips in text mark popupDavid Schulz2016-09-061-4/+36
* Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-08-311-1/+1
|\
| * Editor: Use correct pointer in guardDavid Schulz2016-08-251-1/+1
* | TextEditor: Remove unnecessary hash lookupDavid Schulz2016-08-221-3/+4
* | Add default tool tips to text marksDavid Schulz2016-08-221-0/+18
|/
* CppEditor: Use full tooltip in ClangTextMarkhjk2016-07-251-0/+8
* TextEditor: Enable tooltips for textmarkshjk2016-07-191-14/+9
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* TextEditor: Use Qt5-style connectsOrgad Shaneh2015-12-181-6/+6
* TextEditor: Move constructor has now noexceptMarco Bubke2015-09-011-1/+1
* Clang: Add diagnosticsMarco Bubke2015-08-311-0/+14
* Editor: Add Check for TextMark color definition.David Schulz2015-06-031-0/+10
* Theme: Remove InvalidColorOrgad Shaneh2015-05-251-1/+1
* TextEditor: Sort text marks in categories.David Schulz2015-05-211-1/+29
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | TextEditor: Remove unneeded qualificationsOrgad Shaneh2015-02-061-1/+1
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-2/+2
|/
* License update.Eike Ziller2014-10-151-7/+8
* TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-2/+2
* Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-5/+5
* TextEditor: Remove itexteditor.{h,cpp}hjk2014-07-251-2/+1
* Merge ITextMark and BaseTextMarkhjk2014-07-231-0/+262