aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/refactoroverlay.cpp
Commit message (Expand)AuthorAgeFilesLines
* Editor: ensure valid blocknumbers for overlay prefilteringDavid Schulz2023-06-151-2/+5
* TextEditor: prefilter refactor markers before paintingDavid Schulz2023-06-131-2/+9
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Drop Qt5: TextEditor: Remove code below Qt 6.0.0Jarek Kobus2022-08-011-4/+1
* TextEditor: Fix High-DPI+Qt6 drawing of the refactor marker iconAlessandro Portale2022-02-101-1/+4
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* TextEditor: skip painting refactor markers of invisible blocksDavid Schulz2019-08-231-0/+3
* Fix Qt 5.13 deprecation warning about QFontMetrics::width()Friedemann Kleint2019-02-151-2/+3
* TextEditor: Use callback in refactoring markersDavid Schulz2019-01-251-0/+8
* TextEditor: ModernizeAlessandro Portale2018-11-301-3/+3
* TextEditor: ModernizeOrgad Shaneh2018-09-201-1/+1
* TextEditor: Move the fixit light bulb to UtilsAlessandro Portale2018-04-131-4/+2
* TextEditor: Tweak the refactoroverlay painting for HighDPIAlessandro Portale2016-10-181-2/+3
* TextEditor: Highpi-able and themable refactor markerAlessandro Portale2016-10-111-1/+5
* TextEditor: Fine tune painting of the light bulbNikolai Kosjar2016-02-091-2/+3
* TextEditor: Clean up RefactorOverlay::paintMarkerNikolai Kosjar2016-02-091-9/+10
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* 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-3/+3
|/
* Editor: Make Quick Fix icon clickable in scrolled viewsDaniel Teske2014-07-221-2/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Clean headers in TextEditor.Friedemann Kleint2013-03-271-1/+0
* 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-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* 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
* License headers, part 2con2010-12-171-7/+11
* Fix exported headers in Core and TextEditor.Friedemann Kleint2010-11-011-5/+37
* Position the refactoring icon at the top right corner.Roberto Raggi2010-07-051-18/+6
* Align the refactoring icon at the bottom of the paragraph.Roberto Raggi2010-07-051-1/+2
* Compile fix Windows.Friedemann Kleint2010-07-021-2/+2
* add basic support to show refactor markersmae2010-07-021-0/+76