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 TypeSeveritySummary  ascStatusProgress
908QCAD (main)Feature RequestLowLibrary Browser Block Delete FunctionAssigned
0%
2 Task Description

It would be very helpful if the library browser had a delete function.

I know that this can be very risky for some people, but it is the easiest
way to see clearly what you delete.

Regards
Henry

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

1837QCAD (main)Feature RequestLowLine bisector toolAssigned
0%
1 Task Description

Hi,

we have already this nice tool “Angle bisector”.

I would really appreciate if we could get the same function for parallel lines to place a line exactly in the center of both lines.

Thanks.

1373QCAD (main)Feature RequestLowLine From Angle - additional option to select exisitng ...Assigned
0%
Task Description

Often I find myself clicking on an existing line to determine the angle from the property editor, then copying and pasting this info into the angle field, it would be so very useful to have an additional option in the ‘Line from Angle’ tool to be able to pick an existing entity which would automatically register and fill in the angle for me,then all I would need to do would enter the length required.

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

764QCAD (main)Feature RequestLowLinks to Data sheet, Part List ...Assigned
0%
1 Task Description

Most of our drawings have a Data sheet, parts List, cutting list, description etc etc on a pdf, world or excel file.

It would be nice to have a link possibility directly in QCAD to those files what will be saved with the drawing.
Like the bitmap function without displaying the files in the drawing ...

1229QCAD (main)Feature RequestLowLoad last project at startAssigned
0%
Task Description

When starting QCAD it will open a new, untitled, page causing me to close that, click through the saving option to discard changes and then load up the project i’m working on. It would be nice to have the option for the program to start with the last used project.
I checked the application preferences to see if this option was already possible as it’s common with other applications but couldn’t find it. In ‘Startup’ (the obvious place for it) there was only an option for the splash screen.

720QCAD (main)Feature RequestLowLocked Blocks ....Assigned
0%
2 Task Description

It is nice that I can scale or rotate a block - but right now I see also a big plus in a kind of locking function for Blocks.
It would be nice to have a “locked” option ad least for the scaling of blocks.

Example: Think about Clives “Radiator ‘Cover’ screen” http://www.qcad.org/rsforum/viewtopic.php?f=51&t=2060 and how you could manipulate this screen with “scale blocked blocks” ;-)

455QCAD (main)Feature RequestLowlogical operations for polylinesAssigned
0%
2 Task Description

A missing feature in my work are logical operations (combine, intersect, ..) for polylines

Example:
Draw some elements, select them, say combine. The result will be the outline of all elements.

2226QCAD (main)Feature RequestVery LowmacOS: support proxy iconAssigned
0%
Task Description

Support proxy icon in title bar. This can be used to move the file to another folder using drag and drop.

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

Make dimension label decimal separator configurable (DIMDSEP).

2530QCAD (main)Feature RequestLowMake it possible to control the tooltip delay time when...Assigned
0%
Task Description

I noticed that every time I move my mouse from the main working canvas (schematic area) to the tool buttons on the left sidebar there is a delay before the first hover tooltip (which displays the tool names and hotkeys corresponding to each tool button) displays.

The tooltips remain fast (near instant) after that initial hover, but it it would be nice if there was an option field for controlling how long the tooltip delay is for that initial display delay.

Currently, on my Windows 10 machine, it takes about 1 full second for the tooltip to show, which may not sound like much but feels like a lot when trying to work faster.

Here is a link to the related forum discussion, which also discussed a different (and I’d say more useful/effective) idea as well.

I’m creating two separate Bugtracker submissions for that one thread though, to keep things clean.

Perhaps I should have created two separate forum thread for that to begin with.

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

2161QCAD (main)Feature RequestLowMake Polyline from Selection (OC) configurable for simp...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

Not related to OS, nor version.

The method Polyline from Segments (OC) can be configured for tolerance and simplification in the Options Toolbar.
The method Polyline from Selection (OG) has no UI or none showing.

OG retrieves a tolerance from QCAD.ini, what is initially not set:

    var tolerance = RSettings.getDoubleValue("PolylineFromSelection/Tolerance", 0.001);

The tolerance will be default = 0.001 similar as the default in AppPrefs.
The tolerance setting is included in QCAD.ini after changing the AppPrefs entry.

OG calls PolylineFromSelection.autoJoinSegments with this tolerance:

    var counter = PolylineFromSelection.autoJoinSegments(di, tolerance, this);

PolylineFromSelection.autoJoinSegments calls PolylineFromSegments.createPolylineShape
with simplification hard coded to true. (last parameter)

    // create polyline from line, arc, spline or open polyline entity:
    var polyline = PolylineFromSegments.createPolylineShape(
                    entity, doc, vTolerance, op, undefined,
                    traversed, callBacks, undefined, true);

I would like to see the simplification optional and default = true.

Regards,
CVH

2478QCAD (main)Feature RequestLowMake RMathLineEdit unit awareAssigned
0%
1 Task Description

Andrew,

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

When entering 1’ 1’‘ in an input field.
- As the size of the rectangle in the topic
- As the length property of a line selected in the drawing
- ....

Returns 13 in a drawing in mm.
And also in a drawing in inch what turns out to be correct.
But also in a drawing in foot.

Similar, entering 1’ with a drawing in kilometers it returns 12 units = 12 kilometers.

Regards,
CVH

2421QCAD (main)Feature RequestLowMake the preview of Shorten (LE) more visibleAssigned
0%
1 Task Description

Andrew,

When we use Lengthen/Shorten (LE) with a positive amount the result is clearly visible when indicating a side of an entity.
With a negative amount there is seemingly no preview.
It is generated and shown but one can not distinguish it especially with solid lines.

Adding an orthogonal auxiliary preview shape some N pixels long would do the trick. ;-)

Regards,
CVH

1005QCAD (main)Feature RequestLowMaking use of mouse buttons configurableAssigned
0%
Task Description

According to the help, one requires a middle mouse to pan. Since few standard mice have middle buttons, this is a poor choice for this all important function. The default should be the right mouse button when ever the mouse is placed in an open area with nothing else to select. That way right click can still be used to invoke a pop down menu when ever the mouse is placed over an object that might have a need for pop down menu options. Additionally, the Pan mouse key should be alterable and selectable from a Preferences option, since if one does have a three button mouse, we should not prevent a user from employing this hardware if they have it. The same might be said for all mouse buttons to allow the user to configure the mouse operation to that which is most comfortable and efficient for their tasks.

2341QCAD (main)Feature RequestLowmanage image referencesAssigned
0%
1 Task Description

QCAD. ver. 3.27.1.0 (3.27.1)
Qt version: 5.13.2
Architecture: x86_64
OS Windows 11

It might be useful to have the possibility to manage the references of the images contained within the drawing. A design could use recurring images, stored in a folder outside the one in which the design is located. Moving the drawing or folders (or changing the PC) will lose the folder references and the images are not displayed when the drawing is opened again.
I imagine the possibility to view the references of the images (and if necessary modify manually or with a pointer) with the option of: attach, detach, reload, etc., as in the example below (referred to ActCad - based on Intellicad technology)

1371QCAD (main)Feature RequestLowMatrix - Modify, missing Flip Horizonatal and Vertical ...Assigned
0%
Task Description

Matrix - Modify, add Flip Horizonatal and Vertical tools

604QCAD (main)Feature RequestLowMeasure and record X,Y coordinates tool - add to info ...Assigned
0%
Task Description

Feature request
See topic - http://www.ribbonsoft.com/rsforum/viewtopic.php?f=31&t=2015

Just a thought, but one that could be useful for machinists in particular - a measurement tool that can snap to a point as per usual, but then just displays the drawing coordinates in X and Y. This could be expanded to the dimensions tool set, so that you can click on a point and print the coordinates next to it.

1982QCAD (main)Feature RequestLowmeasure DIN 1356Assigned
0%
Task Description

To measure in the format DIN 1356 , Architect
It is hard work to do this manual input with meta characters.

836QCAD (main)Feature RequestLowMerge different Offset tools into just twoAssigned
0%
Task Description

Merge Parallel Line(with distance), Concentric Arc(with distance), Concentric Circle(with distance) and Offset(Polyline) into one generic Offset with distance tool that if possible also works for ellipses and splines.

Do the same for the “through point” tools so that there also is just one Offset through point tool.

The Offset tools could be located with the Modification tools.

767QCAD (main)Feature RequestLowMerging/Combining segments of a straight line into oneAssigned
0%
2 Task Description

Sometimes you end up with a straight line which is broken/split into several parts. It would be great to have a tool to merge/combine these segments into one.

That would be the opposite/complementary tool to the “Split Entities” tool.

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.

894QCAD (main)Feature RequestLowModify - Clip to Rectangle: copy area to clipboardAssigned
0%
2 Task Description

New mode for clip to rectangle: copy contents of rectangular area to clipboard.

2316QCAD (main)Feature RequestLowModify > Detect Duplicates: implement for infinite line...Assigned
0%
1 Task Description

Headline should already explain the issue ... ;-)

1676QCAD (main)Feature RequestLowModify > Explode: explode lines / arcs with line patter...Assigned
0%
Task Description

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

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

512QCAD (main)Feature RequestLowModify stretch and Restrict orthoAssigned
0%
1 Task Description

The modify stretch tool wants first and second corner, start and end point, then starts afresh. When I turn on restrict horizontally eg to align two points between start and end, the restriction sticks and I have to call restrict none, to be able to perform the next iteration, set the first corner then.

So, in the quest for a comfortable user interface, it was nice, if the modify stretch first/second corners parameter setting was not affected by current restrict/ortho etc. settings. Actually, that does not make any sense at all anyways, does it, a rectangle is defined by two degrees of freedom, isnt it?

2087QCAD (main)Feature RequestLowMore options for "Paste along Entity" [PE]Assigned
0%
1 Task Description

“Paste” has already the options: To current layer, Overwrite layers, Overwrite blocks.

Would be a nice time saver to have the same options for “Paste along Entity” too.

2233QCAD/CAMFeature RequestLowMore selection options to select sheets for nestingAssigned
0%
Task Description

I’m often in the situation that I have to select for nesting 50+ sheets. Currently is only a Shift + left mouse click selection possible. It would be nice if QCAD/CAM could get for the nesting / sheet selection additional a mouse rectangle area selection.

2537QCAD (main)Feature RequestLowMore variants for converting element types could be use...Assigned
0%
Task Description

I don’t actually have any use for this idea currently, but am just posting it here to document it for consideration.

Basically, it occurred to me at least a few more useful conversions between shapes besides the existing ones could be useful.

For example:

  • Converting lines into axially aligned rectangles of a specified “radius” or “diameter” (with an option to delete or keep the original line geometry).
  • An option for the above (lines –> rectangles) that causes the intersections between the resulting rectangles to be automatically removed, like a kind of “automatic/magic wall creation tool” based on laying down lines instead of rectangles and then converting via this tool.
  • Converting circles/ellipses and rectangles back and forth between each other via their bounding volumes. It seems reasonably likely that people will sometimes want to convert circular design elements into rectangular ones and vice versa (e.g. deciding a rectangular column makes more sense than a cylindrical one and vice versa).
  • Converting any arbitrary selection into a corresponding bounding circle (not rectangle, which already exists) of sufficient size to enclose all points in the selection.

Basically, QCAD already has tools for converting shapes with operations that are a natural fit for the existing geometry, but has less tools for converting to entirely different geometry, but such uses could actually still be very useful potentially!

It seems likely to be common enough as a use case to merit inclusion, rather than just using scripting.

I don’t have any pressing need for these and I know that I could script them to create them if I really wanted to.

These are relatively minor ideas. I’m just putting this out here as more ideas for making this already wonderful software even better. :)

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

822QCAD (main)Feature RequestLowmove Freehand Line to Polyline ToolsAssigned
0%
Task Description

In order to be more easily editable after creation Freehand Line should produce a Polyline and should be moved away from Line Tools to Polyline Tools

833QCAD (main)Feature RequestLowMove number of copies into Options toolbarAssigned
0%
Task Description

The Number of Copies (Delete Original, Keep Original, Multiple Copies) and whether to use the current layers attributes should be found in the Options toolbar of the active tool.

This way the option would be set before or during the operation (preview?)the popup window afterwards would be obsolete.

786QCAD (main)Feature RequestLowMulti - Breakout toolAssigned
0%
2 Task Description

A ' Multi ' Breakout tool or added option to the existing Breakout tool.

For example see attached image.

An option to remove all segments within a chosen boundary would be good, in my example I want to remove all the hatching within the Red circle.

So after exploding the Hatch, currently I have to remove all segments singularly!

Of course I could have placed the circle first and hatched around it - but in this and most instances it is easier to design and to produce the Hatching first and then place my circle/shapes etc.

293QCAD (main)Feature RequestLowmulti-select for blocksAssigned
0%
Task Description

It would be nice if one could select multiple blocks in the block list at once (holding ctrl or ctrl+shift). Main purpose would be to delete them if they are not needed anymore. If possible, the same applies to layers.

2057QCAD (main)Feature RequestLowMultiline toolAssigned
0%
2 Task Description

Implement a multiline tool.

792QCAD (main)Feature RequestLowNew 'Match' properties toolAssigned
0%
Task Description

To add a new ‘Match’ properties tool.

For example, I have a large drawing with lots and lots of entities on various layers and I want to select some entities (say 500 or more) which are all on different layers and change all these selected entities to match the properties of one other particular entity - but, but I want the ‘Matched’ entities to remain on their own layers.

OK, of course I can use the property editor for this and this is fine in most instances but I would first need to determine the the layer data for the properties of the entity I would like to match to (Color, Line weight and Line type) in the first place and then I need to remember these attributes in order to change things in the property editor in order to change all of my selection to match!

As I say mostly the above procedure would be fine to use but for convenience it would be great to have a new tool to do all this for me and cut out a few steps in the process.

A new ‘Match’ properties tool procedure could be something like this:

1. Select Match properties tool.

2. Select all entities to be matched.

3. Select entity to match to.

4. Tick or leave un-ticked - move to same layer.

5. Complete process.

* Actually, while writing this I`ve just thought of another useful addition which could be added to the Info tool set, ‘Entity’ properties info!
Example - click on Info > Entity Properties and click on the entity in question and then the properties are displayed without going to the layer data for this!
Just an idea ;)

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

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 )

1621QCAD (main)Feature RequestLowNew Drawings in Draft ModeAssigned
0%
Task Description

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

1505QCAD (main)Feature RequestLowNew feature - use info tools with scaleAssigned
0%
Task Description

When using the info tools, like the point to point measure it would be useful to be able to select a scale as well.

For example, when I scale a drawing say to 1:20, when working on the scaled drawing I can measure accurately with the measure tool in 1:20 also, without having to keep refering to the 1:1 drawing.

Regards

Clive

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:

1446QCAD (main)Feature RequestLowNew Polygon toolAssigned
0%
2 Task Description

Hi,

if I need to design a bolt circle (circle on circle) and the single bolt diameter and the quantity of circles are given then I can use the QCAD Polygon Tool “Polygon 2 Points of Side” ... but for the Length of the side I have to do a workaround (Line with this length) to determine the desired length.

It would be very convenient to have an additional tool for a Polygon which has the possibility to ask me for the center, corners and the length of the sides.

813QCAD (main)Feature RequestLowNew Snap tool: Isometric coordinates ...Assigned
0%
Task Description

It would be nice to have an additional Coordinate tool for isometric constructions.

If I’m working on an isometric drawing I have to design my things with x, y, z coordinates.
Y is, of course not a problem but for x and z I have most off the time to work with construction lines for move, copy, locate etc.
With an isometric coordinate snap tool what will follow the 30° angles for x and z we could save a lot of construction lines ;-)

1788QCAD (main)Feature RequestVery LowNew snap: reference points of a block referencesAssigned
0%
Task Description

I know this was reported and fixed before ...

https://www.qcad.org/bugtracker/index.php?do=details&task_id=843

... but it looks like we have the issue now back with some kind of variation.

If I use the test drawing which I posted in 2013 ( FS#843 ) it works still as expected after it was fixed.

If I create a new block it won’t work in a new drawing nor in the old test drawing - no chance to snap to the Block Reference.

Edit: New Test drawing:

1363QCAD (main)Feature RequestLowNew Tool - make lines horizontal or verticalAssigned
0%
Task Description

New Tool Request:

To have a tool to make any given line which is ‘not’ orthogonal already into an orthogonal line.

For example if I had a line at 30 degrees by using the tool I could change the line to be either horizontal or vertical.

1364QCAD (main)Feature RequestLowNew Tool -'Run Parallel with'Assigned
0%
2 Task Description

New Tool request:

When drawing a line it would be good to have a tool/option to ‘run parallel with’.

For example start to draw a line and choose ‘run parallel with’, select appropriate line to draw parallel with!

2535QCAD (main)Feature RequestLowNew tool idea: Scale polyline objects separately, each ...Assigned
0%
Task Description

In my current QCAD file I’m working on, I have a circular hub with a hole in it which I am also trying to place an alternating sequence of rectangular spokes of a certain relative size around.

I had 4 spokes that I had copied and rotated 45 degrees to create 8 spokes in total around the circle. I tried scaling the the non-cardinal spokes relative to the center of the circular ring, but that causes them to also move towards the center of the ring as they shrink, thereby putting them out of place as they scale.

I therefore had to activate the scale tool once per each object and set an origin (focus) point around the area where each spoke is “attached” to the ring in order to stop each from shifting inward to the circle as it scales.

It occurred to me though that there could be a simple tool or option to do this without that.

Each of my rectangles are polyline objects and thus are coherent continuous objects.

A new scaling tool could be designed such that it is based on simply clicking on each scaling origin on each object (using snapping tools if needed) and then clicking a check button (or enter) when done and then causing the scaling GUI to appear so the user can specify the desired scaling. Each scaling would then be applied to where the polylines were clicked instead of to all the objects as one.

This would be a much faster way to rescale a bunch of objects around individually varying relative scaling origins!

Showing tasks 201 - 250 of 371 Page 5 of 8<<First - 3 - 4 - 5 - 6 - 7 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing