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  descSeveritySummaryStatusProgress
2057QCAD (main)Feature RequestLowMultiline toolAssigned
0%
2 Task Description

Implement a multiline tool.

 2173 QCAD (main)Feature RequestLow View > Selection Filter: Add alpha property for hatches Closed
100%
2 Task Description

Add alpha property to filter for hatches.

2182QCAD (main)Feature RequestLowSelect > Select PreviousAssigned
0%
3 Task Description

Select the previously selected entities.

2227QCAD (main)Feature RequestLowCAM > CAM Export: post processor for tangential knife c...Assigned
0%
Task Description

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

 2260 QCAD (main)Feature RequestLow Misc > Import/Export > Imort Points with Label: add opt ...Closed
100%
Task Description

Add column option “block name” to create block references instead of point entities.

2299QCAD (main)Feature RequestLowAdd support for multi line attributesAssigned
0%
2 Task Description

Multiline attributes can contain linefeeds and formatting like MTEXT.

2300QCAD (main)Feature RequestLowDuplicate layout blocks with contentsAssigned
0%
2 Task Description

Add a tool to duplicate a layout block with contents.

 2365 QCAD (main)Feature RequestLow PDF Import: add support for clipping Closed
100%
Task Description

Add support for clipping (FPDF_CLIPPATH).

 292 QCAD (main)Feature RequestVery Low Choose number of copies when using 'snap with distance  ...Closed
100%
Task Description

Choose number of copies when using ‘snap with distance to end’.

This might make sense for certain tools only.

See also:
http://www.ribbonsoft.com/rsforum/viewtopic.php?t=1643

752QCAD (main)Feature RequestVery LowAdd support for the 3dConnexion Space Navigator (Pan an...Assigned
0%
4 Task Description

The 3dConnexion Space Navigator would be wonderful as a pan and zoom control. I find it extremely useful in SketchUp and when I switch from that to QCAD am always disappointed to find it doesn’t work.

3dconnexion DOT com/buy/shop.html?3dxcp=GA_GA_search_google_US_Brand

While full support for the buttons and such would be nice, just the ability to map the axis to pan and zoom would be wonderful.

 1132 QCAD (main)Feature RequestVery Low Info > Polygonal Area: create block Closed
100%
Task Description

Optionally create an (anonymous?) block for the polygon and the text.

 1426 QCAD (main)Feature RequestVery Low Load drawings that were open when closing QCAD on start ...Closed
100%
Task Description

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

1920QCAD (main)Feature RequestVery LowEdit > Application Preferences: Add preference to disab...Assigned
0%
Task Description

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

2226QCAD (main)Feature RequestVery LowmacOS: support proxy iconAssigned
0%
Task Description

Support proxy icon in title bar. This can be used to move the file to another folder using drag and drop.

 1179 QCAD (main)Bug ReportCritical Crash when opening empty file Closed
100%
Task Description

Files which don’t contain any entities cannot be loaded (bulk load of spatial index library fails with exception).

 44 QCAD (main)Bug ReportHigh Save might not save in last chosen format Closed
100%
Task Description

File - Save might not save in last chosen format but default format.
E.g. if a file is saved as DXF R12, and then saved, check if the format is still DXF R12 and not the default DXF format (2010).

 49 QCAD (main)Bug ReportHigh Import QCAD 2 drawings Closed
100%
Task Description

Load QCAD 2 drawings, including:

  • print preview settings, drawing scale, etc.
  • hatch patterns
    • fix name
    • fix scale
    • fix angle
  • dimension labels (tolerances)
 85 QCAD (main)Bug ReportHigh QCAD 2 example drawing errors Closed
100%
Task Description

Fix QCAD 2 example drawings:

  1. dimension labels with tolerances
  2. hatch pattern scale
 105 QCAD (main)Bug ReportHigh Undo after line end point drag'n'drop operation Closed
100%
Task Description

Undo undoes end point movement and angle change (angle property should be ignored in undo/redo operations).

 142 QCAD (main)Bug ReportHigh Crash when staring QCAD with LibraryBrowser module Closed
100%
Task Description

QCAD crashes directly after start (when all plugins have been loaded) with a “Bus Error” or segmentation fault in approximately 90% of all starts with the LibraryBrowser module. Without modules

  • scripts/Widgets/LibraryBrowser
  • scripts/Tools/LibraryTranslator
  • scripts/Developer/BookImages
  • scripts/Developer/UiTest/LibraryBrowserTest
  • scripts/Developer/UiTest/LibraryBrowserTest2

no crashes occur.

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   QtGui                         	0x0349d27b QWidgetPrivate::showChildren(bool) + 235
1   QtGui                         	0x0349d38b QWidgetPrivate::show_helper() + 107
2   QtGui                         	0x0349d2b9 QWidgetPrivate::showChildren(bool) + 297
3   QtGui                         	0x0349d38b QWidgetPrivate::show_helper() + 107
4   QtGui                         	0x034a13c3 QWidget::setVisible(bool) + 1075
5   QtGui                         	0x0349fd7a QWidget::qt_metacall(QMetaObject::Call, int, void**) + 1098
6   QtGui                         	0x03abf6a5 QMainWindow::qt_metacall(QMetaObject::Call, int, void**) + 53
7   com.ribbonsoft.qcad           	0x007d31c7 RMainWindowQt::qt_metacall(QMetaObject::Call, int, void**) + 45
8   QtScript                      	0x05aa79db QScript::callQtMethod(QTJSC::ExecState*, QMetaMethod::MethodType, QObject*, QTJSC::ArgList const&, QMetaObject const*, int, bool) + 11595
9   QtScript                      	0x05aab60e QScript::QtFunction::execute(QTJSC::ExecState*, QTJSC::JSValue, QTJSC::ArgList const&) + 174
10  QtScript                      	0x05aab900 QScript::QtFunction::call(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) + 224
11  QtScript                      	0x059aec41 QTJSC::NativeFuncWrapper::operator()(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) const + 113
12  QtScript                      	0x05983e99 cti_op_call_NotJSFunction + 489
13  ???                           	0x1a761a65 0 + 443947621
14  QtScript                      	0x0593b427 QTJSC::Interpreter::execute(QTJSC::EvalExecutable*, QTJSC::ExecState*, QTJSC::JSObject*, int, QTJSC::ScopeChainNode*, QTJSC::JSValue*) + 1031
15  QtScript                      	0x0593b721 QTJSC::Interpreter::execute(QTJSC::EvalExecutable*, QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::ScopeChainNode*, QTJSC::JSValue*) + 97
16  QtScript                      	0x05a68cb6 QScriptEnginePrivate::evaluateHelper(QTJSC::ExecState*, long, QTJSC::EvalExecutable*, bool&) + 582
17  QtScript                      	0x05a69511 QScriptEngine::evaluate(QString const&, QString const&, int) + 801
18  com.ribbonsoft.qcad           	0x0003589b RScriptHandlerEcma::eval(QString const&, QString const&) + 57
19  com.ribbonsoft.qcad           	0x000357f1 RScriptHandlerEcma::doScript(QString const&, QStringList const&) + 805
20  com.ribbonsoft.qcad           	0x00923a19 RScriptHandler::init(QString const&, QStringList const&) + 641
21  com.ribbonsoft.qcad           	0x0002d51f main + 2417 (main.cpp:172)
22  com.ribbonsoft.qcad           	0x0002c909 _start + 208
23  com.ribbonsoft.qcad           	0x0002c838 start + 40
 224 QCAD (main)Bug ReportHigh Printing not working under Windows Closed
100%
Task Description

Printing does nothing.
Sometimes crashes on quite (possibly related to printing).
PDF export works (as a workaround).

 253 QCAD (main)Bug ReportHigh coordinate input Closed
100%
Task Description

Coordinate input broken.

 440 QCAD (main)Bug ReportHigh Assert: Current layer invalid Closed
100%
Task Description

- Add layer
- Undo
→ Current layer is invalid
- Draw line
→ Assert

 1280 QCAD (main)Bug ReportHigh Dimension > Leader: crash when attempting to draw leade ...Closed
100%
Task Description

- Create new empty drawing
- Make layer 0 invisible or lock it
- Dimension > Leader
- Set start point

 1283 QCAD (main)Bug ReportHigh Crash when snapping to intersection points between zero ...Closed
100%
1 Task Description

Create spline through point P.
Create zero length line at P.
Snap to P → crash.

 1331 QCAD (main)Bug ReportHigh QCAD cannot be launched, application preferences incomp ...Closed
100%
Task Description

Missing file Qt5XmlPatterns.dll in Windows 64bit release.

 1658 QCAD (main)Bug ReportHigh Crash when switching to layout block (32bit Linux, Qt4) Closed
100%
Task Description

Affects 32bit Linux when compiled against Qt4 (legacy platform release).

 1774 QCAD (main)Bug ReportHigh Draw > Polyline > Morph: crash under macOS Closed
100%
Task Description

Depolyment issue with qcaddwg plugin.

 1777 QCAD (main)Bug ReportHigh Crash when pasting / importing drawing with missing ima ...Closed
100%
Task Description

Importing or pasting a drawing which references a non-existing image crashes.

RGraphicsSceneDrawable or type image references deleted, temporary preview document through RImageData which leads to crash when trying to load the image.

 1778 QCAD (main)Bug ReportHigh Draw > Point > Single Point: Exception Closed
100%
Task Description

Exception due to invalid include path.

 2355 QCAD (main)Bug ReportHigh Viewport: Crash when moving, rotating, mirroring or str ...Closed
100%
Task Description

Recursion in move, rotate, mirror, stretch of viewport entity.

 8 QCAD (main)Bug ReportMedium Text Dialog: custom text height broken Closed
100%
Task Description

Custom text height cannot be set (enter closes the dialog, tab does not activate the entered text height)

 43 QCAD (main)Bug ReportMedium Hatch ellipse Closed
100%
Task Description

cannot hatch single full ellipse

 61 DocumentationBug ReportMedium QCAD 3 Manual Closed
100%
Task Description

Change the user manual directory / file names from ‘simpletextviewer’ to
‘qcad_user_manual’ and adjust the sources accordingly that the manual can be shown
in the help menu.

We can simply drop the contents of the manual that is checked in and replace
it with a simple note “No manual is available yet for this technology preview of QCAD 3”

 77 QCAD (main)Bug ReportMedium Linux: Printing crashes Closed
100%
Task Description

Printing segfaults under Linux after the printer dialog is shown.

 87 QCAD (main)Bug ReportMedium Advanced Selection hits 'debugger' statement Closed
100%
Task Description

Advanced selection dialog hits a debugger statement on line 1088.

  1. Selection- Advanced Selection
  2. Change first combo box to “Any”
 385 QCAD (main)Bug ReportMedium Text position of texts in blocks Closed
100%
Task Description

Text position of texts in blocks wrong.

 515 QCAD (main)Bug ReportMedium File - Save / Save as: Null Object ID Closed
100%
Task Description

“Null Object ID” exception when saving a previously loaded file.

File: “fs515.dwg”

 725 QCAD (main)Bug ReportMedium Inserting items from part library may create invalid bl ...Closed
100%
Task Description

To reproduce:
- Create a part library item with file name “Test1 .dxf” (note the space at the end of the base name)
- Insert this part library item into a blank drawing
- Try to save the drawing
- Error “Invalid Symbol Table Name” occurs

 847 QCAD (main)Bug ReportMedium Info - Distance PP, EP: ruler ticks too dense Closed
100%
Task Description

Info tools show too many ticks which leads to slow down / crash.

 872 QCAD (main)Bug ReportMedium Crash in dwg2svg Closed
100%
Task Description

Conversion of certain files leads to crashes (segmentation fault).

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

 917 QCAD (main)Bug ReportMedium Integrated help not working Closed
100%
Task Description

Help - Reference Manual does not have any effect on Windows.

 953 QCAD (main)Bug ReportMedium Crash while rendering dashed lines with zero length Closed
100%
Task Description

Line pattern factor for zero weight lines defaults to 0 which can lead to division by zero.

 954 QCAD (main)Bug ReportMedium Coordinates entered are interpreted as direct distance  ...Closed
100%
Task Description

Entering a coordinate (e.g. 20,20) results in direct distance entry instead (angle from relative zero to mouse pointer, length 20).

 970 QCAD (main)Bug ReportMedium Unable to save file with leading / trailing spaces in l ...Closed
100%
Task Description

Layer and block names with leading / trailing spaces lead to exception when saving file through Teigha.

 1018 QCAD (main)Bug ReportMedium Crash when using Draw > Polyline > Trim Segments Closed
100%
Task Description

Draw > Polyline > Trim Segments crashes if QCAD is compiled using gcc 4.2.1 which is the case for the Mac OS X package.

 1032 QCAD (main)Bug ReportMedium Copy / paste: pasting copied block references results i ...Closed
100%
1 Task Description

- Copy two block references of block “circle” which contains one circle
- Paste into new, empty drawing
- Pasted block “circle” contains two circles

 1047 QCAD (main)Bug ReportMedium Preview does not use drawing settings Closed
100%
Task Description

See forum thread:
http://www.qcad.org/rsforum/viewtopic.php?f=33&t=2909

 1121 QCAD (main)Bug ReportMedium Draw > Polyline > Append Node(s) broken Closed
100%
Task Description

Selecting the polyline is not possible.
Possibly related to update of DrawPolyline tool.

 1167 QCAD (main)Bug ReportMedium Aligned dimensions not displayed Closed
100%
Task Description

Aligned dimensions are not displayed correctly after loading. Definition point and text position are set to NaN.

Showing tasks 201 - 250 of 749 Page 5 of 15<<First - 3 - 4 - 5 - 6 - 7 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing