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 TypeSeveritySummaryStatus  descProgress
 323 ECMAScriptFeature RequestLow Exceptions in headless scripts Closed
100%
Task Description

The capability of running headless, ie. without GUI, is a very welcome addition to QCAD. I suggest one more improvement:

When an exception occurs in a script (running from autostart) and no-gui was opted for on the command line, QCAD should not try to bring up the debugger ever (regardless of any preferences), but print the message of the exception and possibly a backtrace instead.

Otherwise all errors will produce the same message…

 1399 QCAD (main)Bug ReportLow Exception when offsetting full ellipses Closed
100%
Task Description

See also:
http://www.qcad.org/rsforum/viewtopic.php?f=76&t=4019

 399 QCAD (main)Bug ReportLow Exception when disabling splash with non-english UI lan ...Closed
100%
Task Description

Exception when disabling splash with non-english UI language

See also:
http://ribbonsoft.com/rsforum/viewtopic.php?p=5172#5172

'splash'"Loading plugin translations...""\n"
 272 QCAD (main)Bug ReportLow Exception Linux Closed
100%
Task Description

Welcome to the Qt Script debugger.
Debugger commands start with a . (period).
Any other input will be evaluated by the script interpreter.
Type “.help” for help.

Uncaught exception at C:/Programme/QCAD 3 Beta2/scripts/File/PrintPreview/../..\library.js:635: Error: cannot access member `objectName’ of deleted QObject
635 if (!isNull(child.objectName) && child.objectName != ““) {

 1477 QCAD (main)Bug ReportLow exception in Viewport.js: sprintf not defined Closed
100%
Task Description

Git 21d95c48, Linux x64, Qt5

Starting QCAD causes it to crash:

QCAD version  3.15.5.4
02:17:30: Debug:    RDxfPlugin::init
02:17:30: Debug:    RExamplePlugin::init
02:17:30: Debug:    TransactionListenerPlugin::init
02:17:31: Debug:    TIMER:  187000000 ns ( 187 ms )  -  "loading add-ons"
02:17:33: Debug:    TIMER:  1492000000 ns ( 1492 ms )  -  "initializing add-ons"
02:17:35: Debug:    TransactionListenerPlugin::postInit
02:17:35: Debug:    got transaction
Warning:  RScriptHandlerEcma::eval: script engine exception:  "ReferenceError: Can't find variable: sprintf"
Warning:  "<anonymous>(widget = RMdiChildQt(0x4e90100), documentInterface = RDocumentInterface(0x4e934e0)) \
        at /home/ice/w/qcad/qcad/scripts/Widgets/Viewport/Viewport.js:52\n<anonymous>() at \
        /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:224\n<anonymous>() at \
        /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:87\n<eval>() at 1\nslotTrigger() at \
        -1\nopenFiles(args = , createNew = true) at scripts/autostart.js:204\nmain() \
        at scripts/autostart.js:743\n<global>() at scripts/autostart.js:780"
Warning:  RScriptHandlerEcma::eval: script engine exception:  "ReferenceError: Can't find variable: sprintf"
Warning:  "<anonymous>(widget = RMdiChildQt(0x4e90100), documentInterface = RDocumentInterface(0x4e934e0)) \
        at /home/ice/w/qcad/qcad/scripts/Widgets/Viewport/Viewport.js:52\n<anonymous>() \
        at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:224\n<anonymous>() \
        at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:87\n<eval>() at 1\nslotTrigger() \
        at -1\nopenFiles(args = , createNew = true) at scripts/autostart.js:204\nmain() \
        at scripts/autostart.js:743\n<global>() at scripts/autostart.js:780"
Warning:  At least one uncaught exception:
Warning:  "<anonymous>(widget = RMdiChildQt(0x4e90100), documentInterface = RDocumentInterface(0x4e934e0)) at \
        /home/ice/w/qcad/qcad/scripts/Widgets/Viewport/Viewport.js:52\n<anonymous>() at \
        /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:224\n<anonymous>() at \
        /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:87\n<eval>() at 1\nslotTrigger() at \
        -1\nopenFiles(args = , createNew = true) at scripts/autostart.js:204\nmain() at \
        scripts/autostart.js:743\n<global>() at scripts/autostart.js:780"
02:17:35: Debug:    "<global>() at 52"

Seems to be a fallout following a1941e2 (removal of sprintf.js from library includes).

Fix:

diff --git a/scripts/Widgets/Viewport/Viewport.js b/scripts/Widgets/Viewport/Viewport.js
index d9bc286..10b9b18 100644
--- a/scripts/Widgets/Viewport/Viewport.js
+++ b/scripts/Widgets/Viewport/Viewport.js
@@ -17,6 +17,8 @@
  * along with QCAD.
  */
 
+include("scripts/sprintf.js");
+
 if (new QFileInfo(autoPath("scripts/Navigation/DefaultNavigation/DefaultNavigation.js")).exists()) {
     include("scripts/Navigation/DefaultNavigation/DefaultNavigation.js");
 }
 69 TestsFeature RequestLow example file generator Closed
100%
Task Description

example file generator: adjust the print settings automatically, so the example file can be immediately printed to the chosen paper format / orientation without having to adjust the scale / offset

 420 QCAD (main)Bug ReportVery Low Escape doesn't clear line until mouse moves. Closed
100%
Task Description

Select line tool (Line from two points).
Click once to start line
Click again to end line
Now press escape.
Line linking to mouse remains until mouse moved.
Should disapear when escape is pressed to show that the line has been cancelled.

 1765 QCAD (main)Bug ReportVery Low Errors with polyline offset Closed
100%
1 Task Description

Win 7 32 bit QCAD 3.20.1

Ofsset of a base-line with arcs results in massive ammount of errors.
Most of them occur as a cluster of very tiny segments and are part of the offset. (zoom far in at the red circles)
Mostly they occur where the offsetted arcs should merely be trimmend pairwise.
Some occur as detached entities or as detached strings of entities very near the offset (strings not documented).
Spooks occur at opposite site when base-line is not closed.
360° curls can occur with R = Offset.
Null-entities may occur (not documented, hard to find and not able to copy).

The base-line is checked and sound and has mixed tangentially or not tangentially connected arcs.
Offsetting the mother base-line of the base in the file has similar effect but not all and/or different ones.
Also encountered with offseting polys from fonts.
Used to define pocket paths for CNC.
Detected because the CNC driver will not accept Self-crossers, Null-entities or open ends depending on the settings.

Work arround is to explode and select small entities but this does not solves the issues.
1) Choosing the tolerance large enough will detect small segments that should stay.
2) Recombining will generate new ones at the place where the main segments remain crossed.
Cleaning up the paths is a daunting process with some thousand segments for several offsets.

I assume this has an infuence on the CAM part of QCAD too unless the offset method is different.

 220 QCAD (main)Bug ReportLow Error when loading a file Closed
100%
Task Description

Hi,

When I try opening a file with blank caracters in directory name, Beta 3 reports a bug (see pictures attached). Error occurs only if I click on file icon. But no error occurs if I open directly in QCAD.

Regards,

 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

 837 QCAD (main)Bug ReportLow error when checking for updates in 3.1.2 Closed
100%
Task Description

error when checking for updates in 3.1.2

 2430 QCAD (main)SuggestionLow error qtime Closed
100%
Task Description

Hi
I tried to compile latest source to good old OS/2
I use Qt 6.2.4 and gcc 12.2.0
The build failed here....
Could you help me out to fix this error:

H:/USR/LOCAL1220/include/sys/cdefs.h:264: warning: “LONG_LONG_SUPPORTED” redefined
264 | #define
LONG_LONG_SUPPORTED

    | 

<built-in>: note: this is the location of the previous definition
g++ -c -Zomf -march=i686 -O2 -mno-avx -std=gnu++1z -Wall -Wextra -DQT_NO_IPV6 -DQT_DISABLE_DEPRECATED_BEFORE=0×000000 -DQCAD_DLL -DQCADCORE_LIBRARY -DQT_NO_DEBUG -DQT_PLUGIN -DQT_PRINTSUPPORT_LIB -DQT_HELP_LIB -DQT_UITOOLS_LIB -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_SVG_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -IG:/qcad/src/core -I. -IG:/qcad/src/core -IG:/qcad/src/core/math -IG:/qcad/src/grid -IG:/qcad/src/snap -IG:/qcad/src/gui -IG:/qcad/src/entity -IG:/qcad/src/operations -IG:/qcad/src/scripting -IG:/qcad/src/stemmer -IG:/qcad/src/scripting/ecmaapi -IG:/qcad/src/scripting/ecmaapi/generated -IG:/qcad/src/scripting/ecmaapi/adapters -IG:/qcad/src/io/dxf -IG:/qcad/src/spatialindex -IG:/qcad/src/3rdparty -IG:/qcad/src/zip -IH:/USR/LOCAL1220/include -IH:/USR/LOCAL1220/include/QtPrintSupport -IH:/USR/LOCAL1220/include/QtHelp -IH:/USR/LOCAL1220/include/QtUiTools -IH:/USR/LOCAL1220/include/QtDesigner -IH:/USR/LOCAL1220/include/QtUiPlugin -IH:/USR/LOCAL1220/include/QtWidgets -IH:/USR/LOCAL1220/include/QtSvg -IH:/USR/LOCAL1220/include/QtGui -IH:/USR/LOCAL1220/include/QtQml -IH:/USR/LOCAL1220/include/QtNetwork -IH:/USR/LOCAL1220/include/QtSql -IH:/USR/LOCAL1220/include/QtXml -IH:/USR/LOCAL1220/include/QtConcurrent -IH:/USR/LOCAL1220/include/QtCore -Irelease -IH:/USR/LOCAL1220/mkspecs/os2-g++ -o release/RStorageLayerSort.obj G:/qcad/src/core/RStorageLayerSort.cpp
g++ -c -Zomf -march=i686 -O2 -mno-avx -std=gnu++1z -Wall -Wextra -DQT_NO_IPV6 -DQT_DISABLE_DEPRECATED_BEFORE=0×000000 -DQCAD_DLL -DQCADCORE_LIBRARY -DQT_NO_DEBUG -DQT_PLUGIN -DQT_PRINTSUPPORT_LIB -DQT_HELP_LIB -DQT_UITOOLS_LIB -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_SVG_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -IG:/qcad/src/core -I. -IG:/qcad/src/core -IG:/qcad/src/core/math -IG:/qcad/src/grid -IG:/qcad/src/snap -IG:/qcad/src/gui -IG:/qcad/src/entity -IG:/qcad/src/operations -IG:/qcad/src/scripting -IG:/qcad/src/stemmer -IG:/qcad/src/scripting/ecmaapi -IG:/qcad/src/scripting/ecmaapi/generated -IG:/qcad/src/scripting/ecmaapi/adapters -IG:/qcad/src/io/dxf -IG:/qcad/src/spatialindex -IG:/qcad/src/3rdparty -IG:/qcad/src/zip -IH:/USR/LOCAL1220/include -IH:/USR/LOCAL1220/include/QtPrintSupport -IH:/USR/LOCAL1220/include/QtHelp -IH:/USR/LOCAL1220/include/QtUiTools -IH:/USR/LOCAL1220/include/QtDesigner -IH:/USR/LOCAL1220/include/QtUiPlugin -IH:/USR/LOCAL1220/include/QtWidgets -IH:/USR/LOCAL1220/include/QtSvg -IH:/USR/LOCAL1220/include/QtGui -IH:/USR/LOCAL1220/include/QtQml -IH:/USR/LOCAL1220/include/QtNetwork -IH:/USR/LOCAL1220/include/QtSql -IH:/USR/LOCAL1220/include/QtXml -IH:/USR/LOCAL1220/include/QtConcurrent -IH:/USR/LOCAL1220/include/QtCore -Irelease -IH:/USR/LOCAL1220/mkspecs/os2-g++ -o release/RTabletEvent.obj G:/qcad/src/core/RTabletEvent.cpp
g++ -c -Zomf -march=i686 -O2 -mno-avx -std=gnu++1z -Wall -Wextra -DQT_NO_IPV6 -DQT_DISABLE_DEPRECATED_BEFORE=0×000000 -DQCAD_DLL -DQCADCORE_LIBRARY -DQT_NO_DEBUG -DQT_PLUGIN -DQT_PRINTSUPPORT_LIB -DQT_HELP_LIB -DQT_UITOOLS_LIB -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_SVG_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -IG:/qcad/src/core -I. -IG:/qcad/src/core -IG:/qcad/src/core/math -IG:/qcad/src/grid -IG:/qcad/src/snap -IG:/qcad/src/gui -IG:/qcad/src/entity -IG:/qcad/src/operations -IG:/qcad/src/scripting -IG:/qcad/src/stemmer -IG:/qcad/src/scripting/ecmaapi -IG:/qcad/src/scripting/ecmaapi/generated -IG:/qcad/src/scripting/ecmaapi/adapters -IG:/qcad/src/io/dxf -IG:/qcad/src/spatialindex -IG:/qcad/src/3rdparty -IG:/qcad/src/zip -IH:/USR/LOCAL1220/include -IH:/USR/LOCAL1220/include/QtPrintSupport -IH:/USR/LOCAL1220/include/QtHelp -IH:/USR/LOCAL1220/include/QtUiTools -IH:/USR/LOCAL1220/include/QtDesigner -IH:/USR/LOCAL1220/include/QtUiPlugin -IH:/USR/LOCAL1220/include/QtWidgets -IH:/USR/LOCAL1220/include/QtSvg -IH:/USR/LOCAL1220/include/QtGui -IH:/USR/LOCAL1220/include/QtQml -IH:/USR/LOCAL1220/include/QtNetwork -IH:/USR/LOCAL1220/include/QtSql -IH:/USR/LOCAL1220/include/QtXml -IH:/USR/LOCAL1220/include/QtConcurrent -IH:/USR/LOCAL1220/include/QtCore -Irelease -IH:/USR/LOCAL1220/mkspecs/os2-g++ -o release/RTextBasedData.obj G:/qcad/src/core/RTextBasedData.cpp
g++ -c -Zomf -march=i686 -O2 -mno-avx -std=gnu++1z -Wall -Wextra -DQT_NO_IPV6 -DQT_DISABLE_DEPRECATED_BEFORE=0×000000 -DQCAD_DLL -DQCADCORE_LIBRARY -DQT_NO_DEBUG -DQT_PLUGIN -DQT_PRINTSUPPORT_LIB -DQT_HELP_LIB -DQT_UITOOLS_LIB -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_SVG_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -IG:/qcad/src/core -I. -IG:/qcad/src/core -IG:/qcad/src/core/math -IG:/qcad/src/grid -IG:/qcad/src/snap -IG:/qcad/src/gui -IG:/qcad/src/entity -IG:/qcad/src/operations -IG:/qcad/src/scripting -IG:/qcad/src/stemmer -IG:/qcad/src/scripting/ecmaapi -IG:/qcad/src/scripting/ecmaapi/generated -IG:/qcad/src/scripting/ecmaapi/adapters -IG:/qcad/src/io/dxf -IG:/qcad/src/spatialindex -IG:/qcad/src/3rdparty -IG:/qcad/src/zip -IH:/USR/LOCAL1220/include -IH:/USR/LOCAL1220/include/QtPrintSupport -IH:/USR/LOCAL1220/include/QtHelp -IH:/USR/LOCAL1220/include/QtUiTools -IH:/USR/LOCAL1220/include/QtDesigner -IH:/USR/LOCAL1220/include/QtUiPlugin -IH:/USR/LOCAL1220/include/QtWidgets -IH:/USR/LOCAL1220/include/QtSvg -IH:/USR/LOCAL1220/include/QtGui -IH:/USR/LOCAL1220/include/QtQml -IH:/USR/LOCAL1220/include/QtNetwork -IH:/USR/LOCAL1220/include/QtSql -IH:/USR/LOCAL1220/include/QtXml -IH:/USR/LOCAL1220/include/QtConcurrent -IH:/USR/LOCAL1220/include/QtCore -Irelease -IH:/USR/LOCAL1220/mkspecs/os2-g++ -o release/RTextBasedEntity.obj G:/qcad/src/core/RTextBasedEntity.cpp
G:/qcad/src/core/RDebug.cpp: In static member function ‘static void RDebug::startTimer(int)’:
G:/qcad/src/core/RDebug.cpp:75:15: error: ‘class QTime’ has no member named ‘start’

 75 |     timer[id].start();
    |               ^~~~~

G:/qcad/src/core/RDebug.cpp: In static member function ‘static uint RDebug::stopTimer(int, const QString&, uint)’:
G:/qcad/src/core/RDebug.cpp:90:38: error: ‘class QTime’ has no member named ‘elapsed’

 90 |     unsigned long long t = timer[id].elapsed() * 1000000;
    |                                      ^~~~~~~
 2422 QCAD (main)Bug ReportLow Error message pops up every (about) 10 min Closed
100%
Task Description

Just bought the software, seems to be fine except of the problem described in the title

 405 QCAD (main)Bug ReportLow Error in modify text Closed
100%
Task Description

Attempting to modify text on drawing: error info -

(Menu command Modify|edit text, on selection of text)

« Uncaught exception at /home/john/QCAD/QCAD3/qcad-3.0.0-rc1-prof-linux/scripts/Draw/Text/TextDialog/TextDialog.js:170: ReferenceError: Can’t find variable: simpleText
170 simpleText.checked = textDataIn.isSimple(); »

Workaround: delete text and re-enter with Text tool.

Regards, John

 496 QCAD (main)Bug ReportVery Low Error in Application Preferences -> Default Dimension S ...Closed
100%
Task Description

In the Application Preferences (but also in the Drawings Preferences) → Dimension → Default Dimension Settings → Label Format → Linear (and Angular) Dimension → Show Trailing Zeros, the example is wrong if the option is checked.

 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

 1292 QCAD (main)Bug ReportLow Erroneous block recursion detection Closed
100%
Task Description

Erroneous block recursion detected when placing, moving large blocks due to update interruption on mouse moves.

 2444 QCAD Community EditionBug ReportMedium Entering letters with diacritics on MacOS in the QCAD T ...Closed
100%
Task Description

In order to type a diacritical letter (e.g. with ' (é) or " (ö)), MacOS does not repeat the letter when a key is pressed continuously. Instead a dialog appears which allows the user to select one of the diacritics related to the letter of the key pressed. In QCAD and presumably QT, keeping the key pressed starts typing the letter repeatedly while after the first letter is typed the selector for the diacritical letters appears. So you can still the select e.g. the ü but you have to delete all the u’s that were typed before you were able to release the key.

A stop gap measure is to minimise the ‘key repeat delay’ setting in keyboard preferences so that its easier to stop the repetition in time, but that influences other programs as well.

I suppose this is a QT dependency and hase less to do with QCAD. Still, I wanted to let you know.

Its an ‘acceptable’ nuisance :-)

J

 1858 QCAD (main)Feature RequestLow Enter measurements from drawing into line inputs Closed
100%
Task Description

Add option to line input context menu to enter a distance from the drawing, measured from two points.
Perhaps existing measuring tools can be re-used to feedback values into line edits to avoid duplication.

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

 1955 dwg2pdfBug ReportLow Encoding or font error Closed
100%
Task Description

Morning, I found a bug.
Andrew, Thank you very much.

Original file: 跨海大桥.dwg

Converted file: 跨海大桥.pdf

Bug Description file: problem3.png

As you see, all the Chinese fonts are drawed as ???

 211 QCAD (main)Bug ReportLow Empty drawing tab gets title from newly opened document Closed
100%
Task Description

Starting QCAD opens new empty drawing (Untitled 1).

After I open existing drawing, “Untitled 1” tab title changes to the name of newly opened drawing.

 997 QCAD (main)Bug ReportLow Empty drawing after "transaction failed message" Closed
100%
Task Description

Hello,
I’m still evaluating qcad, and am currently working on some competition drawings.
Positive things first:
The respective drawing (a site plan delivered by the city authorities) containes one big solid hatch that is made of hundreds of closed boundaries. While this brought BricsCAD (my main program) to its knees, qcad handles this file with complete ease, congratulations!

But after some hours of work, I stumbled over a quite nasty bug: I tried to draw a polyline in model space, and got a “transaction failed” message (although the current layer was not locked) and then suddenly all entities in the drawing just disappeared. I checked my block definitions, and they too were empty. I therefore saved the drawing under a new name and closed it. However, there was no sign of qcad becoming unstable - it opened the previous version of the file without problems (I restarted the program nonetheless...).

Attached are the empty file (V1-2_corrupted.dwg), the last intact save before (V1-2.dwg), and logs of the command line as well as of the console.

Running audit in BricsCAD on V1-2.dwg just lists 57 errors like this:
Name: AcDbTextStyleTableRecord(6446)
Value: Last height 0
Validation: Not >0
Default value: Set to 2.5

Hope this can give some hints - if not, don’t waste time on it, I would come back to it should I encounter such a problem again.

 782 QCAD (main)Feature RequestLow Embedding Font in Drawing Closed
100%
Task Description

Recently I ran into the problem, that the font, which I used on Linux was not installed on the Windows-Computer which is connected to the Laser-Cutter. So it was not engraved correctly.

I suggest adding an option to be able to embed a font into the drawing, so that text is rendered with the intended font regardless on which system you open the drawing.

 1200 QCAD (main)Feature RequestLow Embed fonts in exported PDF Closed
100%
Task Description

This is not the same as  FS#782 .

Is it possible to have referenced fonts embedded in the exported PDF files somehow? Sort of like producing PDF/A (not really, but at least with the fonts referenced being included)?

I have played around a little with QPrinter::setFontEmbedding(), but it didn’t really produce any results (pro or con). I am not sure it can even be done, as looking around there are numerous references (rather questions and RFEs) for creating PDF/A-3 format PDFs with Qt, but I am yet to bump into a resolution. I almost have a feeling that generating PDF/A-1 files is possible, but I have not found any definite guidelines or ways to that either.

The use case is obvously when you don’t have a particular font installed on the system you are printing your designs on, for example.

 1319 QCAD (main)Bug ReportLow Ellipse precision Closed
100%
Task Description

It is not possible to draw ellipse aligned to bounding box.
Please see constructed red “EP” and green “El” compared to white circle,
bounding box [-100,+100][-100,+100].

 1509 QCAD (main)Bug ReportLow Ellipse / circle, ellipse / ellipse intersections Closed
100%
Task Description

Not all intersections points between ellipses and circles or other ellipses are found.
This is due to too tight tolerances.

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

 298 QCAD (main)Bug ReportMedium Elements of a hidden layer are deleted after saving and ...Closed
100%
Task Description

All drawing elements belonging to a layer are not existing anymore after:

  1. the layer has been made invisible (unselect the eye symbol of the layer),
  2. the drawing has been saved,
  3. the drawing has been closed
  4. and finally the drawing is reopened.

This behavior has been observed on the following OSes:

  • Windows XP SP3
  • Ubuntu 11.04
 2062 QCAD (main)Bug ReportLow Electronic symbols not shown correctly in library Closed
100%
Task Description

I bought the QCAD Professional and tried the Electronics library which was linked to the qcad.org website. When loading symbolms, the symbols are not shown correctly.

Please have a look at the screenshot.

 595 QCAD (main)Bug ReportLow Editing text trims leading space. Closed
100%
Task Description

To reproduce, enter the text (te): “a\n b”. Then bring up the edit text dialog (mt). The spaces before the “b” are gone.

 1563 QCAD (main)Bug ReportCritical Editing box and text insertion does not show fonts Closed
100%
Task Description

Editing box and text insertion does not show fonts installed on Linux Mint 18.1, but Linux on the virtual machine works. Versions 3.16.6 and 13.16.7 were tested. The only source shown in the list of options is “standart”.

 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

 1218 QCAD (main)Feature RequestLow Edit blocks in the drawing instead of isolated Closed
100%
3 Task Description

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

 2480 QCAD (main)Feature RequestLow Edit block in-place (BB) can't be terminated with Esc o ...Closed
100%
Task Description

Despite the toolbar “Cancel” option it would be nice if we could terminate BB also with an “Esc” or “QQ” keystroke like every other tool. ;-)

 213 QCAD (main)Feature RequestLow Edit Block from reference, how get back to the original ...Closed
100%
Task Description

It might be an oversight from my side, but when I do Edit Block from reference, I don’t see how I can go back to the original drawing.

 174 QCAD (main)Feature RequestLow edit block from insert Closed
100%
Task Description

implement

 1424 QCAD (main)Bug ReportVery Low Edit > Undo: hatches not selected Closed
100%
Task Description

If a hatch is selected, then rotated or scaled and this is undone afterwards, the hatch is not selected anymore.

 2020 QCAD (main)Bug ReportLow Edit > Paste: Wrong position for block references with  ...Closed
100%
Task Description

Open the example drawing,
selected all,
copy to clipboard,
open new drawing,
paste clipboard content with a scale of 1:1, check preview = everything ok,
change scale to 1/10 etc., check preview = block references way of.

QCAD Pro Version 3.24.0.1

 1579 QCAD (main)Bug ReportLow Edit > Paste: rotation leads to wrong position of block ...Closed
100%
Task Description

Copy block reference in drawing with one unit (e.g. Inch).
Paste into drawing with other unit (e.g. Millimeter) using a rotation while pasting.

 1791 QCAD (main)Bug ReportLow Edit > Paste: relative zero point not set Closed
100%
Task Description

If I insert a content from the Clipboard to the drawing a new Relative Zero Point isn’t created.
I’m not able to use e.g. a restriction regarding to the last inserted content. QCAD will use the last Relative Zero Point in the drawing even if I already inserted a content.

Screenshot:
Clipboard content = circle

1. First insert

Restriction horizontal

2. Second insert

 1605 QCAD (main)Bug ReportLow Edit > Paste: Empty layers created when pasting to curr ...Closed
100%
1 Task Description

Copy - Paste to current layer from an other drawing creates empty layers, where the entities orininated from, in the drawing where they are pasted to.

 1840 QCAD (main)Bug ReportMedium Edit > Paste along entity: endless loop Closed
100%
Task Description

Ich habe im Snapshot 3.21.3.14 unter macOS einen Fehler gefunden, der QCAD in eine Endlosschleife führt, sodaß QCAD nicht mehr antwortet.
Details siehe unter https://www.qcad.org/rsforum/viewtopic.php?f=89&t=6011#p22435

 1248 QCAD (main)Bug ReportLow Edit > Duplicate: only duplicate selected entities Closed
100%
Task Description

Edit > Duplicate duplicates all

 1561 QCAD (main)Bug ReportLow Edit > Drawing Preferences: menu missing (macOS, French ...Closed
100%
Task Description

Qt menu heuristic causes Edit > Drawing Preferences to disappear with French locale under macOS.

Edit > Application Preferences and Help > About are moved to erroneous locations as well.

 1609 QCAD (main)Bug ReportLow Edit > Drawing Preferences: dimension size scale cannot ...Closed
100%
Task Description

Load “Bemassung.dxf” Edit > Drawing Preferences > Dimension > Dimension Settings > Size scale factor: set to 1
Edit > Drawing Preferences > Dimension > Dimension Settings > Size scale factor reverts to 0.5

See:
https://www.qcad.org/rsforum/viewtopic.php?f=89&t=4926&start=15#p18229

 1316 QCAD (main)Feature RequestLow Edit > Drawing Preferences: add global linear factor Closed
100%
Task Description

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

 2442 QCAD (main)Bug ReportLow Edit > Drawing Preferences > Printing > Page: Paper siz ...Closed
100%
Task Description

Setting the paper size to A5 yields an invalid page size.

 1657 QCAD (main)Bug ReportMedium Edit > Drawing Preferences > Printing > Page: no effect ...Closed
100%
Task Description

Printer settings cannot be changed for model space.

 2549 QCAD (main)Bug ReportLow Edit > Drawing Preferences > Printing > Multi Pages > S ...Closed
100%
Task Description

Clicking “Set to Printer Margins” has no effect.

 2554 QCAD (main)Bug ReportLow Edit > Drawing Preferences > Page Settings: scale not l ...Closed
100%
Task Description

Scale value is not loaded from drawing and shown as 1:1 if the scale is stored as a number.

 1665 QCAD (main)Bug ReportLow Edit > Drawing / Application Preferences > Point Displa ...Closed
100%
Task Description

Button for point display mode 99 broken.

Showing tasks 1901 - 1950 of 2556 Page 39 of 52<<First - 37 - 38 - 39 - 40 - 41 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing