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 TypeSeverity  descSummaryStatusProgress
784QCAD (main)Feature RequestLowTurn text into hatched polylinesAssigned
0%
1 Task Description

Would it be possible to add a feature which turns selected text into solid fill hatched polylines?

That would make it possible to migrate the drawing from one computer system to another without having to worry whether the used font is installed on both systems, like when sending a drawing to a manufacturer for laser engraving.

Right now I can do it by hand, letter by letter, and that is a rather labour-intensive task.

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.

787QCAD (main)Feature RequestLowHatch generator - plug in tool?Assigned
0%
Task Description

Would it be possible to make a Plug in tool for a Hatch generator, so custom made hatches can be saved as .pat files?

I have a lot of up and coming future projects that I would like to make my own ‘custom’ hatches for.

788QCAD (main)Feature RequestLowExtra option to detect duplicates only in user defined ...Assigned
0%
2 Task Description

It would be very useful to have an extra option to only detect duplicates within a user defined area.

789QCAD (main)Feature RequestLowScale tool - mouse-pointer - inversely proportional sca...Assigned
0%
2 Task Description

3.0.8.
Bug Report or Feature Request ..... I’m not sure!

If I use the mouse-pointer in the Scale tool I’m not able to do an inversely proportional scale.
x - y locked or unlocked doesn’t matter in combine with the mouse pointer ...

 790 QCAD (main)Feature RequestLow Dimension Setting - Extension Line - total length setti ...Closed
100%
Task Description

It would be nice to have the option for a “Short” Extension Line.
This is often used in Architectural drawings.
Yes, I know that I can explode a dimension and change it to that what I’m asking for - but that is really a Sisyphus task and destructs the function of a dynamic Dimension in QCAD.

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 ;)

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

 800 QCAD (main)Feature RequestLow Configurable auto snap Closed
100%
Task Description

Enable / disable individual snaps for use with auto snap.

802QCAD (main)Feature RequestLowUser defined toolbarAssigned
0%
Task Description

It would be a nice feature to be able to define your own toolbar.

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

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.

 807 QCAD (main)Feature RequestLow Option to add a folders in the layer list Closed
100%
Task Description

It would be useful to have an option to be able to add new folders in the layer list, to group certain layers together in a folder when needed, this would reduce the layer list length and make it easier to navigate to certain layers (would be useful for me anyway!).

This feature might also be useful for the block list too!

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 ;-)

817QCAD (main)Feature RequestLowSnap and cut all intersection in a given area tool ...Assigned
0%
Task Description

As we all know - from time to time - it is a lot of work to prepare a part of a drawing for a hatch.
To get rid of one of the basic task (cutting lines along the desired hatch boundary) it would be nice to have an add-on - or what ever - what would cut ALL intersection in a drawing (or just on one layer, or just based on a selection etc.) with just a mouse click. Then it would be much faster and easier to do the selection for the hatch boundaries.
The user could decide to make it directly in his drawing or he like to duplicate the drawing to an extra layer where this function will be used ....

Clive mentioned on this:
Maybe a tool like this could be an additional ‘Snap’ selection option - select all snap intersections or select snap intersections within a boundary! then as you suggest ‘cut’ at the intersection points.

 819 QCAD (main)Feature RequestLow Bring back option to make Hatch patterns in .dxf for QC ...Closed
100%
Task Description

Please see topic:
http://www.qcad.org/rsforum/viewtopic.php?f=31&t=2445

821QCAD (main)Feature RequestLowUnderline text optionAssigned
0%
Task Description

Feature request - to have an option to underline text.

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

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.)

 824 QCAD (main)Feature RequestLow Rectangle and Polygon should (optionally) produce Polyl ...Closed
100%
Task Description

First of all it would make it easy to move them in one piece.
And if additionally FS#823 is implemented (with the option to easily stretch orthogonal to the selected line) this would improve the handling of Rectangles and Polygons significantly.

The tools could then be moved to Polyline Tools or maybe get their own category called Polygon Tools with a Rectangle as Icon.

 825 QCAD (main)Feature RequestLow Move non single straight line away from Line Tools Closed
100%
Task Description

Line Tools menu would be way clearer as it would only create single straight lines.

This can be achieved by implementing FS#822 and  FS#824 .

 826 QCAD (main)Feature RequestLow Show Polygonal Area in the Properties Editor Closed
100%
Task Description

If one or more closed Polylines are selected the (summed up) area should be displayed in the Properties Editor.

827QCAD (main)Feature RequestLowUse Properties Editor to define Properties of newly cre...Assigned
0%
Task Description

If there is no selection the Properties Editor could be used to predefine the properties of to be drawn elements.

 828 QCAD (main)Feature RequestLow Handle to reposition CAD Tools Closed
100%
Task Description

CAD Tools could have a small handle that would make it possible to drop them in a different location.
This should not be a header with title, maximize and close buttons like normal dropable windows have.
Instead it should be a (dotted) line similar to the one normal toolbars have.

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 -

832QCAD (main)Feature RequestLowAdd shortcut to fastly enter ortho modeAssigned
0%
Task Description

When drawing or moving objects holding down CTRL should activate ortho snapping as long as CTRL is pressed.

If ortho mode has been active before holding down CTRL should deactivate it (for the time it is beeing pressed).

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.

 834 QCAD (main)Feature RequestLow Merge Line from 2 Points and Line from Angle Tools Closed
100%
Task Description

Add the options from the Option toolbar the Line from Angle tool to the Options toolbar of Line from 2 Points.

As long the user does not set a value for Angle or Length the tool acts just like Line from 2 Points. During this time the values are automatically filled in corresponding to the line preview on canvas.
Once the user enters a value to into the field for Angle or Length this value is fixed and only the other one can be modified on the canvas.
Of course the user can also define both values by typing in the values.

 835 QCAD (main)Feature RequestLow And shortcut to change value in Option toolbar Closed
100%
Task Description

Pressing TAB should directly activate the corresponding text-field if a tool is activated where a numerical value can be set in the Option toolbar.
Pressing TAB again should select the next text-field in the Option toolbar.

If the last text-field in the toolbar is activated pressing TAB should deactivate the text-field. Pressing TAB one more time after this should again activate the first text-field.

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.

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 ...

 840 QCAD (main)Feature RequestLow File > New from Template: Remember last used folder Closed
100%
1 Task Description

Task:
Drawing - New from Template ...

My Default Template Folder in “Application Preferences” is on F: (USB Port).
QCAD depicts to C:/Programme/QCAD pro 3.1.2/libraries/templates
(Yes - I started QCAD new after adjusting the default Folder)

 844 QCAD (main)Feature RequestLow user defined line styles and weights Closed
100%
Task Description

It would be nice to have the possibility to design and use your own line styles, in addition to the built-in ones.
Also nice to have are user defined line weights, in addition to the built-in ones.

 845 QCAD (main)Feature RequestLow Scale factor for dimensions Closed
100%
Task Description

Introduce scale factor for linear dimension entities.

Original request was:

It would be nice to have the possibility to enter dimensions in the form of a formula and still show up as a ‘normal’ dimension.
This would greatly help in creating details in a different scale (say, 5:1) than the rest of the drawing.
Creating details is quite often necessisary for small objects (when lines are too close together to distinguish at 1:1) if the drawing must be legible to mere humans...

Now one must calculate and manually enter all dimensions for the detail after scaling (and re-calculate every time something gets modified), this is quite error prone.
Exploding the dimensions before scaling is not a real option: the arrowheads and texts then get scaled, too, wich is undesirable.
Scaling back, modifying and then repeating the process is also not quite on the mark: small errors creep in due to finite precision in the calculations made during the scaling.

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

853QCAD (main)Feature RequestLowKeep selection after undo ...Assigned
0%
2 Task Description

If I move something and it went wrong I can easily undo the last move and start over without the need of a re-selection.
If I copy something and it went wrong I can undo the last copy but I have to re-select everything again.

It would be nice to keep the once chosen selection in both “undo” situation!

Same with similar functions like rotate etc. ....

 855 QCAD (main)Feature RequestLow Scale dimension on/off option ... Closed
100%
Task Description

QCAD 3.1.5 - has a new “Dimensioning Scale adjustment option” (Property editor/Linear Factor). NICE!!! :-)

What means - we are now able to change the dimension scale for existing dims!

My Feature request refers to new dimensions and I think it would be perfect to have a “Scale Factor - On/Off Option” for all Dim Tools.

That would bring us in the position to copy / scale a part of our drawing for a detail view and we could just use us usual the dimensioning tools (with a scale factor) for the dimensioning task ....

 856 QCAD (main)Feature RequestLow Option to create a polyline from 'selected' entities on ...Closed
100%
Task Description

It would be useful to have an additional option in the polyline tool set to be able to create a polyline from selected entities only, without the need first for preparatory drafting measures.
Basic example attached.
You see here I want to create a polyline from only the selected lines, thus leaving the rest as separate line segments.

 858 QCAD (main)Feature RequestLow Circle/Arc tangential on entities ... Closed
100%
Task Description

I’m not sure but if this is a duplicate please delete!

Feature Request:
It would be nice to have a tool what will help to draw tangential circles and arcs between other entities.

I imagine this tools with a three entities (circles, lines) selection or two entities plus a radius.

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.

860QCAD (main)Feature RequestLow"Create Library item from selection" default Path ...Assigned
0%
Task Description

Default Path for “Create Library item from selection” / “Save us” is C:\Programme\QCAD pro 3.1.6 ...
... regardless of the settings in the “Application Preferences / Library Browser / for Library Sources.
And QCAD doesn’t remember the last path choice ....

If I have to save 50 Library Items I have to navigate 50 times thru my system to find - the same place.

It would be nice if QCAD would point in first place to the Library Source or, at least, remember the last used path ... ;-)

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!

868QCAD (main)Feature RequestLowOption to save to dwt - drawing template.Assigned
0%
Task Description

An option to save to dwt (drawing template) would be so very useful.
Please see related topic:

http://www.qcad.org/rsforum/viewtopic.php?f=32&p=8237#p8237

 869 QCAD (main)Feature RequestLow  Support for block attributes Closed
100%
Task Description

I would like to use QCAD at work.
Since the drawing using block attributes (ATTRIB) is not displayed correctly, I am troubled.
Please give me correspondence by all means.

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).

 880 QCAD (main)Feature RequestLow New Ellipse tools Closed
100%
Task Description

It would be good to have additional ellipse tools that could produce an ellipse:
Tangential to four given sides (closed like a Quadrilateral) or sperate sides and to 4 given coordinate points.
see snapshot for the idea.

 881 QCAD (main)Feature RequestLow Line orthogonal to line and tangential to arc, circle o ...Closed
100%
2 Task Description

It would be useful to have an additional line tool that could be drawn tangent to an existing circle and perpendicular to a line.
see screenshot for the idea:

 882 QCAD (main)Feature RequestLow Repeat last tool button Closed
100%
Task Description

A ‘Repeat last tool’ button would be useful.
When one has fully cancelled all operations, sometimes it would be convenient to have the option to have a repeat of the last tool again...I’m thinking that a simple button could do this a bit like the reset/idle button.

 883 QCAD (main)Feature RequestLow Information tool for finding the centroid of an irregul ...Closed
100%
1 Task Description

It would be extreamly useful to have an additional info tool to be able to find the centre of gravity (centroid) for an irregualr polygon.
For info please see:http://en.wikipedia.org/wiki/Centroid

Actually a tool whicn gives an option for finding the centre and centroid of polygons would be good.

 884 QCAD (main)Feature RequestLow Tool for copying/pasting selected entities along a path Closed
100%
Task Description

Not sure how complicated this one might be to develop/implement ?

But a tool for copying/pasting entities along a given path would be great. In the attached snapshot you can see what I am trying to acheive - to copy/paste the brick along a wall contour. A dedicated tool for doing something like this would be great...sure I can do it with the tools provided in QCAD already but it sure would make life so much easier if there was a tool specific for this kind of thing.
I am actually working on some ‘real’work projects with these requirements and it does take a bit of time to get correct!

Or maybe an additional Points tool option to plant points along a curve would be good!

 889 QCAD (main)Feature RequestLow Filter the current selection to only include entities o ...Closed
100%
2 Task Description

The property editor should do,
if I change
Selection: All(xx)
by Filtering by Entity Type
Selection: Circle(xx)
only the selected enteties(in this case the circles) should be selected, so we will be able to copy, delete ... directly

Der Eigenschaften Editor sollte wenn die
Auswahl: Alle(xxx) auf z.B.
Auswahl: Kreise (xx) geändert wird
auch nur diese Selektierung in der Zeichnung auswählen um direct kopieren, löschen ... zu können

Showing tasks 1851 - 1900 of 2560 Page 38 of 52<<First - 36 - 37 - 38 - 39 - 40 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing