aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor/glsleditorplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | GSLSEditor: Fully qualify class name in Q_EXPORT_PLUGINhjk2012-12-311-1/+1
* | De-noise GLSLEditorPluginhjk2012-12-301-42/+28
* | GLSLEditor: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-271-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Add ActionContainer::addSeparator(...)Eike Ziller2012-06-051-16/+2
* ActionManager API cleanup.Eike Ziller2012-05-251-12/+10
* Fix the rest of the warnings about integer sign change with ICCThiago Macieira2012-05-221-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-8/+8
* Don't parse GLSL init files at startup.Eike Ziller2012-02-031-17/+30
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-5/+5
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-3/+2
|/
* Implement Code Style schemesJarek Kobus2011-09-231-2/+0
* s/error_message/errorMessage/ghjk2011-09-211-3/+3
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* New QTC_CHECK warning replacing QTC_ASSERT(x, /**/)Kai Koehne2011-07-291-1/+1
* New code assist APILeandro Melo2011-05-181-10/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-1/+1
* completion: call directly from base text editorhjk2011-02-211-6/+0
* completion: enable multiple completors for different use cases.hjk2011-02-211-7/+5
* L10n: tr()-Fixes for 2.2Friedemann Kleint2011-02-151-14/+14
* It's 2011 now.con2011-01-121-1/+1
* License headers, part 2con2010-12-171-7/+11
* Some API beautification in action container.con2010-12-171-1/+1
* Removed stray tokens and fixed warnings/errors when compiling with pedantic C...Roberto Raggi2010-12-161-1/+1
* Detect GLSL vs GLSL/ES based on mime typeRhys Weatherley2010-12-011-15/+46
* Use the GLSL/ES system library by default.Rhys Weatherley2010-11-291-6/+12
* Initialize the shadersRoberto Raggi2010-11-261-9/+31
* Load the shader intializers.Roberto Raggi2010-11-261-0/+30
* Show tooltips with the error messages.Roberto Raggi2010-11-261-0/+3
* Fix the icon for the GLSL mime typeRhys Weatherley2010-11-251-1/+3
* Add GLSL file types to the File->New wizardRhys Weatherley2010-11-241-0/+25
* Initial work on the code completion for GLSL files.Roberto Raggi2010-11-121-7/+11
* Don't show GLSL or QML tools menus while they don't offer anythingcon2010-11-121-1/+1
* Initial import of the GLSL editor plug-in.Roberto Raggi2010-11-101-0/+193