summaryrefslogtreecommitdiff
path: root/src/plugins/glsleditor
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Generalize QT_NO_CAST_FROM_ASCIIOrgad Shaneh2013-01-162-4/+1
* | Move TextEditor::ToolTip to UtilsDaniel Teske2013-01-111-1/+0
* | use QSharedPointer instead of QRefCountPointerDebao Zhang2013-01-091-1/+2
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-2/+1
* | GSLSEditor: Fully qualify class name in Q_EXPORT_PLUGINhjk2012-12-311-1/+1
* | De-noise GLSLEditorPluginhjk2012-12-302-66/+40
* | GLSLEditor: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-275-25/+28
* | Id: Add QByteArray constructorOrgad Shaneh2012-11-202-2/+2
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-0527-559/+533
|\ \ | |/
| * Adjust license headershjk2012-10-0527-559/+533
* | qbs files: Consolidate includePaths in QtcLibrary and QtcPluginOrgad Shaneh2012-10-051-9/+0
* | qbs files: Sort filesOrgad Shaneh2012-10-031-16/+16
|/
* use new id comparison operators to reduce line noise and save cycleshjk2012-08-061-1/+1
* Changed URL to qt-project.org in pluginspecs.Konstantin Tokarev2012-07-301-2/+2
* Changed return type of :ICore::mainWindow() to QWidget*Konstantin Tokarev2012-07-193-3/+0
* Contact -> qt-project.orgEike Ziller2012-07-1926-78/+26
* Fix qbs code styleYuchen Deng2012-06-191-1/+1
* C++: Introduce unicode char/strings supportLeandro Melo2012-06-061-3/+1
* Add ActionContainer::addSeparator(...)Eike Ziller2012-06-052-18/+2
* ActionManager API cleanup.Eike Ziller2012-05-252-13/+11