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)

IDCategory  ascTask TypeSeveritySummaryStatusProgress
 1689 QCAD (main)Bug ReportLow Issue with Block Attributes Closed
100%
Task Description

QCad 3.19.2 Professional, 64bit, Liux Mint

Case:
1. Create some block with attributes.
2. Insert this bock into “Model Space” or “Paper Space”.
3. Edit this block. Rename some Attribute names (tag, prompt).
4. And when in “Model Space” or “Paper Space” Synchronize Attributes, we have in properties old and new attributes.

 1690 QCAD (main)Bug ReportLow Issue with Layers Closed
100%
Task Description

QCad 3.19.2 Professional, 64bit, Liux Mint

Case:
1. We have drawing with hierarchical layers.
2. When try for example to lock all layers from “Layer List Widget” by clicking to “Toggle lock” at Parent Layer. Then locked are all layers in this group. Same is with “Toggle snappable”, “Toggle plottable”, “Toggle frozen”. All works as expected. But “Toggle visibility” works only on this one parent layer.

 1692 QCAD (main)Bug ReportVery Low Issue with Layouts. "Viewport" enteties are not highlig ...Closed
100%
Task Description

QCad 3.19.2 Professional, 64bit, Linux Mint

Case:
1. Open some drawing with viewport entities on layout block (paper scace). Print Preview mode is “On” automatically.
2. Switch to “Black/White Mode” from toolbar and move cursor on “Viewport” enteties. This entitie is not highlighted. With other enteties all works as expected.
In “Full Color Mode” and “Grayscale Mode” no problems.

For example can try on “flange.dxf”

 1693 QCAD (main)Performance IssueLow Formatted text is not correctly displayed Closed
100%
1 Task Description

Texts justified and/or formatted in dxf or dwg files generated by Autocad not presented correctly when the file is opened by QCad, follow file for verification.

 1694 QCAD (main)Bug ReportLow Viewport entities - Context menu: does not work Closed
100%
Task Description

QCad 3.19.2 Pro 64 bit. Windows 10, Linux Mint

All functions in context menu does not work with “Viewport entities” (Delete, Cut, Copy,etc).
But all same functions also work with keyboard shortcuts, from command line and buttons from toolbar.

 1695 QCAD (main)Bug ReportLow Context menu: editing tools not working in paper space Closed
100%
1 Task Description

Tools not working from context menu in paper space.

 1696 QCAD (main)Bug ReportLow Modify > Isometric Projection > Cylindrical: exception Closed
100%
Task Description

Modify > Isometric Projection > Cylindrical throws exception / broken.

 1703 QCAD (main)Bug ReportLow File > Bitmap Export: Monochrome with black background  ...Closed
100%
Task Description

Exporting a monochrome bitmap with black background produces a black bitmap.

Affects File > Bitmap Export and dwg2bmp.

 1704 QCAD (main)Bug ReportLow Wrong labels for information area buttons Closed
100%
Task Description

In Information → Arc/circle/ellipse area tool labels for Area of sector and Area of segment buttons are switched.

 1706 QCAD (main)Bug ReportLow Grid line mask drawing lines Closed
100%
Task Description

After changing the colours of the grid points and grid lines I noticed that when I draw a line exactly over a grid line the grid line masks the drawing line. When zoomed in the lines disappear all together. Please see attached images.

 1707 QCAD (main)Bug ReportLow Dimension text size and arrow for imported drawings, wa ...Closed
100%
Task Description

A nasty bug that I posted some time in the forum that prevents QCAD to read properly the content block associated with dimension.

Here’s what is happening:
- every dimension entity in DXF/DWG is stored with a block representing its contents (or in fact, anything else)
- QCAD ignores that block and instead renders the dimension using the various sizes and properties of the dimension

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

 1708 QCAD (main)Feature RequestLow Layer > Select Layer: add feedback Closed
100%
Task Description

Win 7
Q-CAD 3.19.2

R-Click in Layer list
With a selection, selecting by Layer adds the Items on that Layer to the selection.
With a selection, deselecting by Layer subtracts the Items on that Layer from the selection.
This is not a bug in casu because this can be the intention of the function. Adding or Subtracting.

Intuitively ‘selecting by Layer’ to retrict to that Layer solely has only the desired effect if no selection existed before.
Deselecting by Layer with no previous selection should mention there was none to start with.
Selecting by Layer from an empty Layer should mention that nothing is added.

Faults are prone to make.

Selecting a Layer uniquely would be an interesting additional feature.

Regards

 1709 QCAD (main)Feature RequestVery Low Feature request: Add extra padding to textbox. Closed
100%
Task Description

When placing text on a drawing you are offered with the choice of where you want the origin of the textbox to be. That’s very nice. Image 1 shows an example of text with top left origin. It seems there is already some top padding above the text.

Unfortunately there is no option to add extra padding to the other sides so the text is right to the left border of the textbox. To correct this you have to add some parallel construction lines and move the text a bit to the right. Now the text has nice padding. See image 2.

It would be nice to have some padding options when adding/editing text, like in web-design: https://www.w3schools.com/css/css_padding.asp

 1711 QCAD (main)Bug ReportLow Error at copy with refpoint and paste, result is mirror ...Closed
100%
Task Description

QCAD V3.19
Error at copy with ref point and paste

Look at the video

for testing
I made a litte drawing, then select all
then make copy with refpoint, set refpoint
then insert it

Result: the copy is mirrored and with factor 1.2 greater then original

 1715 QCAD (main)Bug ReportLow Print option "Auto fit pages to drawing" broken Closed
100%
Task Description

Print option “Auto fit pages to drawing” broken.

 1717 QCAD (main)Bug ReportLow small fix in startup script Closed
100%
1 Task Description

The current startup script fails when called through symbolic link due to string:

DIR=${0%/*}

It is better to change it to:

DIR=$(dirname -- $(readlink -f -- $0))
 1718 QCAD (main)Bug ReportVery Low File > SVG Export: selected entities exported in select ...Closed
100%
Task Description

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

 1720 QCAD (main)Bug ReportLow Modify > Auto Trim: fails for Rays and Infinite Lines Closed
100%
Task Description

... if other entities involved.

Testdrawing:
Please use the Auto Trim tool first with visible and then with invisible Block Countertop. The effect can change depending on where you click.

 1725 QCAD (main)Bug ReportLow File > Bitmap Export: thin lines not exported Closed
100%
Task Description

Thin lines are with sub pixel widths are not visible in exported bitmaps.

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

 1726 QCAD (main)Bug ReportLow Layer property "for plotting" seems not working  Closed
100%
Task Description

Deaktivating “for plotting” (German “plottbar”) while editing properties of a layer seems to change nothing. I expected, that in print preview (SVG, PDF) these layers are deaktivatet too.

Deaktivating in these cases make sense as when real plotting.

 1727 QCAD (main)Bug ReportLow Autosave - Error feedback - DXF staed but should be DWG Closed
100%
Task Description

Hi Andrew,

Just a little thing I noticed recently.

My default is set to save as DWG and indeed it does, however the auto-save feedback tells me that the file is saved to DXF, although it actually does save to DWG - no big deal but is this correct feedback?

Many thanks

Clive

 1728 QCAD (main)SuggestionLow Script bindings for Qt 5.9.4 Closed
100%
Task Description

Please add script bindings for Qt 5.9.4, thank you.

 1729 QCAD (main)Bug ReportLow Wrong sizes for dimensions in blocks viewed through vie ...Closed
100%
Task Description

See also:
https://qcad.org/rsforum/viewtopic.php?f=33&t=5507

 1730 QCAD (main)Bug ReportLow Point display in a layout / print preview not correct Closed
100%
Task Description

Hi Andrew,

When placing a point in a layout it gives an incorrcet display, for example if I place a cross point style I get a rather strange shape in return!

Many thanks

Clive

 1733 QCAD (main)Bug ReportMedium Open DXF just written by qcad crashes qcad  Closed
100%
Task Description

I am a new qcad pro user and created a simple drawing and saved as DXF R27 and closed the app. I reopen the app and open that DFX and the app crashes. However, I can import it. I suspect (without any evidence) that the text in the dimension of the drawing is the problem. Perhaps this issue is like #1261

Process: QCAD-Pro [97927]
Path: /Applications/QCAD-Pro.app/Contents/MacOS/QCAD-Pro
Identifier: org.qcad
Version: 3.19 (3.19.2)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: QCAD-Pro [97927]
User ID: 501

Date/Time: 2018-04-11 18:07:15.937 -0700
OS Version: Mac OS X 10.12.6 (16G1314)
Report Version: 12
Anonymous UUID: 1EBA0D43-4553-C6E8-6F6A-1A9F3992052D

Sleep/Wake UUID: 86FC779B-AD43-426E-9FFA-4AFBFD6EFC8A

 1734 QCAD (main)Bug ReportLow Draw > Text: Color changes for CAD font texts ignored Closed
100%
Task Description

Create text using “standard” font with color change (e.g. one letter in the middle red).

 1735 QCAD (main)Bug ReportCritical Export to PDF doesn't work Closed
100%
Task Description

Export to PDF doesn’t work on Linux Mint 64 bit

 1736 QCAD (main)Bug ReportMedium Draw > Image: broken Closed
100%
Task Description

Draw > Image broken due to UI file resource not being found.

 1737 QCAD (main)Bug ReportMedium Block > Attributes > Define Block Attribute: broken Closed
100%
Task Description

Broken due to UI file resource not being found.

 1738 QCAD (main)Bug ReportLow File > Print / PDF Export: shortcut broken in print pre ...Closed
100%
Task Description

Load drawing
Switch to print preview
Ctrl-P / XD have no effect

 1739 QCAD (main)Bug ReportLow Edit Library File doesn't work Closed
100%
Task Description

The Edit Library File option in the drop-down menu when you right-click a library item does not work

 1741 QCAD (main)Bug ReportLow Property Editor: titles of block attributes with _ cut  ...Closed
100%
Task Description

- Create block
- Add attribute with tag “MY_ATTR” - Create block reference

- Select block reference
- Block attribute of block reference shown as “ATTR”

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

 1742 QCAD (main)Bug ReportLow File > Print: printed point size depends on zoom level Closed
100%
Task Description

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

 1743 QCAD (main)Bug ReportVery Low Draw > Text: Wrong bounding box for text with empty sup ...Closed
100%
1 Task Description

Hi,

I have a drawing where I use text with superscript. In this case when I use autozoom, it does not work as I expect. It includes the 0,0 coordinates too. The problem also occures when I export the drawing into svg.

I attached an example, just use the autozoom.

Thanks,
Soma


 1744 QCAD (main)Bug ReportLow QCAD crashes when opening .dgn files Closed
100%
Task Description

Have tried several samples from the web and the result is the same.

Here is the event log entry:
Faulting application name: qcad.exe, version: 3.20.0.0, time stamp: 0x5ad07892
Faulting module name: MSVCR120.dll, version: 12.0.21005.1, time stamp: 0x524f83ff
Exception code: 0xc0000409
Fault offset: 0x000000000006dd27
Faulting process id: 0x34d0
Faulting application start time: 0x01d3dbdf73dc50d2
Faulting application path: C:\Program Files\QCAD\qcad.exe
Faulting module path: C:\Program Files\QCAD\MSVCR120.dll
Report Id: 0644b1d2-d503-4525-ab02-fc36f87288a0
Faulting package full name:
Faulting package-relative application ID:

 1745 QCAD (main)Bug ReportLow File > Bitmap Export: thick lines exported thin Closed
100%
Task Description

When exporting a drawing under latest version of QCAD, for whatever reason QCAD ignores all line thicknesses and there is no option to fix it. The error is in BitmapExportWorker.js (line 134). It should read:

view.setHairlineMinimumMode(false);

(currently, it uses “true” instead)

 1746 QCAD (main)Bug ReportLow File > Bitmap Export: File base name cut off in file sa ...Closed
100%
Task Description

A file with name of 1234.56.78.0001.00 Something blah blah.dxf will not export to bitmap correctly. The save dialog will suggest filename of 1234.56.78.0001.jpg instead, truncating everything after last dot.

This bug existed in older versions too because of incorrect handling of file names. As a result, at some point File.getSaveFileName incorrectly truncates the extension (which is empty at the time) and replaces it with jpg. Appending a null extension fixes this, though obviously it’s not a correct fix.

Here is a temporary workaround in File.js:

File.getInitialSaveAsPath = function(filePath, extension) {
    var ret = "";

    var fi;

    if (isNull(filePath) || filePath.length === 0) {
        var mdiChild = EAction.getMdiChild();
        var fn;
        if (!isNull(mdiChild)) {
            fn = stripDirtyFlag(EAction.getMdiChild().windowTitle)
        }
        else {
            fn = "File";
        }

        fi = new QFileInfo(QDir.homePath());
        ret = fi.absoluteFilePath() + QDir.separator + fn + "." + extension + ".nothing"; // Workaround here
    } else {
        fi = new QFileInfo(filePath);
        ret = fi.path() + QDir.separator + fi.completeBaseName() + "." + extension + ".nothing"; // Workaround here
    }
    return ret;
};

 1747 QCAD (main)Bug ReportMedium Scaling w 2 ratios fails to scale polyline arc Closed
100%
Task Description

Scaling without keeping the aspect ratio fails to scale an arc to an ellips when this is part of a polyline.

Discovered while documenting feature request ‘Skewing’

CVH

 1748 QCAD (main)Bug ReportLow error when editing block with attributes Closed
100%
Task Description

when editing a block and deleting one of the preferred attributes you need to restart the qcad so that the excluded attribute disappears from aba properties when the block is selected;even after synchronizing block attributes

 1749 QCAD (main)Feature RequestLow Add support for non-uniform block scaling Closed
100%
1 Task Description

Same txt as on the forum.
had a copy because i had to log in 3 times to remark my own post.

Blocks are no solution either.

see pdf
[attachment=0]Block test_1.pdf[/attachment]

Antartica is put in a block as segments.
Added a rounded corner as segments and as poly.
scaled X x0.5 Y x1 origin the center of the magenta circl.

The scaled version is all over the place.
Set them to color red, no use they stay black.

The reference of the block is 2000mm to the left because I tried it out far right of my design.
The cyan circle is about 400mm in diameter.

dxf part included
[attachment=1]Block test.dxf[/attachment]

Version: 3.20.1.0 (3.20.1)
Internet: QCAD.org
Build Date: Apr 13 2018
Revision: dd51609
Qt Version: 5.5.1
Architecture: i386
Compiler: MSVC++ 10.0 (2010)

CVH

 1750 QCAD (main)Bug ReportMedium trimming polylines Closed
100%
Task Description

Trimming polylines especialy those with a string of small segments should be done at the intersection of those polylines.
Now trimming is done with the seggments that where the nearest when selecting the two polylines.

 1751 QCAD (main)Bug ReportVery Low Can't open files from terminal Closed
100%
Task Description

I have file /home/test/test.dxf . When i try open file from terminal (qcad test.dxf), i have warning “File not found”. When i write full path (qcad /home/test/test.dxf), the file opens.

 1752 QCAD (main)Bug ReportLow Not selecting text with sub/superscript Closed
100%
Task Description

Found a strange behaviour with formatted text.

File attached.
‘Draw’-selecting only the yellow text with a little space arround it
- L>R or R>L ⇒ Yellow text not selected.

‘Draw’-selecting only the yellow text with a little space from R>L but crossing the text half way
- Yellow text Selected ⇒ Expected behaviour.

‘Draw’-selecting just including the mentioned little circles.
- Orange L>R or R>L ⇒ Normal texts selected ⇒ Expected behaviour
- Green L>R Yellow not R>L Yellow selected ⇒ Expected behaviour
- Magenta L>R or R>L ⇒ Yellow text not selected ??
- Red L>R or R>L ⇒ Yellow text not selected ??

Version: 3.20.1.0 (3.20.1)
Internet: QCAD.org
Build Date: Apr 13 2018
Revision: dd51609
Qt Version: 5.5.1
Architecture: i386
Compiler: MSVC++ 10.0 (2010)
Windows 7 32-bit

Kind Regards

 1756 QCAD (main)Bug ReportLow Polyline area wrong if polyline contains arc segments Closed
100%
Task Description

The area of polylines with arcs can be incorrect.
With only line segments it is correct as far as I can check.
See <Poly-line Area.dxf> ; <Poly-arc Area.dxf>

It does not depend on the quadrant their in nor with what point the start point is.
It is related with the oriëntation.
Flipping or mirroring horizontally induce the error.

Modifications like flip, move & copy may induce another error that locks the oriëntation.
It is noticed that the oriëntation property in the editor does not change anymore when reversing.
Although locked the value of the area property switches between good and wrong.

The master poly in question is a part of an arc and a part of an ellipse exploded 1024/full.
These where recombined to one poly with ‘Create from selection’ and are closed.
Closed as per the last vertex does not point to the start point, logically closed I presume.
The purpose is to sum the error surface for the skewing math.
For now I will use my common sence to distinguish what value is the correct one.
Reversing while found faulty is the solution.

Version: 3.20.1.0 (3.20.1)
Internet: QCAD.org
Build Date: Apr 13 2018
Revision: dd51609
Qt Version: 5.5.1
Architecture: i386
Compiler: MSVC++ 10.0 (2010)
Win7 32bit

Regards

 1757 QCAD (main)Bug ReportLow Modify > Auto Trim: on polyline, followed by undo yield ...Closed
100%
Task Description

Breaking up self-intersecting Polys at segments crossing
can’t be done for the second segment.

Divide:
A new node is inserted and made start and end node.
For the second segment no division occurs or can be made.
Expected is that the segment the nearest to the selecting point is addressed.
Eg. the trim command.

Breakout gap:
- 1 Part fully trimmend of
- Can be undone

Auto trim:
(hint: do file-save first to revert)
- 1 Part fully trimmend of
- Undo will wipe the complete poly

In the file example 1.

Work-arround:
- Divide
- Insert node on the second segment not at the crossing
- Divide at that node
- Move new nodes to crossing

QCAD 3.20.1 Win7 32bit
Kind Regards

 1758 QCAD (main)Bug ReportHigh Draw > Polyline > Create from Selected Entities: crash  ...Closed
100%
Task Description

(Re-)combining polys touching at node with ‘create from selected’ leads to application crash.

QCAD 3.20.1 Win7 32bit

In the file example 2.
Regards

 1759 QCAD (main)SuggestionVery Low Modify // .... selection of entities on locked layer al ...Closed
100%
Task Description

Without any selection.
Entities on a locked layer can be selected after choosing:

Asumed wrong
- Modify DI
- Modify
B2
- Modify D3
- Modify
MT

Questionable
- Modify RM
- Modify
CH
- Modify RN Less severe
- Modify
OF
- Modify OH
- Modify
SS

Regards

 1760 QCAD (main)Bug ReportVery Low Self-crossing polylines can't be cut twice at segment c ...Closed
100%
Task Description

Re-entering dividing problem from  FS#1757 

Divide the poly selecting near segment 1 at the segment crossing.
> A new node is inserted on the crossing and made start and end node.
Divide the poly again selecting near segment 2 at the segment crossing.
> no division appears to be done.

One can’t divide the second segment at the crossing

Presumed intended behaviour like  FS#1750 

Regards

 1761 QCAD (main)Bug ReportLow Info Polyline area does not find polylines (II) Closed
100%
Task Description

Selecting Info // Polyline area
And hovering over a drawing with all kinds of entities.
Does not find any polyline on the drawing hovering over them.
Nor clicking on them.

Not a locked layer issue.
All are visible.

 1762 QCAD (main)Bug ReportVery Low Modify // .... selection of entities on locked layer al ...Closed
100%
Task Description

Not served with the degration to ‘Suggestion’  FS#1759 .
Demanded closing  FS#1759  & re-entered

Locking entities (by layer) to avoid selection,eg. nearby,very close by or on the same spot, does not have the intended influence.

Asumed wrong:
- Modify DI
- Modify B2
- Modify D3
- Modify MT
These 4 need a single entity to be selected and selection of a locked entity is allowed.(=questionable)
The action will allways leed to ‘not allowed’.(=correct)

Questionable:
- Modify RM
- Modify CH
- Modify RN
These 3 need a pair of entities.
RM: Selection of a locked limiting entity is allowed (=questionable), enity to trim not.(=correct)
The action will trim unlocked entities to the locked limiter.(=questionable)
CH & RN: Selection of a pair of entities is allowed.(=questionable)
Trimming if ‘trim’ is on will not occur because locked and leeds to ‘not allowed’.(=correct)
The creation of the bevel or rounding on an active locked layer will not occur because locked and leeds to ‘not allowed’.(=correct)
The creation, except for polyline segments (because locked themself), on an active unlocked layer will be done.(=correct)

Less severe but still questionable: (because these don’t necerally act on the locked entities themselves)
- Modify OF
- Modify OH
- Modify SS
OF: Selection of a locked base entity is allowed.(=questionable)
The preview is casted only if the active layer is unlocked.(=correct)
The creation is only done on an active unlocked layer.(=correct)
OH: Selection of a locked base entity is allowed.(=questionable)
Selection of point references from entities on locked layers is allowed.(=questionable)
The preview is casted only if the active layer is unlocked.(=correct)
The creation is only done on an active unlocked layer.(=correct)
SS: Selection of point references from entities on locked layers is allowed.(=questionable)
Strechting is only done for unlocked entities. (=correct)

Showing tasks 1401 - 1450 of 2561 Page 29 of 52<<First - 27 - 28 - 29 - 30 - 31 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing