<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtcharts.git/tests/manual/chartviewer/charts/axis, branch dev</title>
<subtitle>QtCharts module
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtcharts.git/'/>
<entry>
<title>Enable strict mode 6.11 in qtcharts</title>
<updated>2026-05-06T03:43:09+00:00</updated>
<author>
<name>Tomi Korpipaa</name>
<email>tomi.korpipaa@qt.io</email>
</author>
<published>2026-03-27T10:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtcharts.git/commit/?id=00393d5d9251fc85be401a89088edfb2a122b972'/>
<id>00393d5d9251fc85be401a89088edfb2a122b972</id>
<content type='text'>
Task-number: QTBUG-145281
Pick-to: 6.11
Change-Id: I7e95cd63d537648de1977ad7ee4ae92c0ff1c4af
Reviewed-by: Miikka Heikkinen &lt;miikka.heikkinen@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Task-number: QTBUG-145281
Pick-to: 6.11
Change-Id: I7e95cd63d537648de1977ad7ee4ae92c0ff1c4af
Reviewed-by: Miikka Heikkinen &lt;miikka.heikkinen@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark chartviewer as free of Q_FOREACH, except where it isn't</title>
<updated>2023-08-17T17:27:04+00:00</updated>
<author>
<name>Marc Mutz</name>
<email>marc.mutz@qt.io</email>
</author>
<published>2023-08-07T08:14:49+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtcharts.git/commit/?id=a15f7570c67aabbab9beaa1e8eeb9631edebea58'/>
<id>a15f7570c67aabbab9beaa1e8eeb9631edebea58</id>
<content type='text'>
The density of Q_FOREACH uses is exremely high here, too high for this
author, unfamiliar with this code, to tackle in a short amount of
time. Even if they're not concentrated in just a few TUs, we need to
make progress on a global QT_NO_FOREACH default, so grab the nettle
and stick to our strategy:

Mark the whole test with QT_NO_FOREACH, to prevent new uses from
creeping in, and whitelist the affected TUs by #undef'ing
QT_NO_FOREACH locally, at the top of each file. For TUs that are part
of a larger executable, this requires these files to be compiled
separately, so add them to NO_PCH_SOURCES (which implies
NO_UNITY_BUILD_SOURCES, too). Created QTBUG-115824 to keep track of
this, and other such follow-up changes in this module.

The use in the charts.h header file to be fixed, because uses in
header files makes any .cpp file including the header (in PCH builds:
all) incompatible with QT_NO_FOREACH.

Task-number: QTBUG-115824
Change-Id: I92481adee921665b2e8b755a5778d0b52a39a6c6
Reviewed-by: Qt CI Bot &lt;qt_ci_bot@qt-project.org&gt;
Reviewed-by: Fabian Kosmale &lt;fabian.kosmale@qt.io&gt;
Reviewed-by: Miikka Heikkinen &lt;miikka.heikkinen@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The density of Q_FOREACH uses is exremely high here, too high for this
author, unfamiliar with this code, to tackle in a short amount of
time. Even if they're not concentrated in just a few TUs, we need to
make progress on a global QT_NO_FOREACH default, so grab the nettle
and stick to our strategy:

Mark the whole test with QT_NO_FOREACH, to prevent new uses from
creeping in, and whitelist the affected TUs by #undef'ing
QT_NO_FOREACH locally, at the top of each file. For TUs that are part
of a larger executable, this requires these files to be compiled
separately, so add them to NO_PCH_SOURCES (which implies
NO_UNITY_BUILD_SOURCES, too). Created QTBUG-115824 to keep track of
this, and other such follow-up changes in this module.

The use in the charts.h header file to be fixed, because uses in
header files makes any .cpp file including the header (in PCH builds:
all) incompatible with QT_NO_FOREACH.

Task-number: QTBUG-115824
Change-Id: I92481adee921665b2e8b755a5778d0b52a39a6c6
Reviewed-by: Qt CI Bot &lt;qt_ci_bot@qt-project.org&gt;
Reviewed-by: Fabian Kosmale &lt;fabian.kosmale@qt.io&gt;
Reviewed-by: Miikka Heikkinen &lt;miikka.heikkinen@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use SPDX license identifiers</title>
<updated>2022-06-16T08:24:16+00:00</updated>
<author>
<name>Lucie Gérard</name>
<email>lucie.gerard@qt.io</email>
</author>
<published>2022-06-10T12:30:14+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtcharts.git/commit/?id=64e73727869ee6792e70f5aaa71dc4ad37c20fc0'/>
<id>64e73727869ee6792e70f5aaa71dc4ad37c20fc0</id>
<content type='text'>
Replace the current license disclaimer in files by
a SPDX-License-Identifier.
License files are organized under LICENSES directory.

Pick-to: 6.4
Task-number: QTBUG-67283
Change-Id: Ibb797d52859b5c504f7300f4a5dc956a7b44ac11
Reviewed-by: Jörg Bornemann &lt;joerg.bornemann@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.
License files are organized under LICENSES directory.

Pick-to: 6.4
Task-number: QTBUG-67283
Change-Id: Ibb797d52859b5c504f7300f4a5dc956a7b44ac11
Reviewed-by: Jörg Bornemann &lt;joerg.bornemann@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove uses of QString::null</title>
<updated>2017-03-11T01:20:37+00:00</updated>
<author>
<name>Marc Mutz</name>
<email>marc.mutz@kdab.com</email>
</author>
<published>2017-03-10T18:12:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtcharts.git/commit/?id=83a3deda6d9cca88e74041858e31262e832da582'/>
<id>83a3deda6d9cca88e74041858e31262e832da582</id>
<content type='text'>
It's going to be deprecated.

Change-Id: I9d176c802f27abf5c817dba8bedf9e5fcd911eca
Reviewed-by: Lars Knoll &lt;lars.knoll@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's going to be deprecated.

Change-Id: I9d176c802f27abf5c817dba8bedf9e5fcd911eca
Reviewed-by: Lars Knoll &lt;lars.knoll@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated license</title>
<updated>2016-01-13T12:28:51+00:00</updated>
<author>
<name>Miikka Heikkinen</name>
<email>miikka.heikkinen@theqtcompany.com</email>
</author>
<published>2016-01-13T11:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtcharts.git/commit/?id=46147b040d064d42759a196a7f4981a3e38a0502'/>
<id>46147b040d064d42759a196a7f4981a3e38a0502</id>
<content type='text'>
Change-Id: I7ad9838039b56b9e3a7fe2c42a2d8ff818f393fb
Reviewed-by: Titta Heikkala &lt;titta.heikkala@theqtcompany.com&gt;
Reviewed-by: Miikka Heikkinen &lt;miikka.heikkinen@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7ad9838039b56b9e3a7fe2c42a2d8ff818f393fb
Reviewed-by: Titta Heikkala &lt;titta.heikkala@theqtcompany.com&gt;
Reviewed-by: Miikka Heikkinen &lt;miikka.heikkinen@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated license headers</title>
<updated>2015-10-20T08:45:41+00:00</updated>
<author>
<name>Titta Heikkala</name>
<email>titta.heikkala@theqtcompany.com</email>
</author>
<published>2015-10-20T07:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtcharts.git/commit/?id=ae12522d475cefa8630f78998c88e59197b29b41'/>
<id>ae12522d475cefa8630f78998c88e59197b29b41</id>
<content type='text'>
Change-Id: Ic72ee3c9723c2b3f3368c79219b7468f5d95aa84
Reviewed-by: Miikka Heikkinen &lt;miikka.heikkinen@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic72ee3c9723c2b3f3368c79219b7468f5d95aa84
Reviewed-by: Miikka Heikkinen &lt;miikka.heikkinen@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright header changes</title>
<updated>2015-04-23T11:18:54+00:00</updated>
<author>
<name>Titta Heikkala</name>
<email>titta.heikkala@theqtcompany.com</email>
</author>
<published>2015-04-23T10:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtcharts.git/commit/?id=bc1f6aa59d423d1069eb732c165838a0a33b1daf'/>
<id>bc1f6aa59d423d1069eb732c165838a0a33b1daf</id>
<content type='text'>
Copyright header changes for Qt 5.5.

Change-Id: I2b8e9356997de2c87a7436bcefd4d0948d566259
Reviewed-by: Miikka Heikkinen &lt;miikka.heikkinen@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copyright header changes for Qt 5.5.

Change-Id: I2b8e9356997de2c87a7436bcefd4d0948d566259
Reviewed-by: Miikka Heikkinen &lt;miikka.heikkinen@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated license headers</title>
<updated>2014-11-12T12:31:55+00:00</updated>
<author>
<name>Titta Heikkala</name>
<email>titta.heikkala@theqtcompany.com</email>
</author>
<published>2014-11-12T12:08:11+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtcharts.git/commit/?id=377e4516d0365d65b87bba8704eeff0bf36e8478'/>
<id>377e4516d0365d65b87bba8704eeff0bf36e8478</id>
<content type='text'>
Updated new license headers and added missing ones to qdoc files.

Change-Id: I9f2af2a8b44c3ebf19fd494628dfaa8775a47b06
Reviewed-by: Miikka Heikkinen &lt;miikka.heikkinen@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated new license headers and added missing ones to qdoc files.

Change-Id: I9f2af2a8b44c3ebf19fd494628dfaa8775a47b06
Reviewed-by: Miikka Heikkinen &lt;miikka.heikkinen@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved manual tests to separate directory.</title>
<updated>2014-11-11T10:44:27+00:00</updated>
<author>
<name>Miikka Heikkinen</name>
<email>miikka.heikkinen@theqtcompany.com</email>
</author>
<published>2014-11-11T10:17:45+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtcharts.git/commit/?id=69f73db4ec09826487454f85670f992cec1af51a'/>
<id>69f73db4ec09826487454f85670f992cec1af51a</id>
<content type='text'>
This allows publishing autotests. Git export attributes changed
accordingly.

Change-Id: I6db2eb52dabdb8f12e0bc2a992a873abfa15b1a5
Reviewed-by: Titta Heikkala &lt;titta.heikkala@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows publishing autotests. Git export attributes changed
accordingly.

Change-Id: I6db2eb52dabdb8f12e0bc2a992a873abfa15b1a5
Reviewed-by: Titta Heikkala &lt;titta.heikkala@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
