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  ascProgress
 2380 QCAD (main)Bug ReportLow SaveAs doesn't always open the associated path of the a ...Closed
100%
Task Description

QCAD Professional Win 7 WinInstaller

Version: 3.27.0.0 (3.27.0)
Internet: QCAD.org
Build Date: Nov 30 2021
Revision: 62c65de
Qt Version: 5.13.2
Architecture: i386
Compiler: Unknown

Related topic:
https://qcad.org/rsforum/viewtopic.php?f=31&p=37972#p37964

In script SaveAs.js on line 104 the sourced filename is correct.
When this is not empty on line 147 the fileDialog should select this file in its own path.
The testing sequence in the topic shows this is not always the case.
I am using the system file dialog.

Firts setting the corresponding folder for the fileDialog seems to fix this:
147 if (fileName.length!==0) {
148 fileDialog.setDirectory(fileInfo.absolutePath());
149 fileDialog.selectFile(fileInfo.absoluteFilePath());
150 }
151 else {
....

Regards,
CVH

 2382 QCAD (main)Bug ReportLow DGN file load / import fails Closed
100%
Task Description

dgn file load / import fails in Pro and Trial.
https://www.qcad.org/rsforum/viewtopic.php?f=2&t=9444

Warnings:

 2383 QCAD (main)Bug ReportLow Dark Theme -> Layers Names are not visible Closed
100%
Task Description

If the Theme is chosen as Dark, the name of even layers in the Layer List is with white color and the name of background is also white. Please see the attachment.

Many thanks!

 2384 QCAD (main)Feature RequestLow need some help with copy with reference and paste Closed
100%
Task Description

Dear Mr Mustun,

I’ve got a problem similar to issue 2354.

Sometimes I have to create bigger drawings. Therefore I often create a “main drawing” and some “detail drawings”. I usually do the details in “detail drawing” and transfer them to “main drawing” by using “copy with reference” and “paste”. Until a few days ago it worked quite properly, but now it doesn’t anymore.

Today from issue 2354 I’ve learned that qcad doesn´t use windows clipboard. Can you tell me an alternative way to help me, please?

OS: Windows 11 Home
QCAD: Professional 3.27 (.4 ?, purchased July 29th 2022) 64 bit

Sincerely, FW

 2385 QCAD (main)Bug ReportLow ScriptItems are inserted with the unit setting for a ne ...Closed
100%
Task Description

Tested on a Win7 32bit and a Win10 64bit system.

With App.Prefs defaults for new drawings set to mm, mm, metric.
Inserting a ‘CubeCuttingOut’ with the default size 10 into a drawing in inch results in size 0.39370079” what is indeed 10mm.

One would expect it to be sized 10 units of the target drawing.

Recently reported by Husky concerning the QCAD Utilities by MikeJ.
https://qcad.org/rsforum/viewtopic.php?f=30&t=9429&start=15#p38045

ScriptItems are first created on a new (offline) document.
QCAD will then adapt the size with unit conversion.
Then it will scale, rotate, flip according the ‘Insert Script’ tool options.

This is fully predictable for standard library items where the source is a dxf file with a defined unit and no unit conversion would occur if the library source unit was ‘None’.

I then assume that this can be fixed with setting the new RDocument in InsertScriptItem.prototype.beginEvent its unit to ‘None’.
Not knowing what the intended behavior should be for any other case, source or usage ...

Regards,
CVH

 2389 QCAD/CAMBug ReportLow Import tools (KI) triggers a warning that the import fa ...Closed
100%
Task Description

... despite the fact it was successful.

 2392 QCAD (main)Bug ReportLow File > Save: Dimension override for linear format not s ...Closed
100%
Task Description

Dimension override for linear format not saved to file.

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

 2393 QCAD Community EditionBug ReportLow QCad crashes while loading plugins Closed
100%
Task Description

Please see this downstream bug report: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265989

 2394 QCAD (main)Bug ReportLow crash whenn upload immage file or saving a project Closed
100%
Task Description

When i try to upload an immage Q cad professional edition last evrsion always crash, the same happens when i try to save a project.

 2395 QCAD (main)Bug ReportLow Incorrect new lightyear conversion value Closed
100%
Task Description

Seen
https://github.com/qcad/qcad/commit/302010556a077f71b3de6c3c0f8f3df0282a5da9 And that all entries are a division by 1000

It is exactly 9 460 730 472 580 800 meter
To return a correct factor to meters the value must be a factor 1000 larger.

131 return 9460730472580800000 / 1000;

More info:
https://www.qcad.org/rsforum/viewtopic.php?f=31&t=9506&p=38295#p38295

Kind regards,
CVH

 2399 QCAD (main)Bug ReportLow Directly edit object's Y coordinate, with a formula, al ...Closed
100%
Task Description

Select an object, e.g. a block or text. Hit G P to open the object’s properties.

Select the text input for the X coordinate. Add the string +0.1 to the end. Hit enter. The coordinate is increased by 0.1.

Repeat this for the Y coordinate. The coordinate always becomes 1.

Repeat this a second time, for the Y coordinate, without closing the properties dialogue in between edits. The coordinate updates as expected, e.g. 1.1, 1.2, 1.3...

 2400 QCAD (main)Bug ReportLow View > Selection Filter: Entity type "Any" has no effec ...Closed
100%
1 Task Description

The “Any” filter matches no entities.

 2401 QCAD (main)Bug ReportLow File > Print / PDF Export: Page size always A4 Closed
100%
1 Task Description

Only prints on A4 size paper, no matter what settings, print or pdf export, print from model or from layout block

Version:
3.27.7.0 (3.27.7)
Internet:
QCAD.org
Build Date:
Sep 29 2022
Revision:
58ecdde
Qt Version:
5.13.2
Architecture:
x86_64
Compiler:
MSVC++ 14.0 (2015)

 2402 QCAD (main)Bug ReportLow Selection Filter fails for different filter scenarios. Closed
100%
Task Description

Please refer to the user report below: https://www.qcad.org/rsforum/viewtopic.php?f=33&t=9586&p=38653#p38653 Note: 3.27.6.0 (3.27.6) works as intended.

Thanks.

 2403 QCAD (main)Bug ReportLow Print Preview Page Not The Same As Output Closed
100%
Task Description

Hi Andrew

When I Print or save as PDF the paper settings don’t seem to be working....
The output file does not match..

See Forum Post
https://qcad.org/rsforum/viewtopic.php?f=33&t=9587&p=38662#p38662

Cheers
John

 2404 QCAD (main)Performance IssueLow Extreme Lag When Selecting Solid or Pattern Hatch Closed
100%
Task Description

Hi Andrew

I get Extreme Lag When Left Click and Selecting Solid or Pattern Hatch...

Please See Thread in Forum...
https://qcad.org/rsforum/viewtopic.php?f=33&t=9588&p=38670#p38670

Screenshot & DXF Attached for your convenience ..

Version: 3.27.7.0 (3.27.7)
Build Date: Sep 30 2022
Revision: 62d387f
Qt Version: 5.14.2
Architecture: x86_64
Compiler: gcc 5.4.0

Cheers
John

 2406 QCAD (main)Bug ReportLow File > SVG Export: wrong arcs in blocks with negative s ...Closed
100%
1 Task Description

When using SVG export on a drawing with a block defined, the export is incorrect. Arcs are drawn incorrectly and parts of the block are missing. If that block is exploded, the SVG export is correct. Attached is a block on the lower left and the same block on the lower right after explode. Also attached is the resulting SVG file.
This is not always the case. Some blocks are correctly exported to SVG. The upper row is again a block on the left and the same block exploded on the right. It exports properly.

 2407 QCAD (main)Bug ReportLow App stalling for Trace Bitmap with no image in selectio ...Closed
100%
Task Description

Andrew,

Trace Bitmap requires a selection.
QCAD stalls when the first entity id is not an RImageEntity .

The prevImageEntity.getFileName() in the beginEvent will throw an exception for all but an RImageEntity.

The odds are against us that in a multiple selection an image is the first id.

I think you need to filter on image entities like later in the applyOperation function.

Regards,
CVH

 2408 QCAD (main)Bug ReportLow Length of Hatch entity sums the length of the patterned ...Closed
100%
1 Task Description

Andrew,

When selecting a Hatch entity:
For a solid filled Hatch the boundaries total length is given.
With a pattern that returns the summed length of the patterned lines.

I think that the recent performance update for RHatchData::getLength returns something different than intended.

Regards,
CVH

 2409 QCAD (main)Bug ReportLow Area measurement of hatches leads to a crash of QCAD Closed
100%
Task Description

Reported in the QCAD Forum by TSG on a macOS Catalina system.
Details on this topic can be found at https://www.qcad.org/rsforum/viewtopic.php?f=89&t=9603#p38738.

 2410 QCAD (main)Bug ReportLow Edit > Application Preferences > Graphics View > Fonts: ...Closed
100%
2 Task Description

Edit: And it fails often to read the menu at all at the first time. A second try will display the information ...

 2411 QCAD (main)Feature RequestLow Report hatching loop errors in the user defined coordin ...Closed
100%
1 Task Description

Andrew,

In “Loop not closed at point 120.079/259.997.” we can not use the coordinate as such.
With my preferences I would need 120,079;259,997 as a valid coordinate to enter in the command line.
I do this ‘translation’ in between in Notepad.

Not that personally my boundaries are frequently off ;-)

Reported by <OttoZ> in:
https://www.qcad.org/rsforum/viewtopic.php?f=89&p=38836#p38829
‘Die Koordinaten lassen sich nicht kopieren, sonst könnte man zur Fehlstelle springen.’

In all cases the “/” is not a valid Cartesian coordinate separator.
The dot at the end of the sentence is also not so common in QCAD.

Regards,
CVH

 2412 QCAD (main)Bug ReportLow Request for option Closed
100%
Task Description

For what I use QCad for it would be extremely helpful - and likely quite simple to implement - to have an option to display values (e.g. measurements of position and length) in inches only instead of feet and inches. I suppose if I were working in metric units the same idea would apply to centimetres only instead of metres + centimetres. Consider you have a line segment whose x-position is 3’ 11 17/32” and you need to move it by 2’ 7 13/64”. The math would just be a lot simpler if the “feet” measure were in inches - so 47 17/32” and 31 13/64”.

 2413 QCAD (main)Bug ReportLow Layer > (De-)Select Layer Entities: Default shortcuts Y ...Closed
100%
Task Description

Shortcut Y+, Y- fails for selecting Layer Entities in a Layer List. Letter is ignored and +, - zooms the drawing

 2414 QCAD (main)Bug ReportLow Shortcut YR, YE etc fails when layer is marked. Closed
100%
Task Description

Shortcut YR, YE etc. fails for marked Layer. It works at active layer.

 2417 QCAD (main)Bug ReportLow Insert Measurement/e.g. d1 Point to Point fails within  ...Closed
100%
Task Description

Insert Measurement / e.g. Point to Point fails within Coordinate (SX) dialog. It is offered for X and Y but I can’t find a way to use it. For a proper measurement with IP I need to use Autosnap etc. but that means I have to switch from Coordinate snap to an other snap with no way to return to use the d1 variable.

 2419 dwg2csvBug ReportLow dwg2csv quote handling Closed
100%
1 Task Description

When a text string contains a double quote(”) character, the value is not quoted.
If the text string contains a comma, the value is quoted (using double quotes).

When a text string starts with a double quote, it is unclear which of the above two states is correct, making for difficult parsing. (Excel seems to assume the second state when possible)

It would make parsing much easier if the output csv followed the format provided in rfc4180, namely that

If fields are not enclosed with double quotes, then double quotes may not appear inside the fields
(2.5)
If double-quotes are used to enclose fields, then a double-quote appearing inside a field must be escaped by preceding it with another double quote
(2.7)
 2420 QCAD (main)Bug ReportLow Snap > X/Y from Points / Y/X from Points: command line  ...Closed
100%
Task Description

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

 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

 2423 QCAD (main)Bug ReportLow QCAD 3.27.8 Crashes while starting Closed
100%
Task Description

Here’s the output in the console:

QCAD version 3.27.8
12:34:54: Debug: loading plugins...
12:34:54: Debug: loading static plugins...
12:34:55: Debug: trying to load theme stylesheet: themes/Default/stylesheet.css
12:34:55: Debug: trying to load theme stylesheet: themes/Default/stylesheet_linux.css
12:34:56: Debug: CadToolBar.initStyle
12:34:56: Debug: EcmaScriptShell.initStyle:
12:34:57: Debug: loading plugins...
12:34:57: Debug: loading static plugins...
Warning: action not found: “VisibleInCadToolBar” Warning: action not found: “VisibleInMatrixPanel” Warning: action not found: “VisibleInMenu” Warning: action not found: “VisibleInToolBar” Warning: action not found: “VisibleInUserToolBar1” Warning: action not found: “VisibleInUserToolBar2” 12:35:00: Debug: checking for QCAD Pro updates...
Warning: QSslSocket: cannot resolve SSL_set_psk_client_callback
Warning: QSslSocket: cannot resolve SSL_set_psk_server_callback
Warning: QSslSocket: cannot resolve SSL_CTX_use_psk_identity_hint
Warning: QSslSocket: cannot resolve SSLv2_client_method
Warning: QSslSocket: cannot resolve SSLv3_client_method
Warning: QSslSocket: cannot resolve SSLv2_server_method
Warning: QSslSocket: cannot resolve SSLv3_server_method
Auto configuration failed
140619518608640:error:0EFFF065:configuration file routines:CRYPTO_internal:missing equal sign:conf/conf_def.c:346:line 24
Warning: QMutex: destroying locked mutex

QCAD has unexpectedly quit.

Please use the offscreen or minimal platform plugin for headless systems
(without a running X11 server):
./qcad -platform offscreen

In addition, you might have to override the default Qt style
to prevent the loading of a native desktop style (such as GTK):
./qcad -style plastique

Here are my system’s specs:

Operating System: openSUSE Tumbleweed 20221113
KDE Plasma Version: 5.26.3
KDE Frameworks Version: 5.99.0
Qt Version: 5.15.7
Kernel Version: 6.0.8-1-default (64-bit)
Graphics Platform: X11
Processors: 4 × AMD Phenom™ II X4 910e Processor
Memory: 7.5 GiB of RAM
Graphics Processor: AMD RS880

 2424 QCAD (main)Bug ReportLow File/Folder selection dialogs are broken under KDE Closed
100%
Task Description

I run KDE Plasma (KWin window manager) on Gentoo Linux.

I have tested with several different builds of QCAD 3.27.8:

If I use Open, Save As, and anything else that selects a file or a folder, the dialog does not show any contents, and the terminal prints an error:

Warning:  couldn't create slave: "Unknown protocol 'file'."

Some of the dialogs behave better by deselecting:
Application Prefs > File: Open/Save > File Dialog > Use system file dialog

So, looking through the code, I noticed that there is already KDE-specific handling to avoid using the system dialog, but it has probably been broken since switching to QT5, because Q_WS_X11 (and all other Q_WS_* global macros) no longer exist with QT5+.

I’ve attached a patch that fixes the usage of that macro. With that patch, in my portage-built Community Edition build, I no longer have to deselect “Use system file dialog”.

But, there are at least two places that do not respect the DontUseNativeDialogs setting:

  • Application Prefs > File > Templates > Template Folders > Add
  • Application Prefs > Widgets > Library Browser > Library Sources > Add...

I found the scripts source for the Library Browser PreferencesPage.ui, but I couldn’t find the same for the Templates selection, probably because that is a Pro-only feature (right?).

For the LibraryBrowser, here is the appropriate sections of code:

So, somehow this line needs to change to use the DontUseNativeDialogs setting, but I’m not sure how to do that (I don’t have much experience with QT development).

var dir = QFileDialog.getExistingDirectory(this, fileDlgTitle);

Assuming that Template Folders preference also uses the DirectoryList widget, fixing this should fix that pref pane as well.

 2425 QCAD (main)Bug ReportLow Dimension > Arc Length: Always uses linear factor from  ...Closed
100%
1 Task Description

Hi Andrew

When I apply an Arc Length Dimension the result is incorrect, see forum post with screenshot and dxf..

https://qcad.org/rsforum/viewtopic.php?f=33&t=9692#p39217

Cheers
John

 2426 QCAD (main)Feature RequestLow Include linear scale for Arc Length Dimension Closed
100%
1 Task Description

Additional to  FS#2425 

Include scale option in Option Toolbar for Arc Length Dimensions.
Include scaling RDimArcLengthData by linear factor.

Regards,
CVH

 2427 QCAD (main)Bug ReportLow Qcad Pro 3.27.8 coredump on 'Save As' and check for upd ...Closed
100%
Task Description

Arch Linux x86_64 (up to date Nov 2022)
System Qt version: 5.15.7
Qcad Pro 3.27.8 64-bit

The ‘standard’ Linux installer for Qcad Pro 3.27.8 (qcad-3.27.8-pro-linux-x86_64.run) dumps core on either of the following actions:

- Help/’Check for Updates’

- File/Save As...

However, installing the ‘qcad-3.27.8-pro-linux-qt5.14-x86_64.run’ version built against a more recent version of Qt (as of Nov 2022) does not display these issues.

I am leaving this here in case it is helpful to other users.

 2429 QCAD (main)Bug ReportLow Spline Crash Closed
100%
Task Description

While editing a spline with fit points, I accidentally moved a fit point on top of another fit point, which locked up the software (grayed out, not responding). I had to ctl / alt / del and end task to resolve.

 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;
    |                                      ^~~~~~~
 2431 QCAD (main)Bug ReportLow Dimensions showing in weird font Closed
100%
Task Description

Just installed latest QCAD. Simple drawing. Add a dimension and it shows as per attached image. Have used Qcad on and off for years for doing simple drawings. Not a professional designer. Never had this problem before.

Ubuntu 20.04.1

 2432 QCAD (main)SuggestionLow Your tracker site needs an update Closed
100%
Task Description

Notice: Trying to access array offset on value of type bool in /home/qcadch/public_html/bugtracker/scripts/details.php on line 222

Saw many other errors when I first logged on.

 2434 QCAD (main)Bug ReportLow Rotate Viewport fails Closed
100%
1 Task Description

Rotating a Viewport will lead to rotate the drawing in the viewport but not the Viewport itself. This will happen during a creation process by using VT or afterward by editing a viewport in the Property Editor.

 2435 QCAD (main)Bug ReportLow SVG Export of block reference Closed
100%
Task Description

https://qcad.org/rsforum/viewtopic.php?f=33&t=9731

Quick SVG export of a block reference can lead to unexpected results if the vertical flip option is enabled during the insertion of the block. See above forum thread.

 2437 QCAD (main)Bug ReportLow Application Preferences, Graphics View, Fonts, Font siz ...Closed
100%
Task Description

no task description

 2438 ECMAScriptBug ReportLow simple_modify.js > Faulty parameter explanation docDest ...Closed
100%
1 Task Description

Andrew,

simple_modify.js
function paste()
10 * \param docDestination RDocument to paste into (or undefined for current document)

A) This should be a document interface of the type RDocumentInterface.
B) The function uses the parameter diDestination and not docDestination

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

Regards,
CVH

 2441 QCAD (main)Bug ReportLow File > Print Preview: auto fit to paper repeated when s ...Closed
100%
1 Task Description

Case: Launch Print preview (first time), confirm dialog “Auto fit drawing to paper?” with yes, change after that the scale, close Print Preview, launch Print Preview - the last chosen scale what should be remembered is overwritten by the Auto fit scale.

Note:
The Auto fit scale stays persistent - even after reloading the drawing!

The option “Auto fit drawing to paper?” as a dialog occurs only the first time you use Print Preview - there is no way to change the chosen option later in a session or after reloading the drawing ...

 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.

 2445 QCAD (main)Bug ReportLow Misc Information 2D Centroids v0.32 >> Bug for area of  ...Closed
100%
1 Task Description

Andrew,

Seems to be a copy/paste but never re-edited kind of mistake.

Quick fix:
https://github.com/qcad/qcad/blob/master/scripts/Misc/MiscInformation/InfoCentroids/InfoAreaCentroid/InfoAreaCentroid.js#L1320 line 1320 should read:
return [centerPoint.x, centerPoint.y, centerPoint, radius*radius * Math.PI];

line 1318 was intended to replace the ‘area’ portion of line 1320 literally.
As is, the code in this line makes no sense and line 1318 should be removed.

Still have to investigate if the area of a full 360° arc sector/segment should be signed ...
... and if RS.AngleTolerance is required when comparing.

Regards,
CVH

 2449 QCAD (main)Bug ReportLow Adjusted Alfa value for solid hatch not saved with draw ...Closed
100%
Task Description

Tested on CE and Pro. Alfa value on load is always 255 ...

Please refer also to topic:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=9800

 2451 QCAD (main)Bug ReportLow Explode (XP) > Explodes hatches in non-uniform scaled b ...Closed
100%
1 Task Description

Andrew,

Hatches in uniform scaled blocks explode perfect among other entities, even a hatch pattern is scaled.
Hatches in non-uniform scaled blocks are exploded as not scaled.

One could scale the hatch boundaries non-uniform.
For solid hatches the pattern scale doesn’t matter.
For patterned hatches the pattern scale and angle is more problematic.
But why not explode it as is, the pattern is transformed as expected for the non-uniform scaled block reference.

Or one doesn’t transform the pattern at all but then the the non-uniform scaled block reference isn’t displayed correctly.

Regards,
CVH

 2455 QCAD (main)Bug ReportLow Overlay labels in the bottom panel of the qcad window Closed
100%
1 Task Description

Version: qcad-3.27.9.3-alt1
Qt version: 5.15.8
Architecture: x86-64
Graphics platform: X11
Kernel version: 5.15.94-un-def-alt1

Steps:

1. Run from console: $ qcad
2. Reduce the size of the program window.

OBSERVED RESULT: Label overlay.

EXPECTED RESULT: Correct display of inscriptions (text in the bottom panel).

Same behavior: on first run.

 2458 QCAD (main)Bug ReportLow mygcode [PF] returns the valie of the feed rate from th ...Closed
100%
Task Description

There are not a lot of waterjet resources so I went ahead an tried to modify mygcode.js.

The issue is that plunge rate is entered in the tool and that shows up in the toolpath. The water jet wants to see that number to determine how long it holds in place to pierce the work. It needs it to be displayed as a prefix “S” followed by time in seconds and finally a period. I had been just hard coding a 2 second default time as I only cut glass but recently found some circumstance where I need different vaules. It is also more user friendly to get it to work correctly.

 	[// variables: Change Plunge Rate prefix from F to S
   	 //                   			 name,                  ID,                     always, prefix, decimals, options
		this.registerVariable("plungeRate",          "FP",                   true, "S", 0);

It needs to show up in the header as M1407 = [FP] which the water jet uses as a default pierce time after forced stop. In this instance it looks like M1407 = S2. This is working in the code currently.

For each remaining toolpath the Waterjet needs a pierce time.

M3
M8
G [FP].

And this is were it falls apart. I have red lined the gcode in a word document highlighting the first few problem instances. The first instance displays the value for Feed Rate and not Plunge Rate.

<CODE>: SELECT ALL

M3
M8
G4 S240.  Wrong value, should be as above "S2." but instead it grabbed the feed rate value from toolpath 1 "240"

</code>

Thanks.
Version:
3.27.8.0 (3.27.8)
Internet:
QCAD.org
Build Date:
Oct 6 2022
Revision:
dea3962
Qt Version:
5.13.2
Architecture:
x86_64
Compiler:
MSVC++ 14.0 (2015)

 2459 QCAD (main)Bug ReportLow Linetype scale of blocks in viewports not scaled accord ...Closed
100%
1 Task Description

Reported in forum 2 times:
https://www.qcad.org/rsforum/viewtopic.php?f=95&t=9887&p=40202&hilit=bugtracker#p40202 https://www.qcad.org/rsforum/viewtopic.php?f=33&t=9916&p=40298#p40298

Most likely the issue exist since QCAD Vers. < 3.25.2.0 (3.25.2)

Showing tasks 2251 - 2300 of 2560 Page 46 of 52<<First - 44 - 45 - 46 - 47 - 48 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing