aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor
Commit message (Expand)AuthorAgeFilesLines
* use new base import style in qbs filesJoerg Bornemann2014-03-111-1/+1
* Core: Make IEditor::id a value member and adjust usershjk2014-02-253-6/+1
* CodeAssistant: Replace virtual with QTC_OVERRIDEOrgad Shaneh2014-02-172-10/+14
* IWizard and derived classses: Fix WS issuesTobias Hunger2014-02-131-2/+2
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-122-12/+4
* Qbs/qmake: Fix dependencies of pluginsTobias Hunger2014-02-112-3/+7
* 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-102-5/+19
* Editors: Remove useless parent widget argument from create/duplicateEike Ziller2014-01-084-6/+6
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-0826-26/+26
|\
| * Incremented year in copyright infoRobert Loehning2014-01-0826-26/+26
* | Merge BaseTextEditorWidget::editorDocument() and ::baseTextDocument()Eike Ziller2013-12-181-1/+1
* | Give TextEditorActionHandler an explicit parent and unify usage.Eike Ziller2013-12-122-9/+6
* | Remove the need to register editors in the action handlerEike Ziller2013-12-124-13/+3
|/
* GLSLEditor: Fix crash when GLSL highligher is used inside diff editor.David Schulz2013-11-121-2/+3
* qbs project files: Make use of new qbsSearchPaths property.Christian Kandeler2013-10-091-1/+1
* Unify wizards with TOC and cancel button.Eike Ziller2013-10-091-1/+0
* TextEditor: De-noise IAssistProcessor derived classesNikolai Kosjar2013-10-022-6/+0
* TextEditor: CodeAssist: Allow immediate proposalsNikolai Kosjar2013-10-012-0/+6
* Cleanup IWizard interface and usershjk2013-09-243-51/+44
* Apply static pattern to TextEditorSettinghjk2013-09-201-1/+1
* Core: Clean up FileIconProvider interfacehjk2013-09-131-11/+5
* GLSL: Cleanup plugin interfacehjk2013-09-125-111/+85
* TextEditor: get CompletionAssistProvider from editor.Erik Verbruggen2013-09-093-0/+8
* Apply 'static' pattern to MimeDatabasehjk2013-09-032-9/+8
* Implement syntax highlighting in diff editorjkobus2013-08-297-0/+121
* GLSLEditor: Remove needlessly exported symbolsTobias Hunger2013-08-269-64/+16
* Add common interface for text formats inside syntax highlighterjkobus2013-08-264-65/+30
* EditorFactory: Replace some virtual functions with data membershjk2013-08-022-36/+7
* Fix coding style for else statementsOrgad Shaneh2013-07-172-8/+7
* Move IEditor::isTemporary to IDocumentEike Ziller2013-07-121-1/+0
* Add QTCREATOR_COMPAT_VERSIONEike Ziller2013-07-091-1/+1
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-1/+1
* Streamline mimetypes.xml filesOrgad Shaneh2013-06-072-2/+0
* Editors: No need to re-implement functions identical to basehjk2013-05-272-6/+0
* Fix dependency information according to output of dependency checkerTobias Hunger2013-05-221-1/+0
* Remove glsleditoractionhandlerDaniel Teske2013-05-155-112/+0
* TextEditors: Separate away methods that actually work on a documentEike Ziller2013-04-191-1/+1
* auto-generate <dependencyList> in .pluginspec filesOswald Buddenhagen2013-04-111-5/+1
* derive TARGET from QTC_{LIB,PLUGIN}_NAMEOswald Buddenhagen2013-04-031-1/+0
* make library and plugin dependencies declarativeOswald Buddenhagen2013-04-032-10/+10
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-1/+1
* centralize assignment of TEMPLATE = libOswald Buddenhagen2013-04-021-1/+0
* define QT_CREATOR centrallyOswald Buddenhagen2013-04-021-2/+1
* automatically include libs' and plugins' _dependencies.pri filesOswald Buddenhagen2013-04-021-1/+0
* C++: Fix dangling IDocument* in CppCompletionAssistProcessorNikolai Kosjar2013-03-193-4/+4
* Fix Krazy warnings about includes/header guards in various editors.Friedemann Kleint2013-03-123-6/+4
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-3127-27/+27
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-2927-27/+27