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

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

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.

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.

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

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.

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.

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.

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

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

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

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

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

936QCAD (main)Feature RequestLowDisproportional scaling of block referencesAssigned
0%
Task Description

XP/32

... doesn’t works proper at circles and ellipses.

Circles: the scale works only proportional even though I have the options for x and y.
Ellipses: The same but if I play around with the x, y fields it will freeze the scale possibility.

964QCAD (main)Feature RequestLowNew tool request - 'Break Out Arc' from CircleAssigned
0%
Task Description

It would be useful to be able to pick a Start and End point of an Arc within a Circle to then break this out. So in principle another break out tool.

Please see topic:http://www.qcad.org/rsforum/viewtopic.php?f=33&p=8826#p8826

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

Property Editor - Geometry - Custom - Add Custom Property

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

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

992QCAD (main)Feature RequestLowselections to stay selected when projecting to an isome...Assigned
0%
Task Description

My request is that all selected entities stay selected after isometric projection, this would be useful for example if you need to modify the projection further after placing!
Maybe an extra button could be added in the ISO options?

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.

1009QCAD (main)Feature RequestLowLayer Order is Alphabetical vs the Order Defined Origin...Assigned
0%
Task Description

It would appear that when QCAD imports a DXF, it reorders the layers into alphabetical order (at least when importing R2011). I have not tested this extensively but on other programs, the order is different from alphabetical. Ideally the operator should be given a choice to order the layers as exported (assuming the DXF format remembers that) or alphabetical. This is because a drawing may have a certain stack up of layers (like a printed circuit board) and then alphabetic ordering is not useful nor desired.

1026QCAD (main)Feature RequestLowSelection Filter also present in the Menu "Selection"Assigned
0%
Task Description

It would be nice to have the Selection Filter also present in the Menu / Selection List

1034QCAD (main)Feature RequestLowSupplementary note added to Application preferences dia...Assigned
0%
Task Description

I think it would be useful to add a note to the Application preferences dialog window, to explain to the user the difference between ‘Application and Drawing’ preferences and how it effects drawings in QCAD.

Please see topic for more details and feedback:

http://www.qcad.org/rsforum/viewtopic.php?f=32&t=2831&p=9724#p9724

1036QCAD (main)Feature RequestLowLayer list - drop down menu optionAssigned
0%
Task Description

In the same way as the Pen tool has a drop down menu, would it be possible to have an option to configure the layer list in the same way. I am trying to create a bit more drawing space and it would be good if I could dock the layer list in the top of my window and only take up a single row space!

1046QCAD (main)Feature RequestLowPlease add script bindings for Qt 4.8.6 and 5.2.1Assigned
0%
Task Description

These are the versions Ubuntu 14.04 comes with, and since it’s an LTS version, it will linger around a while.

(Despite the fact that the Qt4 packages are versioned 4.8.5, qmake –version says 4.8.6, so it doesn’t find the 4.8.5 bindings.)

Thanks,

1080QCAD (main)Feature RequestLowBitmap export: calculate size based on bounding box inc...Assigned
0%
Task Description

I have created a drawing, where the CENTERS of the most outer lines have a distance of 3.06mm in both X and Y.
The line weight of these outer lines is 0.6mm, so the whole image is 3.06mm + 2* 0.6mm/2 = 3.12mm wide and long (center to center plus half of the line weight on every side).
Additionally in the export there is a frame around the image, making it 3.12 + 2*frame.
The export function however calculates 3.06mm when setting the resolution to 1000Pix/cm, so it does not include the line weights and the outer frame.

1098QCAD (main)Feature RequestLowSupport for set of layersAssigned
0%
Task Description

Many constructions refer to a basis of elements, which stay constant in all follow-ups. As an example there is a floorplan and I would like to create different variations of room layout (e.g. A and B). In my example the basis consists of 30 layers an each variation needs 10 further ones. At last there are 50 different layers in my drawing. Designing layout A needs layer 1 to 30 (basis) and 31 to 40 (A) to be shown, but 41 to 50 (B) must be invisible. Now I modify Var.B which makes me to single click the visibility of 31 to 40 (A) to be not shown and 41 to 50 (B) to be shown. You’ve got it?

It would be great help, to save the set of all shown layers by an individual name in a pulldown-menu. Visibility of my variations could be chosen by userdefined “set of layers”, e.g. “Var-A”, “Var-B” and “Var-A_but_different”. In this way I pick just one set-name in my pulldown-list instead of marking and demarking between countless layers.

In my opinion this tool would be a small aspect in QCad but a giant leap for user-pleasentness ;-)

1111QCAD (main)Feature RequestLowOption to swap right/middle mouse buttonAssigned
0%
Task Description

Most of the other slightly non-standard CAD/eCAD tools I work with (e.g. Diptrace, PTC Creo Elements) use the right mouse button to drag.
So when changing between these applications, it’s slightly confusing/annoying that I need the middle mouse button to drag in QCad.
Even worse, the middle mouse button on most mice is the scroll wheel which is not really comfortable to hold while dragging.

So I’d propose an option to switch the function of the middle and right mouse button to allow users to choose the preferable option.

1130QCAD (main)Feature RequestLowOffset Polyline from both sides at onceAssigned
0%
Task Description

It would be great to have a tick box to be able to offset a polyline from both sides/edges at once.

Maybe a similar feature could be added to the line -parallel tools?

1155QCAD (main)Feature RequestLowAdd preference for solid line crosshairsAssigned
0%
Task Description

Would it be possible to have the choice of either dashed or solid lines for the large cross hairs?

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.

1230QCAD (main)Feature RequestLowFile > PDF Export / SVG Export: export layersAssigned
0%
Task Description

Dear Andrew, just in case you should ever run out of ideas for enhancements; As an advisor I sometimes get PDF files and recently, some CAD drawings contained layers, which is kind of nifty to reduce the clutter.

Sadly though, qprinter/qpainter seem to be unaware of OCG (Optional Content Groups, the PDF jargon for layers) at the moment, so my plea is for the back burner now. Probably in SVG though it can be done? Yet that is of a little less use, maybe…

1233QCAD (main)Feature RequestLowTab key to cycle between selected objectsAssigned
0%
Task Description

I think it’s a useful adition and makes it easy to select objects that are overlapped. I know there is a selection filter, but sometimes this is faster and/or all the objects share the same type and such things.

If I remember correctly, Inkscape has this behaviour.

Thanks.

1254QCAD (main)Feature RequestLowAdd drop object along a path with automatic trimAssigned
0%
Task Description

Add drop object along a path with automatic trim.

  1. The object can be a selection before or after selecting the tool, an entity or a block.
  1. The path can be another entity from a start point to an end point.
  1. Dropping can be made on one side or the other (like in other tools depending on the side of the cursor), with a choice of miroring the object or not.
  1. The number of drops or the distance between can be selected.
  1. The distance can be between a control point of the object or its sysmetry axis or border.
  1. The dropping direction can be selected too.
  1. The droping depth can be constrained : all control points have passed the path, or one of them. Alternatively, replace control points by an entity belonging to the object.

Exemple of use case : equidistant drills in a curved rail. The dropping depth constraint enables for example to ensure a drill has a minimal depth when not orthogonal to a plan.

1255QCAD (main)Feature RequestLowChange a quote value modify the drawing + link quotes w...Assigned
0%
Task Description

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

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

  • Today in the properties, the value is read only. Being able to edit the value would modify the linked entity properties to fit the new quote.
  • Changing a property would change the linked quotes accordingly. Today, if I change a circle diameter which is quoted, the quote remain where it was and is no more relevant.
1278QCAD (main)Feature RequestLowLayer list: store layer state independently of parent l...Assigned
0%
Task Description

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

1332QCAD (main)Feature RequestLowFile > SVG Export: export DXF entity handles to SVGAssigned
0%
Task Description

Add handle attribute to exported SVG tags to identify exported DXF entities.

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.

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

Matrix - Modify, add Flip Horizonatal and Vertical tools

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.

1402QCAD (main)Feature RequestLowCAD-Toolbar, Toolbar, Menu, Tool Matrix with customized...Assigned
0%
Task Description

Would it be possible to arrange the Menu, CAD-Toolbar, Toolbar, Menu, Tool Matrix with customized keywords, like “simple”, advanced” and “expert” to show only a minimum for user there are begin with CAD, advanced for CAD-User, and expert for construction.

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

1506dxflibFeature RequestLowwriteVPort parametersAssigned
0%
Task Description

Add parameters to the function DL_Dxf::writeVPort.
This way users will be able to specify the desired viewport.

Is the github the official repository? Are pull requests sent there accepted?

1510QCAD (main)Feature RequestLowdimensioning, rounded valuesAssigned
0%
Task Description

Approximation value for dimensioning, i.e. for example:
approximate to .5
measured valure 11.3456 > displayed value 11.5

1542dwg2svgFeature RequestLowdwg2svg: add switch to show only given layer(s)Assigned
0%
Task Description

Implement a command line switch to only show a list of given layers for dwg2* command line tools.

1549QCAD (main)Feature RequestLowSeparate Coordinate Display from Drawing DimensionsAssigned
0%
Task Description

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

According to the changelog for version 3.9.3 the info tools and coordinate display are tied to the current drawing dimensions. For much of my use I prefer to have the dimensions format different. The main reason is that my customers want to see the format in fractions, but when I am drawing I’d rather see the decimal format to make sure what I am drawing is accurate. So I’d really be interested in seeing a separate full configuration of the display and info coordinates.

1586QCAD (main)Feature RequestLowEdit > Application Preferences: Use different color for...Assigned
0%
Task Description

Add preference to use a single, configurable color for all locked layers.

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

1594QCAD (main)Feature RequestLowTool matrix: allow reordering of toolsAssigned
0%
Task Description

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

1601QCAD (main)Feature RequestLowAdd regex to text search & replaceAssigned
0%
Task Description

Add a more versatile way of doing a search and replace for text. Regular expressions maybe?

Showing tasks 251 - 300 of 371 Page 6 of 8<<First - 4 - 5 - 6 - 7 - 8 -

Available keyboard shortcuts

Tasklist

Task Details

Task Editing