aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor
Commit message (Expand)AuthorAgeFilesLines
...
* Use new mime databaseEike Ziller2015-02-171-3/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-1216-94/+94
|\
| * Update LicenseEike Ziller2015-01-1616-94/+94
* | Misc: Remove unneeded qualificationsOrgad Shaneh2015-02-063-18/+18
* | GLSL: Do not leak enginehjk2015-01-131-4/+4
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1
|/
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-2/+0
* Create "Other Languages" category for Python and GLSLOrgad Shaneh2014-11-051-1/+1
* License update.Eike Ziller2014-10-151-1/+1
* TextEditor: Factory cosmeticshjk2014-10-151-3/+3
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1415-105/+120
|\
| * License updateEike Ziller2014-10-0924-163/+186
* | TextEditor: Move CompletionAssistProvider constructionhjk2014-10-061-1/+1
* | TextEditor: Remove HighLighterFactoryhjk2014-10-021-11/+0
* | JsonWizard: Replace TextFileWizard with JsonWizardTobias Hunger2014-09-301-1/+0
* | JsonWizard: Replace GLSL wizards with JsonWizardTobias Hunger2014-09-305-279/+0
* | TextEditor: Simplify HoverHandler handlinghjk2014-09-304-32/+3
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-294-6/+6
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-263-15/+15
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-252-2/+2
* | Use Q_DECL_OVERRIDE instead of QTC_OVERRIDEThomas Hartmann2014-09-252-11/+9
* | GlslEditor: Simplify completion proposal setuphjk2014-09-222-18/+15
* | TextEditor: Wiggle codeassist setuphjk2014-09-222-8/+1
* | CPlusPlus: Simplify MatchingText interfacehjk2014-09-171-4/+2
* | GlslEditor: Remove unused includeThomas Hartmann2014-09-121-2/+0
* | TextEditor: Move some hover handler operation from Editor to Widgethjk2014-09-102-4/+4
* | TextEditor: Merge some "assist" related classeshjk2014-09-093-13/+13
* | 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
* | ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-022-17/+19
* | TextEditor: Move comment definitions back to *Widgethjk2014-09-021-1/+1
* | GlslEditor: Replace remaining editor()->document() indirectionhjk2014-09-011-1/+1
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-1/+1
* | TextEditor: Remove some *Widget::createEditor implementationhjk2014-08-281-7/+0
* | TextEditor: Clean up/streamline SyntaxHighlighter setuphjk2014-08-274-33/+14
* | CppEditor: Rename CPPEditor{,Document} to CppEditor{,Document}hjk2014-08-271-1/+1
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | GlslEditor: Some editor creation related cleanuphjk2014-08-2510-296/+134
* | GlslEditor: Also camel-case the namespacehjk2014-08-2219-49/+49
* | GlslEditor: Code cosmeticshjk2014-08-2113-158/+167
* | GlslEditor: General editor related code consolidationhjk2014-08-2011-322/+136
* | TextEditor: Centralize settings connections setuphjk2014-08-203-15/+5
* | TextEditor: Further *Editor/*EditorWidget disentanglinghjk2014-08-193-6/+3
* | TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-193-20/+6
* | GLSL: Move toolbar creation to Widget constructorhjk2014-08-042-28/+22
* | TextEditor: Consolidate document access functions.hjk2014-08-041-4/+4
* | TextEditor: Move toolbar widgets from *Editor to *Widgethjk2014-08-011-1/+1
* | TextEditor: Remove one stack of EditorWidget constructorshjk2014-08-013-11/+8