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 Type  ascSeveritySummaryStatusProgress
2284QCAD (main)Bug ReportLowZooming in & out causes grid/snap scale value change in...Assigned
0%
1 Task Description

I have set the grid/snap value to X=.0625 Y=.0625 on all 4 viewports.
When zooming in and out the grid/snap scale changes from .0625 to 3.90625. at this point the grid/snap points differ,
This causes a variation in the grid/snap reference points lending to drawing errors.

example
When I use the grid settings defaults .01, when zooming in and out, the grid/snap scaling doesn’t seem to have this issue.
Other values do, See below.

set value first zoom second zoom next zoom

	point		point		point ...	

0.01 0.1 1.0 10.0 ...
0.02 0.04 0.4 4.0 ...
0.04 0.16 1.6 16.0 ...
0.05 0.25 2.5 25.0 ...
0.0625 0.390625 3.90625 39.0625 ...
0.0254 0.64516 6.4516 64.516 ...

Why is there a squaring of the original set value? Which then becomes a new zoomed grid/snap value?

QCAD Professional
Version: 3.26.4.0 (3.26.4)
Internet: QCAD.org
Build Date: Jun 3 2021
Revision: 0bb4334
Qt Version: 5.13.2
Architecture: i386
Compiler: Unknown

 1041 QCAD (main)Bug ReportLow Zoom to selection: invalid view if only one point is se ...Closed
100%
Task Description

- Select one single point
- Zoom to selection

 1161 QCAD (main)Bug ReportLow Zoom to selection not working Closed
100%
Task Description

Zoom to selection not working.

See attached screenshot and test file- selecting longer line fails for zoom to selection, but selecting smaller line works?

 1245 QCAD (main)Bug ReportLow Zoom in / zoom out: drawing painted at inconsistent off ...Closed
100%
Task Description

Zooming in or out repeatedly (keeping + or - key pressed or using mouse wheel) shows the drawing at incorrect offsets in between frames with the correct offset.

Original report:

Zoom in and out with the Mouse wheel is working but it is unfortunately jumping in a zickzack course.

 1461 QCAD (main)Bug ReportLow Zoom in / out: not centred under mouse cursor if Retina ...Closed
100%
Task Description

see topic:
http://www.qcad.org/rsforum/viewtopic.php?f=33&t=4381&p=15906#p15906

 2522 QCAD (main)Bug ReportLow Zoom box preview Closed
100%
Task Description

When screen-based linetypes are enabled, the zoom box width depends on the zoom level and can get very wide / thin.

 1022 QCAD (main)Bug ReportLow ZeroLengthDetection fails on arc Closed
100%
Task Description

Hi,

it seems zero length detection fails on finding very small arcs.
As in previous 3.0.0 release the script ZeroLengthDetection.js was given, I found that the related line is #65 :

      } else if (isArcEntity(entity)) {
          if (entity.getRadius() <= this.distanceTolerance

should be

      } else if (isArcEntity(entity)) {
          if (entity.getLength() <= this.distanceTolerance

because a big radius with a very small angle will yield a very small arc length ...

Since 3.0.0 or so, the ZeroLengthDetection.js script seems to have been binarized in plugins/libqcadproscripts.so, and is not easily correctible any more ...

 1557 QCAD (main)Bug ReportLow Zero length lines not shown Closed
100%
Task Description

Zero length lines are not shown in QCAD. For best compatibility these should be shown as dots.

 1011 QCAD (main)Bug ReportLow Y,R Works only some of the time! Closed
100%
Task Description

On a 2011 MacBook Air, the Y,R key combination for deleting layers barely works. It does in fact delete a layer occasionally, and oddly it appears to go in spurts. But it does not consistently work which significantly reduces its usefulness.

While on the matter, the reason to use YR is mostly because there is no bulk way to select a bunch of layers and delete them! This is a real pain if needing to separate layers apart (becomes some CAM programs will only accept one layer per file. We need a way to select a bunch of layers, and just delete the whole lot at one time.

 1062 QCAD (main)Bug ReportLow Xrefs are not displayed Closed
100%
Task Description

I have a .dwg file, which has two images attached. When I open this file in qcad from the source folder with images xrefs are lost and qcad doesn’t even report about lost xrefs.

Is it possible in general to open .dwgs with xrefs in qcad?

How to fix it?

Thank you in advance!
Anastasia

 2064 QCAD (main)Bug ReportLow XLines in blocks appear shortened Closed
100%
Task Description

Coming from https://www.qcad.org/rsforum/viewtopic.php?f=76&t=7148 ...

I create help lines of infinite length inside a block, layer is “helplines”, red, 0,25mm, DOT(2x). Inside the block I can see the lines at any zoom level. Leaving the block editor, the lines are getting shorter when zooming closer. Zooming far away the lines look like infinite length, zooming closer, the lines look like cut shorter, and zooming very close, the lines disappear completely.

As Husky confirmed:

Infinitive lines in blocks are displayed shortened in Model_Space. I would consider that a bug which pertains the QCAD Pro version too.
 885 QCAD (main)Bug ReportLow Xcode Clang wrongly reported as GCC Closed
100%
Task Description

src/core/RSettings.cpp:RSettings::getCompilerVersion() doesn’t account for Clang, used in Xcode. Instead of reporting the appropriate Clang version number, it reports the GCC compatibility level. The following patch addresses the issue.

diff --git a/src/core/RSettings.cpp b/src/core/RSettings.cpp
index 46dc6df..d6fbe63 100644
--- a/src/core/RSettings.cpp
+++ b/src/core/RSettings.cpp
@@ -363,7 +363,9 @@ QString RSettings::getQtVersion() {
 }
 
 QString RSettings::getCompilerVersion() {
-#if defined(Q_CC_GNU)
+#if defined(Q_CC_CLANG)
+    return QString("Clang %1.%2.%3").arg(__clang_major__).arg(__clang_minor__).arg(__clang_patchlevel__);
+#elif defined(Q_CC_GNU)
     return QString("gcc %1.%2.%3").arg(__GNUC__).arg(__GNUC_MINOR__).arg(__GNUC_PATCHLEVEL__);
 #elif defined(Q_CC_MSVC)
 #   if _MSC_VER==1310
 2187 QCAD Community EditionBug ReportLow X Scale text property is not saved Closed
100%
Task Description

I added a link to a short video showing the issue.

In that case I set the `X Scale` property to `0.5`. When reopening the file after saving it, that property turned back to `1`. Other values (e.g. `2`) give the same result.

 1622 QCAD (main)Bug ReportLow X Scale Property lost for Simple Texts and Attributes Closed
100%
Task Description

The X scale of block attributes, (and simple text) is not being saved with the drawing.
This problem was fixed for a while, but has re-appeared lately.

 462 QCAD (main)Bug ReportLow Wrong zoomlevel by open with double click Closed
100%
Task Description

When i open a dxf with a double click in my windows-explorer the drawing views very very small.
(win7/64/ger, qcad3 RC3)

 1432 QCAD (main)Bug ReportLow Wrong x scale for imported texts Closed
100%
Task Description

If text style has a text width (x scale) that is not 1, the property x scale from the text style is applied to all texts of that style.
See also:
http://www.qcad.org/rsforum/viewtopic.php?f=33&t=4266

 887 QCAD (main)Bug ReportLow Wrong warning window with area selection ... Closed
100%
Task Description

Lower left to upper right selection which includes invisible blocks causes warning window if I try to use the clipboard “copy” or “cut” function:

“Trying to draw on or modify entities on a locked or invisible layer”

... but it works!

Upper right to lower left selection over all doesn’t calls the warning window!

 1495 QCAD (main)Bug ReportLow wrong utf8 encoding|decoding Closed
100%
Task Description

QCAD Community Edition:

Hi!
I created a document at home with QCAD and added text in Russian language. The OS is OpenSuse 42.1. Now I need to edit the document at work on Windows 7 and I can’t open the document because an error appear!
I think this happend because Linux version of QCAD has put text to the document in UTF-8 in style of: 04_\U+00CD\U+00EE\U+00EC\U+00E5\U+00F0\U+00D3\U+00F7\U+00E0\U+00F1\U+00F2\U+00EA\U+00E0
but in Windows 7 codepage is Windows-1251. So I need to change QCAD to anothe software to exclude this issue because I can’t to work. QCAD error looks like: Can’t open the file.....import error!
I supposed that common software ensured me from different errors and troubles, but actually not!

Can you solve the problem?

 395 QCAD (main)Bug ReportMedium wrong text origin when pasting scaled text and graphics Closed
100%
Task Description

Text origins are not properly scaled when pasting text and graphics at a scale other than 1:1

 1335 QCAD (main)Bug ReportLow Wrong tangential snap point by moving an existing line  ...Closed
100%
1 Task Description

When I try to make a tangential snap of an existing line to a circle by moving one line end to the circle, qcad snaps to a wrong snap point on the circle.

 251 QCAD (main)Bug ReportMedium wrong tab names Closed
100%
Task Description

After I open the second file, the tab name of the first file is changed to the name of second file. After that I see two tabs with the same names but with two different files.

 1336 QCAD (main)Bug ReportLow Wrong snap points on circle Closed
100%
Task Description

When you draw a line to a circle the offered snap points (orthogonal, tangential ...) are ok.
But if you change a line by moving an end- or startpoint qcad gives you snap points corresponding to the opposite endpoint of the line.

 1729 QCAD (main)Bug ReportLow Wrong sizes for dimensions in blocks viewed through vie ...Closed
100%
Task Description

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

 170 QCAD (main)Bug ReportMedium wrong scaling for ellipses / ellipse arcs Closed
100%
Task Description
  • see attachment
  • factor x/y: 0.5
  • green: original entities
  • red: properly scaled entities
 1716 TranslationBug ReportLow Wrong plural forms in translations Closed
100%
1 Task Description

I found that words which has plural forms are translated in manner where only two forms are possible - like in English language. For example: “Object” and “Objects”. But other languages (for example Polish) very often have more than 2 plural forms.
There are also strings which use only one form (for example: “Reset label position of %1 dimension(s).”) but cardinal number placed in string point on more forms than one.
All these strings looks bad when translated and sometimes even in English. I mark most of them using comments:

http://translate.qcad.org/pl/qcad/translate/#search=plural&sfields=notes

http://translate.qcad.org/pl/qcadpro/translate/#search=plural&sfields=notes

http://translate.qcad.org/pl/qcadcam/translate/#search=plural&sfields=notes

I believe problem can be fixed using plural form strings: https://www.gnu.org/software/gettext/manual/html_node/Plural-forms.html

 888 BookBug ReportLow Wrong pictures in hands-on Closed
100%
Task Description

In the “Drawing a Shape Using Absolute Polar Coordinates” hands-on, step 3, there are two toolbar pictures, each with a caption. The pictures don’t match the captions; ie. the pictures should be swapped.

 1919 QCAD (main)Bug ReportVery Low Wrong order XY(Z) for Ordinate Dimension in property ed ...Closed
100%
Task Description

Win7pro Qcad Pro 3.22.1.2

In property editor
properties of an Ordinate Dimension

Without Show Z
DefPoint is displayed in order YX?

With Show Z
Origin is displayed in order XZY?
DefPoint is displayed in order YZX?
LeaderEndPoint is displayed in order ZXY?

Regards

 2112 QCAD (main)Bug ReportLow wrong objects are selected while selecting region with  ...Closed
100%
1 Task Description

wrong objects are selected while selecting region with mouse.
Actions:Trying to select small rectangle area using mouse while holding left mouse button. (ScreenShot_1.jpg)
Expected result: only objects inside selection rectangle (text, lines, rectangles) are selected.
Factual result: objects inside selection rectangle are selected as well as other objects which are farther away (marked with purple arrows in ScreenShot_2.jpg)

 2113 QCAD (main)Bug ReportMedium wrong objects are selected while selecting region with  ...Closed
100%
1 Task Description

wrong objects are selected while selecting region with mouse.
Actions:Trying to select small rectangle area using mouse while holding left mouse button. (ScreenShot_1.png)
Expected result: only objects inside selection rectangle (text, lines, rectangles) are selected.
Factual result: objects inside selection rectangle are selected as well as other objects which are farther away (marked with purple arrows in ScreenShot_2.png)

 1704 QCAD (main)Bug ReportLow Wrong labels for information area buttons Closed
100%
Task Description

In Information → Arc/circle/ellipse area tool labels for Area of sector and Area of segment buttons are switched.

 851 QCAD (main)Bug ReportLow Wrong font name in DXF files created with dxflib 3.1 Closed
100%
Task Description

dxflib 3.1 saves the text style name as style font in text styles.

 886 BookBug ReportLow Wrong coordinates in the Orthographic Projections hands ...Closed
100%
Task Description

I have the book dating about a year back, with the following metadata (no other version information in there):

Producer:       FPDF 1.7
CreationDate:   Fri Aug 24 15:10:36 2012

I believe there is a slight error in the Orthographic Projections hands-on (it may not be there in current versions of the book, but since my download timeframe is long over, I can not check that – should that be the case, sorry for the noise).

On page 219, step 1 of the exercise (drawing the front view), it is said

Set the first corner of the rectangle at the origin of the drawing (1)
and the other corner at 30,20 (2).

On pages 225-226, steps 7 and 8, drawing a 45-degree auxiliary line for the right-side view, it is said

Set the position of the line at the origin of the drawing (coordinate 0/0).

0/0 is the “bottom left” corner of the top view. The correct coordinates for the auxiliary line’s position are 0/30, the “bottom left” corner of the front view.

(I had not realized the bug tracker had a Book category as well – hence this is a duplicate of an e-mail report I have sent to info@.)

 812 QCAD (main)Bug ReportLow Wrong Alert messages ... Closed
100%
Task Description

3.1 Beta / XP32

Two Points (C2),
Two Points and Angle (A2),
Two Points and Radius (CD),
ONE Mouse-click = Alert message: “The two points are identical”

Tangent two circles (LT2),
Click on first circle = Alert message: “No tangent possible”,
Click on second circle = Alert message: “No tangent possible”

 2008 QCAD (main)Bug ReportLow windows: cannot call scripts\Pro\Tools\BoundingBox\Boun ...Closed
100%
1 Task Description

Calling bbox tool via batch file works:

C:\Program Files\QCAD>bbox.bat D:\tmp\dwgtester\10.09.03.dwg

Output:

09:42:15: Debug:

You are using a trial version of QCAD Professional.

09:42:15: Debug:    If you would like to use this software productively,
09:42:15: Debug:    please purchase the full version for a small license fee from our
09:42:15: Debug:    Online Shop at:
09:42:15: Debug:    http://www.ribbonsoft.com/shop

09:42:15: Debug:    Thank you for trying this add-on!


09:42:15: Debug:    Your script will start in 15 seconds...
09:42:30: Debug:    calling odInitialize
Min: 2419.9969114297623/-125.36162367587679
Max: 2689.9969114297623/64.63837647546899
Size: 270/190.00000015134577

Calling bbox tool directly doesn’t work:

C:\Program Files\QCAD>qcad.exe -no-gui -allow-multiple-instances -autostart scripts\Pro\Tools\BoundingBox\BoundingBox.js D:\tmp\dwgtester\10.09.03.dwg

Output (empty line):


 987 QCAD (main)Bug ReportLow Window size bigger than screen, unable to reduce it Closed
100%
Task Description

Using the 32-bit linux .tar.gz package on Opensuse 12.3 - KDE4, it opens with a window size larger than the screen (you cannot reach the maximise, minimise icons with the mouse.
Having maximised it with the keyboard, using the mouse on the corners the window can only be stretched in the east-west dimension and remains at a fixed height. I have reverted to 3.4.2 which is fine.

Bob

 2051 QCAD (main)Bug ReportLow Window selection of rotated and aligned dimensions with ...Closed
100%
Task Description

Please see item 1) in topic https://www.qcad.org/rsforum/viewtopic.php?f=33&t=7037 item 2) I can’t reproduce at present

Issue is about left→right selection of dimensions.

Thank you.

2556QCAD (main)Bug ReportLowWin11 Printing Orientation Issue: Landscape >>PortraitAssigned
0%
Task Description

Andrew,

Related topic: https://www.qcad.org/rsforum/viewtopic.php?f=33&t=10649

Already two different users report that Landscape is printed cropped in portrait format, both Win11. The behavior change occurred recently.
Although the second user (rdtsc) reports the same behavior for latest Mabox Linux (Manjaro, Arch.)

Can not replicate that on Win7 32 bit nor on Win10 64 bit, both are no longer or not updated OS. For one, I have no orientation setting displayed in my printer dialog.

It seems not to be related to the QCAD version:
Reported for:
- Win11 QCAD Pro 3.29
- Win11 QCAD-CAM 3.27.8.0

Regards,
CVH

 861 QCAD (main)Bug ReportLow Widgets blends to early in ... Closed
100%
Task Description

I don’t know: Bug or Feature request ....

Example: If I move the “Library Browser” with the mouse closer than ~63px to the top corner it will go to blend in.
Undo doesn’t works in this case - so I have to pull it out and re-size the widget.

Usually it should blend in if I’m over the bar or at least I have to be much closer to the corner - or not?

 666 QCAD (main)Bug ReportLow When opening a qcad edited or created dwg in autocad, o ...Closed
100%
Task Description

When opening a qcad edited or created dwg in autocad, only the first line of text is displayed for each Qcad edited or created text entry.
Qcad 3.0.0 Autocad Mac 2011
You can see that when opening the drawing in Autocad that only the First line of text is present.

 679 QCAD (main)Bug ReportLow When drawing, a "escape" does not always cancel the las ...Closed
100%
Task Description

This problem experienced since the first beta in both Win and Linux versions.

When a function (like a line) was selected for use and one press ESC twive to get back tot he main menu, it sort of does not cancel that last function. If one wouls now press on another function (like edit or circle) QCAD goes back to the line function.

the only way to rectify this is to press Esc many times. Sometimes the process needs to be repeated more than once.

I could not yet devise a sure fire way of reproducing this, but it does seems to happen as soon as the drawing gets bigger. I could not make it work with a clean page.

Although not crippling, it does break the elegance of drawing seamlessly and is a bit frustrating..

That said, I find QCAD 3.0.0 now significanlty faster than the Betas when loading and zooming in and out.

 1892 QCAD (main)Bug ReportLow weird/inconsistent text-alignment Closed
100%
Task Description

I guess I’ve discovered a bug:

Text elements align the same no matter if “base” or “bottom” alignment is chosen. The text is “shifting” (in both cases) when the characteristic “contains glyphs that cross the base line” is changed. Same shifting also occurs with text aligned “top” with having no glyphs reaching the top-line.
I assume this isn’t the intended behaviour ...

For demonstration I attached a file where I’ve put lines (to align with) and three sample texts “as” (only “center”-glyphs), “aps” (glyph crossing base-line) and “this” (glyphs reaching top-line), each aligned with all vertical alignment-options (1-top, 2-midlle , 3-base , 4-bottom).

Hope fixing this dosen’t take too much effort.
Regards,
Volker

2538QCAD (main)Bug ReportVery LowWeight 2.11 French translation typoAssigned
0%
1 Task Description

Andrew,

When switched to French I detected a typo in the drop down box for Lineweight.

Weight 2.11mm is listed as 1.58mm {2.11m?}
https://github.com/qcad/qcad/blob/master/ts/qcadcore_fr.ts#L1228-L1229
Also see attached image file.


May I ask why only ISO types have a comma instead of a point in French.
The use of a comma is uncommon in the Property Editor even when that is the native decimal separator.
I also detect an extra space between the value and ‘mm’ and that only for the ISO types.

This only occurs in:
https://github.com/qcad/qcad/blob/master/ts/qcadcore_fr.ts https://github.com/qcad/qcad/blob/master/ts/qcadcore_pl.ts https://github.com/qcad/qcad/blob/master/ts/qcadcore_pt.ts


Probably not OS or QCAD version related.

Regards,
CVH

 2466 WebsiteBug ReportLow Website QCAD documentation/features Closed
100%
Task Description

“Default template to use for new drawings” is a Pro feature. Website state it is also a CC feature.

https://www.qcad.org/en/documentation/features

 1457 WebsiteBug ReportLow Website FAQ Deutsch Closed
100%
Task Description

Beschreibung “Fehlerbehebung” fehlt. Anker verweist auf #Troubleshooting und führt ins Leere.

http://www.qcad.org/de/qcad-documentation/faq

 66 QCAD (main)Bug ReportLow Warnings to fix Closed
100%
Task Description

Fix warning on start:
Warning: RGuiAction::getByScriptFile: no action found: “scripts/Snap/Coordinate/Coordinate.js”

 793 QCAD (main)Bug ReportLow Wacom Intuos tablet with mouse not working Closed
100%
Task Description

Intuos Mouse (moving around on the Intuos Tablet)

  • does work for drawing and marking with the left button on the drawing area
  • does work for zooming in and out with the middle-button wheel
  • does work for calling up context menus with the right button on the menu bar and the layer list window
  • does not work with the left button for actually clicking any menu item (Edit, View, ..) nor action icon on the top nor the left (e.g., draw lines, measure, zoom, undo, save, ..) nor the layer window (e.g., toggle visible, lock layer) nor the property editor.

Wacom mouse model: ZC-100-01
win7-64 sp1

 546 QCAD (main)Bug ReportLow visible hint lost in RC5 if hatch loop not closed Closed
100%
Task Description

RC4 and RC5 lost the very useful visible hint that was shown in RC2 at the invalid point of a non-closed boundary.

If this is not a bug, this task is a feature request to re-insert this feature. ;-)

 1775 QCAD (main)Bug ReportLow Viewports: images sometimes not clipped at viewport edg ...Closed
100%
Task Description

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

 2142 QCAD (main)Bug ReportLow Viewports: Cannot snap to reference points of circles / ...Closed
100%
Task Description

Reported by CVH

https://www.qcad.org/rsforum/viewtopic.php?f=32&t=7868

 629 QCAD (main)Bug ReportLow Viewports - not retaining positions? Closed
100%
Task Description

in Win 7-64

Hi Andrew
when I set up my default choice of viewports - say ‘Two vertical’, they do not retain either the initial starting position or indeed the position I leave them in when I reopen a drawing. On opening a new/previous drawing - always one of the viewports is at ‘almost’ full extents!
I then have to manually re-position my viewports to suit.

Is this normal behavior happening here?
It would be good if a drawing opened with persistent viewport positions held, possibly this option could be added to the ‘Layout’ Viewports dialog window?

*Out of interest, when you introduce an isometric grid in the future - will it be possible to set up a ‘Three:Right’ layout view for example and have all three viewports showing different planes - Top, Front and South East?

Thanks

Clive

Showing tasks 1 - 50 of 2562 Page 1 of 521 - 2 - 3 - 4 - 5 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing