<?xml version="1.0" ?>
<rss version="2.0">
  <channel>
    <title>Flyspray::</title>
    <lastBuildDate>Wed, 22 Jul 2026 05:52:23 +0000</lastBuildDate>
    <description>Flyspray::QCAD Bugtracker: Recently opened tasks</description>
    <link>https://www.qcad.io/bugtracker/</link>
        <item>
      <title>FS#2734: Concerning: Commit 2b1838b</title>
      <author>CVH</author>
      <pubDate>Wed, 22 Jul 2026 04:59:47 +0000</pubDate>
      <description><![CDATA[
<p>
RCircle.getVectorTo was modded to avoid the sqrt() in getMagnitude() and used v.getSquaredMagnitude()<br />Then comparing that with the square of the default tolerance (1e-18)
</p>

<p>
In RCircle::getDistanceTo<br />getDistanceTo2D is based on getMagnitude() and should be compared with RS.PointTolerance (1e-9)
</p>

<p>
Here you use a circular tolerance area in 2D: Less than 1e-9 away in any XY direction.
</p>

<p>
Positions are typically compared using an axis aligned square shape as tolerance range in 2D or a cubic box in 3D: <br />RVector::equalsFuzzy2D or RVector::equalsFuzzy or less than 1e-9 to 1.414214e-9 (to 1.732051e-9) away in any direction.<br />40 to 70% more tolerant depending the direction.
</p>

<p>
Only true in an arbitrary (unlimited) precision.<br />In floating point these methods can not be compared.<br />The squared magnitude will hardly ever have a meaningful 18th digit after the comma. 
</p>

<p>
Regards,<br />CVH
</p>

<p>
PS: I can start a comment on GitHub like before but that is no longer accepting inputs.<br />
</p>
]]></description>
      <link>https://www.qcad.io/bugtracker/index.php?do=details&amp;task_id=2734</link>
      <guid>https://www.qcad.io/bugtracker/index.php?do=details&amp;task_id=2734</guid>
    </item>
        <item>
      <title>FS#2733: Transparent black or white entities lose transparency with color correction</title>
      <author>Andrew</author>
      <pubDate>Wed, 01 Jul 2026 09:37:31 +0000</pubDate>
      <description><![CDATA[
<p>
Color correction strips the alpha channel.
</p>

<p>
See:<br /><a href="https://forum.qcad.org/t/qcad-shading-of-hatches/11828" class="urlextern" title="https://forum.qcad.org/t/qcad-shading-of-hatches/11828"  rel="nofollow">https://forum.qcad.org/t/qcad-shading-of-hatches/11828</a> 
</p>
]]></description>
      <link>https://www.qcad.io/bugtracker/index.php?do=details&amp;task_id=2733</link>
      <guid>https://www.qcad.io/bugtracker/index.php?do=details&amp;task_id=2733</guid>
    </item>
        <item>
      <title>FS#2732: Draw &gt; Hatch &gt; Hatch from Segments…: fails with certain arcs</title>
      <author>Andrew</author>
      <pubDate>Fri, 19 Jun 2026 08:20:46 +0000</pubDate>
      <description><![CDATA[
<p>
Choosing one arc fails for example at:
</p>

<p>
<a href="https://forum.qcad.org/t/crosshatch-problems-using-latest-version/11776" class="urlextern" title="https://forum.qcad.org/t/crosshatch-problems-using-latest-version/11776"  rel="nofollow">https://forum.qcad.org/t/crosshatch-problems-using-latest-version/11776</a> 
</p>
]]></description>
      <link>https://www.qcad.io/bugtracker/index.php?do=details&amp;task_id=2732</link>
      <guid>https://www.qcad.io/bugtracker/index.php?do=details&amp;task_id=2732</guid>
    </item>
        <item>
      <title>FS#2731: Crash with invalid image of size 0</title>
      <author>Andrew</author>
      <pubDate>Mon, 15 Jun 2026 11:25:31 +0000</pubDate>
      <description><![CDATA[
<p>
An image with size 0/0 can cause a crash when trying to render the image.<br />
</p>
]]></description>
      <link>https://www.qcad.io/bugtracker/index.php?do=details&amp;task_id=2731</link>
      <guid>https://www.qcad.io/bugtracker/index.php?do=details&amp;task_id=2731</guid>
    </item>
        <item>
      <title>FS#2730: Misc &gt; Reset Configuration: Exception when using dialog button flags</title>
      <author>CVH</author>
      <pubDate>Sat, 13 Jun 2026 06:22:03 +0000</pubDate>
      <description><![CDATA[
<p>
Andrew,
</p>

<p>
The exception is skipped silently and the configuration is not reset.
</p>

<p>
 Nowadays standard dialog buttons or flags are created using the makeQMessageBoxStandardButtons library function.
</p>

<p>
new QMessageBox.StandardButtons(…) seems functional too.
</p>

<p>
.setStandardButtons(A | B) and .setDefaultButton(B) is seen as another method.
</p>

<p>
Regards,<br />CVH<br />
</p>
]]></description>
      <link>https://www.qcad.io/bugtracker/index.php?do=details&amp;task_id=2730</link>
      <guid>https://www.qcad.io/bugtracker/index.php?do=details&amp;task_id=2730</guid>
    </item>
        <item>
      <title>FS#2729: File &gt; Bitmap Export: margin creates offset</title>
      <author>Andrew</author>
      <pubDate>Fri, 12 Jun 2026 15:03:17 +0000</pubDate>
      <description><![CDATA[
<p>
The margin in the bitmap export dialog causes an offset, not a margin all around cutting off part of the drawing.<br />
</p>
]]></description>
      <link>https://www.qcad.io/bugtracker/index.php?do=details&amp;task_id=2729</link>
      <guid>https://www.qcad.io/bugtracker/index.php?do=details&amp;task_id=2729</guid>
    </item>
        <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.io/bugtracker/index.php?do=details&amp;task_id=2728</link>
      <guid>https://www.qcad.io/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.io/bugtracker/index.php?do=details&amp;task_id=2727</link>
      <guid>https://www.qcad.io/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.io/bugtracker/index.php?do=details&amp;task_id=2726</link>
      <guid>https://www.qcad.io/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.io/bugtracker/plugins/dokuwiki/lib/images/smileys/icon_smile.gif" class="middle" alt=":-)" /> 
</p>
]]></description>
      <link>https://www.qcad.io/bugtracker/index.php?do=details&amp;task_id=2725</link>
      <guid>https://www.qcad.io/bugtracker/index.php?do=details&amp;task_id=2725</guid>
    </item>
      </channel>
</rss>
