|
1736 | QCAD (main) | Bug Report | Medium | Draw > Image: broken | Closed | |
|
Task Description
Draw > Image broken due to UI file resource not being found.
|
|
1737 | QCAD (main) | Bug Report | Medium | Block > Attributes > Define Block Attribute: broken | Closed | |
|
Task Description
Broken due to UI file resource not being found.
|
|
9 | QCAD (main) | Bug Report | Low | RSettings.setValue() doesn't work for "GraphicsViewColo ... | Closed | |
|
Task Description
Context: Needed to set color settings for book images.
RSettings.setValue("GraphicsViewColors/BackgroundColor", new RColor(0xff, 0xfe, 0xfd));
RSettings.setValue("GraphicsViewColors/MetaGridColor", new RColor(0xff, 0xfe, 0xfd));
QCAD3.conf:
BackgroundColor=@Variant(\0\0\0\x7f\0\0\0\aRColor\0\x1\xff\xff\0\0\0\0\0\0\0\0\0\x2)
MetaGridColor =@Variant(\0\0\0\x7f\0\0\0\aRColor\0\x1\xff\xff\xff\xff\xfe\xfe\xfd\xfd\0\0\0\x2)
Setting the alpha channel value and the color mode for RColor doesn’t change anything. Using view.setBackgroundColor() instead works for the background color, but not for other colors such as the meta grid color.
|
|
10 | Book | Bug Report | Low | Book numbering in PDF is incorrect | Closed | |
|
Task Description
The numbers in the book don’t match with the bookmarks numbers in the PDF as shown in Acrobat Reader.
|
|
17 | ECMAScript | Bug Report | Low | RLineEntityPointer doesn't work as function argument of ... | Closed | |
|
Task Description
Script code (SvgExporter.js):
245 // only export entities on main block "*Model_Space":
246 if (realEntity.getBlockId() == this.doc.getBlockId("*Model_Space")) {
247 RFileExporterAdapter.prototype.exportEntity.call(this, entity, false);
248 }
Script debugger exception:
Uncaught exception at /home/martin/workspace/rsframework/scripts/File/SvgExport/SvgExporter.js:246:
Error: :-1:-1: RExporter: Argument 0 is not of type REntity*.
<native>(RLineEntityPointer(0xb6fb158), false) at -1
<anonymous>(entity = RLineEntityPointer(0xb6fb158), preview = false) at
/home/martin/workspace/rsframework/scripts/File/SvgExport/SvgExporter.js:246
<anonymous>() at /home/martin/workspace/rsframework/scripts/File/SvgExport/SvgExporter.js:211
Workaround: Used exportEntity() with ID as argument instead. However there may be other cases where no alternative method is available.
RFileExporterAdapter.prototype.exportEntity.call(this, realEntity.getId());
|
|
18 | QCAD (main) | Bug Report | Low | LineRectangleSize.js: options tool bar: alignment point ... | Closed | |
|
Task Description
Sometimes the popup widget that lets the user choose the alignment point for positioning the rectangle does not close when the user clicks the desired point.
|
|
22 | QCAD (main) | Bug Report | Low | Improve grid info display for imperial units | Closed | |
|
Task Description
For inch, foot, .. the grid info display should for example display “1/128” instead of 0.0078125
|
|
28 | QCAD (main) | Bug Report | Low | Test Recorder | Closed | |
|
Task Description
|
|
33 | QCAD (main) | Bug Report | Low | Prints always to A4 | Closed | |
|
Task Description
Print prints always to A4, regardless of paper size chosen.
|
|
34 | QCAD (main) | Bug Report | Low | Printing tests | Closed | |
|
Task Description
Iterate through all drawings in a directory and create PDFs from them using the same mechanism as for printing.
|
|
39 | QCAD (main) | Bug Report | Low | print of not found (invalid) layer crashes | Closed | |
|
Task Description
var layer = EAction.getDocument().queryLayer("dummy");
print(layer);
Thread [1] 23305 (Suspended : Signal : SIGSEGV:Segmentation fault)
RLayer::getLinetypeId() at 0x898faae
operator<<() at RLayer.cpp:141 0x8df7ce4
REcmaSharedPointerLayer::toString() at REcmaSharedPointerLayer.cpp:1,885 0x8b1ab59
0xb6bd913c
0xb6ac2f68
0xb6ac3058
0xb6b09fb5
0xb69ed8e7
0xb6b083d5
0xb6a5a992
<...more frames...>
|
|
42 | QCAD (main) | Bug Report | Low | Text Dialog: bold / italic main font | Closed | |
|
Task Description
bold / italic check box for main font has no effect
|
|
47 | QCAD (main) | Bug Report | Low | Print preview marks drawing as modified | Closed | |
|
Task Description
Print preview marks drawing as modified
|
|
48 | QCAD (main) | Bug Report | Low | Close drawing from print preview | Closed | |
|
Task Description
Fails if drawing was modified and user wishes to save drawing.
|
|
50 | QCAD (main) | Bug Report | Low | Text dialog: Uncaught exception | Closed | |
|
Task Description
open text dialog
select some characters (for coloring)
click on the “color” button → a pop up windows appears showing all colors
don’t choose a color, but click somewhere outside the pop up window
Uncaught exception at /home/martin/workspace/rsframework/scripts/Draw/Text/TextDialog/TextDialog.js:572: TypeError: Result of expression 'chosenAction' [null] is not an object.
572 var chosenColor = chosenAction.property("color"); |
|
51 | QCAD (main) | Bug Report | Low | Text Dialog: remember last used settings | Closed | |
|
Task Description
Remember last used settings (text size, font, ...)
|
|
52 | QCAD (main) | Bug Report | Low | Property Editor: combo boxes | Closed | |
|
Task Description
Text entities show a field “Font Name” in the property editor. This should offer a font combo box to change the font.
Hatch entities show a field “Pattern/Name” which should offer a combo box with pattern names.
|
|
53 | QCAD (main) | Bug Report | Low | Text issues | Closed | |
|
Task Description
Done
Text with ‘standard’ font
|
|
54 | QCAD (main) | Bug Report | Low | Creating polyline from segments hangs | Closed | |
|
Task Description
load “scripts/Draw/Polyline/PolylineFromSegments/Tests/lines.dxf”
choose Polyline → Create from segments
the conversion isn’t done
the tool can be cancel with right click, but QCAD stays in strange stage using 25% CPU permanently
quit leads to segmentation fault
Thread [1] 20083 (Suspended : Signal : SIGSEGV:Segmentation fault)
0xb693148a
QScriptEngineAgentPrivate::atStatement() at 0xb6bc397b
0xb6a42232
0xb6a8e39a
0xa9b50ac0
0xffffffff
0x5
0xfffffffe
0xdc
0xfffffffe
<...more frames...>
|
|
56 | QCAD (main) | Bug Report | Low | Courier font collision | Closed | |
|
Task Description
Rename Courier.cxf font, correct courier in imported QCAD 2 files
|
|
57 | QCAD (main) | Bug Report | Low | Plugin.xslt.parseStylesheet crashes (OpenSUSE 11.4) | Closed | |
|
Task Description
openSUSE 11.4 (i586) Linux vostro 2.6.37.6-0.5-desktop #1 SMP PREEMPT 2011-04-25 21:48:33 +0200 i686 i686 i386 GNU/Linux
Thread [1] 6487 (Suspended : Signal : SIGSEGV:Segmentation fault)
strncmp() at 0xb4f4789a
__xmlParserInputBufferCreateFilename() at xmlIO.c:2,525 0x9116d31
xmlParserInputBufferCreateFilename() at xmlIO.c:2,559 0x9116dc2
xmlNewInputFromFile() at parserInternals.c:1,549 0x90d9c0f
xmlDefaultExternalEntityLoader() at xmlIO.c:3,881 0x9118b75
xmlLoadExternalEntity() at xmlIO.c:3,941 0x9118c6e
xsltDocDefaultLoaderFunc() at documents.c:85 0x907f651
xsltParseStylesheetFile() at xslt.c:6,726 0x907931b
RXslt::parseStylesheet() at RXslt.cpp:14 0x906725f
REcmaXslt::parseStylesheet() at REcmaXslt.cpp:190 0x8c8a0e2
<...more frames...>
|
|
58 | QCAD (main) | Bug Report | Low | SVG Export file name suggestion | Closed | |
|
Task Description
Quick SVG Export suggests file name “Untitled 1 [*].svg”
Remove [*] (comes from window title).
|
|
59 | QCAD (main) | Bug Report | Low | nested block inserts | Closed | |
|
Task Description
...display nothing (see auto generated example drawings)
|
|
60 | QCAD (main) | Bug Report | Low | double free detection after exit (Ubuntu) | Closed | |
|
Task Description
Debug: autostart.js: main(): end.
*** glibc detected *** release/qcad: double free or corruption (out): 0x0b18d7d0 ***
======= Backtrace: =========
/lib/libc.so.6(+0x6c501)[0x2dc5501]
/lib/libc.so.6(+0x6dd70)[0x2dc6d70]
/lib/libc.so.6(cfree+0x6d)[0x2dc9e5d]
/usr/lib/libfontconfig.so.1(+0x19d63)[0x55fd63]
/usr/lib/libfontconfig.so.1(FcPatternDestroy+0x6d)[0x56002d]
/home/martin/opt/qcad_3_0_tp1/release/libQtGui.so.4(_ZN18QFontEngineMultiFTD0Ev+0x62)[0x23da702]
/home/martin/opt/qcad_3_0_tp1/release/libQtGui.so.4(+0x3cab2c)[0x22f7b2c]
/home/martin/opt/qcad_3_0_tp1/release/libQtGui.so.4(+0x3cad9a)[0x22f7d9a]
/home/martin/opt/qcad_3_0_tp1/release/libQtGui.so.4(+0x3cd8a5)[0x22fa8a5]
/home/martin/opt/qcad_3_0_tp1/release/libQtCore.so.4(_ZN18QThreadStorageData3setEPv+0xb1)[0x2af72e1]
/home/martin/opt/qcad_3_0_tp1/release/libQtGui.so.4(+0x3c6988)[0x22f3988]
/home/martin/opt/qcad_3_0_tp1/release/libQtGui.so.4(_ZN5QFont7cleanupEv+0x17)[0x23d4247]
/home/martin/opt/qcad_3_0_tp1/release/libQtGui.so.4(+0x1ecda6)[0x2119da6]
/home/martin/opt/qcad_3_0_tp1/release/libQtGui.so.4(_ZN12QApplicationD2Ev+0x478)[0x2099538]
release/qcad(_ZN19QtSingleApplicationD1Ev+0x1a)[0x875d26c]
release/qcad(main+0x596)[0x875cbca]
/lib/libc.so.6(__libc_start_main+0xe7)[0x2d6fce7]
release/qcad[0x875c5a1]
======= Memory map: ========
00110000-003b1000 r-xp 00000000 08:01 152383 /home/martin/opt/qcad_3_0_tp1/release/libQtScript.so.4.7.3
003b1000-003bc000 rw-p 002a0000 08:01 152383 /home/martin/opt/qcad_3_0_tp1/release/libQtScript.so.4.7.3
003bc000-003cc000 rw-p 00000000 00:00 0
003cc000-003e1000 r-xp 00000000 08:01 134689 /lib/libpthread-2.12.1.so
003e1000-003e2000 ---p 00015000 08:01 134689 /lib/libpthread-2.12.1.so
003e2000-003e3000 r--p 00015000 08:01 134689 /lib/libpthread-2.12.1.so
003e3000-003e4000 rw-p 00016000 08:01 134689 /lib/libpthread-2.12.1.so
003e4000-003e6000 rw-p 00000000 00:00 0
003e6000-0040a000 r-xp 00000000 08:01 131677 /lib/libm-2.12.1.so
0040a000-0040b000 r--p 00023000 08:01 131677 /lib/libm-2.12.1.so
0040b000-0040c000 rw-p 00024000 08:01 131677 /lib/libm-2.12.1.so
0040c000-00426000 r-xp 00000000 08:01 131308 /lib/libgcc_s.so.1
00426000-00427000 r--p 00019000 08:01 131308 /lib/libgcc_s.so.1
00427000-00428000 rw-p 0001a000 08:01 131308 /lib/libgcc_s.so.1
00428000-0042a000 r-xp 00000000 08:01 131676 /lib/libdl-2.12.1.so
0042a000-0042b000 r--p 00001000 08:01 131676 /lib/libdl-2.12.1.so
0042b000-0042c000 rw-p 00002000 08:01 131676 /lib/libdl-2.12.1.so
0042c000-00434000 r-xp 00000000 08:01 658308 /usr/lib/libXrender.so.1.3.0
00434000-00435000 r--p 00007000 08:01 658308 /usr/lib/libXrender.so.1.3.0
00435000-00436000 rw-p 00008000 08:01 658308 /usr/lib/libXrender.so.1.3.0
00437000-0052a000 r-xp 00000000 08:01 149112 /home/martin/opt/qcad_3_0_tp1/release/libQtOpenGL.so.4.7.3
0052a000-00531000 rw-p 000f2000 08:01 149112 /home/martin/opt/qcad_3_0_tp1/release/libQtOpenGL.so.4.7.3
00531000-00544000 r-xp 00000000 08:01 131423 /lib/libz.so.1.2.3.4
00544000-00545000 r--p 00012000 08:01 131423 /lib/libz.so.1.2.3.4
00545000-00546000 rw-p 00013000 08:01 131423 /lib/libz.so.1.2.3.4
00546000-00574000 r-xp 00000000 08:01 658548 /usr/lib/libfontconfig.so.1.4.4
00574000-00575000 r--p 0002d000 08:01 658548 /usr/lib/libfontconfig.so.1.4.4
00575000-00576000 rw-p 0002e000 08:01 658548 /usr/lib/libfontconfig.so.1.4.4
00576000-00579000 r-xp 00000000 08:01 656212 /usr/lib/libgthread-2.0.so.0.2600.1
00579000-0057a000 r--p 00003000 08:01 656212 /usr/lib/libgthread-2.0.so.0.2600.1
0057a000-0057b000 rw-p 00004000 08:01 656212 /usr/lib/libgthread-2.0.so.0.2600.1
0057b000-0057d000 r-xp 00000000 08:01 658282 /usr/lib/libXdamage.so.1.1.0
0057d000-0057e000 r--p 00001000 08:01 658282 /usr/lib/libXdamage.so.1.1.0
0057e000-0057f000 rw-p 00002000 08:01 658282 /usr/lib/libXdamage.so.1.1.0
00582000-005db000 r-xp 00000000 08:01 149090 /home/martin/opt/qcad_3_0_tp1/release/libQtSvg.so.4.7.3
005db000-005dd000 rw-p 00059000 08:01 149090 /home/martin/opt/qcad_3_0_tp1/release/libQtSvg.so.4.7.3
005dd000-005eb000 r-xp 00000000 08:01 658286 /usr/lib/libXext.so.6.4.0
005eb000-005ec000 r--p 0000d000 08:01 658286 /usr/lib/libXext.so.6.4.0
005ec000-005ed000 rw-p 0000e000 08:01 658286 /usr/lib/libXext.so.6.4.0
005ed000-005ef000 r-xp 00000000 08:01 658273 /usr/lib/libXau.so.6.0.0
005ef000-005f0000 r--p 00001000 08:01 658273 /usr/lib/libXau.so.6.0.0
005f0000-005f1000 rw-p 00002000 08:01 658273 /usr/lib/libXau.so.6.0.0
005f1000-0073b000 r-xp 00000000 08:01 149100 /home/martin/opt/qcad_3_0_tp1/release/libQtNetwork.so.4.7.3
0073b000-0073f000 rw-p 0014a000 08:01 149100 /home/martin/opt/qcad_3_0_tp1/release/libQtNetwork.so.4.7.3
0073f000-00746000 r-xp 00000000 08:01 135002 /lib/librt-2.12.1.so
00746000-00747000 r--p 00006000 08:01 135002 /lib/librt-2.12.1.so
00747000-00748000 rw-p 00007000 08:01 135002 /lib/librt-2.12.1.so
00748000-0076b000 r-xp 00000000 08:01 131378 /lib/libpng12.so.0.44.0
0076b000-0076c000 r--p 00022000 08:01 131378 /lib/libpng12.so.0.44.0
0076c000-0076d000 rw-p 00023000 08:01 131378 /lib/libpng12.so.0.44.0
0076d000-00774000 r-xp 00000000 08:01 658265 /usr/lib/libSM.so.6.0.1
00774000-00775000 r--p 00006000 08:01 658265 /usr/lib/libSM.so.6.0.1
00775000-00776000 rw-p 00007000 08:01 658265 /usr/lib/libSM.so.6.0.1
00776000-0078b000 r-xp 00000000 08:01 658244 /usr/lib/libICE.so.6.3.0
0078b000-0078c000 r--p 00014000 08:01 658244 /usr/lib/libICE.so.6.3.0
0078c000-0078d000 rw-p 00015000 08:01 658244 /usr/lib/libICE.so.6.3.0
0078d000-0078f000 rw-p 00000000 00:00 0
0078f000-00791000 r-xp 00000000 08:01 666313 /usr/lib/gconv/UTF-16.so
00791000-00792000 r--p 00001000 08:01 666313 /usr/lib/gconv/UTF-16.so
00792000-00793000 rw-p 00002000 08:01 666313 /usr/lib/gconv/UTF-16.so
00793000-00852000 r-xp 00000000 08:01 152327 /home/martin/opt/qcad_3_0_tp1/release/libQtScriptTools.so.4.7.3
00852000-00857000 rw-p 000bf000 08:01 152327 /home/martin/opt/qcad_3_0_tp1/release/libQtScriptTools.so.4.7.3
00857000-008b2000 r-xp 00000000 08:01 149107 /home/martin/opt/qcad_3_0_tp1/release/libphonon.so.4.4.0
008b2000-008b4000 rw-p 0005b000 08:01 149107 /home/martin/opt/qcad_3_0_tp1/release/libphonon.so.4.4.0
008b4000-008b8000 r-xp 00000000 08:01 658288 /usr/lib/libXfixes.so.3.1.0
008b8000-008b9000 r--p 00003000 08:01 658288 /usr/lib/libXfixes.so.3.1.0
008b9000-008ba000 rw-p 00004000 08:01 658288 /usr/lib/libXfixes.so.3.1.0
008bb000-008bc000 r-xp 00000000 00:00 0 [vdso]
008bc000-00929000 r-xp 00000000 08:01 658235 /usr/lib/libGLU.so.1.3.070900
00929000-0092a000 ---p 0006d000 08:01 658235 /usr/lib/libGLU.so.1.3.070900
0092a000-0092b000 r--p 0006d000 08:01 658235 /usr/lib/libGLU.so.1.3.070900
0092b000-0092c000 rw-p 0006e000 08:01 658235 /usr/lib/libGLU.so.1.3.070900
0092c000-0099e000 r-xp 00000000 08:01 655834 /usr/lib/libfreetype.so.6.6.0
0099e000-009a2000 r--p 00071000 08:01 655834 /usr/lib/libfreetype.so.6.6.0
009a2000-009a3000 rw-p 00075000 08:01 655834 /usr/lib/libfreetype.so.6.6.0
009a3000-009a7000 r-xp 00000000 08:01 658324 /usr/lib/libXxf86vm.so.1.0.0
009a7000-009a8000 r--p 00003000 08:01 658324 /usr/lib/libXxf86vm.so.1.0.0
009a8000-009a9000 rw-p 00004000 08:01 658324 /usr/lib/libXxf86vm.so.1.0.0
009aa000-009f0000 r-xp 00000000 08:01 662734 /usr/lib/mesa/libGL.so.1.2
009f0000-009f1000 ---p 00046000 08:01 662734 /usr/lib/mesa/libGL.so.1.2
009f1000-009f6000 r--p 00046000 08:01 662734 /usr/lib/mesa/libGL.so.1.2
009f6000-009fb000 rwxp 0004b000 08:01 662734 /usr/lib/mesa/libGL.so.1.2
009fb000-009fd000 rwxp 00000000 00:00 0
009fd000-00adc000 r-xp 00000000 08:01 659125 /usr/lib/libstdc++.so.6.0.14./qcad: line 2: 1970 Aborted release/qcad
|
|
65 | QCAD (main) | Bug Report | Low | Save as hotkey | Closed | |
|
Task Description
File - Save As has no hotkey under Linux (should be Ctrl-Shift-S)
|
|
66 | QCAD (main) | Bug Report | Low | Warnings to fix | Closed | |
|
Task Description
Fix warning on start: Warning: RGuiAction::getByScriptFile: no action found: “scripts/Snap/Coordinate/Coordinate.js”
|
|
67 | QCAD (main) | Bug Report | Low | Linux: New file is saved in wrong format | Closed | |
|
Task Description
Affected OS: OpenSUSE, Ubuntu
File → New
File → Save As, name: “simple” (without extension, file type is DWG by default) → file is save as DXF instead of DWG
behavior under Mac OS X seems to be correct (file dialog adds extension based on chosen filter)
|
|
70 | QCAD (main) | Bug Report | Low | 64bit | Closed | |
|
Task Description
ECMAScript engine (garbage collector) crashes on Mac OS X and Linux 64bit if QCAD binary is compiled as a 64bit binary.
|
|
72 | QCAD (main) | Bug Report | Low | Print Preview, MDI: settings not saved | Closed | |
|
Task Description
Print preview settings are not saved if one change the drawing without closing the preview
create 2 new drawings
switch both to print preview
set the scale in the actual drawing to 1:5
switch to the other drawing
switch back
the scale is still 1:1
|
|
74 | QCAD (main) | Bug Report | Low | Crash while generating example drawings | Closed | |
|
Task Description
openSUSE 11.4, 32bit
Most likely occurred while getting printer information. Possibly connected to switching desktops while script was running.
Linux: 2011-05-11 16.08:09 RGraphicsViewQt::decorateBackground()
Thread [1] 10040 (Suspended : Signal : SIGPIPE:Broken pipe)
__kernel_vsyscall() at 0xffffe424
send() at 0xb51825b8
0xa95298b2
httpFlushWrite() at 0xa9529c21
0xa952bcb8
cupsSendRequest() at 0xa9542470
cupsDoIORequest() at 0xa9542bc7
cupsDoRequest() at 0xa9542f0b
0xa9521d7f
cupsGetDests2() at 0xa95235d5
cupsGetDests() at 0xa95239a3
0xb5ad5153
0xb5a12133
0xb5a28344
0xb5a2b78c
QPrinter::init() at 0xb5a2d4ee
QPrinter::QPrinter() at 0xb5a2f01f
QtScriptShell_QPrinter::QtScriptShell_QPrinter() at 0xb0489e29
qtscript_QPrinter_static_call() at 0xb00463ba
0xb6bd7f88
0xb6ac7c97
0xb6a91114
0xa9582390
0xb6a423e3
0xb6af06e0
0xb6ac201e
0xb6be0cd3
0xb6be11a9
QMetaObject::metacall() at 0xb5478c83
QMetaObject::activate() at 0xb5489134
RGraphicsViewQt::decorateBackground() at moc_RGraphicsViewQt.cpp:121 0x8cfbcc6
RGraphicsViewQt::paintDocument() at RGraphicsViewQt.cpp:510 0x8cee2e5
RGraphicsViewQt::paintEvent() at RGraphicsViewQt.cpp:216 0x8cec909
QWidget::event() at 0xb58da67d
RGraphicsViewQt::event() at RGraphicsViewQt.cpp:796 0x8cef99e
QApplicationPrivate::notify_helper() at 0xb5871d7c
QApplication::notify() at 0xb5875b64
0xb693e301
QInternal::activateCallbacks() at 0xb5356dd3
QCoreApplication::notifyInternal() at 0xb5472123
QWidgetPrivate::drawWidget() at 0xb58d400d
QWidgetPrivate::paintSiblingsRecursive() at 0xb58d4b42
QWidgetPrivate::drawWidget() at 0xb58d3d1f
QWidgetPrivate::paintSiblingsRecursive() at 0xb58d4b42
QWidgetPrivate::drawWidget() at 0xb58d3d1f
QWidgetPrivate::paintSiblingsRecursive() at 0xb58d4b42
QWidgetPrivate::drawWidget() at 0xb58d3d1f
QWidgetPrivate::paintSiblingsRecursive() at 0xb58d4b42
QWidgetPrivate::drawWidget() at 0xb58d3d1f
QWidgetPrivate::paintSiblingsRecursive() at 0xb58d4b42
QWidgetPrivate::drawWidget() at 0xb58d3d1f
QWidgetPrivate::paintSiblingsRecursive() at 0xb58d4b42
QWidgetPrivate::paintSiblingsRecursive() at 0xb58d49fc
QWidgetPrivate::drawWidget() at 0xb58d3d1f
QWidgetPrivate::paintSiblingsRecursive() at 0xb58d4b42
QWidgetPrivate::paintSiblingsRecursive() at 0xb58d49fc
QWidgetPrivate::paintSiblingsRecursive() at 0xb58d49fc
QWidgetPrivate::paintSiblingsRecursive() at 0xb58d49fc
QWidgetPrivate::paintSiblingsRecursive() at 0xb58d49fc
QWidgetPrivate::paintSiblingsRecursive() at 0xb58d49fc
QWidgetPrivate::paintSiblingsRecursive() at 0xb58d49fc
QWidgetPrivate::paintSiblingsRecursive() at 0xb58d49fc
QWidgetPrivate::paintSiblingsRecursive() at 0xb58d49fc
QWidgetPrivate::paintSiblingsRecursive() at 0xb58d49fc
QWidgetPrivate::paintSiblingsRecursive() at 0xb58d49fc
QWidgetPrivate::paintSiblingsRecursive() at 0xb58d49fc
QWidgetPrivate::drawWidget() at 0xb58d3d1f
0xb5acfffe
QWidgetPrivate::syncBackingStore() at 0xb58ca7e2
QWidget::event() at 0xb58daf74
QMainWindow::event() at 0xb5d2c6d5
RMainWindowQt::event() at RMainWindowQt.cpp:532 0x8cf54c3
QApplicationPrivate::notify_helper() at 0xb5871d7c
QApplication::notify() at 0xb5875b64
QCoreApplication::notifyInternal() at 0xb547215b
QCoreApplicationPrivate::sendPostedEvents() at 0xb5473457
QCoreApplication::sendPostedEvents() at 0xb547363d
0xb54a2344
g_main_context_dispatch() at 0xb4af3509
0xb4af3d10
g_main_context_iteration() at 0xb4af3fce
QEventDispatcherGlib::processEvents() at 0xb54a2741
0xb5932a55
QCoreApplication::processEvents() at 0xb54738e9
0xb6930965
QScriptEngineAgentPrivate::atStatement() at 0xb6bc297b
0xb6a41232
0xb6a8d39a
0xa8c5fbee
0xb6a423e3
0xb6af06e0
0xb6ac201e
QScriptValue::call() at 0xb6bd2e67
REcmaShellActionAdapter::beginEvent() at REcmaShellActionAdapter.cpp:149 0x8b897be
RScriptHandlerEcma::createActionApplicationLevel() at RScriptHandlerEcma.cpp:821 0x87641c2
RScriptHandler::triggerActionApplicationLevel() at RScriptHandler.cpp:52 0x8e15c44
RGuiAction::slotTrigger() at RGuiAction.cpp:587 0x8dea719
RGuiAction::qt_metacall() at moc_RGuiAction.cpp:86 0x8e32de1
QMetaObject::metacall() at 0xb5478c83
QMetaObject::activate() at 0xb5489134
QAction::triggered() at 0xb5869d99
QAction::activate() at 0xb586b48f
0xb5d550c0
0xb5d5b485
QMenu::mouseReleaseEvent() at 0xb5d5d65d
QtScriptShell_QMenu::mouseReleaseEvent() at 0xb0432feb
QWidget::event() at 0xb58da629
QMenu::event() at 0xb5d5aec4
QtScriptShell_QMenu::event() at 0xb043621b
QApplicationPrivate::notify_helper() at 0xb5871d7c
QApplication::notify() at 0xb58772c4
QCoreApplication::notifyInternal() at 0xb547215b
QApplicationPrivate::sendMouseEvent() at 0xb5875152
0xb59068fc
QApplication::x11ProcessEvent() at 0xb5905d26
0xb5932f04
g_main_context_dispatch() at 0xb4af3509
0xb4af3d10
g_main_context_iteration() at 0xb4af3fce
QEventDispatcherGlib::processEvents() at 0xb54a2741
0xb5932a55
QEventLoop::processEvents() at 0xb547131d
QEventLoop::exec() at 0xb54715aa
QCoreApplication::exec() at 0xb5473701
qtscript_QCoreApplication_static_call() at 0xb0a9c4b7
0xb6bd813c
0xb6ac1f68
0xb6a9164c
0xb11c9f5c
0xb6a44262
0xb6a445f7
0xb6bb0f92
QScriptEngine::evaluate() at 0xb6bba46f
RScriptHandlerEcma::doScript() at RScriptHandlerEcma.cpp:677 0x876330c
RScriptHandler::init() at RScriptHandler.cpp:31 0x8e15a46
main() at main.cpp:151 0x875d23d
|
|
75 | QCAD (main) | Bug Report | Low | print dialog doesn't open (Linux / KDE) | Closed | |
|
Task Description
print preview
button “print...” → dialog doesn’t open, no crash, no warnings
last console output:
Debug: Print.prototype.printPage: rect: QRectF(-40.0395,-149.529 168.2x237.8)
|
|
76 | QCAD (main) | Bug Report | Low | PDF Export: add extension | Closed | |
|
Task Description
Add file extension .pdf automatically if omitted by user.
|
|
79 | QCAD (main) | Bug Report | Low | SUSE binary crashes under Fedora | Closed | |
|
Task Description
./qcad: line 5: 2321 Segmentation fault (core dumped)
LD_LIBRARY_PATH=/home/martin/opt/qcad-3.0.0-tp1-prof-linux /home/martin/opt/qcad-3.0.0-tp1-prof-linux/qcad-bin $*
(gdb) bt
#0 0x03180194 in __strncmp_ssse3 () from /lib/libc.so.6
#1 0x08c7741e in __xmlParserInputBufferCreateFilename ()
#2 0x04333e04 in xmlParserInputBufferCreateFilename ()
from /usr/lib/libxml2.so.2
#3 0x043bc9c0 in xmlNewTextReaderFilename () from /usr/lib/libxml2.so.2
#4 0x041fde98 in ?? () from /usr/lib/libgnomevfs-2.so.0
#5 0x041fe381 in gnome_vfs_mime_get_value () from /usr/lib/libgnomevfs-2.so.0
#6 0x041fbb38 in gnome_vfs_mime_get_icon () from /usr/lib/libgnomevfs-2.so.0
#7 0x040d0ab6 in gnome_icon_lookup () from /usr/lib/libgnomeui-2.so.0
#8 0x040d1037 in gnome_icon_lookup_sync () from /usr/lib/libgnomeui-2.so.0
#9 0x0240ee92 in ?? ()
from /home/martin/opt/qcad-3.0.0-tp1-prof-linux/libQtGui.so.4
#10 0x026a0658 in QFileIconProvider::icon(QFileInfo const&) const ()
from /home/martin/opt/qcad-3.0.0-tp1-prof-linux/libQtGui.so.4
#11 0x025cd467 in ?? ()
from /home/martin/opt/qcad-3.0.0-tp1-prof-linux/libQtGui.so.4
#12 0x025c2f89 in ?? ()
from /home/martin/opt/qcad-3.0.0-tp1-prof-linux/libQtGui.so.4
#13 0x025c3ba4 in QFileSystemModel::index(QString const&, int) const ()
from /home/martin/opt/qcad-3.0.0-tp1-prof-linux/libQtGui.so.4
#14 0x025c7289 in QFileSystemModel::sort(int, Qt::SortOrder) ()
from /home/martin/opt/qcad-3.0.0-tp1-prof-linux/libQtGui.so.4
#15 0x025bc86c in ?? ()
---Type <return> to continue, or q <return> to quit---
from /home/martin/opt/qcad-3.0.0-tp1-prof-linux/libQtGui.so.4
#16 0x025c6d68 in QFileSystemModel::qt_metacall(QMetaObject::Call, int, void**)
() from /home/martin/opt/qcad-3.0.0-tp1-prof-linux/libQtGui.so.4
#17 0x08881dc2 in RFileSystemModel::qt_metacall(QMetaObject::Call, int, void**)
()
#18 0x02cd3c83 in QMetaObject::metacall(QObject*, QMetaObject::Call, int, void**) () from /home/martin/opt/qcad-3.0.0-tp1-prof-linux/libQtCore.so.4
#19 0x02cdede6 in QMetaCallEvent::placeMetaCall(QObject*) ()
from /home/martin/opt/qcad-3.0.0-tp1-prof-linux/libQtCore.so.4
#20 0x02ce09a0 in QObject::event(QEvent*) ()
from /home/martin/opt/qcad-3.0.0-tp1-prof-linux/libQtCore.so.4
#21 0x025c07c3 in QFileSystemModel::event(QEvent*) ()
|
|
81 | QCAD (main) | Bug Report | Low | Print Preview Options Toolbar not closed when file is c ... | Closed | |
|
Task Description
File → New
File → Print Preview
File → Close
The print preview (options tool bar) is still opened, can’t be closed and stays forever there, even if a new file is opened.
|
|
84 | QCAD (main) | Bug Report | Low | SIGABORT while loading DXF file | Closed | |
|
Task Description
Thread [1] 7335 (Suspended : Signal : SIGABRT:Aborted)
__kernel_vsyscall() at 0xffffe424
raise() at 0xb4efc8df
abort() at 0xb4efe220
RMainWindow::messageHandler() at RMainWindow.cpp:63 0x8e13d4a
qt_message_output() at 0xb5356f65
0xb53571ab
qFatal() at 0xb53572c9
qt_assert_x() at 0xb535730c
QList<QSharedPointer<RShape> >::at() at qlist.h:456 0x877f7a4
RShape::order() at RShape.cpp:699 0x8e63df0
RHatchData::order() at RHatchData.cpp:841 0x8d3ee1c
RDwgHatchImporter::import() at RDwgImporter.cpp:891 0x8cdb729
RDwgImporter::importEntity() at RDwgImporter.cpp:1,705 0x8ce3eae
RDwgImporter::importEntities() at RDwgImporter.cpp:1,625 0x8ce320e
RDwgImporter::importEntities() at RDwgImporter.cpp:1,602 0x8ce2d98
RDwgImporter::importFile() at RDwgImporter.cpp:1,093 0x8cdce6e
RDocumentInterface::importFile() at RDocumentInterface.cpp:938 0x8dead8f
REcmaDocumentInterface::importFile() at REcmaDocumentInterface.cpp:2,706 0x88961e8
0xb6bd813c
0xb6ac1f68
0xb6a9164c
0xa95c0139
0xb6a423e3
0xb6af06e0
0xb6ac201e
QScriptValue::call() at 0xb6bd2e67
REcmaShellActionAdapter::beginEvent() at REcmaShellActionAdapter.cpp:149 0x8ba1dc2
RScriptHandlerEcma::createActionApplicationLevel() at RScriptHandlerEcma.cpp:832 0x8769b80
RScriptHandler::triggerActionApplicationLevel() at RScriptHandler.cpp:52 0x8e30e60
RGuiAction::slotTrigger() at RGuiAction.cpp:592 0x8e05935
RGuiAction::qt_metacall() at moc_RGuiAction.cpp:86 0x8e4dffd
QMetaObject::metacall() at 0xb5478c83
QMetaObject::activate() at 0xb5489134
QAction::triggered() at 0xb5869d99
QAction::activate() at 0xb586b48f
0xb5d550c0
0xb5d5b485
QMenu::mouseReleaseEvent() at 0xb5d5d65d
QtScriptShell_QMenu::mouseReleaseEvent() at 0xb0432feb
QWidget::event() at 0xb58da629
QMenu::event() at 0xb5d5aec4
QtScriptShell_QMenu::event() at 0xb043621b
QApplicationPrivate::notify_helper() at 0xb5871d7c
QApplication::notify() at 0xb58772c4
QCoreApplication::notifyInternal() at 0xb547215b
QApplicationPrivate::sendMouseEvent() at 0xb5875152
0xb59068fc
QApplication::x11ProcessEvent() at 0xb5905d26
0xb5932f04
g_main_context_dispatch() at 0xb4af3509
0xb4af3d10
g_main_context_iteration() at 0xb4af3fce
QEventDispatcherGlib::processEvents() at 0xb54a2741
0xb5932a55
QEventLoop::processEvents() at 0xb547131d
QEventLoop::exec() at 0xb54715aa
QCoreApplication::exec() at 0xb5473701
qtscript_QCoreApplication_static_call() at 0xb0a9c4b7
0xb6bd813c
0xb6ac1f68
0xb6a9164c
0xb09fdf5c
0xb6a44262
0xb6a445f7
0xb6bb0f92
QScriptEngine::evaluate() at 0xb6bba46f
RScriptHandlerEcma::doScript() at RScriptHandlerEcma.cpp:681 0x8768c7c
RScriptHandler::init() at RScriptHandler.cpp:31 0x8e30c62
main() at main.cpp:152 0x876277e
|
|
88 | QCAD (main) | Bug Report | Low | Duplicate menu | Closed | |
|
Task Description
Block - Explode
|
|
89 | QCAD (main) | Bug Report | Low | Open file from Finder (Mac) | Closed | |
|
Task Description
Double clicking a DWG file in Finder opens QCAD but not the file
|
|
90 | QCAD (main) | Bug Report | Low | SVG Export group nesting | Closed | |
|
Task Description
The SvgExporter opens a “group” for some entities, but never closes that group. The resulting nesting can get quite deep and does not conform to the original. I tentatively patched the script as below:
--- SvgExporter.js-orig 2011-05-23 10:55:17.239998578 +0200
+++ SvgExporter.js 2011-05-23 10:55:17.239998578 +0200
@@ -226,6 +226,11 @@
// RFileExporterAdapter.prototype.exportEntity.call(this, this.realEntity
// .data(), false);
// }
+
+ // dimensions and block references are grouped, close the group tag here
+ if (isDimension(entity) || isBlockReferenceEntity(entity)) {
+ this.writeEndElement();
+ }
};
SvgExporter.prototype.endEntity = function() {
There might be a better way, but that is what I came up with on short notice.
|
|
92 | QCAD (main) | Bug Report | Low | Scaled printing and line-widths | Closed | |
|
Task Description
When printing with a scale, eg. 1:10, line-widths are scaled too. They should not. 1) they become very faint in the printout, 2) line-width in CAD carries extra information (Andrew told me:)
|
|
98 | QCAD (main) | Bug Report | Low | Load/Save Templates | Closed | |
|
Task Description
Edit–>Application_Preferences–>Load/Save–>Templates: Click in add button....Crash
|
|
99 | QCAD (main) | Bug Report | Low | Library Browser exception | Closed | |
|
Task Description
Probably just a missing var modTimeTo; ?
Uncaught exception at /users/andrew/data/RibbonSoft/projects/QCAD3/trunk/scripts/Widgets/LibraryBrowser/LibraryBrowser.js:674: ReferenceError: Can't find variable: modTimeTo
674 kwIds, fileTypes, author, license, modTimeFrom, modTimeTo, offset, limit);
|
|
100 | QCAD (main) | Bug Report | Low | Library Browser Search | Closed | |
|
Task Description
Search does not work for all items (e.g. ‘moose’ (no results), ‘man’ (does not find man.svg))
|
|
101 | QCAD (main) | Bug Report | Low | Export to PDF | Closed | |
|
Task Description
1)Click Print Preview 2)Click Export to PDF 3)Crash!!!
|
|
102 | QCAD (main) | Bug Report | Low | View | Closed | |
|
Task Description
View–>Edit View or Pick View Crash!!
|
|
104 | QCAD (main) | Bug Report | Low | Property Editor: entity type filter not applied to colo ... | Closed | |
|
Task Description
Entity filter is not applied to combo box type properties.
|
|
106 | QCAD (main) | Bug Report | Low | DWG file loaded incorrect | Closed | |
|
Task Description
QCAD drawing dump:
RDocument("ba3bc58", RStorage("bb7aa28",
current block ID: 22
current layer ID: 21
current view ID: -1
drawing unit: 0
bounding box: RBox(RVector(invalid) - RVector(invalid) )
RLayer(RObject(id: 21, document: "0xba3bc58", address: "0xbc2dbb0", undone: 0), name: "0", color: RColor(RGBA: 0, 255, 0, 255) , lineweight: -3 , linetype: 2 )
RBlock(RObject(id: 22, document: "0xba3bc58", address: "0xbb45d10", undone: 0), name: "*Model_Space", origin: RVector(0, 0, 0) )
RBlock(RObject(id: 23, document: "0xba3bc58", address: "0xbb442c0", undone: 0), name: "*MODEL_SPACE", origin: RVector(0, 0, 0) )
RBlock(RObject(id: 24, document: "0xba3bc58", address: "0xbc2dc00", undone: 0), name: "*PAPER_SPACE", origin: RVector(0, 0, 0) )
lastTransactionId: -1
variables:
"PageSettings/Scale": QVariant(QString, "1:1")
Known variables (DWG):
...
) RSpatialIndex()
|
|
107 | QCAD (main) | Bug Report | Low | Layer names should be case insensitive | Closed | |
|
Task Description
Layer names should be case insensitive
|
|
109 | QCAD (main) | Bug Report | Low | Crash when start in Ubuntu 11.04 x64 | Closed | |
|
Task Description
Hi, when strat Qcad3 first time and close the info window, the software crash. I copy the command line:
$ '/home/gabriel/Descargas/qcad-3.0.0-tp1-prof-linux/qcad'
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: clase ELF errónea: ELFCLASS64
(<unknown>:3211): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: clase ELF errónea: ELFCLASS64
(<unknown>:3211): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so
(<unknown>:3211): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: clase ELF errónea: ELFCLASS64
(<unknown>:3211): Gtk-WARNING **: Loading IM context type 'ibus' failed
(<unknown>:3211): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: clase ELF errónea: ELFCLASS64
(<unknown>:3211): Gtk-WARNING **: Loading IM context type 'ibus' failed
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: clase ELF errónea: ELFCLASS64
(<unknown>:3211): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: clase ELF errónea: ELFCLASS64
(<unknown>:3211): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so
(<unknown>:3211): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: clase ELF errónea: ELFCLASS64
(<unknown>:3211): Gtk-WARNING **: Loading IM context type 'ibus' failed
CWD set to: "/home/gabriel/Descargas/qcad-3.0.0-tp1-prof-linux"
library path: "/home/gabriel/Descargas/qcad-3.0.0-tp1-prof-linux/plugins"
Debug: Init script plugins...
Warning: MDI child is NULL
Warning: MDI child is NULL
Warning: RGuiAction::getByScriptFile: no action found: "scripts/Snap/Coordinate/Coordinate.js"
Debug: Hatch.init
Debug: Text.init
Debug: TIMER: 1492 ms - "loading and initializing plugins"
Warning: RScriptHandlerEcma::doScript: engine busy: aborting evaluation of script:
"scripts/File/New/New.js"
Warning: QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug: Creating storage...
Debug: Creating spatial index...
Debug: Creating document...
Debug: Creating MDI child...
Debug: Initialize Viewports...
Debug: Init graphics view...
Debug: Init scrollbars...
Debug: Init rulers...
Debug: Init idle and default actions...
Debug: Show MDI child...
Debug: Init event handler...
Debug: Setting auto snap...
Warning: QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Warning: QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
/usr/lib/gio/modules/libgiobamf.so: clase ELF errónea: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgiobamf.so
/usr/lib/gio/modules/libgvfsdbus.so: clase ELF errónea: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
(<unknown>:3211): Gtk-WARNING **: Error loading theme icon 'window-close' for stock: No se ha podido cargar el módulo de carga de imágenes: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: clase ELF errónea: ELFCLASS64
(<unknown>:3211): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
** (<unknown>:3211): CRITICAL **: murrine_style_draw_render_icon: assertion `base_pixbuf != NULL' failed
(<unknown>:3211): Gtk-CRITICAL **: IA__gtk_style_render_icon: assertion `pixbuf != NULL' failed
(<unknown>:3211): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)' failed
(<unknown>:3211): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' failed
(<unknown>:3211): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)' failed
Segmentation fault
gabriel@gabriel-Studio-1558:~/Descargas/qcad-3.0.0-tp1-prof-linux$ '/home/gabriel/Descargas/qcad-3.0.0-tp1-prof-linux/qcad'
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: clase ELF errónea: ELFCLASS64
(<unknown>:3380): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: clase ELF errónea: ELFCLASS64
(<unknown>:3380): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so
(<unknown>:3380): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: clase ELF errónea: ELFCLASS64
(<unknown>:3380): Gtk-WARNING **: Loading IM context type 'ibus' failed
(<unknown>:3380): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: clase ELF errónea: ELFCLASS64
(<unknown>:3380): Gtk-WARNING **: Loading IM context type 'ibus' failed
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: clase ELF errónea: ELFCLASS64
(<unknown>:3380): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: clase ELF errónea: ELFCLASS64
(<unknown>:3380): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so
(<unknown>:3380): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: clase ELF errónea: ELFCLASS64
(<unknown>:3380): Gtk-WARNING **: Loading IM context type 'ibus' failed
CWD set to: "/home/gabriel/Descargas/qcad-3.0.0-tp1-prof-linux"
library path: "/home/gabriel/Descargas/qcad-3.0.0-tp1-prof-linux/plugins"
Debug: Init script plugins...
Warning: MDI child is NULL
Warning: MDI child is NULL
Warning: RGuiAction::getByScriptFile: no action found: "scripts/Snap/Coordinate/Coordinate.js"
Debug: Hatch.init
Debug: Text.init
Debug: TIMER: 1520 ms - "loading and initializing plugins"
Warning: RScriptHandlerEcma::doScript: engine busy: aborting evaluation of script:
"scripts/File/New/New.js"
Warning: QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug: Creating storage...
Debug: Creating spatial index...
Debug: Creating document...
Debug: Creating MDI child...
Debug: Initialize Viewports...
Debug: Init graphics view...
Debug: Init scrollbars...
Debug: Init rulers...
Debug: Init idle and default actions...
Debug: Show MDI child...
Debug: Init event handler...
Debug: Setting auto snap...
Warning: QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Warning: QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
/usr/lib/gio/modules/libgiobamf.so: clase ELF errónea: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgiobamf.so
/usr/lib/gio/modules/libgvfsdbus.so: clase ELF errónea: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
(<unknown>:3380): Gtk-WARNING **: Error loading theme icon 'window-close' for stock: No se ha podido cargar el módulo de carga de imágenes: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: clase ELF errónea: ELFCLASS64
(<unknown>:3380): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
** (<unknown>:3380): CRITICAL **: murrine_style_draw_render_icon: assertion `base_pixbuf != NULL' failed
(<unknown>:3380): Gtk-CRITICAL **: IA__gtk_style_render_icon: assertion `pixbuf != NULL' failed
(<unknown>:3380): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)' failed
(<unknown>:3380): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' failed
(<unknown>:3380): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)' failed
Segmentation fault
|
|
110 | QCAD (main) | Bug Report | Low | Block list: blocks disappear when showing hatch dialog | Closed | |
|
Task Description
Block list: blocks disappear when showing hatch dialog
|
|
113 | QCAD (main) | Bug Report | Low | Print Preview: page tags | Closed | |
|
Task Description
page tags / page IDs never shown
|