<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt-labs/qtquickdesigner-components.git, 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>Components: Fix mixed radii calculations</title>
<updated>2025-04-30T06:51:43+00:00</updated>
<author>
<name>Henning Gruendl</name>
<email>henning.gruendl@qt.io</email>
</author>
<published>2025-04-28T20:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtquickdesigner-components.git/commit/?id=8c9e0faa0dd8b8adf019e357212e59898a7bebfb'/>
<id>8c9e0faa0dd8b8adf019e357212e59898a7bebfb</id>
<content type='text'>
Fix mixed radii calculations for RectangleItem and BorderItem. Each
corner radii calculation now takes into account both of its neighboring
corner radii.

Change-Id: I489543846b000ddcfd5f65086db636774b39feb6
Reviewed-by: Thomas Hartmann &lt;thomas.hartmann@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix mixed radii calculations for RectangleItem and BorderItem. Each
corner radii calculation now takes into account both of its neighboring
corner radii.

Change-Id: I489543846b000ddcfd5f65086db636774b39feb6
Reviewed-by: Thomas Hartmann &lt;thomas.hartmann@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Components: Replace Qt.createQmlObject</title>
<updated>2025-04-30T06:51:26+00:00</updated>
<author>
<name>Henning Gruendl</name>
<email>henning.gruendl@qt.io</email>
</author>
<published>2025-04-28T20:49:01+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtquickdesigner-components.git/commit/?id=94c5aa7f4c5b65c3d76ad50ab2440a7e2f81c61f'/>
<id>94c5aa7f4c5b65c3d76ad50ab2440a7e2f81c61f</id>
<content type='text'>
Replace Qt.createQmlObject with Qt.createComponent as createQmlObject is
extremely slow and can potentially produce invalid QML.

Change-Id: Id3177469309982180e2701dea14d7fe13a0722f8
Reviewed-by: Thomas Hartmann &lt;thomas.hartmann@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace Qt.createQmlObject with Qt.createComponent as createQmlObject is
extremely slow and can potentially produce invalid QML.

Change-Id: Id3177469309982180e2701dea14d7fe13a0722f8
Reviewed-by: Thomas Hartmann &lt;thomas.hartmann@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>Components: Fix BorderItem discontinuity issues</title>
<updated>2025-03-20T09:08:45+00:00</updated>
<author>
<name>Henning Gruendl</name>
<email>henning.gruendl@qt.io</email>
</author>
<published>2025-03-14T14:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtquickdesigner-components.git/commit/?id=cd84ea03fbe8b21ea2509f6d927ccef1c082ee2c'/>
<id>cd84ea03fbe8b21ea2509f6d927ccef1c082ee2c</id>
<content type='text'>
Fix discontinuity issues in BorderItem by rotating the start position
clockwise until the first visible edge after a hidden edge was found.
Set the start position to that edge and continue the construction of
the border item from there.

Task-number: QDS-14861
Change-Id: Id50179dc52a3dd38fed08a0655f6854bab3c7e62
Reviewed-by: Thomas Hartmann &lt;thomas.hartmann@qt.io&gt;
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix discontinuity issues in BorderItem by rotating the start position
clockwise until the first visible edge after a hidden edge was found.
Set the start position to that edge and continue the construction of
the border item from there.

Task-number: QDS-14861
Change-Id: Id50179dc52a3dd38fed08a0655f6854bab3c7e62
Reviewed-by: Thomas Hartmann &lt;thomas.hartmann@qt.io&gt;
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Debug build type overwritten by default</title>
<updated>2025-02-27T16:48:27+00:00</updated>
<author>
<name>Tim Jenßen</name>
<email>tim.jenssen@qt.io</email>
</author>
<published>2025-02-27T16:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtquickdesigner-components.git/commit/?id=92886bd04a6a0205d1c8f92c716a2b24cbd840df'/>
<id>92886bd04a6a0205d1c8f92c716a2b24cbd840df</id>
<content type='text'>
Store the initial CMAKE_BUILD_TYPE before project() to distinguish an
explicit "Debug" from CMake's default on Windows. This mirrors the
approach used in Qt's SQL driver for example.

Task-number: QDS-14651
Change-Id: I23dfa8f21185a889543fd2517b51c512cd8db2d1
Reviewed-by: Alexandru Croitor &lt;alexandru.croitor@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Store the initial CMAKE_BUILD_TYPE before project() to distinguish an
explicit "Debug" from CMake's default on Windows. This mirrors the
approach used in Qt's SQL driver for example.

Task-number: QDS-14651
Change-Id: I23dfa8f21185a889543fd2517b51c512cd8db2d1
Reviewed-by: Alexandru Croitor &lt;alexandru.croitor@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version number in Python wheels to match with QtDS</title>
<updated>2025-02-14T13:48:55+00:00</updated>
<author>
<name>Simo Fält</name>
<email>simo.falt@qt.io</email>
</author>
<published>2025-02-13T09:33:27+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtquickdesigner-components.git/commit/?id=5eb7b9257de974ef0b3a4b128c0adf5ed24517f1'/>
<id>5eb7b9257de974ef0b3a4b128c0adf5ed24517f1</id>
<content type='text'>
Change-Id: Ia0c9bbaa0034e8ddb487244d5465bb4122eb9d08
Reviewed-by: Cristian Maureira-Fredes &lt;cristian.maureira-fredes@qt.io&gt;
Reviewed-by: Tim Jenssen &lt;tim.jenssen@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia0c9bbaa0034e8ddb487244d5465bb4122eb9d08
Reviewed-by: Cristian Maureira-Fredes &lt;cristian.maureira-fredes@qt.io&gt;
Reviewed-by: Tim Jenssen &lt;tim.jenssen@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix error case message, QT_VERSION_FILE was empty</title>
<updated>2024-12-02T13:19:24+00:00</updated>
<author>
<name>Tim Jenssen</name>
<email>tim.jenssen@qt.io</email>
</author>
<published>2024-12-02T11:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtquickdesigner-components.git/commit/?id=04a5f670d3e7ae28e54bf194a3dd70e13d05ffc4'/>
<id>04a5f670d3e7ae28e54bf194a3dd70e13d05ffc4</id>
<content type='text'>
Change-Id: I0c602a812a03c83c4865029ae951d189eb2b2656
Reviewed-by: Tim Jenssen &lt;tim.jenssen@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0c602a812a03c83c4865029ae951d189eb2b2656
Reviewed-by: Tim Jenssen &lt;tim.jenssen@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>DS Wheels: Add support for Python 3.13</title>
<updated>2024-11-20T11:28:28+00:00</updated>
<author>
<name>Shyamnath Premnadh</name>
<email>Shyamnath.Premnadh@qt.io</email>
</author>
<published>2024-11-20T10:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtquickdesigner-components.git/commit/?id=ccc06fbdfbc9938385a52d9b1571f4fe19beb8a2'/>
<id>ccc06fbdfbc9938385a52d9b1571f4fe19beb8a2</id>
<content type='text'>
Task-number: PYSIDE-2373
Change-Id: I97ce42630eea9d437320069d65013d783aecc828
Reviewed-by: Friedemann Kleint &lt;Friedemann.Kleint@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Task-number: PYSIDE-2373
Change-Id: I97ce42630eea9d437320069d65013d783aecc828
Reviewed-by: Friedemann Kleint &lt;Friedemann.Kleint@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing QtQml.Models dependency</title>
<updated>2024-10-16T19:07:40+00:00</updated>
<author>
<name>Marco Bubke</name>
<email>marco.bubke@qt.io</email>
</author>
<published>2024-05-15T09:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtquickdesigner-components.git/commit/?id=34b97d40d86d7c243cb6bf8245d717397ef25268'/>
<id>34b97d40d86d7c243cb6bf8245d717397ef25268</id>
<content type='text'>
Change-Id: I7a52bd063923b328bef31dcceac96c67830c2675
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: I7a52bd063923b328bef31dcceac96c67830c2675
Reviewed-by: Thomas Hartmann &lt;thomas.hartmann@qt.io&gt;
</pre>
</div>
</content>
</entry>
</feed>
