summaryrefslogtreecommitdiff
path: root/src/plugins/glsleditor/glsleditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Translations: Merge "OpenWith::Editors" into "QtC::Core"Alessandro Portale2023-02-201-2/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* GLSLEditor: Replace foreach with range-based for loopsJarek Kobus2022-11-241-1/+2
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-171-9/+11
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* TextEditor: add text cursor to assist interfaceDavid Schulz2022-05-131-2/+1
* Don't access static functions/fields via instanceAlessandro Portale2020-11-271-1/+1
* TextEditor: use Utils::FilePath as file member in AssistInterfaceDavid Schulz2020-09-041-1/+1
* GlslEditor: Display tool tips for errors and warningsChristian Stenger2020-08-201-0/+25
* GlslEditor: Robustify version detectionChristian Stenger2020-08-101-9/+51
* GlslEditor: Update language specChristian Stenger2020-07-171-0/+10
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+0
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-221-1/+1
* GlslEditor: ModernizeAlessandro Portale2018-11-131-4/+3
* Prefer using 'override' instead of 'virtual'Alessandro Portale2018-07-111-1/+1
* Fix that bookmarks couldn't be added to .pro files with mouseEike Ziller2018-06-191-1/+0
* Glsl: Avoid use of global object poolhjk2018-02-091-3/+3
* GLSLEditor: Remove GlslHoverHandlerNikolai Kosjar2017-06-281-3/+0
* Allow giving TextEditorFactory custom CommentDefinitionEike Ziller2017-04-261-1/+1
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-1/+1
* GLSL: Remove some dead codehjk2016-08-031-9/+0
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Use text settings instead of hard coded diagnostic text formatsMarco Bubke2015-12-091-6/+4
* Clang: Add diagnosticsMarco Bubke2015-08-311-2/+2
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-091-1/+1
* GlslEditor: Fix crashChristian Stenger2015-03-121-4/+3
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Misc: Remove unneeded qualificationsOrgad Shaneh2015-02-061-4/+4
* | GLSL: Do not leak enginehjk2015-01-131-4/+4
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1
|/
* TextEditor: Factory cosmeticshjk2014-10-151-3/+3
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Move CompletionAssistProvider constructionhjk2014-10-061-1/+1
* | TextEditor: Simplify HoverHandler handlinghjk2014-09-301-0/+2
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-3/+3
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-1/+1
* | GlslEditor: Remove unused includeThomas Hartmann2014-09-121-2/+0
* | TextEditor: Merge some "assist" related classeshjk2014-09-091-2/+2
* | TextEditor: Reset mimetype after open() in all BaseTextEditorshjk2014-09-041-22/+0
* | TextEditor: Flip default to 'duplicatedSupported'hjk2014-09-031-1/+0
* | TextEditor: Move CompletionAssistProvider to *Widgethjk2014-09-031-1/+1
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-021-3/+1
* | TextEditor: Move comment definitions back to *Widgethjk2014-09-021-1/+1
* | GlslEditor: Replace remaining editor()->document() indirectionhjk2014-09-011-1/+1
* | TextEditor: Remove some *Widget::createEditor implementationhjk2014-08-281-7/+0
* | TextEditor: Clean up/streamline SyntaxHighlighter setuphjk2014-08-271-1/+1
* | GlslEditor: Some editor creation related cleanuphjk2014-08-251-68/+57