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
 911 QCAD (main)Bug ReportLow Saving / loading text with accents ('é') Closed
100%
Task Description

Text with é turns into È.

 912 QCAD (main)Bug ReportLow Move to back has no effect on hatches / solid fills Closed
100%
Task Description

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

 913 QCAD (main)Bug ReportLow Library browser: SVG items show no icon / cannot be ins ...Closed
100%
Task Description

SVG import fails if no resolution is specified for SVGImporter.

 915 QCAD (main)Bug ReportLow Texts with undefined characters Closed
100%
Task Description

Texts in CAD fonts with characters for which no glyph is defined report a wrong bounding box which always includes the absolute zero point. This makes the spatial index ineffective for drawings containing many such texts (typically complex drawings from international users).

 919 QCAD (main)Bug ReportLow Insert block with attributes: third attribute input not ...Closed
100%
Task Description

Insert block with attributes: third attribute input not working

 921 QCAD (main)Bug ReportLow File - Save As: chosen file type filter ignored under K ...Closed
100%
Task Description

This affects only certain KDE installations:
- Fedora 12 with KDE
- Kubuntu 13.04

 924 QCAD (main)Bug ReportLow Printing under Linux: printing continues after cancelli ...Closed
100%
Task Description

Once the print dialog is displayed, it will print even if I “cancel” or “x” the page.

 925 QCAD (main)Bug ReportLow Attribute definitions duplicated when loaded from DWG Closed
100%
Task Description

Title says it all. Cannot get QCAD to synchronise attributes on Fedora 19 box with QCAD 3.2.2 installed as the machine hangs (a single core of CPU maxed out). This is not present on my Windows machine (Windwows 7).

I can provide a sample file privately if needed.

Kurt

 929 QCAD (main)Bug ReportLow Modify - Scale: Proportional scaling has no effect Closed
100%
Task Description

If the keep proportions button is checked in the scale dialog, no scaling is performed.

 930 QCAD (main)Bug ReportLow Chinese font type saving problem Closed
100%
Task Description

Dear Sir:
I am an user in Taiwan. I need to use Chinese. While editing, the font appearance can be display in view port, but after saving-closing-re-opening, the font type is missing. For example, while I type Chinese with font type “B” or “C” and save the file, the font all become font type “A” with reopening and the “Main Font” selector inside “Text” dialog window is blank. I need to re-open “Text” dialogue window and re-select font type, then click the working view port, the display of text changes. Its inconvient. In previous version it’s ok. I can’t remember the exact version of well-saving-Chinese-font function because my computer is not in my house. It might be version 3.1.x. I don’t think it’s a major problem, but could you please deal with this problem while having time.

 931 QCAD (main)Bug ReportLow Insert block with attributes from library: unit scale p ...Closed
100%
Task Description

Inserting a block with attributes into a drawing with a different unit results in wrongly scaled attribute entities.

Workaround:
Sync block attributes after insert.

 932 QCAD (main)Bug ReportLow Library item with attribute definitions: attributes cre ...Closed
100%
Task Description

Inserting part library items with attributes definitions can result in attributes being created with invalid layer IDs (from the source document but invalid in the target document).

 933 QCAD (main)Bug ReportLow Modify - Break out Segment: fails for special case of e ...Closed
100%
Task Description

If the segment of an ellipse is limited by another ellipse with the same ratio and rotation, the break out tool cannot find the correct intersection to break out to.

See also:
http://www.qcad.org/rsforum/viewtopic.php?f=33&t=2586&view=unread#unread

 934 QCAD (main)Bug ReportLow Command line not staying active Closed
100%
Task Description

When opening or closing QCAD the command line isn’t staying active.

 935 QCAD (main)Bug ReportLow Isometric projection: crash when projecting complex tex ...Closed
100%
Task Description

Projecting text into an isometric plane crashes QCAD - unless the text is first exploded, which is not always an acceptable appearance.

 937 QCAD (main)Bug ReportLow Info Tools - Area: "Add measurement to drawing" doesn't ...Closed
100%
Task Description

XP/32

Info Tools - Area: “Add measurement to drawing” doesn’t work as expected

 938 QCAD (main)Bug ReportLow QCAD Community Edition: may not be able to print on som ...Closed
100%
Task Description

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

 939 QCAD (main)Bug ReportLow block hierarchy Closed
100%
Task Description

The block hierarchy is lost after saving. Only one item appears in the block after reload, and it is doubled outside, too.

attached file:

Tried to put the four patches and the bar in a “Pzeile” block, this works, but after save and open, only the bar is in the block and is doubled to layer “0”.

The attached file is the destroyed version with removed doublette.

 941 QCAD (main)Bug ReportLow New old build error (on FreeBSD now) Closed
100%
Task Description

This seems to have somehow surfaced once again, this time on FreeBSD (that is, Linux builds are unaffected).

This diff, based on the suggestion from the forum post, seems to fix it:

--- a/src/3rdparty/qt-labs-qtscriptgenerator-4.8.5/qtbindings/qtbindings.pro
+++ b/src/3rdparty/qt-labs-qtscriptgenerator-4.8.5/qtbindings/qtbindings.pro
@@ -13,3 +13,7 @@ SUBDIRS = qtscript_core \
          qtscript_uitools
 
          #qs_eval
+
+freebsd* {
+       SUBDIRS -= qtscript_phonon
+}

Somehow (especially in light of the forum post) it doesn’t seem a very robust solution, though.

QCAD community, Git rev 3ff487, FreeBSD 9.2, Qt 4.8.5.

 944 QCAD (main)Bug ReportLow Build system: some dependencies are not rebuilt when ne ...Closed
100%
Task Description

As came up towards the end of  FS#892 .

What happens is a change in src/3rdparty/dxflib/src/dl_dxf.cpp does trigger a rebuild of release/libdxflib.a, but this does not, in turn, trigger a re-link of plugins/libqcaddxf.so, a (the?) consumer of libdxflib.a.

This causes partial rebuilds to be broken (I think I got puzzled by this earlier too).

How to reproduce: on a fully built tree, `touch src/3rdparty/dxflib/src/dl_dxf.cpp’ then `make’. Nothing but libdxflib.a gets rebuilt.

 946 QCAD (main)Bug ReportLow a79f70 broke examples/mainwindow/ Closed
100%
Task Description

I suspect it was a79f70, that’s when setCustomProperty() and friends changed.

(slightly reformatted so it doesn’t completely break preformatted display)

g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DQCAD_DLL -DPTHREADS
    -DHAVE_PTHREAD_H -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SCRIPT_LIB
    -DQT_SCRIPTTOOLS_LIB -DQT_SVG_LIB -DQT_SQL_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB
    -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
    -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtHelp
    -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtUiTools
    -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui
    -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml
    -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtSql
    -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtScriptTools
    -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtWebKit -I/usr/include/qt4
    -I../../../src/core -I../../../src/core/math -I../../../src/grid
    -I../../../src/snap -I../../../src/gui -I../../../src/entity
    -I../../../src/operations -I../../../src/scripting -I../../../src/stemmer
    -I../../../src/scripting/ecmaapi -I../../../src/scripting/ecmaapi/generated
    -I../../../src/scripting/ecmaapi/adapters -I../../../src/io/dxf
    -I../../../src/spatialindex -I../../../src/3rdparty -I/usr/X11R6/include
    -Irelease -o release/MainWindow.o MainWindow.cpp
In file included from MainWindow.cpp:13:0:
../../../src/spatialindex/RSpatialIndexNavel.h: In member function ‘virtual void
    RSpatialIndexNavel::Visitor::visitData(std::vector<const SpatialIndex::IData*>&)’:
../../../src/spatialindex/RSpatialIndexNavel.h:191:77: warning: format ‘%Ld’
    expects argument of type ‘long long int’, but argument 2 has type
    ‘SpatialIndex::id_type {aka long int}’ [-Wformat]
MainWindow.cpp: In constructor ‘MainWindow::MainWindow(QWidget*)’:
MainWindow.cpp:79:54: error: no matching function for call to
    ‘RLineEntity::setCustomProperty(const char [14], int)’
MainWindow.cpp:79:54: note: candidate is:
../../../src/core/RObject.h:165:10: note:
    void RObject::setCustomProperty(const QString&, const QString&, const QVariant&)
../../../src/core/RObject.h:165:10: note:   candidate expects 3 arguments, 2 provided
MainWindow.cpp:80:66: error: no matching function for call to
    ‘RLineEntity::setCustomProperty(const char [17], const char [10])’
MainWindow.cpp:80:66: note: candidate is:
../../../src/core/RObject.h:165:10: note:
    void RObject::setCustomProperty(const QString&, const QString&, const QVariant&)
../../../src/core/RObject.h:165:10: note:   candidate expects 3 arguments, 2 provided
make[4]: *** [release/MainWindow.o] Error 1

Linux, Qt 4.8.1, GCC 4.6.4

 947 QCAD (main)Bug ReportLow Debug builds failing (Linux/FreeBSD) Closed
100%
Task Description

6a5c66 on both FreeBSD and Linux (particular example on FreeBSD). The following diff is present, but it should be a no-op in this regard:

--- a/shared.pri
+++ b/shared.pri
@@ -11,6 +11,7 @@ DEFINES += QCAD_DLL
 # output directory:
 CONFIG(debug, debug|release) {
     ROUTDIR = debug
+    QMAKE_CXXFLAGS_DEBUG += -ggdb3
 } else {
     ROUTDIR = release
 }
qmake-qt4 qcad.pro CONFIG=debug

Goes on a while, then bombs off at

g++ -c -pipe -g -ggdb3 -Wall -W -fPIC -DQCAD_DLL -DPTHREADS -DHAVE_PTHREAD_H
    -I/usr/local/share/qt4/mkspecs/freebsd-g++
    -I.
    -I/usr/local/include/qt4/QtHelp
    -I/usr/local/include/qt4/QtDesigner
    -I/usr/local/include/qt4/QtUiTools
    -I../../../../core
    -I../../../../core/math
    -I../../../../grid
    -I../../../../snap
    -I../../../../gui
    -I../../../../entity
    -I../../../../operations
    -I../../../../scripting
    -I../../../../stemmer
    -I../../../../scripting/ecmaapi
    -I../../../../scripting/ecmaapi/generated
    -I../../../../scripting/ecmaapi/adapters
    -I../../../../io/dxf
    -I../../../../spatialindex
    -I../../../../3rdparty
    -I.
    -I/usr/local/include/qt4
    -I/usr/local/include
    -o debug/qtscript_Global.o
    ../../generated_cpp/com_trolltech_qt_core/qtscript_Global.cpp

../../generated_cpp/com_trolltech_qt_core/qtscript_Global.cpp:6:25: error: qmetaobject.h: No such file or directory
../../generated_cpp/com_trolltech_qt_core/qtscript_Global.cpp:8:20: error: QVariant: No such file or directory
../../generated_cpp/com_trolltech_qt_core/qtscript_Global.cpp:10:21: error: qglobal.h: No such file or directory

The corresponding good release compile line is:

g++ -c -pipe -O2 -Wall -W -pthread -D_THREAD_SAFE -fPIC -DQCAD_DLL
    -DPTHREADS -DHAVE_PTHREAD_H -DQT_NO_DEBUG -DQT_WEBKIT_LIB
    -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_SVG_LIB -DQT_SQL_LIB
    -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB
    -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
    -I/usr/local/share/qt4/mkspecs/freebsd-g++
    -I.
    -I/usr/local/include/qt4/QtHelp
    -I/usr/local/include/qt4/QtDesigner
    -I/usr/local/include/qt4/QtUiTools
    -I/usr/local/include/qt4/QtCore
    -I/usr/local/include/qt4/QtNetwork
    -I/usr/local/include/qt4/QtGui
    -I/usr/local/include/qt4/QtOpenGL
    -I/usr/local/include/qt4/QtXml
    -I/usr/local/include/qt4/QtXmlPatterns
    -I/usr/local/include/qt4/QtSql
    -I/usr/local/include/qt4/QtSvg
    -I/usr/local/include/qt4/QtScriptTools
    -I/usr/local/include/qt4/QtScript
    -I/usr/local/include/qt4/QtWebKit
    -I/usr/local/include/qt4
    -I../../../../core
    -I../../../../core/math
    -I../../../../grid
    -I../../../../snap
    -I../../../../gui
    -I../../../../entity
    -I../../../../operations
    -I../../../../scripting
    -I../../../../stemmer
    -I../../../../scripting/ecmaapi
    -I../../../../scripting/ecmaapi/generated
    -I../../../../scripting/ecmaapi/adapters
    -I../../../../io/dxf
    -I../../../../spatialindex
    -I../../../../3rdparty
    -I.
    -I/usr/local/include
    -Irelease
    -I/usr/local/include/qt4
    -I/usr/local/include
    -o release/qtscript_Global.o
    ../../generated_cpp/com_trolltech_qt_core/qtscript_Global.cpp

The diff between them is suspiciously big (unique items only):

includes-wise:

--- incbad      2013-10-20 11:45:37.302711863 +0200
+++ incgood     2013-10-20 11:45:31.899711566 +0200
@@ -16,7 +16,19 @@
 -I../../../../stemmer
 -I/usr/local/include
 -I/usr/local/include/qt4
+-I/usr/local/include/qt4/QtCore
 -I/usr/local/include/qt4/QtDesigner
+-I/usr/local/include/qt4/QtGui
 -I/usr/local/include/qt4/QtHelp
+-I/usr/local/include/qt4/QtNetwork
+-I/usr/local/include/qt4/QtOpenGL
+-I/usr/local/include/qt4/QtScript
+-I/usr/local/include/qt4/QtScriptTools
+-I/usr/local/include/qt4/QtSql
+-I/usr/local/include/qt4/QtSvg
 -I/usr/local/include/qt4/QtUiTools
+-I/usr/local/include/qt4/QtWebKit
+-I/usr/local/include/qt4/QtXml
+-I/usr/local/include/qt4/QtXmlPatterns
 -I/usr/local/share/qt4/mkspecs/freebsd-g++
+-Irelease

Defines-wise:

--- defbad      2013-10-20 11:51:22.405716122 +0200
+++ defgood     2013-10-20 11:52:05.362693170 +0200
@@ -1,3 +1,17 @@
 -DHAVE_PTHREAD_H
 -DPTHREADS
 -DQCAD_DLL
+-DQT_CORE_LIB
+-DQT_GUI_LIB
+-DQT_NETWORK_LIB
+-DQT_NO_DEBUG
+-DQT_OPENGL_LIB
+-DQT_SCRIPTTOOLS_LIB
+-DQT_SCRIPT_LIB
+-DQT_SHARED
+-DQT_SQL_LIB
+-DQT_SVG_LIB
+-DQT_WEBKIT_LIB
+-DQT_XMLPATTERNS_LIB
+-DQT_XML_LIB
+-D_THREAD_SAFE

qmetaobject.h is on Qt/ and QtCore/, both of which is missing from the debug include path.

On Linux, it’s complaining about QtScript/QScriptExtensionPlugin (which is in /usr/include/qt4), diffs between includes:

--- incbad      2013-10-20 12:04:32.612710645 +0200
+++ incgood     2013-10-20 12:04:58.129714235 +0200
@@ -14,7 +14,21 @@
 -I../../../../snap
 -I../../../../spatialindex
 -I../../../../stemmer
+-I/usr/X11R6/include
+-I/usr/include/qt4
+-I/usr/include/qt4/QtCore
 -I/usr/include/qt4/QtDesigner
+-I/usr/include/qt4/QtGui
 -I/usr/include/qt4/QtHelp
+-I/usr/include/qt4/QtNetwork
+-I/usr/include/qt4/QtOpenGL
+-I/usr/include/qt4/QtScript
+-I/usr/include/qt4/QtScriptTools
+-I/usr/include/qt4/QtSql
+-I/usr/include/qt4/QtSvg
 -I/usr/include/qt4/QtUiTools
+-I/usr/include/qt4/QtWebKit
+-I/usr/include/qt4/QtXml
+-I/usr/include/qt4/QtXmlPatterns
 -I/usr/share/qt4/mkspecs/linux-g++-64
+-Irelease

Defines:

--- defbad      2013-10-20 12:07:16.961712166 +0200
+++ defgood     2013-10-20 12:07:38.831670098 +0200
@@ -1,4 +1,18 @@
 -DHAVE_PTHREAD_H
 -DPTHREADS
 -DQCAD_DLL
+-DQT_CORE_LIB
+-DQT_GUI_LIB
+-DQT_NETWORK_LIB
+-DQT_NO_DEBUG
+-DQT_OPENGL_LIB
+-DQT_SCRIPTTOOLS_LIB
+-DQT_SCRIPT_LIB
+-DQT_SHARED
+-DQT_SQL_LIB
+-DQT_SVG_LIB
 -DQT_WEBKIT
+-DQT_WEBKIT_LIB
+-DQT_XMLPATTERNS_LIB
+-DQT_XML_LIB
+-D_REENTRANT
948QCAD (main)Bug ReportLowmainwindow example segfaultsAssigned
0%
Task Description

As far as I can tell, it never worked.

#0  0x0000000000490527 in QFormInternal::domPropertyToVariant ()
No symbol table info available.
#1  0x000000000042aea9 in QFormInternal::QAbstractFormBuilder::toVariant ()
No symbol table info available.
#2  0x00000000004498a6 in QFormInternal::QFormBuilder::applyProperties ()
No symbol table info available.
#3  0x000000000042475f in QFormInternal::FormBuilderPrivate::applyProperties ()
No symbol table info available.
#4  0x000000000042e83b in QFormInternal::QAbstractFormBuilder::create ()
No symbol table info available.
#5  0x00000000004493c0 in QFormInternal::QFormBuilder::create ()
No symbol table info available.
#6  0x000000000042182e in QFormInternal::FormBuilderPrivate::create ()
No symbol table info available.
#7  0x000000000042fa37 in QFormInternal::QAbstractFormBuilder::create ()
No symbol table info available.
#8  0x00000000004225a2 in QFormInternal::FormBuilderPrivate::create ()
No symbol table info available.
#9  0x0000000815eed3d7 in QFormInternal::QAbstractFormBuilder::load ()
   from /usr/home/ice/w/qcad/qcad/plugins/script/libqtscript_uitools.so.1.0.0
No symbol table info available.
#10 0x0000000815ededad in QUiLoader::load () from /usr/home/ice/w/qcad/qcad/plugins/script/libqtscript_uitools.so.1.0.0
No symbol table info available.
#11 0x0000000815eda326 in qtscript_QUiLoader_prototype_call (context=0x813262240)
    at ../../generated_cpp/com_trolltech_qt_uitools/qtscript_QUiLoader.cpp:282
        _q_arg0 = (QIODevice *) 0x813fe5610
        _q_arg1 = (QWidget *) 0x813ffdcd0
        _q_result = (QWidget *) 0x8006e2c00
        _id = <value optimized out>
        _q_self = (QUiLoader *) 0x813f08d40
#12 0x0000000805fc9f78 in QScript::FunctionWrapper::proxyCall () from /usr/local/lib/qt4/libQtScript.so.4
No symbol table info available.
#13 0x0000000805ee418f in QTJSC::NativeFuncWrapper::operator() () from /usr/local/lib/qt4/libQtScript.so.4
No symbol table info available.
#14 0x0000000805eb93ee in QTJSC::Interpreter::privateExecute () from /usr/local/lib/qt4/libQtScript.so.4
No symbol table info available.
#15 0x0000000805ec1ccd in QTJSC::Interpreter::execute () from /usr/local/lib/qt4/libQtScript.so.4
No symbol table info available.
#16 0x0000000805ec1ff9 in QTJSC::Interpreter::execute () from /usr/local/lib/qt4/libQtScript.so.4
No symbol table info available.
#17 0x0000000805fa9743 in QScriptEnginePrivate::evaluateHelper () from /usr/local/lib/qt4/libQtScript.so.4
No symbol table info available.
#18 0x0000000805faabc6 in QScriptEngine::evaluate () from /usr/local/lib/qt4/libQtScript.so.4
No symbol table info available.
#19 0x0000000800ac5aae in RScriptHandlerEcma::eval (this=0x811f435e0, script=<value optimized out>, 
    fileName=<value optimized out>) at RScriptHandlerEcma.cpp:855
        err = {d_ptr = {d = 0x7fffffffcf50}}
#20 0x0000000800ac65c5 in RScriptHandlerEcma::doScript (this=0x811f435e0, scriptFile=@0x7fffffffd2f0, 
    arguments=<value optimized out>) at RScriptHandlerEcma.cpp:851
        fi = {d_ptr = {d = 0x813f94700}}
        globalObject = {d_ptr = {d = 0x813ff1240}}
        contents = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 3936}, alloc = 0, size = 0, 
    data = 0x809bb387a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, 
  static shared_empty = {ref = {_q_value = 19}, alloc = 0, size = 0, data = 0x809bb389a, clean = 0, simpletext = 0, 
    righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x811c11800, static codecForCStrings = 0x0}
#21 0x0000000000417d13 in MainWindow (this=0x7fffffffd4b0, parent=<value optimized out>) at MainWindow.cpp:99
No locals.
#22 0x0000000000416ad9 in main (argc=1, argv=<value optimized out>) at main.cpp:35
        app = <value optimized out>
        window = {<QMainWindow> = {<QWidget> = {<QObject> = {_vptr$QObject = 0x4992b0, static staticMetaObject = {d = {
            superdata = 0x0, stringdata = 0x809933ae0 "QObject", data = 0x809933b80, extradata = 0x809ba94c0}}, 
        static staticMetaObjectExtraData = {objects = 0x0, 
          static_metacall = 0x80985cd80 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, d_ptr = {
          d = 0x811d28600}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x80993cc40 "Qt", 
            data = 0x809940560, extradata = 0x0}}}, <QPaintDevice> = {_vptr$QPaintDevice = 0x499478, painters = 0}, 
      static staticMetaObject = {d = {superdata = 0x809ba94e0, stringdata = 0x808e66be0 "QWidget", data = 0x808e670c0, 
          extradata = 0x809282360}}, static staticMetaObjectExtraData = {objects = 0x0, 
        static_metacall = 0x8087899a0 <QWidget::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, 
      data = 0x811d28748}, static staticMetaObject = {d = {superdata = 0x809282380, stringdata = 0x808ec04c0 "QMainWindow", 
        data = 0x808ec0660, extradata = 0x8092abc60}}, static staticMetaObjectExtraData = {objects = 0x8092d1880, 
      static_metacall = 0x808e5aaf0 <QMainWindow::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}}, 
  documentInterface = 0x811d31600}
        ret = <value optimized out>
 949 QCAD (main)Bug ReportLow 3.3.4 didn't promote available upgrade to 3.4  Closed
100%
Task Description

Yes, I had the ‘look for upgrades selected’ and ticked in the dialog. I only acknowledged the available update through the forum announcement made!

 955 QCAD (main)Bug ReportLow File - PDF Export: large file size Closed
100%
Task Description

Arcs and circles are exported with too many segments if the drawing scale is below 1.0 (e.g. 1:100).

 956 QCAD (main)Bug ReportLow Screen based linetypes: splines, texts, dimensions Closed
100%
Task Description

Screen based linetypes not working for splines, texts (CAD fonts) and dimension arrows.

 957 QCAD (main)Bug ReportLow Property editor: custom property with title 'Z' not dis ...Closed
100%
Task Description

Properties with title ‘Z’ are not displayed in the property editor. This is correct but should not apply to custom, user defined properties.

 958 QCAD/CAMBug ReportLow CAM Export: points not exported Closed
100%
Task Description

Points are not being exported.

 959 QCAD (main)Bug ReportLow Trimming two lines which already meet causes both to di ...Closed
100%
1 Task Description

If I “Trim Both” a pair of lines which already meet, then neither line changes appearance on screen (as expected). However, after saving and reloading the file, both lines are now missing.

To reproduce:

  1. Create a new drawing
  2. Draw a 10×10 square
  3. Save the drawing
  4. Close and reopen. The square shows up as expected.
  5. Use the Trim Both tool on a pair of lines meeting at one of the corners. No change in the display.
  6. Save the drawing
  7. Close and reopen. The lines used in step 5. have disappeared.

If one or both of the lines changes length, either lengthened or shortened, then the changed line is preserved.

Build information:

Version: 3.4.2.0 (3.4.2)
Build Date: Oct 25 2013
Qt Version: 4.7.4
Compiler: MSVC++ 10.0 (2010)

Running on Windows 7 64-bit.

 960 QCAD (main)Bug ReportLow Pinch gesture support bindings broke FreeBSD build Closed
100%
Task Description
g++ -c -pipe -O2 -Wall -W -pthread -D_THREAD_SAFE -fPIC -DQCAD_DLL -DPTHREADS 
  -DHAVE_PTHREAD_H -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SCRIPT_LIB
  -DQT_SCRIPTTOOLS_LIB -DQT_SVG_LIB -DQT_SQL_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB
  -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
  -I/usr/local/share/qt4/mkspecs/freebsd-g++ -I. -I/usr/local/include/qt4/QtHelp
  -I/usr/local/include/qt4/QtDesigner -I/usr/local/include/qt4/QtUiTools
  -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtNetwork
  -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtOpenGL
  -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtXmlPatterns
  -I/usr/local/include/qt4/QtSql -I/usr/local/include/qt4/QtSvg
  -I/usr/local/include/qt4/QtScriptTools -I/usr/local/include/qt4/QtScript
  -I/usr/local/include/qt4/QtWebKit -I/usr/local/include/qt4 -I../../../../core
  -I../../../../core/math -I../../../../grid -I../../../../snap -I../../../../gui
  -I../../../../entity -I../../../../operations -I../../../../scripting
  -I../../../../stemmer -I../../../../scripting/ecmaapi
  -I../../../../scripting/ecmaapi/generated
  -I../../../../scripting/ecmaapi/adapters -I../../../../io/dxf
  -I../../../../spatialindex -I../../../../3rdparty -I. -I/usr/local/include
  -Irelease -I/usr/local/include/qt4 -I/usr/local/include -o
  release/qtscript_QPinchGesture.o
  ../../generated_cpp/com_trolltech_qt_gui/qtscript_QPinchGesture.cpp
../../generated_cpp/com_trolltech_qt_gui/qtscript_QPinchGesture.cpp:53: error: 
  redefinition of 'struct QMetaTypeId<QFlags<QPinchGesture::ChangeFlag> >'
/usr/local/include/qt4/QtGui/qgesture.h:202: error: previous definition of 
  'struct QMetaTypeId<QFlags<QPinchGesture::ChangeFlag> >'
../../generated_cpp/com_trolltech_qt_gui/qtscript_QPinchGesture.cpp:240: 
  warning: 'QScriptValue qtscript_QPinchGesture_prototype_call(QScriptContext*,
  QScriptEngine*)' defined but not used
*** [release/qtscript_QPinchGesture.o] Error code 1
$ sed '202!d' /usr/local/include/qt4/QtGui/qgesture.h
Q_DECLARE_METATYPE(QPinchGesture::ChangeFlags)
$ sed '53!d' <...>/qt-labs-qtscriptgenerator-4.8.5/<...>/qtscript_QPinchGesture.cpp
Q_DECLARE_METATYPE(QFlags<QPinchGesture::ChangeFlag>)

Using Qt version 4.8.5 in /usr/local/lib/qt4.

 961 QCAD/CAMBug ReportLow transactionlistener.so plugin gets installed to the wro ...Closed
100%
Task Description

When compiling QCAD 3.4.2.0 on Linux, the transactionlistener plugin gets installed to the wrong folder. The attached patch provides the correct directory path that trasactionlistener.so file gets installed too.

 963 QCAD (main)Bug ReportLow Clip to rectangle / clear area on block references Closed
100%
Task Description

“Clip to rectangle / clear area” in combination with a Block will explode the Block and change all line attributes for the exploded ex-block.

Pics: Before / after using the tool.

 965 QCAD (main)Bug ReportLow Modify - reverse: fails for imported splines Closed
100%
Task Description

See forum at:
http://www.qcad.org/rsforum/viewtopic.php?f=33&t=2640&view=unread#unread

Splines affected are 2nd degree with >4 control points, 3rd degree with >5 control points when loaded with knot vector from DXF. Newly constructed splines with automatically generated knot vector work fine.

 967 QCAD (main)Bug ReportLow SVG import: SVG transformations can lead to wrong arc d ...Closed
100%
Task Description

importing a svg generated by inkscape from a downloaded eps results in all contained arcs drawn in wrong direction

 969 QCAD (main)Bug ReportLow File - Bitmap export: exported bitmap file locked Closed
100%
Task Description

When I export a bitmap from qcad, windows picture preview will not show it, instead print the message: “the file is in use by another application”. Maybe the exporter does not close the file?

 971 QCAD (main)Bug ReportLow Dimension properties: text position not saved Closed
100%
Task Description

When reopening a dxf that had the dimension text aligned differently than the default, the text position has the same X position for vertical dimensions and the same Y position for horizontal dimensions as the dimension line. In other words, changes to the text position are not saved or loaded when reopening a file.

For example:
1) Create the drawing and take a dimension measurement
Dimension Line on (X, Y): (110, 1680)
Text Position changed to (X, Y): (100, 1255)

2) Save file, close it and reopen it
Dimension Line on (X, Y): (110, 1680)
Text Position on (X, Y): (110, 1255)

The text height (in drawing preferences) is set to 15 and page printing scale is 1:5 (if it matters).

QCAD Professional 3.4.2.0 on Ubuntu 13.04. See the attached file for the program specs.

Not really a major bug, but quite irritating none the less. :)

 974 QCAD (main)Bug ReportLow Trim not working for Chamfer/Bevel or Round tools Closed
100%
Task Description

Trim not working for Chamfer/Bevel or Round tools in 3.4.3.

With Trim checked nothing happens.

976dxflibBug ReportLowDXF import errors related to hatches, textsAssigned
0%
Task Description

See:
http://www.qcad.org/rsforum/posting.php?mode=reply&f=30&t=2677

 977 QCAD (main)Bug ReportLow Modify - Clip to Rectangle: fails if chosen area contai ...Closed
100%
Task Description

See:
http://www.qcad.org/rsforum/viewtopic.php?f=33&t=2681&view=unread#unread

980QCAD (main)Bug ReportLowIsometric Projection / blocks / wrong layer are used in...Assigned
0%
Task Description

Isometric Projection used on a selection which contains blocks will mix up the layer affiliations.
No blocks - no problems ;-)

 982 QCAD (main)Bug ReportLow Selection filter: selects entities on hidden layers Closed
100%
Task Description

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

 984 QCAD (main)Bug ReportLow No reference Manual in 3.4.4 Closed
100%
Task Description

No reference Manual in 3.4.4

 985 QCAD (main)Bug ReportLow Selection filter: layers / blocks not updated Closed
100%
Task Description

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

 987 QCAD (main)Bug ReportLow Window size bigger than screen, unable to reduce it Closed
100%
Task Description

Using the 32-bit linux .tar.gz package on Opensuse 12.3 - KDE4, it opens with a window size larger than the screen (you cannot reach the maximise, minimise icons with the mouse.
Having maximised it with the keyboard, using the mouse on the corners the window can only be stretched in the east-west dimension and remains at a fixed height. I have reverted to 3.4.2 which is fine.

Bob

 988 QCAD (main)Bug ReportLow Hatching in ISO projection gives unwanted result Closed
100%
Task Description

Not sure whether this has been reported yet.
I get an unexpected result when creating a solid fill hatch in an isometric projection, all entities are polylines.

 989 QCAD (main)Bug ReportLow File - Save As: suggested file name cut off after first ...Closed
100%
Task Description

Example: file name: “my.file.dxf” File - Save As suggests file name: “my.dxf”

 996 QCAD (main)Bug ReportLow Can't scale controlled "Rich Text" multi Lines ... Closed
100%
Task Description

If I have multi lines with different heights in a Rich Text the scale tool works not at all or the scale factor works different on each lines.

This example is scaled with factor 2. First line works - second line keeps the proportions.

 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.

 999 QCAD (main)Bug ReportLow Linear Factor doesn't get saved when drawing is closed. Closed
100%
Task Description

I have a dimension layer on a drawing. I make only that layer visible and select all dimensions. Then from the property editor I set the Linear Factor. The dimension values change as expected, and I can print the drawing and have the new dimension values show up as expected. When I save and close the drawing, then re-open it, the dimension Linear Factor does not retain the value I gave it. I saved my drawing in the current R27 DXF format.

 1000 QCAD (main)Bug ReportLow Drawing prefs/Printing/Colors behaves oddly Closed
100%
Task Description

Both community and Git head, on Linux and FreeBSD.

Not sure how to describe the odd behaviour... Draw something with a couple of colors, turn on Print preview, then modify Drawing prefs/Print/Colors/Color mode several times, setting it to a different mode than what it is currently, Apply, OK.

What happens is sometimes it doesn’t change (that is, the next time this preference is opened, it is still at Full Color even if I have just clicked, applied and OK’d Grayscale etc.).

Further, it seems that the selection is not reflected at the print preview view, or rather, it is off by one – if I finally manage to switch to Grayscale, it stays Full Color. Then if I somehow manage to switch to Black/white, the print preview changes to Grayscale etc.

I can try to make a screen movie if necessary.

Showing tasks 1501 - 1550 of 2560 Page 31 of 52<<First - 29 - 30 - 31 - 32 - 33 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing