<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtqa.git, branch dev</title>
<subtitle>Qt QA Scripts
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtqa.git/'/>
<entry>
<title>Update dependencies on 'dev' in qt/qtqa</title>
<updated>2026-05-05T05:26:58+00:00</updated>
<author>
<name>Qt Submodule Update Bot</name>
<email>qt_submodule_update_bot@qt-project.org</email>
</author>
<published>2026-05-05T05:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtqa.git/commit/?id=8b381ea7f53d1a06a10f9f4f4149696052344cb7'/>
<id>8b381ea7f53d1a06a10f9f4f4149696052344cb7</id>
<content type='text'>
Change-Id: I961e81ae73aedd7d8520626a3d473727d7670002
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I961e81ae73aedd7d8520626a3d473727d7670002
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies on 'dev' in qt/qtqa</title>
<updated>2026-04-28T05:11:01+00:00</updated>
<author>
<name>Qt Submodule Update Bot</name>
<email>qt_submodule_update_bot@qt-project.org</email>
</author>
<published>2026-04-28T05:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtqa.git/commit/?id=2be0b1f485e0563742e83c4f31c514fff62d3745'/>
<id>2be0b1f485e0563742e83c4f31c514fff62d3745</id>
<content type='text'>
Change-Id: Idab610444d89cd0d52621acd5d978b26e7336714
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Idab610444d89cd0d52621acd5d978b26e7336714
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vale: Add Figma terms</title>
<updated>2026-04-24T10:18:05+00:00</updated>
<author>
<name>Leena Miettinen</name>
<email>riitta-leena.miettinen@qt.io</email>
</author>
<published>2026-04-24T08:27:18+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtqa.git/commit/?id=45f79d0373eca399afb439b164c0c27ff43d1080'/>
<id>45f79d0373eca399afb439b164c0c27ff43d1080</id>
<content type='text'>
Change-Id: Iceaa43a1a1ba4b908306c6ffcd93adf39439f747
Reviewed-by: Venugopal Shivashankar &lt;Venugopal.Shivashankar@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iceaa43a1a1ba4b908306c6ffcd93adf39439f747
Reviewed-by: Venugopal Shivashankar &lt;Venugopal.Shivashankar@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Vale: Add vale-qdoc-linter agent to documentation_review</title>
<updated>2026-04-24T10:18:05+00:00</updated>
<author>
<name>Venugopal Shivashankar</name>
<email>Venugopal.Shivashankar@qt.io</email>
</author>
<published>2026-03-30T09:58:19+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtqa.git/commit/?id=5113e850681b383ae34f3bb00d379aa0ca41467b'/>
<id>5113e850681b383ae34f3bb00d379aa0ca41467b</id>
<content type='text'>
Adds an agent that checks for the patched Vale build (with QDoc parser
support), sets it up if missing, and lints QDoc source files, reporting
results as an annotated git diff.

- skill-vale-qdoc-lint: binary download URLs, qtqa sparse-clone
  procedure, persisted config (~/.vale-qdoc-agent.json), pre-commit
  hook installation, lint commands, annotated diff and grouped report
  formats, known caveats
- vale-qdoc-linter agent: setup / install-hook / lint / lint-pending
  commands; per-action approval requirement; config persistence
- how-to-use-vale-qdoc-linter: example prompts, expected output,
  common scenarios, quick reference
- CLAUDE.md: dispatch rule, skill and agent table entries

Change-Id: I45a239592256a786f2e0cca350fbe5d668da9baf
Reviewed-by: Jerome Pasion &lt;jerome.pasion@qt.io&gt;
Reviewed-by: Topi Reinio &lt;topi.reinio@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds an agent that checks for the patched Vale build (with QDoc parser
support), sets it up if missing, and lints QDoc source files, reporting
results as an annotated git diff.

- skill-vale-qdoc-lint: binary download URLs, qtqa sparse-clone
  procedure, persisted config (~/.vale-qdoc-agent.json), pre-commit
  hook installation, lint commands, annotated diff and grouped report
  formats, known caveats
- vale-qdoc-linter agent: setup / install-hook / lint / lint-pending
  commands; per-action approval requirement; config persistence
- how-to-use-vale-qdoc-linter: example prompts, expected output,
  common scenarios, quick reference
- CLAUDE.md: dispatch rule, skill and agent table entries

Change-Id: I45a239592256a786f2e0cca350fbe5d668da9baf
Reviewed-by: Jerome Pasion &lt;jerome.pasion@qt.io&gt;
Reviewed-by: Topi Reinio &lt;topi.reinio@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies on 'dev' in qt/qtqa</title>
<updated>2026-04-24T08:44:57+00:00</updated>
<author>
<name>Qt Submodule Update Bot</name>
<email>qt_submodule_update_bot@qt-project.org</email>
</author>
<published>2026-04-24T08:44:35+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtqa.git/commit/?id=bbe072d0ef41fb9579296add40c7d4f631f2e484'/>
<id>bbe072d0ef41fb9579296add40c7d4f631f2e484</id>
<content type='text'>
Change-Id: Ic423ab16971044ffd201d8a1ddc38f2faabf4b26
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic423ab16971044ffd201d8a1ddc38f2faabf4b26
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable 1-to-2-arg qHash() adapter in qtqa</title>
<updated>2026-04-23T09:42:54+00:00</updated>
<author>
<name>Marc Mutz</name>
<email>marc.mutz@qt.io</email>
</author>
<published>2026-04-22T17:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtqa.git/commit/?id=ea9e94060f50e49d3ca09ed1df3fcbf5f9d4b2f3'/>
<id>ea9e94060f50e49d3ca09ed1df3fcbf5f9d4b2f3</id>
<content type='text'>
Pick-to: 6.11
Task-number: QTBUG-145851
Change-Id: I9f977e0985d62f37a2385c5c13732dd99e3d08bb
Reviewed-by: Volker Hilsheimer &lt;volker.hilsheimer@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pick-to: 6.11
Task-number: QTBUG-145851
Change-Id: I9f977e0985d62f37a2385c5c13732dd99e3d08bb
Reviewed-by: Volker Hilsheimer &lt;volker.hilsheimer@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Set QT_EXTRA_INTERNAL_TARGET_DEFINES in one command</title>
<updated>2026-04-23T09:42:41+00:00</updated>
<author>
<name>Marc Mutz</name>
<email>marc.mutz@qt.io</email>
</author>
<published>2026-04-22T17:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtqa.git/commit/?id=e6b390bfd7feae02eed51a9a7234dbc3b05423ee'/>
<id>e6b390bfd7feae02eed51a9a7234dbc3b05423ee</id>
<content type='text'>
More readable, and done for most other modules already.

Pick-to: 6.11 6.8
Change-Id: Ibd643c2baa4e5d7f604afb2ff3217c43cbc8a711
Reviewed-by: Volker Hilsheimer &lt;volker.hilsheimer@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More readable, and done for most other modules already.

Pick-to: 6.11 6.8
Change-Id: Ibd643c2baa4e5d7f604afb2ff3217c43cbc8a711
Reviewed-by: Volker Hilsheimer &lt;volker.hilsheimer@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies on 'dev' in qt/qtqa</title>
<updated>2026-04-22T13:51:09+00:00</updated>
<author>
<name>Qt Submodule Update Bot</name>
<email>qt_submodule_update_bot@qt-project.org</email>
</author>
<published>2026-04-22T08:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtqa.git/commit/?id=31084e4e74062b4f984ad439f81bb192df0a0d04'/>
<id>31084e4e74062b4f984ad439f81bb192df0a0d04</id>
<content type='text'>
Change-Id: I1f27fc657cd218f51d2d152a01a0d8d58c89d619
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1f27fc657cd218f51d2d152a01a0d8d58c89d619
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CONTRIBUTING.md file</title>
<updated>2026-04-22T07:17:03+00:00</updated>
<author>
<name>Kai Köhne</name>
<email>kai.koehne@qt.io</email>
</author>
<published>2026-03-25T11:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtqa.git/commit/?id=b8a6c1395d6a410caab386adb0d6d531fa168d1b'/>
<id>b8a6c1395d6a410caab386adb0d6d531fa168d1b</id>
<content type='text'>
Point potential contributors to contribute.qt-project.org.

Change-Id: I9f452add866ebb0c32d36cc5f8a0f2f2a88b271e
Reviewed-by: Paul Wicking &lt;paul.wicking@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Point potential contributors to contribute.qt-project.org.

Change-Id: I9f452add866ebb0c32d36cc5f8a0f2f2a88b271e
Reviewed-by: Paul Wicking &lt;paul.wicking@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Vale: Update vale config</title>
<updated>2026-04-21T12:43:28+00:00</updated>
<author>
<name>Venugopal Shivashankar</name>
<email>Venugopal.Shivashankar@qt.io</email>
</author>
<published>2026-04-17T07:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtqa.git/commit/?id=4b3b8fcf765f35b54c0ffb7960a6dd48bf3a6202'/>
<id>4b3b8fcf765f35b54c0ffb7960a6dd48bf3a6202</id>
<content type='text'>
- Updated the config to ignore some of the context commands.
- Added new rule to check if \keyword and \target are using
  API names.
- Modified alt text rule to use the new scope for images.
- Added additional source files with different extensions
  for testing

Change-Id: I38e9c76ca0a51950a983f661617e5419f29d3d5d
Reviewed-by: Topi Reinio &lt;topi.reinio@qt.io&gt;
Reviewed-by: Jerome Pasion &lt;jerome.pasion@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Updated the config to ignore some of the context commands.
- Added new rule to check if \keyword and \target are using
  API names.
- Modified alt text rule to use the new scope for images.
- Added additional source files with different extensions
  for testing

Change-Id: I38e9c76ca0a51950a983f661617e5419f29d3d5d
Reviewed-by: Topi Reinio &lt;topi.reinio@qt.io&gt;
Reviewed-by: Jerome Pasion &lt;jerome.pasion@qt.io&gt;
</pre>
</div>
</content>
</entry>
</feed>
