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
1255QCAD (main)Feature RequestLowChange a quote value modify the drawing + link quotes w...Assigned
0%
Task Description

Change a quote value modify the drawing + link quotes with entities

In other words, makes quotes editable AND linked to entities.

  • Today in the properties, the value is read only. Being able to edit the value would modify the linked entity properties to fit the new quote.
  • Changing a property would change the linked quotes accordingly. Today, if I change a circle diameter which is quoted, the quote remain where it was and is no more relevant.
1810QCAD (main)Feature RequestLowChange icons from black on white to white on black depe...Assigned
0%
1 Task Description

Automatic change of icons in the Library Browser from black on white to white on black or vice versa depending on the background (white or black; light or dark) in QCAD main window.
See also https://www.qcad.org/rsforum/viewtopic.php?f=31&p=21970#p21970

525QCAD (main)Feature RequestLowchange the printed symbol of pointsAssigned
0%
1 Task Description

Hi,

in QCAD3 RC2 points were printed as crosses, in QCAD3 RC4 they are printed as (very little) points. I think this isn’t a bug but a feature. ;-)

It would be nice if one could change this behaviour / select the symbol of points.

Best regards - Stefan

This is a double post of http://www.ribbonsoft.com/rsforum/viewtopic.php?p=5870#5870 as suggested there.

1651QCAD (main)Feature RequestLowChange thickness of arch tick for dimensioningAssigned
0%
Task Description

An option in the drawing preferences to change the line thicknesses for arch ticks would be a huge plus, at the moment I am having to insert ‘arch tick’ blocks for this.

1282QCAD (main)Feature RequestLowChangeable color of the selection bar in layer list. Assigned
0%
1 Task Description

Changeable color of the selection bar in the layer list.
Now the color of the bar is darkblue and the underlaid icons are black and are not readable.

2140QCAD (main)SuggestionLowChanging navigation mode for mouse wheel doesn't change...Assigned
0%
1 Task Description

Looks like error, but may be that’s feature request.

CAD software uses typical navigation behavior as:
Wheel = Zoom; Ctrl+Wheel = Scroll up/down; Shift+Wheel = Scroll left/right.

Any other software like browsers, office software (openoffice writer, ms excel and so on), 2d paint software like GIMP (Photoshop and so on) uses other behavior:
Wheel = Scroll up/down; Ctrl+Wheel = Zoom; Shift+Wheel = Scroll left/right.

Users, that intensively use CAD and other software simultaneously prefer to make same behavior in their applications switching CAD scroll to plain mouse wheel.

QCAD’s “Application Preferences”: “Graphics View: Navigation”: “Mouse wheel/ two finger swipe”: “Scroll” allow user to assign scroll up/down to wheel mouse instead of Zoom. But there is mistake Ctrl+Wheel didn’t change to Zoom. Ctrl+Wheel continues to scroll up/down, as the wheel.
Wheel = Scroll up/down; Ctrl+Wheel = Scroll up/down; Shift+Wheel = Scroll left/right. No zoom!

Draw manipulation at this mode like a hell: you need to use wheel in conjunction with Ctrl/Shift to point draw in desired position, than move your hand to +(-) for make desired zoom.

2041QCAD (main)Bug ReportLowcircletangent2 doesn't solve correctly if the defining ...Assigned
0%
Task Description

In my example I can’t draw a circle with circletangent2 if the defining point is on one of the defining tangents. The tangency is lost when I try to do this.

I attached 4 screenshots: TheExample.png, TryingPoint1.png, TryingPoint2.png and The_Point_Isn’t_On_The_Tangents.png.

609QCAD (main)Feature RequestLowClean up toolAssigned
0%
1 Task Description

To have a ‘clean up ' tool to:

- eradicate duplicate lines
- eradicate stray points
- remove empty layers
- remove unused blocks

Perhaps with an initial dialog which allows the user to choose what they want to clean up.

1452QCAD (main)Feature RequestLowColour opacity optionAssigned
0%
1 Task Description

Not sure how difficult this would be to implement but just wondered if it is possible to have an option in QCAD to change the opacity of a colour ?

related to topic: http://www.qcad.org/rsforum/viewtopic.php?f=83&p=15715&sid=45f0f0679e8257f3cf98f91e4f0c4577#p15715

277QCAD (main)Feature RequestLowcommand line arguments: allow class name after -execAssigned
0%
Task Description

command line arguments: allow class name after -exec

873QCAD (main)Feature RequestLowcommand line does not accept distance value for funtion...Assigned
0%
Task Description

In the comnmand line, I can sucessfully enter for example the radius of a circle to draw (Space 100 Enter) but the command line does not accept a value for the distance when drawing parallel lines (l p space 100 enter → error).

648QCAD (main)Feature RequestLowConfigurable behavior for line patterns at weight 0.00Assigned
0%
Task Description

A line with linestyle = dots and line weight = 0.00 appears in model space overly spaced, all other lineweights behave as expected.
Suspect other linestyles to behave in a similar fashion.

See attached drawing.

Suggested fix: use the same scaling for lineweight 0.00 as for lineweight 0.05.

684QCAD (main)Feature RequestLowConfigurable behavior for using box selection with Shif...Assigned
0%
1 Task Description

See also:
http://www.qcad.org/rsforum/viewtopic.php?f=32&t=2180

670QCAD (main)Feature RequestLowConfigurable rendering options for stacked textAssigned
0%
1 Task Description

Customer wishes that stacked text used as subscript is rendered differently (i.e. increased text size, lower position for subscript).
This may also apply to superscripts.

1705QCAD (main)Feature RequestLowConnect certain actions and layersAssigned
0%
1 Task Description

When dimensioning my drawings I always want the dimensions to be on the dimensions layer.
When adding text I want the text to be on the text layer.
When drawing an infinite line it is always a construction line, therefore I want it to be on the construction line layer.
When drawing a line segment it almost always is on my outline layer.

So I propose a new option to bind certain actions to certain layers.
Whenever those actions are selected the layer should automatically be switched.

I can imagine this being implemented in the General→Tool Settings menu, where the short cuts are defined.

2541QCAD (main)SuggestionVery LowConsider the unit "Microinch" to be non-metricAssigned
0%
1 Task Description

Andrew,

One Microinch is equivalent to 25.4 nanometers and I don’t consider that to be metric.

RUnit.isMetric(this.getDocument().getUnit()) returns true for RS.Microinch or value 8.

https://github.com/qcad/qcad/blob/master/src/core/RUnit.cpp#L145-L155
Returns false for: RS::Inch ; RS::Foot ; RS::Mile ; RS::Mil ; RS::Yard
... and true for all the rest.

Also see last note in: https://www.qcad.org/rsforum/viewtopic.php?f=31&t=9506&p=38295

Not to be confused with RDocument::isMetric() because that returns the measurement system unless that is RS::UnknownMeasurement what is rather impossible with drawings created by QCAD.

Regards,
CVH

1368QCAD (main)SuggestionLowContext Menu - suggestionsAssigned
0%
Task Description

I love using the context menu, speeding up my workflow indeed.

I would like to suggest that we have the added option to show only icons if desired and also that maybe an option to save and show commonly used tools!

Maybe the context menu could be configurable to show two columns, one for the normal last used tools and the othjer one for the user saved tools?

What do you think?

2453QCAD (main)Bug ReportLowControl point Splines - Issue with Closed & Minimal poi...Assigned
0%
1 Task Description

Andrew,
For more detailed description please refer to:
https://www.qcad.org/rsforum/viewtopic.php?f=33&p=40081#p40081

In the included screen grab below, left is when drawn cubic, closed periodic, from 4 points.
Right is when the file is re-loaded.

It is hard to select the incorrect shape when pointing near it ... Probably it is referring to the correct internal shape.
After drawing it explodes to a Null length polyline with 2 identical vertices.

I can’t include the error in a file as it reverts on re-load.

The same issue exist for quadratic, closed periodic, from 3 points.

Regards,
CVH

2157QCAD (main)Bug ReportLowControlpoint Spline exploded to polyline may induce NaN...Assigned
0%
1 Task Description

QCAD Professional
Win installer 32bit
Version: 3.25.2.7 (3.25.2.7)
Internet: QCAD.org
Build Date: Dec 16 2020
Revision: e06f230
Qt Version: 5.13.2
Architecture: i386
Compiler: Unknown

Documented in 3.25.2.4, reproducible under 3.25.2.7
In the attached file:
→ Explode the trial cases and locate NaN Widths.
→ These faulty widths are cleared while saving and reverting.
= work around.

Related Post: https://www.qcad.org/rsforum/viewtopic.php?t=7902#p30902
Related Topic: https://www.qcad.org/rsforum/viewtopic.php?t=7901
Related Commit: https://github.com/qcad/qcad/commit/fcd7929bced7ae328029c1aa2ee2aff2745709c6

Arctic_Eddie reports failing CAM offset at exactly these points !!!
Reported is a faulty arc with radius of over 360,000mm.
- I can not reproduce this under QCAD working further on the Polys with NaNs.
- However the direct offset of such controlpoint Splines is erroneous.
(see file in post 30902)

Arctic_Eddie reports arc radii of over 10,000mm.
- These don’t seem to be faulty.
- I agree that BiArc fitting should be bound to a lower and certainly to an upper limit.
- That should be huge otherwise faint curvature is represented by many
wobbles or too quick by straight lines.
(All this, keeping in mind that QCAD doesn’t return the optimum fitted BiArc, see: https://www.qcad.org/rsforum/viewtopic.php?t=4859)

Regards,
CVH

503QCAD (main)Feature RequestLowConvert entities to points with a fixed distanceAssigned
0%
Task Description

Select lines, arcs, ... and convert them to points along the lines, arcs, ... with a fixed distance.

See also forum at:
http://www.ribbonsoft.com/rsforum/viewtopic.php?t=1834

579QCAD (main)Feature RequestLowCopy layers / blocksAssigned
0%
2 Task Description

Duplicate (copy, clone) a layer with or without entities on it. New name can be specified by user.

2354QCAD (main)Feature RequestLowcopy-paste between two QCAD instancesAssigned
0%
2 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 arranged side-by-side (larger monitor).
Changes would be copy-pasted from one set to the other.

From #2352 I’ve learned that there is a command-line option to achieve this.

Unfortunately it’s not possible to copy-paste between these instances.

And yes, it’s important to do this in two windows to see both versions at the same time.
So, tabs are not the answer.

It’s also ok if i could detach a tab from one instance and arrange it aside of the main window (like the property editor).
Than all data transfers would happen inside the same instance.

Best regards,
Klaus

1977QCAD (main)Feature RequestLowCorresponding coordinate format Assigned
0%
1 Task Description

Hi,

It would be less confusing to read messages in the command line protocol if it would use the same coordinate separators like the settings below Application Preferences / General / Coordinate Format.

This example shows the “Absolute Cartesian Coordinate” but of course all corresponding format settings should be used within messages.

Absolute Cartesian Coordinate: Setting = semicolon (;) but the message will use division (/).

2092QCAD (main)Bug ReportLowcrash when changing shortcut in preferencesAssigned
0%
Task Description

The application crashes when I try to change a shortcut in the preferences. And only after resizing the preferences window.
In the attachement are the cli warnings.
I also tried the 3.24.3.9 snapshot with the same result.

2381QCAD (main)Bug ReportLowCrash when modifying toolbar settingsAssigned
0%
Task Description

QCAD Professional 3.27.6.0 running on macOS 12.4 (21F79)

QCAD sometimes crashes when I am adding or removing items from toolbars. It isn’t consistent and I haven’t seen a pattern about which items trigger the crash. It has happened while editing different files, but I’ve attached attached a very simple example and two crash reports

2266QCAD (main)Bug ReportLowCrash while creating an angular dimensionAssigned
0%
Task Description

no task description

805QCAD (main)Feature RequestLowCreate tool radius compensation / tool path generationAssigned
0%
Task Description

This is how I would implement this:

This would be a modification tool. Parts are selected, a toolpath is generated, and a dialog pops up to allow putting the tool path into an existing layer, a new layer, or replace all drawings in an existing layer.

This is how the toolpath is generated:

We iterate through all elements and explode everything but text into line segments. Then we connect the line segments into chains wherever the line endpoints are less than some tolerance away from each other. The chains can be very chaotic, but at least we have separate entities for now.

For every chain, we need to find the largest complete loop. A good drawing would only contain non-overlapping loops, but we can’t expect that. Everything that is not on this loop can not be defined as a part or as a hole, so we will merely create a tool path segment that is equivalent to the line segment. Every segment that *IS* on a loop is either an outside edge (part outline), or an inside edge (hole outline), (or overlapping, in which case it is neither, and we have an operator problem).

In a perfect world, we need to find exactly which shape is inside which other shape, and then create alternating tool offsets from the outmost loop (part edge) to the second outmost (hole), to the next (part) etc. .

In a simplified world, we can used the bounding box of the loop instead. This works OK for rectangular shapes, but a circle next to an “L” shape could be seen as inside the L’s bounding box, hence inside the L, wrongly accused of being a hole, not a part.

Now all that is left to do is to create a new loop, offset by the tool radius. Oh, and since we have the connections from line segment to line segment in the correct order already, we can use the opportunity to order all cutting loops from inner to outer, or from small to large, and order non-loop edges by travel distance.

The new drawing in the new layer can now be exported without further hassle to create a nice laser cut file.

PS: of course, a user could create multiple layers for marking, cutting, enraging, etc. . Additional Layer attributes for cutting speed and laser power (and a few more) would be needed.

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

2551QCAD (main)Bug ReportLowCursor and visualization problemsAssigned
0%
Task Description

The last version (3.29.4) present a very important issue.
When we work with a “complicated” file (about >1MB or up see attachment test.dwg) the cursor and selected object not work fine after move some layout windows in Paper_Space: disappear coordinates informations and snap nodes. (see attachment before.png an after.png)
This issue is present in all Qcad version (Linux, Mac-intel, Mac-silicon, Windows).
The last working-fine version is 3.28.2
I’m a enthusiastic Qcad user and I hop that this issue will be fixed early!
Regards
Arch. Riccardo Beduschi

2296QCAD (main)Feature RequestLowCustom font type and size for command line widgetAssigned
0%
Task Description

Would be nice to change default font type and size for command line widget.

1833QCAD (main)Feature RequestLowDeep synchronize attributes featureAssigned
0%
1 Task Description

There is the Synchronize attributes feature which works well. But It affects only block references in the active layout(modelspace, block layout). If I want to synchronize attributes of block references in in another blocks, i have to manually go through all blocks and run synchronize attributes feature. That is the reason I would like to modify Synchronize attributes feature to affect all block references in a drawing, or add new Deep synchronize attributes feature.

990QCAD (main)Feature RequestLowDefault Names for Custom Property ...Assigned
0%
Task Description

Property Editor - Geometry - Custom - Add Custom Property

It would be nice to have in “Application preferences” the possibility to predefine a couple Custom Property Names.
Right now I use the Custom Property function to add a DIN and the Material info to every Block. This project has a lot of DIN parts and I have to type again and again the names DIN ... Material ... DIN ... Material ... DIN ... Material ... DIN ... Material ... DIN ... Material ... you got my point ;-)

If I have predefined Names - I have just to fill out the value :-)

962QCAD (main)Feature RequestLowDefault save / open directoriesAssigned
0%
1 Task Description

Add the option to use a fixed path for the save to, open and CAM export directories.

(G code files are usually saved in on directory that the Control Program opens them up from so this would save a ton of mouse clicking)

2295QCAD (main)Feature RequestLowDeselect all with Escape keyAssigned
0%
Task Description

I’m used to have persistant selection while drawing (Application Preferences > Graphics View:Appearance > Selection), but I’m missing deselection of all objects with ESC key. I have seen the option to deselect with right key, but it’s nice to have right key for context menu.

Currently ESC key cancels current active command, but would be nice if there is no command active to also deselect all features by default.

986QCAD (main)Feature RequestLowDetect duplicates - only on selected areaAssigned
0%
1 Task Description

It would be useful to have an additional option to only detect duplicates on user defined selection of drawing.
Please see topic:
http://www.qcad.org/rsforum/viewtopic.php?f=32&p=9145#p9145

1503QCAD (main)Feature RequestLowDetect duplicates within a given selection -new tool re...Assigned
0%
1 Task Description

It would be so useful to have an option to be able to detect duplicates within a given selection.

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.

923QCAD (main)Feature RequestLowDiagramming (Intelligent Orthogonal Connectors)Assigned
0%
2 Task Description

Hi,

With the new block attribute feature available in QCAD 3.3, there’s little to be done in order to make QCAD a good environment for typesetting circuits and other diagrams. In particular, the only killer feature that lasts is support for connectors: orthogonal lines that connecting one endpoint to another creates a connection line; when the concerned entities are moved the connection line is re-arranged. I’d like to know whether commercial support for this feature is available.

2060QCAD (main)Feature RequestLowDialog box for Layer StatusAssigned
0%
1 Task Description

So far, layer status has only been implemented very rudimentarily.
I wish something like a dialog box in which you can choose for each layer status, which layers belong to it and which not.

1934QCAD (main)Feature RequestLowDiametric text - overlaidAssigned
0%
Task Description

Diametric text is always placed above a horizontal measurement.

I often want to indicate both the inside and outside diameter of an object e.g. a wheel using diametric text. The text is overlaid and illegible.

To avoid text overlapping, I use Horizontal Aligned because I can control the position of the text to avoid illegible text.

A better method would be to alternate the placement of diametric text (alternatively) above and below a measurement so that in the majority of cases an overlap would be avoided.

Similarly for a vertical measurement, the text is overlaid and illegible.

When the angle is almost vertical, the angle controls the side the text appears however it also reverses the direction of the text (which is logical but not attractive).

Kind regards
Simon

617QCAD (main)Feature RequestLowDifferent dimensions font sizes in the same drawing.Assigned
0%
Task Description

Different dimensions font sizes in the same drawing.

2099QCAD (main)Bug ReportLowDIM Label, Square Symbol doesn't adopt layer attributesAssigned
0%
Task Description

The square symbol offered as symbol in DIM label is the only symbol which doesn’t adopt the layer color.
If I print a drawing in full color it leads to a black symbol in an otherwise colored dimension.

It is also the only symbol which has a solid filling what is confusing when you work with it in Model_Space ...

2216QCAD (main)SuggestionLowDIM modification cause overlapping textAssigned
0%
1 Task Description

When I modify partly a DIM with “Stretch” or changing one Extension line position with drag and drop the Value text is updated which is nice working. Unfortunately the previous value stays in place and is overwritten by the actual value. I think for a good readability the previous value should disappear in the moment when the new value is presented.

757QCAD (main)Feature RequestLowDim: Architectural tick and Leader Arrow size independe...Assigned
0%
1 Task Description

Leader Arrow size and the Architectural tick size are controlled by one and the same value.

It would be nice to get the possibility to adjust them independently from each other ...

1714QCAD (main)Feature RequestLowDimension > Diametric: improve display when label is mo...Assigned
0%
1 Task Description

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

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

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

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

901QCAD (main)Feature RequestLowDimension text stylesAssigned
0%
Task Description

Support custom dimension text styles for imported DXF / DWG files.

1697QCAD (main)Feature RequestLowDimensioning - add option for horizontal text alignmentAssigned
0%
Task Description

Dimensioning - add option for horizontal text alignment.

Basically an option in drawing preferences to align text horizontally instead of vertically.

1699QCAD (main)Feature RequestLowDimensioning - add option to insert text in the middle ...Assigned
0%
Task Description

Dimensioning - add option to insert text in the middle of dimension.

To have an option to have text aligned in the middle of the dimension line, rather than above it.

Showing tasks 101 - 150 of 519 Page 3 of 11 - 1 - 2 - 3 - 4 - 5 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing