<?xml version="1.0" ?>
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel rdf:about="https://www.qcad.app/bugtracker/">
    <title>Flyspray::</title>
    <link>https://www.qcad.app/bugtracker/</link>
    <description>Flyspray::QCAD Bugtracker: Recently opened tasks</description>
    <dc:date>2026-05-08T09:03:52Z</dc:date>
    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2723" />
                <rdf:li rdf:resource="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2722" />
                <rdf:li rdf:resource="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2721" />
                <rdf:li rdf:resource="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2720" />
                <rdf:li rdf:resource="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2719" />
                <rdf:li rdf:resource="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2718" />
                <rdf:li rdf:resource="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2717" />
                <rdf:li rdf:resource="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2716" />
                <rdf:li rdf:resource="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2715" />
                <rdf:li rdf:resource="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2714" />
              </rdf:Seq>
    </items>
    		
  </channel>
    <item rdf:about="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2723">
    <title>FS#2723: Layer list changes active layer on hover when QTreeView::item:hover exists (Qt 6.11)</title>
    <link>https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2723</link>
    <dc:date>2026-05-08T09:03:52Z</dc:date>
    <dc:creator>Masayuki Yoshida</dc:creator>
     <description>

In QCAD 3.32.9.0 with Qt 6.11.0, the presence of QTreeView::item:hover rule (even empty) in Heather theme&amp;#039;s CSS causes the layer list to change the active layer on mouse hover, without clicking.



Heather theme has QTreeView::item:hover by default → Bug occursDark theme has no QTreeView::item:hover → Normal behaviorCustom CSS with ONLY QTreeView::item:hover {} → Bug occurs



This did NOT occur in Qt5 production versions.



Reproduction Steps:1. Apply Heather theme (contains QTreeView::item:hover by default)2. OR: Apply any theme + add ONLY this CSS rule:

 QTreeView::item:hover {
 }


3. Restart QCAD as prompted after theme modification4. Open layer list panel5. Hover mouse over any layer item → Active layer immediately switches to hovered layer



Expected Behavior:- Hover should only affect visual appearance- Active layer should only change on explicit click selection- Empty CSS rule &amp;quot;{}&amp;quot; should have no functional effect



Actual Behavior:- Every layer becomes active as mouse hovers over it - Affects ALL layers in layer list - Property editor QTreeView and block list QTreeView are NOT affected 



Workaround:- Remove QTreeView::item:hover rule completely from CSS - Use themes without QTreeView::item:hover (e.g., Dark theme) 



Environment:- QCAD: 3.32.9.0 - Qt: 6.11.0 - OS: Windows 11 25H2 (Build 26200.8328) - Trigger: Heather theme OR any theme + QTreeView::item:hover CSS rule 

</description>
    <content:encoded><![CDATA[
<p>
In QCAD 3.32.9.0 with Qt 6.11.0, the presence of QTreeView::item:hover rule (even empty) in Heather theme&#039;s <acronym title="Cascading Style Sheets">CSS</acronym> causes <strong>the layer list to change the active layer on mouse hover, without clicking.</strong>
</p>

<p>
Heather theme has QTreeView::item:hover by default → Bug occurs<br />Dark theme has no QTreeView::item:hover → Normal behavior<br /><strong>Custom <acronym title="Cascading Style Sheets">CSS</acronym> with ONLY QTreeView::item:hover {} → Bug occurs</strong>
</p>

<p>
This did NOT occur in Qt5 production versions.
</p>

<p>
Reproduction Steps:<br />1. Apply Heather theme (contains QTreeView::item:hover by default)<br />2. OR: Apply any theme + add ONLY this <acronym title="Cascading Style Sheets">CSS</acronym> rule:
</p>
<pre class="code"> QTreeView::item:hover {
 }</pre>

<p>
3. Restart QCAD as prompted after theme modification<br />4. Open layer list panel<br />5. <strong>Hover mouse over any layer item → Active layer immediately switches to hovered layer</strong>
</p>

<p>
Expected Behavior:<br />- Hover should only affect visual appearance<br />- Active layer should only change on explicit click selection<br />- Empty <acronym title="Cascading Style Sheets">CSS</acronym> rule &quot;{}&quot; should have no functional effect
</p>

<p>
Actual Behavior:<br />- Every layer becomes active as mouse hovers over it <br />- Affects ALL layers in layer list <br />- Property editor QTreeView and block list QTreeView are NOT affected 
</p>

<p>
Workaround:<br />- Remove QTreeView::item:hover rule completely from <acronym title="Cascading Style Sheets">CSS</acronym> <br />- Use themes without QTreeView::item:hover (e.g., Dark theme) 
</p>

<p>
Environment:<br />- QCAD: 3.32.9.0 <br />- Qt: 6.11.0 <br />- <acronym title="Operating System">OS</acronym>: Windows 11 25H2 (Build 26200.8328) <br />- Trigger: Heather theme OR any theme + QTreeView::item:hover <acronym title="Cascading Style Sheets">CSS</acronym> rule <br />
</p>
]]></content:encoded>
  </item>
    <item rdf:about="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2722">
    <title>FS#2722: Drawing &gt; Line &gt; Vertical line (LV) - not work</title>
    <link>https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2722</link>
    <dc:date>2026-05-07T12:05:21Z</dc:date>
    <dc:creator>Riccardo beduschi</dc:creator>
     <description>

The Vertical Line command (LV) not work.



Tested QCAD 3.32.8 on Ubuntu24.04 and MacOS10.10 

</description>
    <content:encoded><![CDATA[
<p>
The Vertical Line command (LV) not work.
</p>

<p>
Tested QCAD 3.32.8 on Ubuntu24.04 and MacOS10.10 <br />
</p>
]]></content:encoded>
  </item>
    <item rdf:about="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2721">
    <title>FS#2721: Draw &gt; Line &gt; Vertical: no tool options</title>
    <link>https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2721</link>
    <dc:date>2026-05-06T09:02:12Z</dc:date>
    <dc:creator>Andrew</dc:creator>
     <description>

Deployment misses file LineVertical.ui

</description>
    <content:encoded><![CDATA[
<p>
Deployment misses file LineVertical.ui<br />
</p>
]]></content:encoded>
  </item>
    <item rdf:about="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2720">
    <title>FS#2720: 3D Display: no mouse wheel zoom [Qt6]</title>
    <link>https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2720</link>
    <dc:date>2026-05-05T14:22:31Z</dc:date>
    <dc:creator>Andrew</dc:creator>
     <description>

See also:https://forum.qcad.org/t/cannot-zoom-in-3d-simulation-view/11651 

</description>
    <content:encoded><![CDATA[
<p>
See also:<br /><a href="https://forum.qcad.org/t/cannot-zoom-in-3d-simulation-view/11651" class="urlextern" title="https://forum.qcad.org/t/cannot-zoom-in-3d-simulation-view/11651"  rel="nofollow">https://forum.qcad.org/t/cannot-zoom-in-3d-simulation-view/11651</a> 
</p>
]]></content:encoded>
  </item>
    <item rdf:about="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2719">
    <title>FS#2719: Moiré Effect with QT6 on Linux when Display Scaling is &gt; 100%</title>
    <link>https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2719</link>
    <dc:date>2026-05-03T14:02:45Z</dc:date>
    <dc:creator>Alex Holden</dc:creator>
     <description>

I have noticed a problem that causes ugly rendering when using the QT6 version of 3.32.7 on KDE/XWayland if my system display scaling is set higher than 100%. The problem does not occur with QT5.



Attached screenshots were taken using QT5 and QT6 for comparison (both at 125% scaling). Antialiasing was turned off. Note how the grid dots fade in and out like a moiré pattern.

</description>
    <content:encoded><![CDATA[
<p>
I have noticed a problem that causes ugly rendering when using the QT6 version of 3.32.7 on KDE/XWayland if my system display scaling is set higher than 100%. The problem does not occur with QT5.
</p>

<p>
Attached screenshots were taken using QT5 and QT6 for comparison (both at 125% scaling). Antialiasing was turned off. Note how the grid dots fade in and out like a moiré pattern.
</p>
]]></content:encoded>
  </item>
    <item rdf:about="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2718">
    <title>FS#2718: Missing translations for Qt toolkit texts</title>
    <link>https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2718</link>
    <dc:date>2026-05-02T08:10:22Z</dc:date>
    <dc:creator>Andrew</dc:creator>
     <description>

See also:https://forum.qcad.org/t/traductions-francais-manquantes/11634/2 

</description>
    <content:encoded><![CDATA[
<p>
See also:<br /><a href="https://forum.qcad.org/t/traductions-francais-manquantes/11634/2" class="urlextern" title="https://forum.qcad.org/t/traductions-francais-manquantes/11634/2"  rel="nofollow">https://forum.qcad.org/t/traductions-francais-manquantes/11634/2</a> 
</p>
]]></content:encoded>
  </item>
    <item rdf:about="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2717">
    <title>FS#2717: Mouse wheel scrolling problems [Qt6]</title>
    <link>https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2717</link>
    <dc:date>2026-05-02T08:06:51Z</dc:date>
    <dc:creator>Andrew</dc:creator>
     <description>

See:https://forum.qcad.org/t/mouse-scrolling-issues-after-updating-to-qcad-3-32-7-windows/11635 

</description>
    <content:encoded><![CDATA[
<p>
See:<br /><a href="https://forum.qcad.org/t/mouse-scrolling-issues-after-updating-to-qcad-3-32-7-windows/11635" class="urlextern" title="https://forum.qcad.org/t/mouse-scrolling-issues-after-updating-to-qcad-3-32-7-windows/11635"  rel="nofollow">https://forum.qcad.org/t/mouse-scrolling-issues-after-updating-to-qcad-3-32-7-windows/11635</a> 
</p>
]]></content:encoded>
  </item>
    <item rdf:about="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2716">
    <title>FS#2716: No modern look for Qt 6 builds on Windows [Qt6]</title>
    <link>https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2716</link>
    <dc:date>2026-05-02T07:59:36Z</dc:date>
    <dc:creator>Andrew</dc:creator>
     <description>

See:https://forum.qcad.org/t/qcad-3-32-7-looks-different-between-qt5-and-qt6/11643/2 

</description>
    <content:encoded><![CDATA[
<p>
See:<br /><a href="https://forum.qcad.org/t/qcad-3-32-7-looks-different-between-qt5-and-qt6/11643/2" class="urlextern" title="https://forum.qcad.org/t/qcad-3-32-7-looks-different-between-qt5-and-qt6/11643/2"  rel="nofollow">https://forum.qcad.org/t/qcad-3-32-7-looks-different-between-qt5-and-qt6/11643/2</a> 
</p>
]]></content:encoded>
  </item>
    <item rdf:about="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2715">
    <title>FS#2715: Downloads from the forum don&#039;t always retain their original name</title>
    <link>https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2715</link>
    <dc:date>2026-05-02T07:54:01Z</dc:date>
    <dc:creator>CVH</dc:creator>
     <description>

Andrew,



Downloaded &amp;#039;plano de fundametacion.dxf&amp;#039; from topic 11566 (Spanish forum)



The file opened as:&amp;#039;1eedfe3098f558d1e0a2e6f515c42ccb8bf2913a.dxf&amp;#039;



Regards,CVH

</description>
    <content:encoded><![CDATA[
<p>
Andrew,
</p>

<p>
Downloaded &#039;plano de fundametacion.dxf&#039; from topic 11566 (Spanish forum)
</p>

<p>
The file opened as:<br />&#039;1eedfe3098f558d1e0a2e6f515c42ccb8bf2913a.dxf&#039;
</p>

<p>
Regards,<br />CVH<br />
</p>
]]></content:encoded>
  </item>
    <item rdf:about="https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2714">
    <title>FS#2714: File &gt; Advanced SVG Export: selected entities exported in selection color</title>
    <link>https://www.qcad.app/bugtracker/index.php?do=details&amp;task_id=2714</link>
    <dc:date>2026-05-02T07:54:23Z</dc:date>
    <dc:creator>Andrew</dc:creator>
     <description>

Select one or multiple entities.Export to SVG.SVG export contains selected entities in selection color.

</description>
    <content:encoded><![CDATA[
<p>
Select one or multiple entities.<br />Export to <acronym title="Scalable Vector Graphics">SVG</acronym>.<br /><acronym title="Scalable Vector Graphics">SVG</acronym> export contains selected entities in selection color.<br />
</p>
]]></content:encoded>
  </item>
  </rdf:RDF>
