aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/images
Commit message (Collapse)AuthorAgeFilesLines
* Update Options dialog iconsAlessandro Portale2018-04-242-0/+0
| | | | | | | | | A new set of scalable and themable icons with unified look as provided by Diana. Task-number: QTCREATORBUG-20325 Change-Id: I68498b034e9e43fbb61511a38d9c7fc0003ab076 Reviewed-by: hjk <hjk@qt.io>
* TextEditor: Move the fixit light bulb to UtilsAlessandro Portale2018-04-134-0/+0
| | | | | Change-Id: I3128c0363737980a77fa780601f0b245d01540ad Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* TextEditor: Remove unused "finddirectory" iconAlessandro Portale2018-04-091-0/+0
| | | | | | | | In case such icon will be needed at some point, we will recreate it themable and HighDPI-able. Change-Id: Icf34617fa71eb35406bbc10daaa700a823671061 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* TextEditor: Improved lightbulb iconAlessandro Portale2016-10-184-0/+0
| | | | | | | Hopefully now looks more like a light bulb than like an ice cream. Change-Id: Icc27fe786ea0cc1ca8c504ea6e766cb7d54e5050 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* TextEditor: Highpi-able and themable refactor markerAlessandro Portale2016-10-115-0/+0
| | | | | Change-Id: I1866e4c5eba7b1afd60e2c461644cbfd6b7efd75 Reviewed-by: David Schulz <david.schulz@qt.io>
* Fix wrong context help if tool tip was not shown for focus widgetEike Ziller2015-09-302-175/+0
| | | | | | | | | | | | | The tool tip never has focus, so it cannot become the IContext that is checked for context help. So, integrate the help id into Utils::ToolTip and check the tool tip first when checking for context help. As a side effect the [F1] button and help id for the tool tip is now also available for use outside of the text editors. Task-number: QTCREATORBUG-5345 Change-Id: Id975703caf161d1183c247e8ad8bb693b90fd306 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* PNG: Run pngcrush on images with iCCP or sRGB profilesTobias Hunger2015-07-032-0/+0
| | | | | | | | This quietens warnings from libPNG during startup and shrinks the image sizes. Change-Id: Ieb4cb5e8ba30b99653896e283c2fb2cc267257f2 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* TextEditor: Fix incorrect dependency to CppEditor resourcesDenis Mingulov2012-01-302-0/+175
| | | | | | | | | | | | | | TextEditor BaseHoverHandler::addF1ToToolTip() method has used a resource from CppEditor (:/cppeditor/images/f1.png), despite of the inverse official dependecy in PluginSpec file and other classes. As it is not used anywhere else - to fix the issue f1.png and f1.svg are moved from CppEditor to TextEditor. Change-Id: I14b542837d6337bd08e19ad72cf4a869be08465a Reviewed-by: Christian Stenger <christian.stenger@nokia.com> Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
* Add support for C++ snippets.Leandro Melo2010-09-241-0/+0
|
* new iconmae2010-07-051-0/+0
| | | | | we need a real icon in a larger size, this one will scale poorly.
* add basic support to show refactor markersmae2010-07-021-0/+0
| | | | | | | | | See BaseTextEditor::setRefactorMarkers(...). The markers support a clicked signal via BaseTextEditor and tooltips. They feature a cursor, but are always positioned at the end of the line (not block!). As special gimmick they do extend the document width when they are positioned outside the document area.
* Initial importcon2008-12-022-0/+0