aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor/glsleditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: remove text editor action handlerDavid Schulz2024-04-091-4/+3
* GlslEditor: Hide GlslCompletionAssistProvider implementationhjk2024-01-121-1/+1
* GlslEditor: Move shader file setup to GlslEditorhjk2024-01-121-1/+87
* GlslEditor: New setup pattern for GlslEditorFactoryhjk2024-01-121-21/+31
* GlslEditor: Inline plugin class to .cpphjk2024-01-111-3/+3
* GlslEditor: Move some class definitions to .cpphjk2024-01-091-9/+4
* Utils: Proliferate use of <utils/mimeconstants.h>Alessandro Portale2023-12-191-5/+5
* Utils: Turn the names of Constants::GLSL_* conformantAlessandro Portale2023-12-191-4/+4
* Clean up some lambdashjk2023-12-121-2/+1
* Utils/all: Move mime constants into a central placehjk2023-11-081-5/+6
* All: Remove some unneeded #includeshjk2023-09-271-1/+0
* Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-3/+1
* 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