aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: remove text editor action handlerDavid Schulz2024-04-091-4/+3
* TextEditor: handle syntax highlight in batchesDavid Schulz2024-03-251-1/+2
* TextEditor: Fix folding for async syntax highlighterArtem Sokolovskii2024-02-281-18/+0
* GLSLEditor: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-011-3/+1
* GlslEditor: Fix crash in GlslHighlighterDavid Schulz2024-01-311-4/+1
* GlslEditor: Hide GlslCompletionAssistProcessor implementationhjk2024-01-122-26/+18
* GlslEditor: Hide GlslCompletionAssistProvider implementationhjk2024-01-123-29/+34
* GlslEditor: Remove bogus global CompletionAssistProvider instancehjk2024-01-121-17/+0
* GlslEditor: Move shader file setup to GlslEditorhjk2024-01-126-127/+88
* GlslEditor: Decouple shader file setup from plugin setuphjk2024-01-121-23/+32
* GlslEditor: New setup pattern for GlslEditorFactoryhjk2024-01-123-28/+35
* GlslEditor: Inline plugin class to .cpphjk2024-01-113-100/+93
* GlslEditor: Move some class definitions to .cpphjk2024-01-096-73/+64
* Utils: Proliferate use of <utils/mimeconstants.h>Alessandro Portale2023-12-191-5/+5
* Utils: Turn the names of Constants::GLSL_* conformantAlessandro Portale2023-12-192-9/+14
* Clean up some lambdashjk2023-12-121-2/+1
* Utils/all: Move mime constants into a central placehjk2023-11-083-16/+13
* All: Remove some unneeded #includeshjk2023-09-271-1/+0
* CppEditor: Apply 'static pattern' to CppToolsSettingshjk2023-07-261-8/+4
* Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-52/+52
* Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-3/+1
* Fix lots of tr.h files not being mentioned in CMakeLists.txtEike Ziller2023-04-011-0/+1
* Translations: Merge "OpenWith::Editors" into "QtC::Core"Alessandro Portale2023-02-202-3/+4
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* Qbs: Update some qbs filesChristian Stenger2023-02-081-0/+1
* GlslEditor: Tr::tr()Alessandro Portale2023-02-062-3/+5
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-4/+2
* Prefix Tr::tr contexts with ::hjk2023-01-132-4/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0614-14/+14
* plugins: Remove foreach usageArtem Sokolovskii2022-12-201-1/+1
* GLSLEditor: Replace foreach with range-based for loopsJarek Kobus2022-11-242-3/+4
* Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-181-1/+0
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-173-32/+33
* Editor: unify assist processor handlingDavid Schulz2022-11-142-5/+5
* Use SPDX license identifiersLucie Gérard2022-08-2614-336/+28
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-1/+2
* Utils: More porting.h related changeshjk2022-07-141-3/+1
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-07-071-0/+1
|\
| * Clangd: Fix autocompletion for old style SIGNAL and SLOTArtem Sokolovskii2022-07-041-0/+1
* | Add plugintr.h files to all pluginshjk2022-06-271-0/+37
|/
* TextEditor: add text cursor to assist interfaceDavid Schulz2022-05-133-7/+4
* CMake: Qt Creator Static build supportCristian Adam2022-04-291-0/+1
* Remove qmake build filesEike Ziller2022-01-202-33/+0
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-162-2/+2
* Merge CppTools into CppEditorChristian Kandeler2021-09-014-14/+14
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1
* Do not pass QStringView by const referenceKai Köhne2021-06-172-2/+2
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-1/+1
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-1/+1
* Don't access static functions/fields via instanceAlessandro Portale2020-11-271-1/+1