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)

IDCategory  ascTask TypeSeveritySummaryStatusProgress
2177DocumentationSuggestionLowUpdate class_r_polyline.htmlAssigned
0%
1 Task Description

Include RPolyline.getLeftRightOutline() method in class_r_polyline.html

In use since 11 Sept 2020

CVH

1887dwg2bmpFeature RequestLowAdd "-max-lineweight" option for dwg2bmpAssigned
0%
2 Task Description

Hi there,

A friendly request to add the option to set a maximum lineweight for raster conversions via dwg2bmp.

Depending on the LW configuration of the CAD file, rasterization operations sometimes yield terrible results (see attachment). This would also mirror the similar “-min-lineweight” options available on “dwg2svg” and “dwg2pdf” (although not on “dwg2bmp”).

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

Thanks!

1888dwg2bmpFeature RequestLowAdd support to disable hatch rendering on "dwg2bmp"Assigned
0%
1 Task Description

Hi!

A friendly request to add an option to disable hatch rendering on “dwg2bmp” conversions.

Depending on the nature of the conversion and the density of the hatch, this may render unintelligible images (see attachments). The option could look like “-t, -nohatch” to indicate hatches should be hidden before rendering. This could potentially become an option too for “dwg2svg” or “dwg2pdf.”

Amazing product, thank you so much!

1922dwg2bmpFeature RequestVery LowAdd error message when requesting raster for a non-exis...Assigned
0%
Task Description

It would be nice if QCAD spit some kind of warning message when trying to render a layer with a name that doesn’t exist (and perhaps render nothing), rather than silently rendering an empty image. :D

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

1700dwg2pdfFeature RequestLowdwg2pdf: output multiple layoutsAssigned
0%
Task Description

Add support to specify multiple blocks (layouts) to output (one per page).

1823dwg2pdfFeature RequestLowplotting error to pdf a Dwg where the view port is not ...Assigned
0%
Task Description

When trying to plot a dwg or a dxf to pdf where the viewport is orientated to a different angle than north up
the data in the view port is plotted north up.
see attached DWG and pdf for clarification.

1824dwg2pdfFeature RequestLowdwg2pdf does not obey frozen layers in paper-space view...Assigned
0%
Task Description

We currently have a paper-space using two viewports with different layers from the model-space frozen. Unfortunately in the pdf output the layers which are frozen show up.
dwg2pdf should obey the specific frozen layer for each viewport

1542dwg2svgFeature RequestLowdwg2svg: add switch to show only given layer(s)Assigned
0%
Task Description

Implement a command line switch to only show a list of given layers for dwg2* command line tools.

2378dwg2svgFeature RequestLowExport attributes on block references as namespaced XML...Assigned
0%
Task Description

dwg2svg supports exporting the layer name (and probably others?) as namespaced XML attributes (`qs:layer`) which works well.
However I’d like to export block attributes as well, as seen on the following screenshot:

https://imgur.com/a/wUd0adE

(...so `ROOM_NAME` would become `qs:ROOM_NAME=”Eötvös terem”` on the respective XML element).

Thanks in advance.

976dxflibBug ReportLowDXF import errors related to hatches, textsAssigned
0%
Task Description

See:
http://www.qcad.org/rsforum/posting.php?mode=reply&f=30&t=2677

1203dxflibBug ReportLowImages not saved (dxflib)Assigned
0%
Task Description

I am doing a bit of landscaping and using a (big) ortophoto as one of my layers in order to sanity-check on the ground measurements.

The layer contains a point and the image and nothing else.

The image is a 8MB file: “PNG image data, 4200 x 2980, 8-bit/color RGB, non-interlaced” and it is scaled to 210 coordinate units (meter) horizontally in the drawing.

With approx 50% probability the image disappears during Save, as see for instance in this diff of the DXF file:

      @@ -158699,28 +153057,6 @@ AcDbXrecord
        90
       6
         0
      -IMAGEDEF
      -  5
      -A1
      -100
      -AcDbRasterImageDef
      - 90
      -0
      -  1
      -/critter/HTV10/Ortofoto/ortofoto201502f.png
      - 10
      -210.0
      - 20
      -149.0
      - 11
      -1.0
      - 21
      -1.0
      -280
      -1
      -281
      -0
      -  0
       ENDSEC
         0
       EOF

The point in the same layer does not similarly disappear, the bug only seems to affect images.

I have seen this bug from version 3.7.5.0 to git as of yesterday (63e06c778926a803bdfbffdf27b8c24d41511072).

I have not been able to correlate the bug with anything.

Looking closer at the DXF file (attached), there seems to be some residuce of attempts to insert images in protected/invisible layers, so this may be some kind of refcounting issue.

(Any chance of getting FreeBSD into the “Operating System” field ?)

1506dxflibFeature RequestLowwriteVPort parametersAssigned
0%
Task Description

Add parameters to the function DL_Dxf::writeVPort.
This way users will be able to specify the desired viewport.

Is the github the official repository? Are pull requests sent there accepted?

2461dxflibBug ReportVery LowASCII Control characters not handled correctly in Commu...Assigned
0%
Task Description

I see the following problem:
When I open a particular DXF file in the Professional Trial version 3.27.9.0 on macOS, “^I” in text fields is expanded to whitespace.
When I open the same DXF file in the Community Edition 3.27.9.0 on NetBSD/x86_64 (installed from pkgsrc), “^I” in text fields is visible as “^I”.

2495ECMAScriptBug ReportVery LowRLine.isParallel(RLine) may return true for certain non...Assigned
0%
1 Task Description

Andrew,

It took me a while to find the source of a certain freak bug I encountered.
I used the RLine.isParallel(RLine) as a test for knowing if line segments were parallel or not.

Included below is script code that mimics the functionally of isParallel().

As far as I know isParallel() is nowhere used in the QCAD open source.
Textual only found in RLine.cpp & .h or under: opennurbs, ecmaapi\generated and ecmagenerator\src.

// Example:
// RShape1: RLine(RShape(address: "0xcd70e28"), startPoint: "RVector(969.219858, -171.914894, 0.000000, 1)", endPoint: "RVector(1010.000000, -140.000000, 0.000000, 1)")
// RShape2: RLine(RShape(address: "0x7659770"), startPoint: "RVector(969.219858, -171.914894, 0.000000, 1)", endPoint: "RVector(930.000000, -340.000000, 0.000000, 1)")
----
var aShape1Angle = shape1.getAngle();    // =0.6640461628266838 rad
var aShape2Angle = shape2.getAngle();    // =4.483157047107694 rad
----
// RLine::isParallel(RLine) -> aTest1 || aTest2
var aTest1 = RMath.isSameDirection(aShape1Angle, aShape2Angle);              // =false
var aTest2 = RMath.isSameDirection(aShape1Angle, aShape2Angle + Math.PI);    // =true
var aTestOr = aTest1 || aTest2;                                              // =>TRUE !?
----
// # BUG # RShape1 is considered as parallel with RShape2
----
// RMath::isSameDirection(dir1, dir2, tol) ... tol = RS.AngleTolerance = 1e-9
// for aTest1 -> ax1Test1 || ax1Test2
var ax1Dif = Math.abs(aShape1Angle - aShape2Angle);    // =3.8191108842810104 rad
var ax1Test1 = ax1Dif < 1e-9;                          // =false
var ax1Test2 = ax1Dif > 2*Math.PI - 1e-9;              // =false
var ax1TestOr = ax1Test1 || ax1Test2;                  // =>FALSE
----
// for aTest2 -> ax2Test1 || ax2Test2
var ax2Dif = Math.abs(aShape1Angle - (aShape2Angle + Math.PI));    // =6.9607035378708035 rad
var ax2Test1 = ax2Dif < 1e-9;                                      // =false
var ax2Test2 = ax2Dif > 2*Math.PI - 1e-9;                          // =true
var ax1TestOr = ax1Test1 || ax1Test2;                              // =>TRUE
----
// # BUG # The second test of the second isSameDirection() test returns true because ax2Dif is over 2pi

Regards,
CVH

1863ECMAScriptFeature RequestLowWidgetFactory.saveState: save state of checkable QGroup...Assigned
0%
Task Description

QGroupBox widgets with <property name=”checkable”> are not saved in Qcad3.conf

693QCAD (main)Feature RequestMediumSupport for external references (XREF)Likely to be implemented
0%
28 Task Description

Support for external references (XREF)

694QCAD (main)Feature RequestLowUser coordinate systems (UCS)Assigned
0%
13 Task Description

UCS support.

763QCAD (main)Feature RequestLowHatching with just one clickAssigned
0%
10 Task Description

My task: To hatch an area.

Right now, if I want to fill an area with a hatch pattern, I have to select all the enclosing objects (lines, arcs) and then I can select the hatch tool. That can be under some circumstances a tedious task.
To illustrate this, I created a simple example (see Attachment 1: Hatching.png).

Step 1: Create a rectangle.
Step 2: Draw four vertical lines.
Step 3: Select the four lines surrounding the first area. –> Problem! The horizontal lines are too long.
Step 4: Divide the long horizontal lines of the rectangle where the vertical lines touch. Now the lines surrounding the three areas can be selected.
Step 5: Hatch the selection. Done.

Just for fun try recreating my second example (see Attachment 2: Hatching2.png)

Therefore I would like to suggest a far more simple approach.

Step 1: Select the Hatch Tool.
Step 2: Click inside the area you would like to be hatched. Done.

Of course that would mean that the hatch style is already pre-defined and can be changed later, if needed.

In this way productivity can be increased by ... [fill in you own estimate] ... times.

Example 2 would need only 13 clicks to hatch all the areas (including the hatch tool button).

228QCAD (main)Feature RequestLowInsert current date (and other fields)Assigned
0%
9 Task Description

Insert field into drawing that displays current date, file name, ...

1224QCAD (main)Feature RequestLowRevision cloudsLikely to be implemented
0%
9 Task Description

Add support to draw revision clouds or convert polylines, ellipses, circles to revision clouds.

1488QCAD (main)Feature RequestLowDimension text positionAssigned
0%
7 Task Description

This one is a really important one for me, as currently I am doing a lot of dimension and annotation drawings.
I would like to request an option to be added to the dimension settings for both drawing and application settings to be able to choose whether the dimension text is to the right or left side or over the top or underneath the dimension line.
This would help tremendously when a lot of dimensions are needed!

Regards

Clive

972QCAD (main)Feature RequestLowDistribute equally option ...Assigned
0%
6 Task Description

It would be nice (and a time-saver!) to have an additional option in the alignment tool: Distribute entities / blocks equally.

2018QCAD (main)Feature RequestLowLayer visibility setting per view/view-portAssigned
0%
6 Task Description

In a medium complex drawing it’s often too much details to have all layers in a drawing visible at once. Also, it is of great importance to be able to have a single model to avoid duplication of work and risk inconsistency.

So i would like to create a number of views where each view has selected layers visible (that makes sense for the purpose of the view) and then assign the views to different layout blocks (using view-ports) in paper-space to be able to setup printing of several views on the same page/PDF

This also means that view-ports would have to be aware of what view they are displaying (if any besides the standard-view).
This will then make it possible for printouts of different views with selected layers visible (different for each view and view-port) and still have only one model. Today this is not possible.

As it is today the only limited workaround is to set the layers you want to display, print/PDF of that viewport on separate page, and then change it for the next page, and so on. The big drawback is that you cannot have two different views/view-ports on the same page with different layers visible. Also, for large drawing it is painful to have to do a lot of manual setup for each rendering of the complete drawing.

1428QCAD (main)Feature RequestLowSnap middle of the minimum distance between two entity'...Assigned
0%
5 Task Description

Hi,

from time to time I need to place a circle etc precisely between two entity’s - what is a lot of construction work to get it correct. With the new “Info tool “Distance Entity to Entity” we have already the base for a new snap tool which could help to get rid of the time consuming construction process in cases like this. I would appreciate to get a new snap tool which is able to figure out the shortest distance between to entity’s and then will snap to the middle of it.

Pic 1: Given situation
Pic 2: Result after using this new snap tool

Would it make also cense to have a second new snap tool which works opposite for the furthermost distance between two entity’s?

1721QCAD (main)Feature RequestLowInsert table toolAssigned
0%
5 Task Description

Hi Andrew,

I’m not sure whether this has been added or suggested already. It would be great to have a built in QCAD table tool for producing cutting lists or bill of materials etc. A dedicated table tool would be a real boost to QCAD Pro ;)

Many thanks

Clive

2353QCAD (main)Feature RequestLowadd theme folder to a local shared pathAssigned
0%
5 Task Description

Would it be possible to add Qcad’s theme folder to the local shared path, for example this would be /home/username/.local/share/QCAD/QCAD/themes for Linux. I know this works well for line types and would be extremely helpful for themes.

741QCAD (main)Feature RequestLowAn additional Radius Measurement tool ...Assigned
0%
4 Task Description

It would be nice to have an additional Radius Measurement tool with short leads. The current Radius tool shows always the lead line to the center of the radius what is in many cases not useful.

I’m not asking for a workaround ;-)

752QCAD (main)Feature RequestVery LowAdd support for the 3dConnexion Space Navigator (Pan an...Assigned
0%
4 Task Description

The 3dConnexion Space Navigator would be wonderful as a pan and zoom control. I find it extremely useful in SketchUp and when I switch from that to QCAD am always disappointed to find it doesn’t work.

3dconnexion DOT com/buy/shop.html?3dxcp=GA_GA_search_google_US_Brand

While full support for the buttons and such would be nice, just the ability to map the axis to pan and zoom would be wonderful.

895QCAD (main)Feature RequestLowArea calculation based on existing entitiesAssigned
0%
4 Task Description

Use case:

  • Start tool
  • Choose one entity of the contour
  • If contour is closed, area of closed contour is calculated an printed in the command line history
  • Configuration parameters: segment length for arc interpolation
1099QCAD (main)Feature RequestLowAdd Leader with text and number bubbleAssigned
0%
4 Task Description

Having leader with numbers and text would be awesome to better interact with the drawing and making BOM lists.

Currently it takes too mush time to make the leaders with text and number bubbles.

1112QCAD (main)Feature RequestLowGradientsAssigned
0%
4 Task Description

I would very much like to ask for the option to Hatch/Fill with a gradient of one or two colours.

Many Thanks

Clive

1165QCAD (main)Feature RequestLowNew Create Spiral ToolAssigned
0%
4 Task Description

A new tool to create Spirals would be great to have, with an option to restrict the decline to achieve to draw either Logarithmic or Linear styles.

Please see related topic:

http://www.qcad.org/rsforum/viewtopic.php?f=31&t=3236

1723QCAD (main)Feature RequestLowDetecting overlapping line / arc segmentsAssigned
0%
4 Task Description

Add a tool to detect overlapping segments or lines and arcs.
Similar like the “overkill” command in other CAD systems.

1983QCAD (main)Feature RequestLowTrim All or Bulk Break outAssigned
0%
4 Task Description

This is a trim method I am missing in Qcad.

20 years ago it existed in CadKey.
You had a bunch of lines or segments.
You defined a (new) line or segment as cutter.
‘Trim All’.
You pointed at the side of the cutter entity to trim all intersecting at that side.

Pritty the same as in this topic:
https://qcad.org/rsforum/viewtopic.php?t=5221

Only in rare cases I can use Husky’s workaround as pro.
It all depends on what else is in the clipping rectangle that is needed to trim all intended.
If of no use all single crossing entities have to be chosen one by one.

Regards,
CVH

2070QCAD (main)Feature RequestLowcropping imageAssigned
0%
4 Task Description

It may be useful to insert the “image cropping” function both in top / bottom - right / left mode, and with polyline

2242QCAD (main)SuggestionLowBill of MaterialsAssigned
0%
4 Task Description

It would be a very interesting feature to add to future versions.

I also use AutoCAD Mechanical 2012 and the BOM is synced with every balloon on the drawing. Making it easy to edit.

The core BOM accepts formula fields and we can easily calculate the mass of a part, with some Ifs and math.

The BOM that is shown in the actual drawing is more simplistic, and has just Part number, Quantity, Mass and the Description. But it’s related to the “core BOM”.

It’s a very interesting thing! It would be great on QCad.

275QCAD (main)Feature RequestLowRounding all corners of a polylineAssigned
0%
3 Task Description

Modify - Round - Click polyline - round all corners

734QCAD (main)Feature RequestLowPossibility to distribute a selection equal to each oth...Assigned
0%
3 Task Description

It would be nice to have an extra option for the Align tool what provides the possibility to an equal distribution of a selection ...

Screenshot:
First row: Befor / Second row: after

758QCAD (main)Feature RequestLowLengthen/Shorten tool - add additional optionAssigned
0%
3 Task Description

When using the Lengthen/Shorten tool it would be good to have an additional option to be able to pick a point to lengthen or shorten to.

952QCAD (main)Feature RequestLowDimensions: manually control arrow positionAssigned
0%
3 Task Description

See drawing: I can’t seem to be able to manually change to the “To” variants – that is, override the decision of the label/arrow placement engine.

The circle in the attachment is a borderline example of when even just in this form I would more like it on the outside. If the drawing is crowded in that area, it would be even more useful to have it the other way around.

1100QCAD (main)Feature RequestLowAdd drag dimension (snap) along dimension lineAssigned
0%
3 Task Description

In Autocad when making a dimension when left clicking to place the dimension there is the possibility to drag the dimension to either side of the dimension. This is also possible with Qcad dimension, but it losses the snapping and does not extend the dimension line out to the dimension text.

This is very useful when the two lines the needs a dimension are close together, or overlapping with another.

Attached is two images one for autocad and one for Qcad

1106QCAD (main)Feature RequestLowAdd support for wipeoutsAssigned
0%
3 Task Description

Wipeout entities can be used to hide rectangular or polygonal sections of a drawing, for example to make space for a label inside a hatch.

1126QCAD (main)Feature RequestLowSuggestion for Dimension Location settingAssigned
0%
3 Task Description

Please seet topic:

http://www.qcad.org/rsforum/viewtopic.php?f=31&t=3124

1157QCAD (main)Feature RequestLowDimension settings - arrowhead styleAssigned
0%
3 Task Description

A ‘non -filled’ arrowhead would be good to have also.

1187QCAD (main)Feature RequestLowScale possibility for Info tools ...Assigned
0%
3 Task Description

Now - after enjoying the great new “Scale” option for Dimensioning I like to ask for the same scale option for the “Info tools”.
It would be really nice to have more flexibility (without a pocket-calculator) in reading and displaying the Info tool results.

1206QCAD (main)Feature RequestLowLink drawings with each other to update layers, blocksAssigned
0%
3 Task Description

See:
http://www.qcad.org/rsforum/viewtopic.php?f=31&t=3410

1470QCAD (main)Feature RequestLowDouble line tool requestAssigned
0%
3 Task Description

I would love to have a ‘Double Line’ tool in QCAD.

For me this would be such a time saver when drawing out building floor plans in QCAD.

1596QCAD (main)Feature RequestLowView > Selection Filter: add filter for custom properti...Assigned
0%
3 Task Description

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

1628QCAD (main)Feature RequestLowMove / Copy and snap tangentialAssigned
0%
3 Task Description

Please see:

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

1674QCAD (main)Feature RequestLowLayouts and Viewports: duplicate layout blockAssigned
0%
3 Task Description

Duplicate layout blocks

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

Showing tasks 1 - 50 of 519 Page 1 of 111 - 2 - 3 - 4 - 5 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing