<?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.ch/bugtracker/">
    <title>Flyspray::</title>
    <link>https://www.qcad.ch/bugtracker/</link>
    <description>Flyspray::QCAD Bugtracker: Recently edited tasks</description>
    <dc:date>2026-06-19T10:24:24Z</dc:date>
    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2719" />
                <rdf:li rdf:resource="https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2732" />
                <rdf:li rdf:resource="https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2731" />
                <rdf:li rdf:resource="https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2730" />
                <rdf:li rdf:resource="https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2729" />
                <rdf:li rdf:resource="https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2728" />
                <rdf:li rdf:resource="https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2727" />
                <rdf:li rdf:resource="https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2726" />
                <rdf:li rdf:resource="https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2725" />
                <rdf:li rdf:resource="https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2724" />
              </rdf:Seq>
    </items>
    		
  </channel>
    <item rdf:about="https://www.qcad.ch/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.ch/bugtracker/index.php?do=details&amp;task_id=2719</link>
    <dc:date>2026-06-19T10:24:24Z</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.ch/bugtracker/index.php?do=details&amp;task_id=2732">
    <title>FS#2732: Draw &gt; Hatch &gt; Hatch from Segments…: fails with certain arcs</title>
    <link>https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2732</link>
    <dc:date>2026-06-19T10:22:45Z</dc:date>
    <dc:creator>Andrew</dc:creator>
     <description>

Choosing one arc fails for example at:



https://forum.qcad.org/t/crosshatch-problems-using-latest-version/11776 

</description>
    <content:encoded><![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>
]]></content:encoded>
  </item>
    <item rdf:about="https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2731">
    <title>FS#2731: Crash with invalid image of size 0</title>
    <link>https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2731</link>
    <dc:date>2026-06-15T11:29:07Z</dc:date>
    <dc:creator>Andrew</dc:creator>
     <description>

An image with size 0/0 can cause a crash when trying to render the image.

</description>
    <content:encoded><![CDATA[
<p>
An image with size 0/0 can cause a crash when trying to render the image.<br />
</p>
]]></content:encoded>
  </item>
    <item rdf:about="https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2730">
    <title>FS#2730: Misc &gt; Reset Configuration: Exception when using dialog button flags</title>
    <link>https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2730</link>
    <dc:date>2026-06-15T09:07:25Z</dc:date>
    <dc:creator>CVH</dc:creator>
     <description>

Andrew,



The exception is skipped silently and the configuration is not reset.



 Nowadays standard dialog buttons or flags are created using the makeQMessageBoxStandardButtons library function.



new QMessageBox.StandardButtons(…) seems functional too.



.setStandardButtons(A | B) and .setDefaultButton(B) is seen as another method.



Regards,CVH

</description>
    <content:encoded><![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>
]]></content:encoded>
  </item>
    <item rdf:about="https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2729">
    <title>FS#2729: File &gt; Bitmap Export: margin creates offset</title>
    <link>https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2729</link>
    <dc:date>2026-06-12T15:03:47Z</dc:date>
    <dc:creator>Andrew</dc:creator>
     <description>

The margin in the bitmap export dialog causes an offset, not a margin all around cutting off part of the drawing.

</description>
    <content:encoded><![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>
]]></content:encoded>
  </item>
    <item rdf:about="https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2728">
    <title>FS#2728: AutoSave: creates backup files with wrong extension</title>
    <link>https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2728</link>
    <dc:date>2026-06-11T13:46:48Z</dc:date>
    <dc:creator>Andrew</dc:creator>
     <description>

AutoSave may create backup files with wrong extensions or overwrite files with wrong extensions when loading non-DXF files (SVG, PDF, etc.)

</description>
    <content:encoded><![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>
]]></content:encoded>
  </item>
    <item rdf:about="https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2727">
    <title>FS#2727: Text Dialog: white space other than regular space not preserved</title>
    <link>https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2727</link>
    <dc:date>2026-06-01T11:42:25Z</dc:date>
    <dc:creator>Andrew</dc:creator>
     <description>

Alternative white space such as &amp;quot;Thin Space&amp;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.

</description>
    <content:encoded><![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>
]]></content:encoded>
  </item>
    <item rdf:about="https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2726">
    <title>FS#2726: Edit &gt; Drawing Pref &gt; Printing &gt; Page: Page size not recognized for page sizes with decimals [Qt6]</title>
    <link>https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2726</link>
    <dc:date>2026-05-19T12:33:02Z</dc:date>
    <dc:creator>Andrew</dc:creator>
     <description>

Page sizes that are not whole Millimeters are not recognized when set (e.g. Arch D).



See also:https://forum.qcad.org/t/qcad-will-not-save-paper-size/11680/4 

</description>
    <content:encoded><![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>
]]></content:encoded>
  </item>
    <item rdf:about="https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2725">
    <title>FS#2725: View &gt; Property Editor: block name property shown without choices</title>
    <link>https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2725</link>
    <dc:date>2026-05-18T10:15:45Z</dc:date>
    <dc:creator>Patrick Junker</dc:creator>
     <description>

Hi,



I remember that in earlier versions of QCAD the field type of Referenced Block: in the Property Editor 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&amp;#039;m sure this dropdown list was still present in QCAD version 3.25.2.



In newer versions of QCAD - at least since release 3.32.3 - the field type of Referenced Block: in the Property Editor 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.



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



Would be great if the old, logical and efficient behaviour could be restored!



Thanks and best regardsPatrick



BTW, I&amp;#039;m using macOS Sequoia (15), which is missing from the OS 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  

</description>
    <content:encoded><![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.ch/bugtracker/plugins/dokuwiki/lib/images/smileys/icon_smile.gif" class="middle" alt=":-)" /> 
</p>
]]></content:encoded>
  </item>
    <item rdf:about="https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2724">
    <title>FS#2724: QCAD/CAM QT6 Freeze during CAM EXPORT.</title>
    <link>https://www.qcad.ch/bugtracker/index.php?do=details&amp;task_id=2724</link>
    <dc:date>2026-05-12T21:23:19Z</dc:date>
    <dc:creator>Mário Carvalho</dc:creator>
     <description>

Versions QT6 3.32.8.0, 3.32.9.0 on WIN10 and LINUX Ubuntu 25.10 (don’t work in WIN7)



Versions QT5 OK on WIN7, WIN10 and LINUX



My PlanetCNCW64 software accepts G41/42 but gave an error on generated g-code G40 (“Arc without IJK or R is not valid” G40 X85.6 Y62.24 Their bug?). So, I had to fill “Interpolate axes with line segments” in CAM Configuration. A little window QCAD CAM “Regenerating tool path…” opens, shows 50% all the time, and a button “Abort” that closes that window when clicked, but doesn’t stop the process; a lot of messages “regenerating tool paths…” run at the bottom with great speed, as expected.



With QT6 but not QT5, after a while, these messages start slowing more and more, when I believe the arc segments are being generated, but keep a normal speed on lines, till the program freezes. During this process, with both QT6 and QT5, the memory used is growing, but is not released until the program is closed. Garbage collection problem?

</description>
    <content:encoded><![CDATA[
<p>
Versions QT6 3.32.8.0, 3.32.9.0 on WIN10 and LINUX Ubuntu 25.10 (don’t work in WIN7)
</p>

<p>
Versions QT5 <strong>OK</strong> on WIN7, WIN10 and LINUX
</p>

<p>
My PlanetCNCW64 software accepts G41/42 but gave an error on generated g-code G40 (“Arc without IJK or R is not valid” G40 X85.6 Y62.24 Their bug?). So, I had to fill “Interpolate axes with line segments” in CAM Configuration. A little window QCAD CAM “Regenerating tool path…” opens, <em class="u">shows 50% all the time</em>, and a button “Abort” that closes that window when clicked, <em class="u">but doesn’t stop the process</em>; a lot of messages “regenerating tool paths…” run at the bottom with great speed, as expected.
</p>

<p>
With QT6 but not QT5, after a while, these messages start <em class="u">slowing more and more</em>, when I believe the arc segments are being generated, but keep a normal speed on lines, till the program freezes. During this process, with both QT6 and QT5, the memory used is growing, <em class="u">but is not released</em> until the program is closed. Garbage collection problem?
</p>
]]></content:encoded>
  </item>
  </rdf:RDF>
