summaryrefslogtreecommitdiff
path: root/src/plugins/glsleditor
Commit message (Expand)AuthorAgeFilesLines
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0326-52/+52
* Implement Code Style schemesJarek Kobus2011-09-232-4/+2
* s/error_message/errorMessage/ghjk2011-09-211-3/+3
* use Core::Id for IEditorFactory::idhjk2011-09-082-16/+4
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-052-2/+2
* Header cleanup in various plugins.Friedemann Kleint2011-08-183-4/+14
* Merge remote-tracking branch 'origin/2.3'Eike Ziller2011-08-104-10/+10
|\
| * Fix crash when spliting GLSL editorLeandro Melo2011-08-024-10/+10
* | Refactor: Get rid of BaseTextEditorWidget from IndenterJarek Kobus2011-08-052-14/+11
|/
* New QTC_CHECK warning replacing QTC_ASSERT(x, /**/)Kai Koehne2011-07-291-1/+1
* Make C++ code style configurable.Christian Kamm2011-05-241-2/+8
* New code assist APILeandro Melo2011-05-1810-879/+748
* add auto-saving of modified editorsOswald Buddenhagen2011-05-122-3/+3
* add some mimetype for geometry shadershjk2011-05-121-0/+6
* Fix/add copyright headersTobias Hunger2011-05-0624-24/+24
* add errorString output argument to IFile::reload() & IEditor::open()Oswald Buddenhagen2011-04-182-3/+3
* Merge branch '2.2'Oswald Buddenhagen2011-04-1424-336/+312
|\
| * Update license.hjk2011-04-1324-336/+312
* | Remove unused constants, fix lacking virtual destructorJarek Kobus2011-04-141-3/+0
* | core: make context and widget IContext data membershjk2011-04-144-14/+3
|/
* Fixed layout issues in some editor toolbarsThorbjørn Lindeijer2011-02-251-5/+2
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-2214-62/+62
* completion: call directly from base text editorhjk2011-02-211-6/+0
* completion: enable multiple completors for different use cases.hjk2011-02-213-12/+17
* L10n: tr()-Fixes for 2.2Friedemann Kleint2011-02-151-14/+14
* It's 2011 now.con2011-01-1225-25/+25
* License headers, part 2con2010-12-1720-140/+220
* Merge branch '2.1'con2010-12-174-28/+44
* 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
* Autocomplete standard "qt_" shader var namesRhys Weatherley2010-12-021-0/+39
* Populate keyword list from GLSL language variantRhys Weatherley2010-12-022-132/+17
* Use correct GLSL language variant in code completerRhys Weatherley2010-12-021-1/+1
* Shader vars now prefixed with "qt_", not "qgl_".Rhys Weatherley2010-12-021-18/+18
* Editors: Move auto-completion code out of the editorLeandro Melo2010-12-014-39/+37
* Show different icons for GLSL variable categoriesRhys Weatherley2010-12-017-4/+30
* Better icons for the GLSL code completerRhys Weatherley2010-12-018-40/+28
* Replace the "Qt" GLSL variant with "ES_100"Rhys Weatherley2010-12-011-1/+1
* Recognize all keywords during autocompletionRhys Weatherley2010-12-011-1/+1
* Make GLSL highlighter aware of language variantRhys Weatherley2010-12-014-45/+48
* Detect GLSL vs GLSL/ES based on mime typeRhys Weatherley2010-12-019-32/+126
* Reactivate the argument hints.Roberto Raggi2010-11-301-3/+19
* Show the argument hints only when the cursor is at the right of an open brace.Roberto Raggi2010-11-301-1/+1
* Mark the current argument.Roberto Raggi2010-11-301-1/+1
* Show the signatures in a tooltip when completing functions.Roberto Raggi2010-11-302-22/+314
* Sort most relevant swizzle orderings to the topRhys Weatherley2010-11-302-0/+51
* Implemented some basic code completion.Roberto Raggi2010-11-293-30/+184
* Simple error recovery.Roberto Raggi2010-11-291-41/+42
* Use the GLSL/ES system library by default.Rhys Weatherley2010-11-292-6/+15
* Set up the GLSL variant.Roberto Raggi2010-11-261-5/+8