QCAD Bugtracker

QCAD - 2D CAD System.

Click here for a documentation of the DokuWiki formatting syntax that can be used in reports

Please search for existing tasks (also closed ones) before opening a new task.

Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help > Check for Updates)

IDCategoryTask TypeSeveritySummaryStatusProgress  desc
 2409 QCAD (main)Bug ReportLow Area measurement of hatches leads to a crash of QCAD Closed
100%
Task Description

Reported in the QCAD Forum by TSG on a macOS Catalina system.
Details on this topic can be found at https://www.qcad.org/rsforum/viewtopic.php?f=89&t=9603#p38738.

 2408 QCAD (main)Bug ReportLow Length of Hatch entity sums the length of the patterned ...Closed
100%
1 Task Description

Andrew,

When selecting a Hatch entity:
For a solid filled Hatch the boundaries total length is given.
With a pattern that returns the summed length of the patterned lines.

I think that the recent performance update for RHatchData::getLength returns something different than intended.

Regards,
CVH

 2407 QCAD (main)Bug ReportLow App stalling for Trace Bitmap with no image in selectio ...Closed
100%
Task Description

Andrew,

Trace Bitmap requires a selection.
QCAD stalls when the first entity id is not an RImageEntity .

The prevImageEntity.getFileName() in the beginEvent will throw an exception for all but an RImageEntity.

The odds are against us that in a multiple selection an image is the first id.

I think you need to filter on image entities like later in the applyOperation function.

Regards,
CVH

 2406 QCAD (main)Bug ReportLow File > SVG Export: wrong arcs in blocks with negative s ...Closed
100%
1 Task Description

When using SVG export on a drawing with a block defined, the export is incorrect. Arcs are drawn incorrectly and parts of the block are missing. If that block is exploded, the SVG export is correct. Attached is a block on the lower left and the same block on the lower right after explode. Also attached is the resulting SVG file.
This is not always the case. Some blocks are correctly exported to SVG. The upper row is again a block on the left and the same block exploded on the right. It exports properly.

 2404 QCAD (main)Performance IssueLow Extreme Lag When Selecting Solid or Pattern Hatch Closed
100%
Task Description

Hi Andrew

I get Extreme Lag When Left Click and Selecting Solid or Pattern Hatch...

Please See Thread in Forum...
https://qcad.org/rsforum/viewtopic.php?f=33&t=9588&p=38670#p38670

Screenshot & DXF Attached for your convenience ..

Version: 3.27.7.0 (3.27.7)
Build Date: Sep 30 2022
Revision: 62d387f
Qt Version: 5.14.2
Architecture: x86_64
Compiler: gcc 5.4.0

Cheers
John

 2403 QCAD (main)Bug ReportLow Print Preview Page Not The Same As Output Closed
100%
Task Description

Hi Andrew

When I Print or save as PDF the paper settings don’t seem to be working....
The output file does not match..

See Forum Post
https://qcad.org/rsforum/viewtopic.php?f=33&t=9587&p=38662#p38662

Cheers
John

 2402 QCAD (main)Bug ReportLow Selection Filter fails for different filter scenarios. Closed
100%
Task Description

Please refer to the user report below: https://www.qcad.org/rsforum/viewtopic.php?f=33&t=9586&p=38653#p38653 Note: 3.27.6.0 (3.27.6) works as intended.

Thanks.

 2401 QCAD (main)Bug ReportLow File > Print / PDF Export: Page size always A4 Closed
100%
1 Task Description

Only prints on A4 size paper, no matter what settings, print or pdf export, print from model or from layout block

Version:
3.27.7.0 (3.27.7)
Internet:
QCAD.org
Build Date:
Sep 29 2022
Revision:
58ecdde
Qt Version:
5.13.2
Architecture:
x86_64
Compiler:
MSVC++ 14.0 (2015)

 2400 QCAD (main)Bug ReportLow View > Selection Filter: Entity type "Any" has no effec ...Closed
100%
1 Task Description

The “Any” filter matches no entities.

 2399 QCAD (main)Bug ReportLow Directly edit object's Y coordinate, with a formula, al ...Closed
100%
Task Description

Select an object, e.g. a block or text. Hit G P to open the object’s properties.

Select the text input for the X coordinate. Add the string +0.1 to the end. Hit enter. The coordinate is increased by 0.1.

Repeat this for the Y coordinate. The coordinate always becomes 1.

Repeat this a second time, for the Y coordinate, without closing the properties dialogue in between edits. The coordinate updates as expected, e.g. 1.1, 1.2, 1.3...

 2395 QCAD (main)Bug ReportLow Incorrect new lightyear conversion value Closed
100%
Task Description

Seen
https://github.com/qcad/qcad/commit/302010556a077f71b3de6c3c0f8f3df0282a5da9 And that all entries are a division by 1000

It is exactly 9 460 730 472 580 800 meter
To return a correct factor to meters the value must be a factor 1000 larger.

131 return 9460730472580800000 / 1000;

More info:
https://www.qcad.org/rsforum/viewtopic.php?f=31&t=9506&p=38295#p38295

Kind regards,
CVH

 2394 QCAD (main)Bug ReportLow crash whenn upload immage file or saving a project Closed
100%
Task Description

When i try to upload an immage Q cad professional edition last evrsion always crash, the same happens when i try to save a project.

 2393 QCAD Community EditionBug ReportLow QCad crashes while loading plugins Closed
100%
Task Description

Please see this downstream bug report: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265989

 2392 QCAD (main)Bug ReportLow File > Save: Dimension override for linear format not s ...Closed
100%
Task Description

Dimension override for linear format not saved to file.

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=9536

 2389 QCAD/CAMBug ReportLow Import tools (KI) triggers a warning that the import fa ...Closed
100%
Task Description

... despite the fact it was successful.

 2388 QCAD (main)Bug ReportMedium CAM module - Tab visibility problem Closed
100%
Task Description

Hi,
Recently I found out that tabs (CAM module) are only visible on layer 0. If I turn this layer off, all tabs will disappear. It is very inconvenient for someone who create a drawing using multiple layers. Im my case, layer 0 contains the frame and the info table only. When the drawing is ready and verified, I add a layer with a copy of the drawing just for g-code generation. I do it in that way because the drawing sometimes has to be modified for cnc purposes. Please correct this problem.

Tested on: QCAD/CAM Pro 3.27.6
PC with Windows 10.

 2385 QCAD (main)Bug ReportLow ScriptItems are inserted with the unit setting for a ne ...Closed
100%
Task Description

Tested on a Win7 32bit and a Win10 64bit system.

With App.Prefs defaults for new drawings set to mm, mm, metric.
Inserting a ‘CubeCuttingOut’ with the default size 10 into a drawing in inch results in size 0.39370079” what is indeed 10mm.

One would expect it to be sized 10 units of the target drawing.

Recently reported by Husky concerning the QCAD Utilities by MikeJ.
https://qcad.org/rsforum/viewtopic.php?f=30&t=9429&start=15#p38045

ScriptItems are first created on a new (offline) document.
QCAD will then adapt the size with unit conversion.
Then it will scale, rotate, flip according the ‘Insert Script’ tool options.

This is fully predictable for standard library items where the source is a dxf file with a defined unit and no unit conversion would occur if the library source unit was ‘None’.

I then assume that this can be fixed with setting the new RDocument in InsertScriptItem.prototype.beginEvent its unit to ‘None’.
Not knowing what the intended behavior should be for any other case, source or usage ...

Regards,
CVH

 2384 QCAD (main)Feature RequestLow need some help with copy with reference and paste Closed
100%
Task Description

Dear Mr Mustun,

I’ve got a problem similar to issue 2354.

Sometimes I have to create bigger drawings. Therefore I often create a “main drawing” and some “detail drawings”. I usually do the details in “detail drawing” and transfer them to “main drawing” by using “copy with reference” and “paste”. Until a few days ago it worked quite properly, but now it doesn’t anymore.

Today from issue 2354 I’ve learned that qcad doesn´t use windows clipboard. Can you tell me an alternative way to help me, please?

OS: Windows 11 Home
QCAD: Professional 3.27 (.4 ?, purchased July 29th 2022) 64 bit

Sincerely, FW

 2383 QCAD (main)Bug ReportLow Dark Theme -> Layers Names are not visible Closed
100%
Task Description

If the Theme is chosen as Dark, the name of even layers in the Layer List is with white color and the name of background is also white. Please see the attachment.

Many thanks!

 2382 QCAD (main)Bug ReportLow DGN file load / import fails Closed
100%
Task Description

dgn file load / import fails in Pro and Trial.
https://www.qcad.org/rsforum/viewtopic.php?f=2&t=9444

Warnings:

 2380 QCAD (main)Bug ReportLow SaveAs doesn't always open the associated path of the a ...Closed
100%
Task Description

QCAD Professional Win 7 WinInstaller

Version: 3.27.0.0 (3.27.0)
Internet: QCAD.org
Build Date: Nov 30 2021
Revision: 62c65de
Qt Version: 5.13.2
Architecture: i386
Compiler: Unknown

Related topic:
https://qcad.org/rsforum/viewtopic.php?f=31&p=37972#p37964

In script SaveAs.js on line 104 the sourced filename is correct.
When this is not empty on line 147 the fileDialog should select this file in its own path.
The testing sequence in the topic shows this is not always the case.
I am using the system file dialog.

Firts setting the corresponding folder for the fileDialog seems to fix this:
147 if (fileName.length!==0) {
148 fileDialog.setDirectory(fileInfo.absolutePath());
149 fileDialog.selectFile(fileInfo.absoluteFilePath());
150 }
151 else {
....

Regards,
CVH

 2379 QCAD (main)Bug ReportLow Measures disappearing from DXF file Closed
100%
Task Description

We have a client complaining that measures are disappearing from DXF file when it is opened in QCad, but remain visible when exporting the same file in JPEG format.
Please see attached files for an example.

Stand-alone QCad version used is 3.26.2.

Version embedded in client application is unknown (awaiting information).

Regards.

 2377 QCAD (main)Bug ReportLow Modify > Detection > Detect Duplicates: Apply tolerance ...Closed
100%
Task Description

Bounding boxes are compared with fixed tolerance.

 2376 QCAD (main)Bug ReportLow Mac Deployment: plugins don't load on case sensitive fi ...Closed
100%
Task Description

See:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=9404

 2375 QCAD (main)Bug ReportLow Edit > Copy: Draw order of copied block reference chang ...Closed
100%
Task Description

If I apply “copy with reference” to any block, the block’s draw order is changed to -2147483648 (-0×80000000).

 2373 QCAD (main)Bug ReportLow File > SVG Export: ellipse arcs in non-uniformly transf ...Closed
100%
Task Description

Ellipse arcs in non-uniformly transformed blocks are exported incorrectly when the “preserve geometry” option is used.

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=9388

 2372 QCAD (main)Bug ReportLow Rendering text with \p... escape sequences Closed
100%
Task Description

I imported a DXF using the professional version qcad-3.27.6-pro-linux-x86_64 and all text strings have codes prefixed to them like “ql;”. When opening in QCAD qcad-3.25.2-trial-linux-x86_64 the text loads correctly though. Others have confirmed that this seems to be a regression and a non-issue in other viewers: https://www.qcad.org/rsforum/viewtopic.php?p=37667

Here is a file with a single circle and single text number “1” which currently appears as “ql;t0;1”.

 2369 QCAD (main)Bug ReportLow File > Menu Open and Import fails for pdf Closed
100%
Task Description

Command Open and Import fails for pdf

Forum report:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=9332&p=37508#p37508

 2368 QCAD (main)Bug ReportLow Projections: attributes are not projected Closed
100%
Task Description

Affects all projection tools including the dwgmapconvert command line tool.

 2367 QCAD (main)Bug ReportLow Command line arguments not correctly encoded Closed
100%
Task Description

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=83&t=9310

 2366 QCAD (main)Bug ReportLow File > Advanced SVG Export: not launching Closed
100%
Task Description

Exception when populating scale combo box

 2365 QCAD (main)Feature RequestLow PDF Import: add support for clipping Closed
100%
Task Description

Add support for clipping (FPDF_CLIPPATH).

 2364 QCAD (main)Bug ReportLow Block > Edit Block in Place: working set selection not  ...Closed
100%
Task Description

Case:
open “Edit Block in Place”,
select entity or block like you would do to “Add to Working Set”,
don’t add - instead cancel “Edit Block in Place”,
selection color stay on even it is not treated anymore as selected,
to solve that you need to go back into “Edit Block in Place” mode to deselect the entity.

 2363 QCAD (main)Bug ReportLow Context menu of line entry fields: inserting symbol bro ...Closed
100%
Task Description

Unicode is inserted instead of symbol from line edit context menus.

 2362 QCAD (main)Bug ReportLow View > Property Editor: Scale property cannot be edited Closed
100%
Task Description

The scale property for viewports cannot be edited.

 2361 QCAD (main)Bug ReportLow View > Property Editor: Draw order property not working Closed
100%
Task Description

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=89&t=9288

 2360 QCAD (main)Bug ReportLow Special characters and italic letter issues Closed
100%
Task Description

Many thanks Andrew for your input on task  FS#2359 .
However there were two other issues mentioned in the first task that seem to have been overlooked.
Italic text appears and disappears as I zoom in and out and if I try to insert italic text it will not show as italic on screen. Also when I try to insert an ‘ohm’ special character I only get a ‘?’ question mark.
Apologies if I’m doing something silly !!
Regards
Richard

 2359 QCAD (main)Bug ReportLow Pieces of text disappear Closed
100%
Task Description

Note that my operating system is Windows 11. Recently updated from 32 bit (3.24.3.0) on old machine to 64bit version (3.27.3) on new computer. Old drawings transferred across to new version. Now bits of text missing. I can overcome bits of text missing by selecting View-Screen based Linetypes but when I print the text has bits missing once again. Some text appears and then disappears as you zoom in and out and selecting View screen based linetypes has no effect. Also I have noticed that the special character Ohm symbol shows as ? on screen. Also not possible to put Italic letters on drawing.

 2358 QCAD (main)Bug ReportLow Paste: flip vertical broken Closed
100%
Task Description

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=89&t=9275

 2357 QCAD (main)Bug ReportVery Low Reference points not cleared when deleting selection Closed
100%
Task Description

See also:
https://qcad.org/rsforum/viewtopic.php?f=89&t=9274

 2356 QCAD (main)Bug ReportLow File > Close: Closing dialog stays open after clicking  ...Closed
100%
Task Description

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=9273

Note: drawing stays “modified” after saving from dialog.

 2355 QCAD (main)Bug ReportHigh Viewport: Crash when moving, rotating, mirroring or str ...Closed
100%
Task Description

Recursion in move, rotate, mirror, stretch of viewport entity.

 2352 QCAD (main)Feature RequestLow parallel tool instances Closed
100%
Task Description

Hello,
I’ve quite often the task to transfer changes from one set of drawings to another (similar) set.
My ideal setup would be to open one set in one window and the other set in another window.
Both windows would be aranged side-by-side (larger monitor).
Unfortunately Qcad (I’m using the Pro version) does not allow to be started twice in parallel.
Not even Qcad-trial runs concurrently to Qcad-Pro.

So my request is to be able to run two instances of Qcad-Pro in parallel.

It’s ok if the second instance is in a kind of read-only mode where neither data not tool-settings
can be changed.
It’s also ok if number of concurrent instances is limitted to 2.

Best regards,
Klaus

 2350 QCAD (main)Bug ReportVery Low Quick Modify - Icons Missing From Toolbar Closed
100%
Task Description

Hi Andrew

The Icons are missing on the Quick Modify Toolbar..

Cheers
John

QCAD/CAM
Version: 3.27.1.0 (3.27.1)
QCAD.org
Build Date: Dec 13 2021
Revision: 2726424
Qt Version: 5.8.0
Architecture: x86_64
Compiler: gcc 4.8.1

PS Also missing on windows version 3.27.1
See Forum Post below.
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=9220

 2349 QCAD (main)Feature RequestLow Imperial drawings doesn't accept imperial scales for Vi ...Closed
100%
Task Description

Drawing inch / imperial

If I add a Viewport imperial scales for that Viewport like 1” = 32’ are not accepted. Accepted are only metric scales like 1/100.

Please see also:
https://www.qcad.org/rsforum/viewtopic.php?f=31&t=9206

 2346 QCAD (main)Bug ReportLow Access to Command: Line by pressing space bar Closed
100%
Task Description

On the current version of QCAD (used on a M1 MacBook Pro) you can set a keyboard shortcut timeout which I have set to 5000, 5seconds is ok to press two keys and press return. However I find this this method of selecting the command line is not consistent, its selection time varies from approx 0.5sec up to 5sec which leads to incorrect command selection.

To get around this at preset I use a mouse click to select the command line which works every time.

An option not to use the keyboard time would be better so the space bar selects command line, return key executes and closes or Esc cancels and closes selection

Hope you can look into this
Regards Paul

 2345 QCAD (main)Bug ReportLow File > Print: printing multiple copies prints too many  ...Closed
100%
Task Description

File > Print
Set copies to 2
4 sheets are printed.

 2344 QCAD (main)Bug ReportLow Draw > Polyline > Polyline along Segments: Crash on can ...Closed
100%
1 Task Description

Throws me out of QCad consistently:

1. Have a polyline selected.
2. Click partial polyline along selection and click the first point on the polyline.
3. Hit escape key or similar to exit the tool.

 2343 QCAD (main)Bug ReportLow Modify > Projection: Dimension entities offset Closed
100%
Task Description

Reference point not taken into account when projecting dimension entities.

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=9117

 2342 QCAD (main)Bug ReportLow Layer > Edit Layer: Changing Color of Invisible Layer Closed
100%
Task Description

Steps to reproduce:
1. Create a new layer with color (e.g.) red.
2. Draw a line.
3. Make the layer invisible.
4. Edit the layer to change its color to (e.g.) green.
5. Make the layer visible.
The line will appear colored red.
If you save, close, and reopen the file, it will now appear green.

Showing tasks 101 - 150 of 2560 Page 3 of 52 - 1 - 2 - 3 - 4 - 5 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing