aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version5.6Oswald Buddenhagen2017-09-211-1/+1
* Add change file for Qt 5.6.3v5.6.3Liang Qi2017-09-061-0/+12
* Bump versionOswald Buddenhagen2016-11-281-1/+1
* remove dependencies from sync.profileOswald Buddenhagen2016-11-231-11/+1
* Expand license scope from "Qt GUI Toolkit" to "Qt Toolkit"v5.6.2Sze Howe Koh2016-06-194-4/+4
* Update code snippet to match the image correctlyAndy Shaw2016-06-011-0/+4
* Bump versionOswald Buddenhagen2016-05-191-1/+1
* Fix QQmlExtensionInterface usagev5.6.1-1v5.6.1J-P Nurmi2016-05-102-2/+2
* make use of COPIESOswald Buddenhagen2016-04-281-5/+3
* Make graphical effects' 'QML Types' link easier to spotMitch Curtis2016-04-271-2/+4
* Purge sRGB chunks from PNGs in tests.Edward Welbourne2016-03-234-0/+0
* Purge sRGB chunks from PNGs in documentation.Edward Welbourne2016-03-2230-0/+0
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Frederik Gladhorn2016-03-171-0/+2
|\
| * Fix crash when a ShaderEffectSource is missing a sourceItemv5.6.0Gunnar Sletta2016-02-251-0/+2
* | Make ShaderEffectSource work with SourceProxy when sourceRect is unset.Gunnar Sletta2016-03-041-1/+1
* | Bump versionOswald Buddenhagen2016-02-081-1/+1
|/
* Make Item::layer::effect: Effect {} work againv5.6.0-rc1Gunnar Sletta2016-01-112-11/+26
* Fix SourceProxy's method for determining when to activate.v5.6.0-beta1Gunnar Sletta2015-12-083-17/+44
* Update tests results of QColor <=> QString conversion code updateJędrzej Nowacki2015-12-031-3/+3
* Use fallback blur shader for radius * 2 + 1 != sampleCount.Gunnar Sletta2015-11-053-16/+14
* Move QtGraphicalEffectsPlugin classname declaration to private qmldirMitch Curtis2015-11-032-1/+1
* Clamp DropShadow's radius to [0, floor(samples/2)]Gunnar Sletta2015-10-191-1/+1
* changes file for 5.6Gunnar Sletta2015-10-191-0/+55
* Make DropShadow properties into 'real' again.Gunnar Sletta2015-10-192-9/+5
* Ensure GL_MAX_VARYING_VECTORS is definedSamuel Gaist2015-10-191-0/+4
* Correct value of GL_MAX_VARYING_FLOATSSamuel Gaist2015-10-191-1/+1
* Test type of double propertiesMitch Curtis2015-10-091-4/+55
* add requires() on quickOswald Buddenhagen2015-09-291-0/+2
* Purge spurious execute permissions.Edward Welbourne2015-09-2945-0/+0
* Doc: minor link issuesNico Vertriest2015-09-0910-21/+21
* restore previous context in QGfxShaderBuilderJoerg Bornemann2015-09-071-1/+7
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6v5.6.0-alpha1Liang Qi2015-08-282-0/+688
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-212-0/+688
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5v5.5.15.5Liang Qi2015-08-190-0/+0
| | |\
| | | * Bump version5.4Oswald Buddenhagen2015-04-201-1/+1
| | * | Add the GPLv3 license textThiago Macieira2015-08-132-0/+688
* | | | Rename uniform step->dirstep to avoid conflicts with built-inGunnar Sletta2015-08-282-6/+6
|/ / /
* | | Change the default DropShadow offset back to 0.Gunnar Sletta2015-08-172-4/+4
* | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-093-67/+124
|\| |
| * | Doc: rearrang tables with overflowNico Vertriest2015-07-153-67/+124
| * | Bump versionOswald Buddenhagen2015-06-291-1/+1
* | | Fix warnings in gradients.Gunnar Sletta2015-06-301-1/+2
* | | Adapt QtGraphicalEffects autotest to check for the new values.Gunnar Sletta2015-03-241-15/+11
* | | Implement MaskedBlur in terms of the new GaussianBlur.Gunnar Sletta2015-03-244-127/+86
* | | Implement Glow using the new gaussian blur.Gunnar Sletta2015-03-245-122/+82
* | | doc: fix linkageGunnar Sletta2015-03-241-3/+3
* | | Implement DropShadow using the new gaussian blur.Gunnar Sletta2015-03-247-150/+184
* | | Fix qdoc warnings in the new GaussianBlur implementation.Gunnar Sletta2015-03-131-12/+18
* | | Adapt GaussianBlur autotest to the new default values.Gunnar Sletta2015-03-131-4/+3
* | | Improve Gaussian Blur.Gunnar Sletta2015-03-136-59/+547