summaryrefslogtreecommitdiff
path: root/src/plugins/glsleditor/glsleditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | GlslEditor: Also camel-case the namespacehjk2014-08-221-3/+3
* | GlslEditor: Code cosmeticshjk2014-08-211-7/+7
* | GlslEditor: General editor related code consolidationhjk2014-08-201-43/+90
* | TextEditor: Centralize settings connections setuphjk2014-08-201-11/+4
* | TextEditor: Further *Editor/*EditorWidget disentanglinghjk2014-08-191-1/+1
* | TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-191-14/+3
* | GLSL: Move toolbar creation to Widget constructorhjk2014-08-041-27/+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-011-8/+2
* | Compile fixDaniel Teske2014-07-311-0/+1
* | TextEditor: Start moving data from *EditorWidget to *Editorhjk2014-07-311-2/+0
* | TextEditor: Make completion assist provider a data memberhjk2014-07-311-5/+0
* | Editors: Some renamings to enhance consistencyhjk2014-07-311-19/+19
* | TextEditor: Re-work comment definition handlinghjk2014-07-311-5/+0
|/
* Editors: Move id() from editor to document.Eike Ziller2014-03-051-0/+1
* Core: Make IEditor::id a value member and adjust usershjk2014-02-251-5/+0
* TextEditors: Move indenter to document.Eike Ziller2014-01-151-1/+1
* BaseTextEditor: Remove some unnecessary indirections through widgetEike Ziller2014-01-141-3/+3
* TextEditors: Avoid changing document after construction.Eike Ziller2014-01-101-5/+16
* Editors: Remove useless parent widget argument from create/duplicateEike Ziller2014-01-081-2/+2