<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt-labs/qtquickdesigner-components.git/src/imports/designeffects/DesignDropShadow.qml, branch dev</title>
<subtitle>Qt Quick Designer components that may one day become part of Qt Quick Controls.
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtquickdesigner-components.git/'/>
<entry>
<title>Add LICENSES directory and migrate to SPDX headers</title>
<updated>2026-04-10T11:36:53+00:00</updated>
<author>
<name>Tim Jenssen</name>
<email>tim.jenssen@qt.io</email>
</author>
<published>2026-04-10T11:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtquickdesigner-components.git/commit/?id=227950231590b06a956e4a13102fb6a509403aec'/>
<id>227950231590b06a956e4a13102fb6a509403aec</id>
<content type='text'>
Add LICENSES directory with LicenseRef-Qt-Commercial,
GPL-2.0-only, GPL-3.0-only, LGPL-3.0-only, and
GFDL-1.3-no-invariants-only for SPDX SBOM compliance.

Migrate all *.h, *.cpp, *.qml, *.py, and *.qdoc files
from old-style $QT_BEGIN_LICENSE blocks to compact
SPDX-License-Identifier headers, following the pattern
established by qtbase and qtdeclarative.
Update copyright year to 2026 throughout.

Change-Id: Ie35a9062e9347c2164854107df3fb51024de1d28
Reviewed-by: Tim Jenssen &lt;tim.jenssen@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add LICENSES directory with LicenseRef-Qt-Commercial,
GPL-2.0-only, GPL-3.0-only, LGPL-3.0-only, and
GFDL-1.3-no-invariants-only for SPDX SBOM compliance.

Migrate all *.h, *.cpp, *.qml, *.py, and *.qdoc files
from old-style $QT_BEGIN_LICENSE blocks to compact
SPDX-License-Identifier headers, following the pattern
established by qtbase and qtdeclarative.
Update copyright year to 2026 throughout.

Change-Id: Ie35a9062e9347c2164854107df3fb51024de1d28
Reviewed-by: Tim Jenssen &lt;tim.jenssen@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>DesignEffects: Remove antialiasing hack</title>
<updated>2025-03-20T09:51:13+00:00</updated>
<author>
<name>Henning Gruendl</name>
<email>henning.gruendl@qt.io</email>
</author>
<published>2025-03-20T09:07:58+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtquickdesigner-components.git/commit/?id=3de639bdc5a45fd93f9776a1e5777a9726b1afca'/>
<id>3de639bdc5a45fd93f9776a1e5777a9726b1afca</id>
<content type='text'>
* Remove antialiasing hack that was introduced to avoid gaps between
  the shape and drop shadows
* Enable show behind option on drop shadows by default

Task-number: QDS-14847
Change-Id: I9d4c37a18720c5f5fa6370bdf07e19ee7ebef7b0
Reviewed-by: Thomas Hartmann &lt;thomas.hartmann@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove antialiasing hack that was introduced to avoid gaps between
  the shape and drop shadows
* Enable show behind option on drop shadows by default

Task-number: QDS-14847
Change-Id: I9d4c37a18720c5f5fa6370bdf07e19ee7ebef7b0
Reviewed-by: Thomas Hartmann &lt;thomas.hartmann@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>DesignEffects: Add DropShadow show behind property</title>
<updated>2024-04-24T10:17:57+00:00</updated>
<author>
<name>Henning Gruendl</name>
<email>henning.gruendl@qt.io</email>
</author>
<published>2024-04-24T10:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtquickdesigner-components.git/commit/?id=35a986c736752e1fd6304e1c119f76cff91e0e50'/>
<id>35a986c736752e1fd6304e1c119f76cff91e0e50</id>
<content type='text'>
* Add showBehind property to DropShadow
* Add showBehind property to InnerShadow too in order to avoid issues
* Add logic for showBehind in DropShadowPrivate
* Change type of _isEffectItem from var to bool

Task-number: QDS-12587
Change-Id: Ia914feb3ab64b346608cbb71c213aa4b1b5433c0
Reviewed-by: Thomas Hartmann &lt;thomas.hartmann@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add showBehind property to DropShadow
* Add showBehind property to InnerShadow too in order to avoid issues
* Add logic for showBehind in DropShadowPrivate
* Change type of _isEffectItem from var to bool

Task-number: QDS-12587
Change-Id: Ia914feb3ab64b346608cbb71c213aa4b1b5433c0
Reviewed-by: Thomas Hartmann &lt;thomas.hartmann@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add DesignEffects</title>
<updated>2024-04-16T10:40:16+00:00</updated>
<author>
<name>Henning Gruendl</name>
<email>henning.gruendl@qt.io</email>
</author>
<published>2024-04-16T09:28:23+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtquickdesigner-components.git/commit/?id=9af76f3b7da895df3c87772885108548380d87ed'/>
<id>9af76f3b7da895df3c87772885108548380d87ed</id>
<content type='text'>
Change-Id: Ia0a67e86d679e4d6bfa47b0d7e9863759fbf4ff7
Reviewed-by: Thomas Hartmann &lt;thomas.hartmann@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia0a67e86d679e4d6bfa47b0d7e9863759fbf4ff7
Reviewed-by: Thomas Hartmann &lt;thomas.hartmann@qt.io&gt;
</pre>
</div>
</content>
</entry>
</feed>
