aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickshadereffect.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for using atlas textures directly in ShaderEffects.Kim Motoyoshi Kalland2012-06-111-9/+25
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-2/+2
* Doc: Sanitized QML typesNico Vertriest2012-05-241-1/+1
* QtDeclarative: Fix warnings about uninitialized variables.Friedemann Kleint2012-05-211-2/+5
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-141-2/+1
* Don't use deprecated QVariant APIOlivier Goffart2012-04-231-11/+11
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-111-423/+537
|\
| * Fixed crash when using 'var' property in ShaderEffect.Kim Motoyoshi Kalland2012-04-041-423/+537
* | Merge master into api_changesKent Hansen2012-03-231-15/+42
|\|
| * Free ShaderEffectSource FBOs when no longer needed.Kim Motoyoshi Kalland2012-03-211-15/+42
* | Merge master into api_changesKent Hansen2012-03-191-19/+19
|\|
| * Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-19/+19
* | Adapt to Qt5 meta-object changesKent Hansen2012-03-131-2/+2
|/
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-1/+1
* Handle a null source item being provided to ShaderEffectMartin Jones2012-02-021-0/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-171-1/+1
* Added log and status properties to ShaderEffect.Kim Motoyoshi Kalland2012-01-161-9/+73
* Introduce layerering support (ShaderEffectSource) directly in ItemGunnar Sletta2012-01-031-17/+27
* Don't re-parent ShaderEffect source items.Kim Motoyoshi Kalland2012-01-021-11/+28
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+763