<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtdeclarative.git/src/labs/wavefrontmesh/qwavefrontmesh_p.h, branch dev</title>
<subtitle>Qt Declarative (Quick 2)
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/'/>
<entry>
<title>Mark security header for the qt labs wavefrontmesh</title>
<updated>2025-09-23T16:14:56+00:00</updated>
<author>
<name>Santhosh Kumar</name>
<email>santhosh.kumar.selvaraj@qt.io</email>
</author>
<published>2025-09-23T09:01:51+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=7b70ea74306e541dc5b8cd45b32e27596fd05db8'/>
<id>7b70ea74306e541dc5b8cd45b32e27596fd05db8</id>
<content type='text'>
QUIP: 23
Task-number: QTBUG-136184
Pick-to: 6.10 6.8
Change-Id: Iad6ee24119f8b0198e4d7fbb93db013999e65c7a
Reviewed-by: Oliver Eftevaag &lt;oliver.eftevaag@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QUIP: 23
Task-number: QTBUG-136184
Pick-to: 6.10 6.8
Change-Id: Iad6ee24119f8b0198e4d7fbb93db013999e65c7a
Reviewed-by: Oliver Eftevaag &lt;oliver.eftevaag@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the use of Q_LABSWAVEFRONTMESH_PRIVATE_EXPORT</title>
<updated>2024-01-09T09:40:46+00:00</updated>
<author>
<name>Alexey Edelev</name>
<email>alexey.edelev@qt.io</email>
</author>
<published>2023-11-23T07:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=124bae4142da81047fad1e8e2bb7c93912f74918'/>
<id>124bae4142da81047fad1e8e2bb7c93912f74918</id>
<content type='text'>
Task-number: QTBUG-117983
Change-Id: If3efbdea8f000b5cf64adf9de05ebd4e1352a933
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Task-number: QTBUG-117983
Change-Id: If3efbdea8f000b5cf64adf9de05ebd4e1352a933
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make properties in the Qt Labs module FINAL</title>
<updated>2023-05-31T10:08:03+00:00</updated>
<author>
<name>Oliver Eftevaag</name>
<email>oliver.eftevaag@qt.io</email>
</author>
<published>2023-05-26T14:54:37+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=7be19a867ac030ed3ab478dac4a9f56d2367e5d1'/>
<id>7be19a867ac030ed3ab478dac4a9f56d2367e5d1</id>
<content type='text'>
Without setting the FINAL flag, properties can be shadowed by
users.
This can both cause confusion for non-experienced users, and it
causes issues with qmlsc.

Task-number: QTBUG-108739
Change-Id: I141953340235040020e7ec64f67019314f0f932b
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without setting the FINAL flag, properties can be shadowed by
users.
This can both cause confusion for non-experienced users, and it
causes issues with qmlsc.

Task-number: QTBUG-108739
Change-Id: I141953340235040020e7ec64f67019314f0f932b
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use SPDX license identifiers</title>
<updated>2022-06-11T06:05:15+00:00</updated>
<author>
<name>Lucie Gérard</name>
<email>lucie.gerard@qt.io</email>
</author>
<published>2022-05-13T13:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=0dc4fd240a2897c5c443a0ef6d84c416843e4938'/>
<id>0dc4fd240a2897c5c443a0ef6d84c416843e4938</id>
<content type='text'>
Replace the current license disclaimer in files by
a SPDX-License-Identifier.
Files that have to be modified by hand are modified.
License files are organized under LICENSES directory.

Pick-to: 6.4
Task-number: QTBUG-67283
Change-Id: I63563bbeb6f60f89d2c99660400dca7fab78a294
Reviewed-by: Shawn Rutledge &lt;shawn.rutledge@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace the current license disclaimer in files by
a SPDX-License-Identifier.
Files that have to be modified by hand are modified.
License files are organized under LICENSES directory.

Pick-to: 6.4
Task-number: QTBUG-67283
Change-Id: I63563bbeb6f60f89d2c99660400dca7fab78a294
Reviewed-by: Shawn Rutledge &lt;shawn.rutledge@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>wavefrontmesh: Use Q_ENUM instead of Q_ENUMS</title>
<updated>2021-05-07T12:49:08+00:00</updated>
<author>
<name>Maximilian Goldstein</name>
<email>max.goldstein@qt.io</email>
</author>
<published>2021-05-07T11:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=a0f0f4fa54fe8e9fa6526ef6ccde5eb5cbc73450'/>
<id>a0f0f4fa54fe8e9fa6526ef6ccde5eb5cbc73450</id>
<content type='text'>
Doesn't have a real effect but we prefer to use Q_ENUM over Q_ENUMS nowadays.

Task-number: QTBUG-93588
Change-Id: I3147b950bc10d54ceec175f6cb4d5dd509f012ba
Reviewed-by: Fabian Kosmale &lt;fabian.kosmale@qt.io&gt;
Reviewed-by: Ulf Hermann &lt;ulf.hermann@qt.io&gt;
Reviewed-by: Andrei Golubev &lt;andrei.golubev@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doesn't have a real effect but we prefer to use Q_ENUM over Q_ENUMS nowadays.

Task-number: QTBUG-93588
Change-Id: I3147b950bc10d54ceec175f6cb4d5dd509f012ba
Reviewed-by: Fabian Kosmale &lt;fabian.kosmale@qt.io&gt;
Reviewed-by: Ulf Hermann &lt;ulf.hermann@qt.io&gt;
Reviewed-by: Andrei Golubev &lt;andrei.golubev@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make a bunch of plugin headers private</title>
<updated>2021-01-25T15:55:24+00:00</updated>
<author>
<name>Maximilian Goldstein</name>
<email>max.goldstein@qt.io</email>
</author>
<published>2021-01-25T15:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=29972c870cef9ff93a204931bd0f6a9e33791cda'/>
<id>29972c870cef9ff93a204931bd0f6a9e33791cda</id>
<content type='text'>
This avoids a bunch of warnings and as these headers weren't exposed
before they might as well be kept private.

Change-Id: I42417516921ae6d498d1ed07728bdad654067b3d
Reviewed-by: Ulf Hermann &lt;ulf.hermann@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids a bunch of warnings and as these headers weren't exposed
before they might as well be kept private.

Change-Id: I42417516921ae6d498d1ed07728bdad654067b3d
Reviewed-by: Ulf Hermann &lt;ulf.hermann@qt.io&gt;
</pre>
</div>
</content>
</entry>
</feed>
