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
1713QCAD (main)Feature RequestLowAdd attribute value "By Parent" for child layersAssigned
0%
1 Task Description

Add attribute value “By Parent” for color, line weight, line style for child layers.

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

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.

1702QCAD (main)Feature RequestLowDraw > Polyline: add boolean operationsAssigned
0%
1 Task Description

Add intersection, union, difference, XOR operations for closed polylines.

1673QCAD (main)Feature RequestLowLayouts and Viewports: support polygonal viewportsAssigned
0%
1 Task Description

Add support for polygonal viewports

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

1626QCAD (main)Feature RequestVery Low'Clip to Circle' toolAssigned
0%
1 Task Description

Hi Andrew,

Would it be possible to have a clip to circle tool also please?

Regards

Clive

1613QCAD (main)Feature RequestLowAdd Orthogonal Option to Angelur DIM Tool ...Assigned
0%
1 Task Description

... please see below:

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

1577QCAD (main)Feature RequestLowPostfix for DIM / Remember last DIM Label ...Assigned
0%
1 Task Description

Hi,

unfortunately I need to use from time to time different Units in a drawing. It works nice with the Scale possibility but to keep my drawing readable I need to label then the DIM accordingly. Sadly I don’t have a Postfix option so I work with a workaround what means I use <>”, or <>’ and <>mm in the Prefix field. If I then terminate the DIM tool and start it again I will loose my settings except the Scale Factor.

May I ask for an additional Postfix option or/and a remember functionality of those fields?

1555QCAD (main)Feature RequestLowExport list of points.Assigned
0%
1 Task Description

Hello
It would be great when you can add a function to export a selected object as a list of points.
Is it possible to add?

Autodes DWG TrueView 2017 has this function and it is very useful.
Here you can see a screenshot of this function.

1541QCAD (main)Feature RequestLowView > Zoom > Zoom In/Out: Make zoom factor configurabl...Assigned
0%
1 Task Description

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

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.

1472QCAD (main)Feature RequestLowArc fit tool to improve large filesAssigned
0%
1 Task Description

Large files/large entities perform bad in QCad. There are many dxf files that are created with thousand of lines that perform reasonable in other cad’s/cam’s that qcad cannot match.

One very useful tool, that could be added would help to improve qcad performance and at the same time enlarge the dxf quality (by replacing thousand of files by arcs), would be a tool called “arc fit” where, when possible and under a determined possible error margin (user selectable) creates arcs replacing the existing lines.
This would improve the file work in QCad also improves CAM software that would work after QCad, that I think is important for many users.

For example, if it is needed to use qcad to generate toolpaths for letters, after exploding letters, the output is almost impossible to work due to the number of lines that are created. Having arcs instead of lines would greatly improve qcad use.

1464QCAD (main)Feature RequestLowOption button to access finer grid to snapAssigned
0%
1 Task Description

Hi,

I use eagle cad for pcb designs and I like its ability to snap to finer snap to grid when pressing option button (ALT in windows).
I am fine with auto grid setting, however, it would be good to also have a way to access finer grid when pressing down option button.

For example, when zoomed out, grid is 100mm apart.
When pressing down on the option button (ALT in windows), grid switches to finer 10mm.
This will save me time, zooming in to access finer grid to snap to.

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

1440QCAD (main)Feature RequestLowNew Drawing in Simple APIAssigned
0%
1 Task Description

Could it be possible to add a simple function to add a new empty drawing (like File > New) to Simple.js ? Thank you. (PS, this simple.js API is awesome, btw :D)

( I already have my own to simplify my scripts, but it does not seem to work correctly if I set action.setRequiresDocument(false); in the init functions
See more at http://www.qcad.org/rsforum/viewtopic.php?f=32&t=4203#p15203 )

1430QCAD (main)Feature RequestLowModify > Round: one-click filletAssigned
0%
1 Task Description

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

1425QCAD (main)Feature RequestLowAutomatically create hatch entities behind border entit...Assigned
0%
1 Task Description

Automatically set the draw order one lower than the lowest draw order of a border entity when creating a hatch. This should be a user preference, since not everyone might want that behavior.

1407QCAD (main)Feature RequestLowSplines: add support for knot weights, start-, end tang...Assigned
0%
1 Task Description

Attached DWG/DXF files are incorrectly read by QCAD.
They contain splines drawn using ZWCAD and saved as DWG/DXF version 2000.
Above splines are polylines created with autolisp routine which converts spline to polyline, so you can see how splines should actually be drawn.

First spline is created with fit points: 2,2 4,4 6,2
Then copied and applied weight of 2 on central control point.
Then copied again and applied weight of 0.5 on central control point.

Second spline is created with fit points: 6,2 8,4 10,2 with vertical start and end tangent.
Then copied and applied fit tolerance of 1 for fit points.

Third spline is created with fit points: 10,2 12,4 14,2 with horizontal start and end tangent.

Fourth and fifth spline are correctly drawn by QCAD.

Link to bitmap (converted to png) export:
External Link

Versions
QCAD version: 3.13.1.0
Date: Mar 17 2016
Qt version: 4.8.4
Compiler version: gcc 4.4.3
Build Date: Mar 17 2016
Revision:
Architecture: x86_64
OS: Linux
OS version: Unknown

1362QCAD (main)Feature RequestLownew layer tool: Toggle visibility allAssigned
0%
1 Task Description

Hi,

I use a lot of “temp” layer to keep my drawing organized during a design session. Ad the end of the day (or week or month ...) I need to get rid of this “garbage” but unfortunately there is no easy way to delete all this layer in one go.
Most of the time those layer are invisible. The “important layer” are visible. If I could toggle all layer from visible in invisible in one go with a switch like “Toggle visible layer all” and then use “Select all” / delete / Purge unused layer I’m able do get rid of this stuff with just a few clicks.

The same tool would help to improve the workflow in the case that I just have to switch between all visible / invisible layer for testing / double checking / cleaning or what ever. Currently I have to toggle every single layer to get this done and if I work with many layer I need to have a perfect working memory (or a piece of paper with many notes!) to be able to restore the same desired working order.

And I’m confident - there are many more useful scenarios for a tool like this one ... ;-)

pics: “Toggle visibility all” with one click:

1345QCAD (main)Feature RequestLowAdded option to paste a number of entities with even/eq...Assigned
0%
1 Task Description

Please see topic:
http://www.qcad.org/rsforum/viewtopic.php?f=31&p=14209&sid=162973e4a12f58c8116299b62673a520#p14209

An additional option would be useful to paste any given entity a set number of times with even/equal gaps in between.

1312QCAD (main)Feature RequestLowMake dimension label decimal separator configurableAssigned
0%
1 Task Description

Make dimension label decimal separator configurable (DIMDSEP).

1302QCAD (main)Feature RequestLowIsometric projection on the current layerAssigned
0%
1 Task Description

It would be very useful to have the same possibility for Isometric projection like the Paste tool etc.. An option which ask me to put a new Isometric projection on the current layer is right now missing. If I like to have this new Isometric Projection on a different layer I have to reselect the projection and move it to that layer. That is plain inconvenient.

1298QCAD (main)Feature RequestLowDrawing Preference; File formatAssigned
0%
1 Task Description

Hi, I get anoyed everytime saving a drawing;

 File Format not recommended.......          [Yes]   ; I know. it's suppose to be in that format!
 Saving to file......                        [OK]    ; I already told you
 Black entities ......bla bla                [OK]    ; I already told you
 Custom colors ...... bla bla                [OK]    ; I already told you

Therefore, Drawing Preferences should start with the file format choice field;

 File Format: R.......

Drawing should be opened and saved in that format without any question. Please.

1288QCAD (main)Feature RequestLowPrint Preview Scaled RulersAssigned
0%
1 Task Description

Would be nice, if in print preview QCAD rulers would switch to paper dimensions. Chat here http://www.qcad.org/rsforum/viewtopic.php?f=89&t=3793

After all, print preview is not just the drawing on white, isn’t it? Everything else should stay in drawing units. Just the rulers, maybe a preference?

1287QCAD (main)Feature RequestLowInformation tool shows absolute units in print previewAssigned
0%
1 Task Description

With that new feature the information tool shows the absolute paper units in the print preview mode instead of drawing units.
So you can determine the exact size of an entity in the printout without manual calculating with the drawing units and the scale factor.

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

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.

1263QCAD (main)Feature RequestLowLibrary Browser: Configurable background color for icon...Assigned
0%
1 Task Description

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

1262QCAD (main)Feature RequestLowMissing some kind of "QCAD is still working" indicator.Assigned
0%
1 Task Description

If I have to do some kind of intense tasks like converting a previous Polyline, which is now exploded to lines (maybe a couple hundred thousand short lines) back to a polyline (Polyline/Create from Segments) QCAD needs time to do that. In this “working time” I can’t see any indicator that QCAD is working. Not a Hourglass on the mouse or some other indicator. I have just the feeling: Nothing is going on right now ...

It would be nice to have some kind of visual info that QCAD is working.

1172QCAD (main)Feature RequestLowPrint Preview - Add 'Place Paper Option' toolAssigned
0%
1 Task Description

Often in print preview I need to move the paper around and position it with the ‘Move Paper Position’ tool, which is useful, but what would be an additional extra useful option would be a ‘Place Paper Here’ tool.

Then I could simply use this tool first and then use the ‘Move Paper Position’ tool afterwards to fine tune things!

If you look at the attached image you will see that in this students file they have got their drawing spread out all over the place:(

1169QCAD (main)Feature RequestLowBitmap clippingAssigned
0%
1 Task Description

Clipping bitmaps to only show a part of the image.

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

1156QCAD (main)Feature RequestLowAdd preference to force toolbars to be floatingAssigned
0%
1 Task Description

Would it be possible to have the choice to dock or not dock toolbars - in other words keep them floating, an additional option in the tool settings could be added?

1152QCAD (main)Feature RequestLowAdd preference for snap label and snap cursor shape / c...Assigned
0%
1 Task Description

Would it be possible to have options for:

1.Enable or disable Snap label with text.

2.To have a ‘Snap Marker’ with style and colour choice instead of snap label.

* It would be good for users to have the choice.


1133QCAD (main)Feature RequestLowView > Add View: save layer stateAssigned
0%
1 Task Description

Save layer state (visibility) with each added view object (optional?).

1104QCAD (main)Feature RequestLowPrinting: Add support for page rangeAssigned
0%
1 Task Description

When printing from the preview mode a standard Windows popup shows, letting me select the printer, number of copies and a page range. Unfortunately QCAD (or Windows) ignores the page range - it always prints all pages. So right now I always have to copy the parts I want to print, page them into a separate document and print that instead - even though I got all my stuff nicely lined up for printing on multiple pages.

1067QCAD (main)Feature RequestLowFilling an area with a bitmapAssigned
0%
1 Task Description

Being able to fill an area with a bitmap would be a nice addition to the already impressive feature list of QCAD.

1051QCAD (main)Feature RequestLowInfo tool, polygonal area, possibility for a postfix la...Assigned
0%
1 Task Description

... would be nice.

If I use the Info tool “Polygonal area” with the option “Add measurement to the drawing” I always have to edit the Value to make clear that we now looking to an area value like m² or ft².

I was thinking that a pre labeling (prefix/postfix) like the normal Dim tools could save me a couple extra steps ... ;-)

1027QCAD (main)Feature RequestLowRectangle with a 3 point determination ...Assigned
0%
1 Task Description

Many times I’m faced with the situation that I have to use a rectangle related to other entities. Dimensions/Angle = unknown.

We have in QCAD a rectangle tool with a two point diagonal determination but this is limited to two points and it will only work in a horizontal and vertical direction.

My feature request is based on the idea to draw a rectangle with 3 points - regardless the angle.

1. First point: start

2. second point: determination of the first side (width?) and it will also provide the angle for the rectangle

3. third point: determination second side (height?)

I’m asking for an additional new tool? No - just as an option to the existing rectangle tool ...

995QCAD (main)Feature RequestLowProperty editor: add 'edit block' buttonAssigned
0%
1 Task Description

Add a button to edit the block beside the block combo box that is shown when showing the properties of a block reference.

991QCAD (main)Feature RequestVery LowAdd warning when overwriting custom propertyAssigned
0%
1 Task Description

Property Editor - Geometry - Custom - Add Custom Property

If I use an identical Name accidentally again in the Custom Property dialog - it will overwrite the first value with the same name without any warnings.

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

979QCAD (main)Feature RequestLowText dialog: insert special characters in simple text m...Assigned
0%
1 Task Description

The Omega button to insert special characters is only available in rich text mode.
Make it available in simple text mode as well.

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)

951QCAD (main)Feature RequestLowExtra Option for Block attributes ...Assigned
0%
1 Task Description

It would be nice to have the possibility to control the automatic Text orientation in Block attributes.
Something what would work like the DIM restriction: I can read the text horizontal and/or from the right side of the drawing sheet.

Right now I have the feeling that the Text orientation is dependent on the tool what I even use.
Different tools = different outcomes.

922QCAD (main)Feature RequestLowPossibility to control the order in the Property editor...Assigned
0%
1 Task Description

It would be nice and helpful if we had the possibility to control the order of Attributes - shown in the property editor.
I found a solution for myself with using numbers in the Attribute definition tag - but that isn’t really a nice solution.
If I could hide my numbering ... everything would be fine for me .... ;-)

866QCAD (main)Feature RequestLowPaste block reference: add third option to rename paste...Assigned
0%
1 Task Description

Scenario:

Drawing 1: Blockname X is part of a selection, I copy this selection into the clipboard to use it in an other drawing.

Switch to Drawing 2, this drawing has also a Blockname X but with a different content.

Use the clipboard paste function - the clipboard content will be modified (only the Block) by the drawing 2 block content.

No warning pops up - it just happens!

859QCAD (main)Feature RequestLowPersistent selection button added to tool set.Assigned
0%
1 Task Description

It would be useful to have a persistent selection button added to the ‘selection’ tool set.

This would allow the user to set persistent selection as and when needed for the current drawing one is working on, rather than going the long route through the ‘Application’ preferences dialog.

849QCAD (main)Feature RequestLowMake maximum visible reference points of selection conf...Assigned
0%
1 Task Description

Provide configuration option to raise / lower maximum reference points that are shown for selected entities (currently fixed to 1000).

Original report:

Imported a spline-dxf from adobe illustrator. Converted the spline to polyline with explode command. Then no anchor points / vertex points / vertices were showing anymore. Simplified the polyline so that it had less than 1000 points. Vertices became visible.

I think some freeform objects need actually more than 1000 vertices. Also them need to be edited. Please increase the amount of vertices showing to biginteger

regards

Benjamin

839QCAD (main)Feature RequestLowGrid / Meta Grid info + Drawing Unit Info ...Assigned
0%
1 Task Description

At our QCAD Drawing window, below right corner, we have the Info displayed what are the Grid / Meta Grid settings.
It would be nice to have additional the Info for the drawing unit ...

829QCAD (main)Feature RequestLowAdditional options for the Info Tool Area ...Assigned
0%
1 Task Description

The Info Tool Polygonal Area is a helpful tool ... but I like to ask for additional options ;-)

Yes, the polygonal area makes absolute sense but many times you have just to check a square or rectangle area!

It would be nice and time (click) saving if we could use a “Strg Key” to limit the polygonal area to just a rectangle area.
Two mouse clicks for a rectangle area and done ;-)

In addition to that it would be nice to have the possibility to count up or down a couple areas.
E.g. I measure area 1 plus area 2 or area 1 minus area 2 ...
Maybe just with an additional keystroke like + or -

823QCAD (main)Feature RequestLowAdd Midpoint Handles to Lines and PolylinesAssigned
0%
1 Task Description

The Midpoint Handles should be used to move Polyline Segments and lines. This would add easy to access stretch functionality.
Combined with a shortcut(hold down shift or alt etc.) to fix the movement to be orthogonal to the line this would bring a lot of extra value.
It would also be possible to to have another shortcut to easily insert nodes to Polylines (again hold shift or alt etc.)

798QCAD (main)Feature RequestLowelaborate on purge toolAssigned
0%
1 Task Description

Modify the “purge layer” tool to preserve empty layers with a locked status.
see: http://www.qcad.org/rsforum/viewtopic.php?f=31&t=2386

Showing tasks 151 - 200 of 371 Page 4 of 8<<First - 2 - 3 - 4 - 5 - 6 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing