aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor
Commit message (Expand)AuthorAgeFilesLines
* GLSL: Fix handling of interface blocksChristian Stenger7 days2-0/+18
* GlslEditor: Fix completions for Glsl 3.3+Christian Stenger2025-06-113-1/+8
* GLSLEditor: Generate qrc file at build timeChristian Kandeler2025-04-173-7/+14
* Editor: use forked plaintexteditDavid Schulz2025-04-151-1/+1
* Editor: move block related infos out of the layoutDavid Schulz2025-04-011-15/+12
* Editor: Make braceDepth an explicit member in TextBlockUserDataDavid Schulz2025-01-201-2/+2
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
* ICodeStylePreferences: Reuse TypedCodeStylePreferencesJarek Kobus2024-12-191-1/+0
* Plugins: Improve display names of pluginsAlessandro Portale2024-11-191-0/+1
* Revert "Plugins: Improve display names of plugins"Eike Ziller2024-10-161-1/+1
* Plugins: Improve display names of pluginsAlessandro Portale2024-10-161-1/+1
* Unify copyright string and remove yearEike Ziller2024-09-261-1/+1
* ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-0/+2
* Plugins: Add URLs to manual page to plugin metadataAlessandro Portale2024-07-291-0/+1
* Plugin meta data: Add full stop to descriptionsEike Ziller2024-06-281-1/+1
* Add long descriptions to some pluginsLeena Miettinen2024-05-311-1/+4
* PluginSpecs: Change URLs from http:// to https://Alessandro Portale2024-05-281-1/+1
* 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