summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-10-10Doc: Applied title case in section1 titlesv5.4.0Nico Vertriest1-1/+1
2014-10-10Correct grammar in DropShadow's detailed description.Mitch Curtis1-2/+2
2014-09-30Document DropShadow and Glow's transparentBorder properties.v5.3.99+beta1Mitch Curtis6-0/+207
2014-09-21Adding designersupported to pluginsThomas Hartmann1-0/+1
2014-07-07Doc: Removing url variable from qdocconf file.Jerome Pasion1-1/+0
2014-06-11Doc: Fix qmlclass selector used in documentation configTopi Reinio1-1/+1
2014-01-15qdocconf: Remove nonexistent dependencySze Howe Koh1-1/+1
2013-11-14Avoid out-of-bounds accessGunnar Sletta1-5/+4
2013-11-07Document recursion limitations of the graphical effects.Gunnar Sletta24-0/+80
2013-11-06Doc: Updated url variable in qdocconf files.Jerome Pasion1-1/+1
2013-07-11Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn1-0/+2
2013-07-08Mark internal properties in FastBlur documentation.Mitch Curtis1-0/+2
2013-06-26Doc: Setting navigation variables for the navigation barJerome Pasion1-1/+4
2013-02-18Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn1-6/+6
2013-02-06fix doc page urlsOswald Buddenhagen1-1/+1
2013-02-06substitute fixed version numbers in qdocconf files with variablesOswald Buddenhagen1-5/+5
2013-02-06Propegate "transparentBorder" to the correct ShaderEffectSourceGunnar Sletta2-0/+2
2013-01-31Merge branch 'release' into stableSergio Ahumada1-2/+2
2013-01-28Doc: Add QML Types to table of contents in AssistantJerome Pasion1-1/+1
2013-01-26SourceProxy.qml: removing binding 'output: input'Thomas Senyk1-1/+1
2013-01-22Doc: Fixed "QML Type" node in Assistant.Jerome Pasion1-1/+1
2013-01-12doc: Fix namespace version to 5.0.1 for qhp documentationSergio Ahumada1-1/+1
2013-01-10Update copyright year in Digia's license headersSergio Ahumada60-60/+60
2013-01-02Bump Qt version to 5.0.1Sergio Ahumada1-4/+4
2012-11-30Add \qmlmodule to Qt Graphical EffectsGunnar Sletta1-0/+20
2012-11-16Doc: Cleaned up QDoc config file and enabled "make docs" for the moduleJerome Pasion2-17/+13
2012-10-29Doc: Removed the HTML template from the .qdocconf filesJerome Pasion1-1/+0
2012-09-25Doc: Modularized documentation.Jerome Pasion323-0/+6144
2012-09-24Change copyrights from Nokia to DigiaIikka Eklund33-198/+198
2012-08-17Convert the effects.pro file into a qml_module so it gets installedLars Knoll1-21/+35
2012-07-09switch to new way of generating forwarding module prisOswald Buddenhagen1-1/+9
2012-06-13Renamed 'internal' folder to 'private'.Marko Niemelä34-26/+26
2012-06-13Removed unnecessary entry from qmldir.Marko Niemelä1-1/+0
2012-05-18Fixed BrightnessContrast.qml file permissionsMarko Niemelä1-0/+0
2012-05-14BrightnessContrast effect brightness handling fixed.Marko Niemelä1-4/+2
2012-04-27Avoid potential division by zero in DirectionalBlur.Marko Niemelä1-1/+1
2012-04-27Removed unnecessary internal ShaderEffectSources.Marko Niemelä3-34/+5
2012-04-05Optimized Directional, Radial and ZoomBlur effects.Marko Niemelä3-14/+10
2012-03-23ConicalGradient modified to produce sharp gradient edge.Marko Niemelä1-3/+2
2012-03-16Added precision to all uniforms which did not have it.Marko Niemelä15-27/+27
2012-03-14Fixed InnerShadow color mixing.Marko Niemelä2-5/+4
2012-03-14Fixed RectangularGlow cache mode.Marko Niemelä1-1/+1
2012-03-06Fix outdated license headerSergio Ahumada33-119/+121
2012-02-17Added missing qt_Opacity uniform handling to Desaturate effectMarko Niemelä1-1/+1
2012-02-17Added missing precision keywords for ThresholdMask shaderMarko Niemelä1-2/+2
2012-02-03Fixed ThresholdMask which did not use SourceProxy for maskSource propertyMarko Niemelä1-1/+6
2012-02-01RadialBlur offset and angle interpretation changedMarko Niemelä1-3/+11
2012-02-01Blend effect to handle background alphaMarko Niemelä1-2/+5
2012-01-30Optimized FastBlur source downscalingMarko Niemelä4-40/+132
2012-01-30Fixed MaskedBlur transparentBorderMarko Niemelä1-14/+4