summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2014-10-10Doc: Applied title case in section1 titlesv5.4.0Nico Vertriest1-1/+1
Task-number: QTBUG-41250 Change-Id: Ic91b1db2bd27800a808cd4c997c1b606ea4bec10 Reviewed-by: Topi Reiniö <topi.reinio@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 Curtis6-0/+207
Change-Id: I1f4be68c5b364e5d2151ed26b079a0f00ac31f0c Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
2014-09-21Adding designersupported to pluginsThomas Hartmann1-0/+1
This patch adds designersupported to the plugins supported by QtQuick Designer. Change-Id: I022bdeab6ef1e22dfffd7e1e95b292212aaf10eb Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
2014-07-07Doc: Removing url variable from qdocconf file.Jerome Pasion1-1/+0
-url inherited from the url variable set in qtbase/doc/global Change-Id: I8491c5c29e7278eb50d27062e3cdcaf0bfccaac0 Reviewed-by: Martin Smith <martin.smith@digia.com>
2014-06-11Doc: Fix qmlclass selector used in documentation configTopi Reinio1-1/+1
A recent change (46959875) in qdoc raised QML types from subnodes to top-level nodes. This change modifies the documentation configuration file(s) accordingly. Change-Id: I0444e3860b15458b782982b5382469056022637c Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
2014-01-15qdocconf: Remove nonexistent dependencySze Howe Koh1-1/+1
Change-Id: I7db363247c460d5a250fc59a1347d8c56b19c4b4 Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
2013-11-14Avoid out-of-bounds accessGunnar Sletta1-5/+4
Task-number: QTBUG-33364 Change-Id: I33d713df5d60a349c48f109a5f76db5fa57573af Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
2013-11-07Document recursion limitations of the graphical effects.Gunnar Sletta24-0/+80
Task-number: QTBUG-31902 Change-Id: Id9d81ffddda3ee666840f602bb8c85ff00545547 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
2013-11-06Doc: Updated url variable in qdocconf files.Jerome Pasion1-1/+1
In 5.2, the HTML output is in a flatter structure and when they are hosted in qt-project.org/doc, the documentation will be found at http://qt-project.org/doc/qt-$QT_VER The url variable is used by projects outside of Qt 5 which need to link to Qt 5 documentation, such as Qt Creator. Task-number: QTBUG-34584 Change-Id: I10272de25b7cc686b0f08a3d0460b5b91e7aa43f Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2013-07-11Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn1-0/+2
Change-Id: If1557686dd6626724246f700e78f77f4ed7d6d0c
2013-07-08Mark internal properties in FastBlur documentation.Mitch Curtis1-0/+2
Change-Id: Icebfba44bcf22e851b925f05546d46b26d4d5cae Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
2013-06-26Doc: Setting navigation variables for the navigation barJerome Pasion1-1/+4
-also adding 'qtdoc' 'qtcore' in the depends variable Change-Id: I8299e242412739ffdf5fdf2d889e2058f6877684 Reviewed-by: Martin Smith <martin.smith@digia.com>
2013-02-18Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn1-6/+6
Change-Id: I7fab4ce7041dc8b7dc93d09d2c026be23975d58d
2013-02-06fix doc page urlsOswald Buddenhagen1-1/+1
they are versioned nowadays Change-Id: I3293f6891b7da657a440b6ac595288e54ecf23e9 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
2013-02-06substitute fixed version numbers in qdocconf files with variablesOswald Buddenhagen1-5/+5
Change-Id: If7c1440def877d26e93a7f44f51a51a625701c46 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
2013-02-06Propegate "transparentBorder" to the correct ShaderEffectSourceGunnar Sletta2-0/+2
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-31Merge branch 'release' into stableSergio Ahumada1-2/+2
Change-Id: I925f12d3a45bfaef51387b194da9d48605ee346d
2013-01-28Doc: Add QML Types to table of contents in AssistantJerome Pasion1-1/+1
Replace 'headerfile' with 'qmlclass' in qdocconf file. As a positive side-effect, QDoc will also add files for 'All members' for QML Types into .qhp as well. Task-number: QTBUG-29226 Change-Id: Ibdea992292e379c3759105685dcd19a3a809e475 Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
2013-01-26SourceProxy.qml: removing binding 'output: input'Thomas Senyk1-1/+1
The binding is redundant as onInputChanged will always trigger setting output Also the binding does generate binding-loop errors Change-Id: Iaa1df71a633f4bbd0554d81bb807db59a02974ee Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
2013-01-22Doc: Fixed "QML Type" node in Assistant.Jerome Pasion1-1/+1
Removed "class" from the qdocconf "selectors" variable. Task-number: QTBUG-29242 Change-Id: I4d62e85c23ff0b0bd72e7fb3907bc5aa3f14efe3 Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
2013-01-12doc: Fix namespace version to 5.0.1 for qhp documentationSergio Ahumada1-1/+1
Change-Id: I43e7eae9e5119da24024cbabf2e17fc26334b554 Reviewed-by: hjk <qthjk@ovi.com>
2013-01-10Update copyright year in Digia's license headersSergio Ahumada60-60/+60
Change-Id: Idaf2ac8f4dc2a8586c6e148bd67a33e9bdd677e1 Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
2013-01-02Bump Qt version to 5.0.1Sergio Ahumada1-4/+4
Change-Id: I21883e2e71e6a720b71773f48c6b14867056b6b0 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-11-30Add \qmlmodule to Qt Graphical EffectsGunnar Sletta1-0/+20
Change-Id: I92ebde6a189442a2f6cc8c37d7bc3582551159fe Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
2012-11-16Doc: Cleaned up QDoc config file and enabled "make docs" for the moduleJerome Pasion2-17/+13
Change-Id: I7ccaccdefb92676e0f689c3d5101934fd7d574e2 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
2012-10-29Doc: Removed the HTML template from the .qdocconf filesJerome Pasion1-1/+0
-qt-module-defaults.qdocconf already contains the HTML template. Change-Id: I0c6e02517f0bd452d45a3729588696d183ec5dbc Reviewed-by: Martin Smith <martin.smith@digia.com>
2012-09-25Doc: Modularized documentation.Jerome Pasion323-0/+6144
-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 Eklund33-198/+198
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-08-17Convert the effects.pro file into a qml_module so it gets installedLars Knoll1-21/+35
Change-Id: Ice5fc4590ea682607e1f1fed4e8694cc3bd4f654 Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-07-09switch to new way of generating forwarding module prisOswald Buddenhagen1-1/+9
we really need a qt_qml_module.prf file for such things ... Change-Id: I9c39d402e0e0e1db1a97d61d323d69855d87eab6 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-06-13Renamed 'internal' folder to 'private'.Marko Niemelä34-26/+26
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-06-13Removed unnecessary entry from qmldir.Marko Niemelä1-1/+0
Change-Id: I9391fc22b93a4c993ec7db25420332e5116e9692 Reviewed-by: Kim Gronholm <kim.1.gronholm@nokia.com>
2012-05-18Fixed BrightnessContrast.qml file permissionsMarko Niemelä1-0/+0
Change-Id: I86d5ebccbb78418854f8a81a2c948bbb5d470ec8 Reviewed-by: Antti Sinnemaa <antti.sinnemaa@nokia.com> Reviewed-by: Marko Niemelä <marko.a.niemela@nokia.com>
2012-05-14BrightnessContrast effect brightness handling fixed.Marko Niemelä1-4/+2
Brightness is now adjusted by mixing original pixels to white or black instead of the previous way which did not handle transparency correctly. Change-Id: I3346376cbd79302a67cb1ae5045b4948b1f4115f Reviewed-by: Kim Gronholm <kim.1.gronholm@nokia.com>
2012-04-27Avoid potential division by zero in DirectionalBlur.Marko Niemelä1-1/+1
Change-Id: I5582aa85cc834976004fa730a9902b9d3758575d Reviewed-by: Kim Gronholm <kim.1.gronholm@nokia.com>
2012-04-27Removed unnecessary internal ShaderEffectSources.Marko Niemelä3-34/+5
GaussianDirectionalBlur does not require source to be ShaderEffectSource, it uses internal SourceProxy when needed. Change-Id: Ie6db1ddad5e245e7ae3a4563d07107b780eaa671 Reviewed-by: Kim Gronholm <kim.1.gronholm@nokia.com>
2012-04-05Optimized Directional, Radial and ZoomBlur effects.Marko Niemelä3-14/+10
Weight multiplication was inside the unrolled loop, moved that to the end of the shader. Additionally expand calculation is now done with vectors. Change-Id: Idc27e9dfd2d6911d3e65d093fb043a07cb912a1c Reviewed-by: Kim Gronholm <kim.1.gronholm@nokia.com>
2012-03-23ConicalGradient modified to produce sharp gradient edge.Marko Niemelä1-3/+2
Previously ConicalGradient produced smooth antialiased transition between gradient position 1.0 and 0.0. However this suffered from accuracy problem and transition was spreading more at pixels that were far away from the gradient center. Thus is is better to produce sharp consistent transition. Anti-aliased look can still be achieved by defining the gradient steps and colors in suitable way near the 1.0 position. Change-Id: I67040c5c56fdf855fe68d9b3f0d9fde0cc37b59f Reviewed-by: Kim Gronholm <kim.1.gronholm@nokia.com>
2012-03-16Added precision to all uniforms which did not have it.Marko Niemelä15-27/+27
If precision qualifier is missing, shader compilation may fail on some GPU:s. Change-Id: I8bad4855203ba9f0b233a877b1a012c608801bd6 Reviewed-by: Kim Gronholm <kim.1.gronholm@nokia.com>
2012-03-14Fixed InnerShadow color mixing.Marko Niemelä2-5/+4
Shadow color was incorrectly mixed with transparent black which produced dirty-looking result for instance when shadow color was set to white. Both versions (fast and high quality) of InnerShadow are fixed. Change-Id: I0af4b97c247c0890fb7d31767945a538fa4967d0 Reviewed-by: Kim Gronholm <kim.1.gronholm@nokia.com>
2012-03-14Fixed RectangularGlow cache mode.Marko Niemelä1-1/+1
Effect internal cache was incorreclty sized according to parent, not shaderItem as it should be. Change-Id: I7d9c8c034b9c0e4f5a8f65c223cd0b82ed807691 Reviewed-by: Kim Gronholm <kim.1.gronholm@nokia.com>
2012-03-06Fix outdated license headerSergio Ahumada33-119/+121
Change-Id: I210c10369f97ab8289bff3c3d7e6dc26d9215936 Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
2012-02-17Added missing qt_Opacity uniform handling to Desaturate effectMarko Niemelä1-1/+1
Change-Id: I40db63a40850b985ccda492e400efb5b4ee047c9 Reviewed-by: Kim Gronholm <kim.1.gronholm@nokia.com>
2012-02-17Added missing precision keywords for ThresholdMask shaderMarko Niemelä1-2/+2
Change-Id: I252a25371f05de45bc6b240c7ebd84fbbdbfabe9 Reviewed-by: Kim Gronholm <kim.1.gronholm@nokia.com>
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