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

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

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

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.

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.

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

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 -

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.

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

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

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

Feature request - to have an option to underline text.

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.

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

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.

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

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

794QCAD (main)Bug ReportLowApplying Solid grid lines - not workingAssigned
50%
1 Task Description

Windows
3.0.8
Application preferences > Graphics View > Appearance - Solid grid lines doesn’t change anything?

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

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

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.

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.

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.

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.

783QCAD (main)Feature RequestLowSave as .dgn option missing in 3.0.8?Assigned
0%
Task Description

Not really a bug I suppose but the save as.dgn file format is missing in snapshot 3.0.8 release.

Will this be available again soon?

779QCAD (main)Feature RequestLowTurning detailed view on/offAssigned
0%
1 Task Description

My system: Intel(R) Core(TM) i5 CPU 650 @ 3.20GHz and 8 GB of RAM and NVIDIA GT218 (GeForce 210)

For a normal drawing displaying it in all detail is a good thing and the performance of my quad-core system is more than adequate.

But I discovered (or rather experienced) that when putting a large collection of individual drawings of gears onto one big sheet (960 mm x 600 mm - preparation for laser cutting), the performance was so bad that I had to wait several seconds (>10 sec) for each step in the process of arranging all the parts on the layer.

Request: It would be a big help and performance booster if you could disable the detailed view of each part/layer and only draw a rectangle to visualize the outline of the part.

Please take this in consideration. Attached you find an example of how that could look like. (Actually when pasting a drawing from the clipboard you already do that.)

776QCAD (main)Feature RequestLowExtra ' isometric' buttons for using Line from Angle.Assigned
0%
2 Task Description

When working with the isometric grid (in any projection - Top, Right, Left) and drawing from ‘scratch’ as it were, without using the projection tools - I find myself using ‘Line from Angle’ the most.

It would be extreamly useful to be presented with two extra buttons when using this tool, a 30 degree button and a -30 degree button, this way I wouldn’t need to keep typing in the angle difference here.

Regards

Clive

775QCAD (main)Feature RequestLowNote book tool for QCADAssigned
0%
1 Task Description

It would be really cool to have a Note book tool for QCAD!

For example I am often working on a draft and at the same time scribbling notes down on a separate piece of paper relating to the drawing I am working on, could be anything e.g. add a block,add a dimension etc. etc... all sorts of things to remind myself about - all related to a particular drawing.

Of course I could use any number of other programs for this but a simple dedicated tool inside QCAD (could be called the ‘QCAD scribbler ;)) would be much better, especially one that can save the notes to a particular file, then when I open up my drawing again - my notes are there too!

774QCAD (main)Feature RequestLowAdditional Button in the Blocklist menu for "Create Blo...Assigned
0%
1 Task Description

If I work in QCAD only with Toolbars (and not with the “Cad Tools” there is nowhere a Button to find for “Create Block from selection”.
If I have to create a Block based on a selection I have to work with the Menu or have to activate the Cad Tools.

But, if I look at the Blocklist menu there is a function (+) to add an empty Block. It would be nice to have this button working for both situation - empty Block or depending on a selection to “Create Block from selection”.

Or alternative an additional Button ... :-(

Anyway - in my opinion would that make the “Blocklist” complete. :-)

772QCAD (main)Bug ReportLowIsometric grid: toggle buttons not updatedAssigned
0%
1 Task Description

- Switch isometric grid off
- Switch isometric grid on using drawing preferences
- Tool buttons don’t reflect correct status

770QCAD (main)Feature RequestLowPolyline tool to delete segments between two nodes, lea...Assigned
0%
2 Task Description

I guess this is a case of wording and wrong expectations.

The polyline tool “Delete Segments between two nodes” removes nodes, but not segments as the title and the icon suggests.

I propose to rename it to “Delete Nodes between two nodes”.

A tool which actually removes line segments from a polyline, leaving gaps, could indeed be useful to some users.

I think of a straight polyline with several segments. Then I remove some segments. I end up with a polyline with “holes” in it. Now I could stretch that polyline and all the remaining segments and holes stretch proportionally. Could be handy some times.

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.

766QCAD (main)Feature RequestLowLayer List: Add "Lock All Layers"Assigned
0%
2 Task Description

To improve useability/efficiency I would like to propose the following changes/additions to the layer list:

1) Combining the show and hide button into one button.

Clicking once will hide all layers, clicking again will show them all again.

2) A “lock/unlock” button.

Clicking once will lock all layers, clicking again will unlock them all again.

Regarding the icons I suggest that instead of show both the black and grey version of the eye/lock, you could switch between them depending on the state the switch-button is in. Also the mouse-over-text could/should change with the state.

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

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

My task: To hatch an area.

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

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

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

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

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

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

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

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

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

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

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

756QCAD (main)Bug ReportLowDisplay problem in the Text "Character Map" ...Assigned
0%
1 Task Description

XP/32

Go to:
Text → Special Characters → Others → “Character Map” pops up.
Adjust Zoom to 100% = display problem (not enough space for the single character.

754QCAD (main)Bug ReportLowAdding or removing additional viewports - gives unwante...Assigned
0%
Task Description

Windows 7-64
3.0.7
When adding or removing additional viewports,an extra unnecessary window of the viewport is created.

747QCAD (main)Feature RequestLowDXF import: dimension labelAssigned
0%
Task Description

Add support for custom dimension labels created in 3rd party applications. Such labels may contain text that is stripped by QCAD.

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

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

I’m not asking for a workaround ;-)

736QCAD (main)Bug ReportLowsnap tool menu is shown before specifiv tool menuAssigned
0%
Task Description

When creating a new file, selecting the e. g. line tool at first opens the linemenu and the snap tool menu as expected. After clicking on the back button twice (going back to the main menu) and selecting the e. g. circle menu, the snap tool menu is shown instead of the circle menu. Instead the circle menu is shown after pressing the back button again.

This only happens when clicking on the back button, but with any tool menu seleected. Pressing escape to go back does not show this problem.

QCAD is running on Mac OS Mountain Lion.

735QCAD (main)Bug ReportLowAngle dimensioningAssigned
0%
1 Task Description

See http://www.qcad.org/rsforum/viewtopic.php?f=11&t=2274&view=unread#unread

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

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

Screenshot:
First row: Befor / Second row: after

733QCAD (main)Bug ReportLowQCAD Trial: batch tool dwg2bmp produces no outputAssigned
0%
Task Description

Some users are experiencing problems with dwg2bmp.

See forum at:
http://www.qcad.org/rsforum/viewtopic.php?f=32&t=2272&view=unread#unread

729QCAD (main)Bug ReportLowPreferences not stored on some installationsAssigned
0%
Task Description

Preferences not stored on some installations

See:
http://www.qcad.org/rsforum/viewtopic.php?f=33&t=2269&view=unread#unread

728QCAD (main)Performance IssueLowSlow loading of drawing with many block insertsAssigned
0%
1 Task Description

Slow loading of drawing with huge number of block inserts (more than 10000).

724QCAD (main)Feature RequestLowUseless reference point entering when moving relativelyAssigned
0%
1 Task Description

Hi,
this is a usability feature request:

If you want to move an object relatively to any point (e.g. by entering @x;y in commandline) it does’nt make sense to enter a starting reference point. Of course this is possible by clicking to any location on the screen. But it’s difficult to change between mouse and keyboard so often.

It should be possible to enter a “don’t care” or “any” reference point by pressing a keyboard shortcut (e.g. enter like in AutoCAD).

Thx

721QCAD (main)Bug ReportLowVertical dimensions imported as horizontal dimensionsAssigned
0%
Task Description

Vertical dimensions created with 3rd party applications are sometimes imported as horizontal dimensions with length 0. Changing the angle in the property editor fixes the problem.
Problem occurs in QCAD 2.2 and QCAD 3.0.

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

Showing tasks 351 - 400 of 519 Page 8 of 11<<First - 6 - 7 - 8 - 9 - 10 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing