aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
Commit message (Collapse)AuthorAgeFilesLines
* add qmlRegisterModule to QML plugins (QUIP 99)Shawn Rutledge2018-10-2347-78/+78
| | | | | | | | | | | | | | | | Now it should always be possible to do import QtGraphicalEffects 1.m where m is Qt's minor version. [ChangeLog][Qt Graphical Effects] In Qt 5.12 and newer versions, this module is available with the same minor version as the Qt release minor version number. For example import QtGraphicalEffects 1.12 will work in Qt 5.12, even though there has been no API change, and the maximum possible import version will automatically increment in future Qt versions. This is intended to reduce confusion. Change-Id: I4fa13fa9a662933161ff726a3e2ba586b2f7f6ff Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Make relevant effects respect layer.smoothMitch Curtis2018-05-298-1/+467
| | | | | | | | | | | | | | | | | | | Currently, source items that set smooth to false will have blurry effects when using layer.effect. Fix that by setting the interpolation property of each effect's SourceProxy. Standalone effects seem to work fine already. The patch adds a manual testcase: "smooth". This can be used to verify that the functionality works in the future, as adding an auto test is not really possible. This isn't done for all effects, as it doesn't make sense for all of them (blurs, for example). Task-number: QTBUG-67382 Change-Id: Ic6f030090cd0579dd4259ebafc9c99a8b9940494 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
* testbed: increase window heightMitch Curtis2018-05-291-1/+1
| | | | | | | | Makes it possible to see all effects instantly without having to resize the window manually. Change-Id: I72497be73979b410ac57b3a089715237e98d5017 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
* Support OpenGL core profileJoni Poikelin2017-06-0825-25/+25
| | | | | | | | | [ChangeLog][Qt Graphical Effects] Added QtGraphicalEffects support for OpenGL Core profile contexts. Task-number: QTBUG-42107 Change-Id: I7111e2e6fb3a0b0391e76a17a8d091d288bfcc23 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
* Fix licensingJani Heikkinen2017-05-1044-1280/+752
| | | | | | | | | | | | | - Remove unused old license files - Unify licensing * Tools and tests are nowdays licensed under GPL-EXCEPT, update correct license header to those * Src is nowdays licensed under LGPL, update correct license header to there Task-number: QTBUG-57147 Change-Id: I9664c854108ca7c1e0be02fdae9e8d7c480dfd4c Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Purge sRGB chunks from PNGs in tests.Edward Welbourne2016-03-234-0/+0
| | | | | | | | Subjects each *.png file that matched grep -law "sRGB" to: pngcrush -ow -brute -rem allb -reduce Change-Id: I21879d6d43c610ebee074bd12417d9d5ebc69096 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Fix SourceProxy's method for determining when to activate.v5.6.0-beta1Gunnar Sletta2015-12-082-4/+4
| | | | | | | | | | The logic had several flaws, including not respecting sourceRect and wanted interpolation, so do it over. Change-Id: I40b147a0e18ef5f9f3a0086904f9e9f93463c7fc Task-number: QTBUG-47749 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* Purge spurious execute permissions.Edward Welbourne2015-09-2912-0/+0
| | | | | | | | Running graphics and QML files would just be asking for trouble. Change-Id: I36ae4d060d1794f572230b04d1b1d4de30ed80e8 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
* Let sourceproxy auto-configure layers.Gunnar Sletta2015-03-101-1/+15
| | | | | | | | | | | | | | | | | | In the old SourceProxy implementation, layer.enabled = true that the layer was used without a shader source in between. However, since effects like Blur and DropShadow requires updates to sourceRect and such, the effects would not work properly. Since the usecase for layers is primarily to combine it with layer.effect, we configure the layer. [ChangeLog] When applying an effect to Item::layer.effect, the effect will update the layer properties to make the effect work, such as 'smooth' to 'true' and changing 'sourceRect' to take 'transparentBorder' into account. Change-Id: Idd68b025ade46c0b84142b2afb244730bed863d2 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* Move SourceProxy to C++ and introduce "private" module.Gunnar Sletta2015-03-102-0/+355
| | | | | | | | | | | 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>
* Update copyright headersv5.5.0-rc1v5.5.0-beta1v5.5.0-alpha1v5.5.0Antti Kokko2015-02-1742-168/+168
| | | | | | | | | 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>
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1042-42/+42
| | | | | | Change-Id: Idaf2ac8f4dc2a8586c6e148bd67a33e9bdd677e1 Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2442-252/+252
| | | | | | | | | 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>
* Fixed RectangularGlow cache mode.Marko Niemelä2012-03-141-0/+5
| | | | | | | | 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>
* Fix outdated license headerSergio Ahumada2012-03-0642-166/+170
| | | | | Change-Id: I210c10369f97ab8289bff3c3d7e6dc26d9215936 Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
* 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-011-2/+2
|
* 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
|
* 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
|
* 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-301-7/+10
|
* More intuitive test UI controls for LevelAdjust effectMarko Niemelä2012-01-265-40/+258
|
* 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
|
* Merge branch 'master' of git://gitorious.org/qt-labs/qtgraphicaleffectsMarko Niemelä2012-01-243-10/+10
|\
| * Displace effect updateAntti Sinnemaa2012-01-243-10/+10
| |
* | 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
|
* Fixed manualtest background color selection on latest Qt versionsMarko Niemelä2012-01-162-5/+5
|
* DropShadow and Glow effect changed to draw also original pixelsMarko Niemelä2012-01-162-14/+12
|
* Renamed BlendEffect property backgroundSource -> sourceMarko Niemelä2012-01-161-1/+1
|
* Renamed property maskSource -> source in all gradient effectsMarko Niemelä2012-01-163-3/+3
|
* Unused radiobutton row removed from TestDropShadowMarko Niemelä2012-01-161-18/+0
|
* Fixed refereceError in TestRecursiveBlurMarko Niemelä2012-01-111-0/+1
|
* Renamed FastBlur property blur -> radiusMarko Niemelä2012-01-111-4/+4
|
* Simplified manual test codesMarko Niemelä2012-01-1025-710/+36
|
* Better looking animation indicatorMarko Niemelä2012-01-101-4/+5
|