aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor
Commit message (Expand)AuthorAgeFilesLines
...
* | Wholesale conversion to #pragma oncehjk2016-03-308-32/+8
|/
* GLSL: Fix warnings about inconsistent use of overrideTobias Hunger2016-02-291-3/+3
* Editor: Fix whitespace cleaning.David Schulz2016-02-242-0/+15
* TextEditor: Introduce AssistProposalItemInterfaceMarco Bubke2016-02-011-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1916-258/+184
* Use text settings instead of hard coded diagnostic text formatsMarco Bubke2015-12-091-6/+4
* Clang: Add diagnosticsMarco Bubke2015-08-311-2/+2
* PNG: Run pngcrush on images with iCCP or sRGB profilesTobias Hunger2015-07-034-0/+0
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-091-1/+1
* glsleditor: s/Q_DECL_OVERRIDE/override/gTobias Hunger2015-06-042-9/+9
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-05-071-6/+5
|\
| * MimeDatabase: Avoid parsing the mime xml files multiple timesEike Ziller2015-04-271-6/+5
* | Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-03-121-4/+3
|\|
| * GlslEditor: Fix crashChristian Stenger2015-03-121-4/+3
* | Remove aggregation dependency from project filesNikita Baryshnikov2015-03-092-2/+0
|/
* CppEditor: Use correct language features in Follow SymbolOrgad Shaneh2015-02-281-2/+4
* C++: Accept language features in BackwardsScanner et alOrgad Shaneh2015-02-271-1/+2
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+1
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-3/+2
* 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