summaryrefslogtreecommitdiff
path: root/src/plugins/glsleditor
Commit message (Expand)AuthorAgeFilesLines
* Utils: Remove FileWizard class altogetherTobias Hunger2014-06-121-3/+10
* BaseFileWizard: Get rid of applyExtensionPageShortTitle(...)Tobias Hunger2014-06-121-1/+1
* Introduce BaseFileWizardTobias Hunger2014-06-062-25/+12
* BaseFileWizardFactory: rename createWizardDialog method to createTobias Hunger2014-06-062-6/+4
* IWizardFactory: Rename BaseFileWizard to BaseFileWizardFactoryTobias Hunger2014-06-052-4/+4
* IWizard->IWizardFactoryTobias Hunger2014-05-262-6/+6
* C++: Use Token::utf16chars{Begin,End} where appropriateNikolai Kosjar2014-05-231-5/+5
* IEditor: Make duplicatesSupported a value memberhjk2014-05-212-1/+1
* C++: Clarify units of a TokenNikolai Kosjar2014-05-151-5/+5
* Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-181-1/+1
|\
| * use new base import style in qbs filesJoerg Bornemann2014-03-111-1/+1
* | Editors: Move id() from editor to document.Eike Ziller2014-03-052-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