<?xml version="1.0" ?>
<rss version="2.0">
  <channel>
    <title>Flyspray::</title>
    <lastBuildDate>Thu, 11 Jun 2026 13:46:48 +0000</lastBuildDate>
    <description>Flyspray::QCAD Bugtracker: Recently closed tasks</description>
    <link>https://www.qcad.org/bugtracker/</link>
        <item>
      <title>FS#2728: AutoSave: creates backup files with wrong extension</title>
      <author>Andrew</author>
      <pubDate>Thu, 11 Jun 2026 13:46:40 +0000</pubDate>
      <description><![CDATA[
<p>
AutoSave may create backup files with wrong extensions or overwrite files with wrong extensions when loading non-DXF files (<acronym title="Scalable Vector Graphics">SVG</acronym>, <acronym title="Portable Document Format">PDF</acronym>, etc.)<br />
</p>
]]></description>
      <link>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2728</link>
      <guid>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2728</guid>
    </item>
        <item>
      <title>FS#2727: Text Dialog: white space other than regular space not preserved</title>
      <author>Andrew</author>
      <pubDate>Mon, 01 Jun 2026 11:40:27 +0000</pubDate>
      <description><![CDATA[
<p>
Alternative white space such as &quot;Thin Space&quot;, U+2009 should be preserved as such. While rendered correctly as thin space with TrueType fonts, the thin space is converted to a regular space when the text is edited.<br />
</p>
]]></description>
      <link>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2727</link>
      <guid>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2727</guid>
    </item>
        <item>
      <title>FS#2726: Edit &gt; Drawing Pref &gt; Printing &gt; Page: Page size not recognized for page sizes with decimals [Qt6]</title>
      <author>Andrew</author>
      <pubDate>Tue, 19 May 2026 12:32:26 +0000</pubDate>
      <description><![CDATA[
<p>
Page sizes that are not whole Millimeters are not recognized when set (e.g. Arch D).
</p>

<p>
See also:<br /><a href="https://forum.qcad.org/t/qcad-will-not-save-paper-size/11680/4" class="urlextern" title="https://forum.qcad.org/t/qcad-will-not-save-paper-size/11680/4"  rel="nofollow">https://forum.qcad.org/t/qcad-will-not-save-paper-size/11680/4</a> 
</p>
]]></description>
      <link>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2726</link>
      <guid>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2726</guid>
    </item>
        <item>
      <title>FS#2725: View &gt; Property Editor: block name property shown without choices</title>
      <author>Patrick Junker</author>
      <pubDate>Fri, 15 May 2026 22:42:07 +0000</pubDate>
      <description><![CDATA[
<p>
Hi,
</p>

<p>
I remember that in earlier versions of QCAD the field type of <strong>Referenced Block:</strong> in the <strong>Property Editor</strong> used to be a dropdown list, which used to be populated with all blocks. The selected referenced block was of course the selected item in this list. With this dropdown list it used to extremely easy and efficient to swap out a block in the drawing by simply picking another block from the list. I&#039;m sure this dropdown list was still present in QCAD version <strong>3.25.2</strong>.
</p>

<p>
In newer versions of QCAD - at least since release <strong>3.32.3</strong> - the field type of <strong>Referenced Block:</strong> in the <strong>Property Editor</strong> has changed to a simple text input field. To swap out a block in a drawing one does now have to know the exact name of a block and type that name correctly into the field. If the name of a non existing block is entered, the entire field is cleared and the original block is removed from the drawing as well.
</p>

<p>
For me this is clearly appears like a bug, maybe introduced with an update of the QT library?
</p>

<p>
Would be great if the old, logical and efficient behaviour could be restored!
</p>

<p>
Thanks and best regards<br />Patrick
</p>

<p>
<acronym title="By the way">BTW</acronym>, I&#039;m using <strong>macOS Sequoia (15)</strong>, which is missing from the <acronym title="Operating System">OS</acronym> picker in the QCAD Bugtracker. Also, the dropdown has two entries for Mojave (10.14), where one of them should likely be High Sierra (10.13), which is missing, too <img src="https://www.qcad.org/bugtracker/plugins/dokuwiki/lib/images/smileys/icon_smile.gif" class="middle" alt=":-)" /> 
</p>
]]></description>
      <link>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2725</link>
      <guid>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2725</guid>
    </item>
        <item>
      <title>FS#2723: Layer list changes active layer on hover when QTreeView::item:hover exists (Qt 6.11)</title>
      <author>Masayuki Yoshida</author>
      <pubDate>Fri, 08 May 2026 03:29:08 +0000</pubDate>
      <description><![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>
]]></description>
      <link>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2723</link>
      <guid>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2723</guid>
    </item>
        <item>
      <title>FS#2722: Drawing &gt; Line &gt; Vertical line (LV) - not work</title>
      <author>Riccardo beduschi</author>
      <pubDate>Thu, 07 May 2026 07:59:48 +0000</pubDate>
      <description><![CDATA[
<p>
The Vertical Line command (LV) not work.
</p>

<p>
Tested QCAD 3.32.8 on Ubuntu24.04 and MacOS10.10 <br />
</p>
]]></description>
      <link>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2722</link>
      <guid>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2722</guid>
    </item>
        <item>
      <title>FS#2721: Draw &gt; Line &gt; Vertical: no tool options</title>
      <author>Andrew</author>
      <pubDate>Wed, 06 May 2026 09:00:06 +0000</pubDate>
      <description><![CDATA[
<p>
Deployment misses file LineVertical.ui<br />
</p>
]]></description>
      <link>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2721</link>
      <guid>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2721</guid>
    </item>
        <item>
      <title>FS#2720: 3D Display: no mouse wheel zoom [Qt6]</title>
      <author>Andrew</author>
      <pubDate>Tue, 05 May 2026 14:20:37 +0000</pubDate>
      <description><![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>
]]></description>
      <link>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2720</link>
      <guid>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2720</guid>
    </item>
        <item>
      <title>FS#2718: Missing translations for Qt toolkit texts</title>
      <author>Andrew</author>
      <pubDate>Sat, 02 May 2026 08:09:41 +0000</pubDate>
      <description><![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>
]]></description>
      <link>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2718</link>
      <guid>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2718</guid>
    </item>
        <item>
      <title>FS#2717: Mouse wheel scrolling problems [Qt6]</title>
      <author>Andrew</author>
      <pubDate>Sat, 02 May 2026 08:01:14 +0000</pubDate>
      <description><![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>
]]></description>
      <link>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2717</link>
      <guid>https://www.qcad.org/bugtracker/index.php?do=details&amp;task_id=2717</guid>
    </item>
      </channel>
</rss>
