summaryrefslogtreecommitdiff
path: root/src/effects/DropShadow.qml
AgeCommit message (Collapse)AuthorFilesLines
2015-03-24doc: fix linkageGunnar Sletta1-3/+3
Change-Id: I4cf539f61e372928d78116dca73ad2c9b5da66a7 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
2015-03-24Implement DropShadow using the new gaussian blur.Gunnar Sletta1-135/+77
The 'fast' path has been discarded because it fails to deliver on the fast promise. For radii less than 30-40 the normal blur is faster, so little point [ChangeLog] DropShadow uses the new gaussian blur implementation. 'fast' no longer has any effect. The default values have been updated so that 'layer.effect: DropShadow { }' works out of the box. Change-Id: I7e4ace4623613f0969a35e0c9bb873c18a158450 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
2015-03-10Move SourceProxy to C++ and introduce "private" module.Gunnar Sletta1-1/+1
This gives us a bit better control in terms of what we want to check for. It should also fix some subtle bugs when layer and ShaderEffectSource is used as input. Change-Id: I29de13598811623c31563ac6e88f070aee0bab54 Task-number: QTBUG-40849 Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
2015-02-17Update copyright headersAntti Kokko1-4/+4
Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: I8983b05749d75b438a314e7f385a85c612a04f6f Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
2014-12-08Remove unnecessary \inqmlmodule parameterAlejandro Exojo1-1/+1
Change-Id: Ib685e533a97bae865df5802c4f9e7399c8cfd078 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
2014-10-10Correct grammar in DropShadow's detailed description.Mitch Curtis1-2/+2
Change-Id: If77e25a80ed139c0903b511062ff6dd615df2c70 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
2014-09-30Document DropShadow and Glow's transparentBorder properties.v5.3.99+beta1Mitch Curtis1-0/+16
Change-Id: I1f4be68c5b364e5d2151ed26b079a0f00ac31f0c Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
2013-11-07Document recursion limitations of the graphical effects.Gunnar Sletta1-0/+3
Task-number: QTBUG-31902 Change-Id: Id9d81ffddda3ee666840f602bb8c85ff00545547 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
2013-02-06Propegate "transparentBorder" to the correct ShaderEffectSourceGunnar Sletta1-0/+1
The SourceProxy in the internal GaussianGlow class propegated the sourceRect, but at that point it was already too late as the source is already wrapped in another SourceProxy (as a ShaderEffectSource) which only had the default sourceRectangle. Task-number: QTBUG-29259 Change-Id: Iaf5ee44a2ef0d962e254fd52fc021aecd757221d Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
2013-01-10Update copyright year in Digia's license headersSergio Ahumada1-1/+1
Change-Id: Idaf2ac8f4dc2a8586c6e148bd67a33e9bdd677e1 Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
2012-09-25Doc: Modularized documentation.Jerome Pasion1-0/+299
-moved API documentation in QML files -moved snippets, images, and qdoc files to src/effects/doc -deleted old .pri and .qdocconf files -fixed relative paths Change-Id: I4e757e707b5f93a215506f8c2cbb7eb1f2321d4c Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
2012-09-24Change copyrights from Nokia to DigiaIikka Eklund1-6/+6
Change copyrights and license headers from Nokia to Digia Change-Id: I06d9e8f818910ab9243afb73087f187a4b3b05f4 Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2012-06-13Renamed 'internal' folder to 'private'.Marko Niemelä1-1/+1
Private is more widely used term for files that do not belong to public API. Change-Id: Ib4219a4026bc04f79f0803272f8af6a13b517ca8 Reviewed-by: Kim Gronholm <kim.1.gronholm@nokia.com>
2012-03-06Fix outdated license headerSergio Ahumada1-3/+3
Change-Id: I210c10369f97ab8289bff3c3d7e6dc26d9215936 Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
2012-01-18DropShadow and Glow changed to use sourceproxy when draing original pixelsMarko Niemelä1-4/+8
2012-01-16DropShadow and Glow effect changed to draw also original pixelsMarko Niemelä1-9/+34
2012-01-10Renamed property maximumRadius -> samples in many effectsMarko Niemelä1-2/+2
2012-01-04Combined DropShadow and FastDropShadow effectsMarko Niemelä1-1/+3
2012-01-04Moved non-API qml files into internal directoryMarko Niemelä1-0/+1
2011-12-27Initial commitKim Gronholm1-0/+68