summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sync.profile: introduce dependency on qtjsbackendSergio Ahumada2012-03-061-0/+1
| | | | | | | | | sync.profile needs to enumerate indirect dependencies too. qtdeclarative now depends on qtjsbackend; update sync.profile accordingly. Change-Id: I25dd515c1e98cd446db60215354a112a14ad50be Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
* pin qtgraphicaleffects to qtbase/api_changesSergio Ahumada2012-03-061-1/+1
| | | | | | | | This is a temporary solution until qtdeclarative is fixed, since qtdeclarative is pinned to qtbase/api_changes Change-Id: Ida95958f1a4270f759cb8d08022a2865780512b3 Reviewed-by: Marko Niemelä <marko.a.niemela@nokia.com>
* Added missing qt_Opacity uniform handling to Desaturate effectMarko Niemelä2012-02-171-1/+1
| | | | | Change-Id: I40db63a40850b985ccda492e400efb5b4ee047c9 Reviewed-by: Kim Gronholm <kim.1.gronholm@nokia.com>
* Added missing precision keywords for ThresholdMask shaderMarko Niemelä2012-02-171-2/+2
| | | | | Change-Id: I252a25371f05de45bc6b240c7ebd84fbbdbfabe9 Reviewed-by: Kim Gronholm <kim.1.gronholm@nokia.com>
* Added a config variable to auto tests' pro fileSami Hietanen2012-02-161-0/+2
| | | | | Change-Id: I2e46eeed1e966cb3677f12e9bfab6ec6598eb91e Reviewed-by: Marko Niemelä <marko.a.niemela@nokia.com>
* Fixed the naming of pngdumper.shSami Hietanen2012-02-071-2/+2
|
* Reduced pngdumper tool peak memory consumptionMarko Niemelä2012-02-066-903/+1083
|
* Fixed autotests to work with latest Qt5Marko Niemelä2012-02-061-2/+1
|
* Fixed ThresholdMask which did not use SourceProxy for maskSource propertyMarko Niemelä2012-02-031-1/+6
|
* Removed unnecessary alpha slider from Colorize testMarko Niemelä2012-02-012-1/+3
|
* TestBed RecursiveBlur slider range adjustedMarko Niemelä2012-02-011-1/+1
|
* RadialBlur offset and angle interpretation changedMarko Niemelä2012-02-0110-9/+17
|
* TestBed to show only one decimal for position valuesMarko Niemelä2012-02-017-16/+16
|
* TestBed progressBar aligment fixedMarko Niemelä2012-02-011-1/+2
|
* TestBed slider fixed to show integers without decimalsMarko Niemelä2012-02-011-1/+1
|
* TestBed slider value aligment correctedMarko Niemelä2012-02-012-2/+4
|
* TestBed label value color correctedMarko Niemelä2012-02-011-1/+1
|
* Blend effect to handle background alphaMarko Niemelä2012-02-011-2/+5
|
* TestBed effect selection highlight improvedMarko Niemelä2012-01-311-2/+2
|
* Fixed TestBed HSL color pickerMarko Niemelä2012-01-311-11/+6
|
* TestBed background rect changed to be squareMarko Niemelä2012-01-311-3/+8
|
* Optimized FastBlur source downscalingMarko Niemelä2012-01-304-40/+132
|
* TestBed effect selection highlight behavior changedMarko Niemelä2012-01-301-2/+3
|
* Relocated position picker rounding in TestBedMarko Niemelä2012-01-307-19/+16
|
* Fixed MaskedBlur transparentBorderMarko Niemelä2012-01-302-21/+14
|
* Deleted system test result imagesMarko Niemelä2012-01-26229-0/+0
|
* More intuitive test UI controls for LevelAdjust effectMarko Niemelä2012-01-265-40/+258
|
* Renamed DirectionaGaussianBlur -> GaussianDirectionalBlurMarko Niemelä2012-01-256-10/+10
|
* Removed if-else from DirectionalGaussianBlurMarko Niemelä2012-01-251-5/+2
|
* Removed some unused uniforms and propertiesMarko Niemelä2012-01-251-11/+3
|
* Optimized Glow by ubershaderifying DirectionalGaussianBlurMarko Niemelä2012-01-254-305/+56
|
* Background color selection updateAntti Sinnemaa2012-01-243-20/+44
|
* TestBed BGColorPicker amout of hardcoded values reducedMarko Niemelä2012-01-241-10/+14
|
* TestBed postionPicker to show only 2 decimalsMarko Niemelä2012-01-241-2/+5
|
* TestBed control height animation initially disabledMarko Niemelä2012-01-241-1/+6
|
* Color updatesAntti Sinnemaa2012-01-245-18/+18
|
* Displace effect docs updatedMarko Niemelä2012-01-2410-21/+9
|
* Merge branch 'master' of git://gitorious.org/qt-labs/qtgraphicaleffectsMarko Niemelä2012-01-245-12/+12
|\
| * Displace effect updateAntti Sinnemaa2012-01-245-12/+12
| |
* | Added missing dropshadow from testbed workareaMarko Niemelä2012-01-242-0/+5
| |
* | Larger test app slider mouseareaMarko Niemelä2012-01-241-2/+2
| |
* | Removed texts from masking testsMarko Niemelä2012-01-244-36/+0
|/
* Changed HueSaturation manual test to use slidersMarko Niemelä2012-01-241-8/+23
|
* Workaround fix to avoid Qt statblity issueMarko Niemelä2012-01-241-25/+7
|
* Faster transparentBorder functionality implementationto multiple effectsMarko Niemelä2012-01-2410-170/+210
|
* Minor doc fixMarko Niemelä2012-01-241-1/+1
|
* Clarified transparentBorder property documentationMarko Niemelä2012-01-237-68/+62
|
* Workaround fix for gradients in LinuxMarko Niemelä2012-01-193-3/+3
|
* Documentation cleanupMarko Niemelä2012-01-1925-668/+0
|
* Added command line argument for using pixel comparison tolerance. Now in ↵Sami Hietanen2012-01-18234-154/+891
| | | | case of pixel difference in compared images, diffImage displaying difference is generated and the percentage difference is displayed. More verifications added to effect tests (compared images have the same size and are not null size).