|
319 | QCAD (main) | Bug Report | Medium | Prints as though A4 even though I change paper size in ... | Closed | |
|
Task Description
This continues a problem that occurred in Qcad 2.2/OpenSuse 11.1:
1. The default paper size is always A4. (minor, but annoying)
2. Here is the serious problem: When I change the paper size to, for example tabloid, in File/Drawing Preferences/Page and in Print/Properties, the print job prints as though it were A4. This occurs unless I first go to Yast or Control Center and (as superuser) change the default page size. Other programs (such as Open Office) don’t require this.
The printer is an HP deskjet 9800, and the problem occurs with either CUPS or hplip printing.
I am using Opensuse 11.3 (I haven’t been able to install successfully opensuse 11.4 on my computer), Qcad Version: 3.0 Beta 2 Date: Sep 17 2011 Qt Version: 4.7.3 Edition: Full Version
|
|
318 | QCAD (main) | Bug Report | Low | Text of dimensions label in SVG PG export | Closed | |
|
Task Description
The labels of dimensions in PG exporter are moved half text-height. Thats a bit much, and actually, no such movement looks more true to the display of same in QCAD itself.
--- SvgExporterPG.js.orig 2011-10-15 18:57:29.994666881 +0200
+++ SvgExporterPG.js 2011-10-15 18:57:39.284666834 +0200
@@ -434,7 +434,7 @@
//debugger;
var angle = this.text.getAngle();
//this.text.setAngle(entity.getAngle());
- var offset = RVector.createPolar(this.text.getHeight()/2, angle + Math.PI/2);
+ var offset = RVector.createPolar(0, angle + Math.PI/2);
this.text.move(offset);
this.textColor = entity.getColor();
this.exportText();
|
|
317 | QCAD (main) | Bug Report | Low | Debugger with -always-load-scripts | Closed | |
|
Task Description
Starting qcad Beta 3 with command line argument -always-load-scripts will bring up debugger:
Uncaught exception at /opt/qcad-3.0.0-beta3-prof-linux/scripts/library.js:2: RangeError: Maximum call stack size exceeded. 2 include(”sprintf.js”);
|
|
315 | QCAD (main) | Feature Request | Low | SVG PG export polylines | Closed | |
|
Task Description
Polylines may consist of lines and arcs. The SVG PG exporter writes them as all straight lines. A better mapping than polyline then was path, as is done with arcs now.
|
|
314 | QCAD (main) | Bug Report | Low | Polyline from segments puts result in layer 0 | Closed | |
|
Task Description
A polyline or polygon created from segments always ends up in layer 0, shouldn’t it stay in the same layer as the segments have been?
|
|
313 | QCAD (main) | Feature Request | Low | Isometric grid | Closed | |
|
Task Description
Switch grid from orthogonal to isometric.
|
|
311 | QCAD (main) | Bug Report | Medium | Layer locking | Closed | |
|
Task Description
Pendant la réalisation d’un plan le calque 0 s’est verrouillé, impossible de le modifier. En l’enregistrant sous un autre nom le calque 0 est toujours verrouillé.
During the implementation of a plan the layer 0 was locked, impossible to change it. By saving it under another name Layer 0 is always locked.
|
|
310 | QCAD (main) | Feature Request | Low | show/hide grid | Closed | |
|
Task Description
You removed the button to show and hide grid
I cannot find it and when I turn the grid off and on
|
|
309 | QCAD (main) | Bug Report | Very Low | Templates | Closed | |
|
Task Description
Edit–>Application Preferences–>Load/Save–>Templates
click Add, then Cancel ⇒ enabled Down button ⇒ click Down ⇒
Uncaught exception at C:/Program Files/QCAD Professional\scripts/Widgets/DirectoryList/DirectoryList.js:72: Error: QListWidget::insertItem(): could not find a function match; candidates are: insertItem(int row, QListWidgetItem item) insertItem(int row, String label)
|
|
308 | QCAD (main) | Bug Report | High | Cant start V3 beta 2 on debian linux 64bit | Closed | |
|
Task Description
Tried the Beta on Debian 64 bit with the tarball, .. I didn’t want to use installer as I have a working qcad-2.2.2.0-1-prof.linux.x86
[email protected]:~/Downloads/qcad-3.0.0-beta2-trial-linux$ uname -a Linux dolphin 2.6.39-2-amd64 #1 SMP Tue Jul 5 02:51:22 UTC 2011 x86_64 GNU/Linux
qcad-2.2.2.0-1-prof.linux.x86
[email protected]:~/Downloads/qcad-3.0.0-beta2-trial-linux$ ./qcad-trial #1 SMP Tue Jul 5 02:51:22 UTC 2011 x86_64 ./qcad-trial-bin: error while loading shared libraries: libgthread-2.0.so.0: wrong ELF class: ELFCLASS64 [email protected]:~/Downloads/qcad-3.0.0-beta2-trial-linux$
|
|
307 | QCAD (main) | Bug Report | Low | Library Browser DB File Locked | Closed | |
|
Task Description
Handle situation in which DB file is locked (from previous crash, ...).
Currently, the debugger is shown repeatedly.
|
|
306 | QCAD (main) | Bug Report | Medium | Grid can`t be turned off | Closed | |
|
Task Description
Not possible to turn off grid (in application preferencies). In settings looks that accepted (checkbox is unchecked) but in program window is still visible.
|
|
305 | ECMAScript | Feature Request | Low | executing script at terminal command prompt | Closed | |
|
Task Description
Hello. My question is: can I run my script under Linux QCAD using Linux command prompt. Something like this. Print in terminal: “./qcad myscript.qs” And can the script executing without QCAD GUI? I need to make my drawing by printing specific command in linux command prompt without using GUI. So after script end his work I want to have my drawing at destination directory. Thank you.
|
|
304 | QCAD (main) | Feature Request | Medium | invalid hatch area hint | Closed | |
|
Task Description
Trying to build a hatch area sometimes results in “invalid hatch area”. It would be nice if QCAD could give a hint why / where the problem occurs (where is “line too long” or “not closed”).
|
|
303 | QCAD (main) | Bug Report | Low | Hatch with spline boundary | Closed | |
|
Task Description
If spline boundary has fit points, hatch is loaded with visible inaccuracy.
|
|
302 | QCAD (main) | Feature Request | Low | Printer calibration | Closed | |
|
Task Description
Calibrate printer X/Y ratio and possibly scale to allow accurate printing even on inaccurate printers.
|
|
300 | QCAD (main) | Bug Report | Low | Dashed lines in SVG PG export | Closed | |
|
Task Description
Chat from FS#194 singled out, so that can be closed.
Dash patterns in BETA2 are very much out of proportion. BETA2 always PG exports 1:1 and only scales strokes so that in the final rendering they match what a technical drawing would show. As dash patterns depend on stroke, both current stroke and final scale have to be brought in accord.
The patch below also restores the alignment of dashes, so that dashed lines do not end in a gap, at least in most occasions.
--- SvgExporterPG-orig.js 2011-09-15 23:11:40.000000000 +0200
+++ SvgExporterPG.js 2011-10-07 13:28:04.085376719 +0200
@@ -384,32 +384,29 @@
continuous = true;
}
if (!continuous) {
- //p.scale(this.getPatternFactor());
- p.scale(1/this.scale);
+ // dash and gap lengths are to be proportional to line weight
+ // beware: line weight unit is 100 times millimeters, convert to current unit
+ // beware: the viewer scales lengths differently from weight
+ p.scale(RUnit.convert(this.weight / 100.0, RS.Millimeter, this.svgUnit) / this.scale);
var num = p.getNumDashes();
- var str = "";
+ var str = [];
for ( var i = 0; i < num; ++i) {
var len = Math.abs(p.getDashLengthAt(i));
- // see FS#192:
- //len = this.convert(len);
- str += "" + len;
- if (i < num - 1) {
- str += ",";
- }
- }
- additionalStyles += "stroke-dasharray:" + str;
-
- // does more harm than good
-// if (isShape(this.shape)) {
-// var length = this.shape.getLength();
-// if (isNaN(this.offset)) {
-// this.offset = this.getPatternOffset(length, p);
-// } else {
-// var num = Math.ceil(this.offset / p.getPatternLength());
- // this.offset -= num * p.getPatternLength();
- // }
- // additionalStyles += ";stroke-dashoffset:" + this.offset;
- // }
+ str.push(len);
+ }
+ additionalStyles += "stroke-dasharray:" + str.join(",");
+
+ // center dash-array
+ if (isShape(this.shape) && isFinite(this.shape.getLength())) {
+ var length = this.shape.getLength();
+ if (isNaN(this.offset)) {
+ this.offset = -this.getPatternOffset(length, p);
+ } else {
+ var num = Math.ceil(this.offset / p.getPatternLength());
+ this.offset -= num * p.getPatternLength();
+ }
+ additionalStyles += ";stroke-dashoffset:" + this.offset;
+ }
}
|
|
299 | QCAD (main) | Bug Report | Low | Text of rotated dimensions in SVG PG export | Closed | |
|
Task Description
Sometimes the text of a dimension (that is in a block - just a suspicion of mine) will not get rotated. I do not know why this.text.getAngle() sometimes returns a wrong value, but there is a simple workaround: always rotate the text with the dimension:
--- SvgExporterPG-orig.js 2011-09-15 23:11:40.000000000 +0200
+++ SvgExporterPG.js 2011-10-07 13:07:03.715374911 +0200
@@ -428,9 +427,7 @@
// dimension entity: export text:
this.writeEntityComment(entity);
this.text = entity.getTextData();
-// var angle = this.text.getAngle();
-// var offset = RVector.createPolar(this.text.getHeight()/2, angle + Math.PI/2);
-// this.text.move(offset);
+ this.text.setAngle(entity.getAngle());
this.textColor = entity.getColor();
this.exportText();
this.text = undefined;
|
|
298 | QCAD (main) | Bug Report | Medium | Elements of a hidden layer are deleted after saving and ... | Closed | |
|
Task Description
All drawing elements belonging to a layer are not existing anymore after:
the layer has been made invisible (unselect the eye symbol of the layer),
the drawing has been saved,
the drawing has been closed
and finally the drawing is reopened.
This behavior has been observed on the following OSes:
Windows XP SP3
Ubuntu 11.04
|
|
297 | QCAD (main) | Feature Request | Low | Support drawing linetype scale factor (LTSCALE) | Closed | |
|
Task Description
Support drawing linetype scale factor (LTSCALE)
|
|
296 | QCAD (main) | Bug Report | Low | Segmentation Fault: Mac OS X: Print Preview | Closed | |
|
Task Description
Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0 libobjc.A.dylib 0x9392df87 objc_msgSend + 23 1 QtGui 0x05006ceb -[QCocoaWindow sendEvent:] + 267 2 com.apple.AppKit 0x902b760b -[NSApplication sendEvent:] + 6431 3 QtGui 0x0500a3ed -[QNSApplication sendEvent:] + 93 4 com.apple.AppKit 0x9024b253 -[NSApplication run] + 917 5 QtGui 0×05014481 QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 1505 6 QtCore 0x04d60941 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65 7 QtCore 0x04d60c8a QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 170 8 QtCore 0x04d620e6 QCoreApplication::exec() + 182 9 ...ript_core_debug.1.0.0.dylib 0x1dec391e qtscript_QCoreApplication_static_call(QScriptContext*, QScriptEngine*) + 1316 (qtscript_QCoreApplication.cpp:314) 10 QtScript 0x04af8318 QScript::FunctionWrapper::proxyCall(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) + 136 11 QtScript 0x04a10871 QTJSC::NativeFuncWrapper::operator()(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) const + 113 12 QtScript 0x049e5ac9 cti_op_call_NotJSFunction + 489 13 ??? 0x202e626f 0 + 539910767 14 QtScript 0x0499d057 QTJSC::Interpreter::execute(QTJSC::EvalExecutable*, QTJSC::ExecState*, QTJSC::JSObject*, int, QTJSC::ScopeChainNode*, QTJSC::JSValue*) + 1031 15 QtScript 0x0499d351 QTJSC::Interpreter::execute(QTJSC::EvalExecutable*, QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::ScopeChainNode*, QTJSC::JSValue*) + 97 16 QtScript 0x04aca7b6 QScriptEnginePrivate::evaluateHelper(QTJSC::ExecState*, long, QTJSC::EvalExecutable*, bool&) + 582 17 QtScript 0x04acb011 QScriptEngine::evaluate(QString const&, QString const&, int) + 801 18 com.ribbonsoft.qcad 0x0003868b RScriptHandlerEcma::eval(QString const&, QString const&) + 57 19 com.ribbonsoft.qcad 0x00037c6f RScriptHandlerEcma::doScript(QString const&, QStringList const&) + 805 20 com.ribbonsoft.qcad 0x009c3b8d RScriptHandler::init(QString const&, QStringList const&) + 641 21 com.ribbonsoft.qcad 0x0002f4b8 main + 3878 (main.cpp:218) 22 com.ribbonsoft.qcad 0x0002e289 _start + 208 23 com.ribbonsoft.qcad 0x0002e1b8 start + 40
|
|
295 | QCAD (main) | Bug Report | Low | SEGFAULT in Plugin.prototype.initDoc() | Closed | |
|
Task Description
Plugin.js:
/**
* \internal Called once on startup.
*/// TODO crashes under OpenSUSE 11.4
Backtrace:
Thread [1] 31002 (Suspended : Signal : SIGSEGV:Segmentation fault)
strncmp() at 0xb505089a
__xmlParserInputBufferCreateFilename() at xmlIO.c:2,525 0x92c27b9
xmlParserInputBufferCreateFilename() at xmlIO.c:2,559 0x92c284a
xmlNewInputFromFile() at parserInternals.c:1,549 0x9285697
xmlDefaultExternalEntityLoader() at xmlIO.c:3,881 0x92c45fd
xmlLoadExternalEntity() at xmlIO.c:3,941 0x92c46f6
xsltDocDefaultLoaderFunc() at documents.c:85 0x922b0d9
xsltParseStylesheetFile() at xslt.c:6,726 0x9224da3
RXslt::parseStylesheet() at RXslt.cpp:14 0x9212ce7
REcmaXslt::parseStylesheet() at REcmaXslt.cpp:196 0x8dff0e4
0xb6bd813c
0xb6ac1f68
0xb6a9164c
0xac23d732
0xb6a44262
0xb6a445f7
0xb6bb0f92
QScriptEngine::evaluate() at 0xb6bba46f
RScriptHandlerEcma::eval() at RScriptHandlerEcma.cpp:775 0x87d1bf4
RScriptHandlerEcma::doScript() at RScriptHandlerEcma.cpp:771 0x87d1ad8
RScriptHandler::init() at RScriptHandler.cpp:31 0x8f9bf9e
main() at main.cpp:218 0x87cb5bf
/rsframework/src/xml/xml/libxml2/xmlIO.c:
#ifdef HAVE_ZLIB_H
if ((xmlInputCallbackTable[i].opencallback == xmlGzfileOpen) &&
(strcmp(URI, "-") != 0)) {
if (((z_stream *)context)->avail_in > 4) {
char *cptr, buff4[4];
cptr = (char *) ((z_stream *)context)->next_in;
if (gzread(context, buff4, 4) == 4) {
if (strncmp(buff4, cptr, 4) == 0)
===> ret->compressed = 0;
else
ret->compressed = 1;
gzrewind(context);
}
}
}
#endif
|
|
294 | QCAD (main) | Bug Report | Low | Printing: Exception: page tags | Closed | |
|
Task Description
Uncaught exception at C:/DISEGNO/QCAD Professional/scripts/File/PrintPreview\Print.js:345: Error: QFont::QFont(): could not find a function match; candidates are: QFont() QFont(QFont arg1) QFont(QFont arg1, QPaintDevice pd) QFont(String family, int pointSize, int weight, bool italic)
|
|
292 | QCAD (main) | Feature Request | Very Low | Choose number of copies when using 'snap with distance ... | Closed | |
|
Task Description
Choose number of copies when using ‘snap with distance to end’.
This might make sense for certain tools only.
See also: http://www.ribbonsoft.com/rsforum/viewtopic.php?t=1643
|
|
290 | QCAD (main) | Bug Report | Low | Arrow on Leaders do not scale | Closed | |
|
Task Description
I consider this a bug or at least poor software design.
When I edit the drawing preferences and change the arrow size (under the Dimensions tab), the arrows of my dimensions change as expected, but those of the leaders to not change.
No drawing preference exists to adjust the leaders separately, and scaling a leader does not scale its arrow. I currently must delete my leaders and redraw them completely to change the arrow size. Very inconvenient.
P.S. I’m using QCad 2.0.5.0-Free-1 (Community Edition) and didn’t see that version in your list. Does it have another name?
|
|
289 | QCAD (main) | Bug Report | Low | Extra (superfluous) reference points show with text fro ... | Closed | |
|
Task Description
Dear Andrew,
When I open a dxf file created by QCad2 in QCad3 I see extra reference points to the right when selecting the text. I assume that these reference points have no function. Refer to attached dxf file.
Regards, Rutger
|
|
288 | QCAD (main) | Performance Issue | Low | opening dwg file takes very long [improved] | Closed | |
|
Task Description
Opening a 4 MB dwg file results in no-response for about five minutes. Opening the same file with DraftSight takes less than five seconds.
|
|
287 | QCAD (main) | Feature Request | Very Low | tool bar icon size | Closed | |
|
Task Description
It would be nice if one could not only change the icon size of the widget panel but also the icon size of the tool bars.
|
|
286 | QCAD (main) | Bug Report | High | mutex lock failed | Closed | |
|
Task Description
Starting qcad 3 beta 2 under xubuntu 10.04, there are several warnings and debug messages. The “mutex lock failed” seems to be worth reported.
Complete console output:
#77-Ubuntu SMP Tue Sep 13 19:40:53 UTC 2011
i686
application directory: "/home/smf/qcad-3.0.0-beta2-trial-linux"
working path: "/home/smf/qcad-3.0.0-beta2-trial-linux"
library path: "/home/smf/qcad-3.0.0-beta2-trial-linux/plugins"
Debug: Init script plugins...
Debug: TIMER: 1424 ms - "loading and initializing plugins"
Warning: RScriptHandlerEcma::doScript: engine busy: aborting evaluation of script:
"scripts/File/NewFile/NewFile.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...
Warning: QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug: RDocumentInterface::deleteTerminatedActions: mutex lock failed
Debug: lock failed: "EACTION FINISH: scripts/Snap/Auto/Auto.js"
Debug: locker: "NEW"
Debug: lock failed: "EACTION RESUME: scripts/Idle/Reset/Reset.js"
Debug: locker: "NEW"
Warning: QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug: RDocumentInterface::deleteTerminatedActions: mutex lock failed
Debug: lock failed: "EACTION FINISH: scripts/Snap/RestrictOff/RestrictOff.js"
Debug: locker: "NEW"
Debug: lock failed: "EACTION RESUME: scripts/Idle/Reset/Reset.js"
Debug: locker: "NEW"
Debug: Show MDI child...
Debug: lock failed: "RMainWindowQt::subWindowActivated"
Debug: locker: "NEW"
Debug: Init event handler...
Debug: updateScenes...
Debug: updateGuiActions...
Debug: notifyListenersSlot...
Warning: QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug: RDocumentInterface::deleteTerminatedActions: mutex lock failed
Warning: QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug: RDocumentInterface::deleteTerminatedActions: mutex lock failed
Debug: setActiveSubwindow...
Warning: QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug: RDocumentInterface::deleteTerminatedActions: mutex lock failed
Warning: QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug: RDocumentInterface::deleteTerminatedActions: mutex lock failed
Debug: lock failed: "EACTION FINISH: scripts/Idle/Reset/Reset.js"
Debug: locker: "RMdiChildQt::closeEvent"
Warning: QMainWindow::saveState(): 'objectName' not set for QDockWidget 0xc0a1be0 'Trial;
Debug: lock failed: "RMainWindowQt::subWindowActivated"
Debug: locker: "RMainWindowQt::closeEvent"
Debug: autostart.js: main(): end.
|
|
285 | QCAD (main) | Bug Report | High | Printing not working under Windows | Closed | |
|
Task Description
I cannot print directly from the program: clicking “printprewiu” ,appears icon “print”,clicking it opens the printer installed window, but then it not print anything. greetings
|
|
284 | QCAD (main) | Bug Report | Medium | Line Spacing Factor get lost in saved documents | Closed | |
|
Task Description
When I open a saved document, the “Line Spacing Factor” it return to 1.
Tried several times, same result.
Carlo Couvert
|
|
283 | QCAD (main) | Bug Report | Low | property editor: shift - left arrow to select broken | Closed | |
|
Task Description
property editor: shift - left / right arrow to select in line edit broken (hot key for next / prev tab)
|
|
282 | QCAD (main) | Bug Report | Low | dxf import: single line text: diameter, plus minus, ... | Closed | |
|
Task Description
dxf import: single line text: diameter, plus minus, degree shown as c, p, %%d
|
|
281 | QCAD (main) | Bug Report | Low | dxf import: show paper space by default | Closed | |
|
Task Description
dxf import: show paper space by default if whole drawing is constructed on paper space or read ‘current block’ from sxf if available.
|
|
280 | QCAD (main) | Bug Report | Low | dxf import: vertical text position | Closed | |
|
Task Description
see 404011_0310_001.dxf
|
|
279 | QCAD (main) | Bug Report | Medium | library.js:638: Error: cannot access member `children' ... | Closed | |
|
Task Description
"" Uncaught exception at /home/martin/workspace/rsframework/scripts/library.js:638:
Error: cannot access member `children' of deleted QObject
638 if (!isNull(child.children) && child.children().length != 0) {
qsdb> child
Error: cannot access member `toString' of deleted QObject
qsdb> isNull(child)
true
qsdb> .bt
#0 getWidgets(widget = QToolBar) at /home/martin/workspace/rsframework/scripts/library.js:638
#1 <anonymous>(resume = true) at scripts/File/PrintPreview/PrintPreview.js:235
#2 <anonymous>() at /home/martin/workspace/rsframework/scripts/Idle/../EAction.js:237
#3 <anonymous>() at /home/martin/workspace/rsframework/scripts/File/
PrintPreview/../../Idle/DefaultAction/DefaultAction.js:119
#4 <global>() at -1
|
|
278 | QCAD (main) | Bug Report | Low | ECMAScript: all scripts should be read as UTF-8 | Closed | |
|
Task Description
Scripts that are included through the ECMAScript include function are read with a default constructed QTextStream. UTF-8 should be forced.
|
|
276 | QCAD (main) | Bug Report | Low | Hatch not working if 'island' is a block | Closed | |
|
Task Description
If a simple polygon is drawn and a rectangle created within it; the whole then selected and hatch applied; hatching works as expected. The hatching is within the polygon but not within the rectangle.
If the rectangle is made into a block, then hatching does not work at all when the block is included in the selection. If the block is not selected and the polygon is, then all within the polygon is hatched, including the block.
|
|
273 | QCAD (main) | Bug Report | Low | Opening files drawn in previous versions, with layers t ... | Closed | |
|
Task Description
When opening a multi layered file, which has been saved in a previous version with some layers turned off, the following happens:
The file is loaded, all layers are shown as switched on. The view contains only those layers that were switched on when previously saved.
Repeatable
If the file is loaded with all layers turned on, then saved (all within beta3-2) then upon reopening:-
The file is loaded and the layers are shown with status as saved. The view is as expected showing just the ‘on’ layers.
If all the layers are then switched on, the view is unchanged.
|
|
272 | QCAD (main) | Bug Report | Low | Exception Linux | Closed | |
|
Task Description
Welcome to the Qt Script debugger. Debugger commands start with a . (period). Any other input will be evaluated by the script interpreter. Type “.help” for help.
Uncaught exception at C:/Programme/QCAD 3 Beta2/scripts/File/PrintPreview/../..\library.js:635: Error: cannot access member `objectName’ of deleted QObject 635 if (!isNull(child.objectName) && child.objectName != ““) {
|
|
271 | QCAD (main) | Bug Report | Low | Print Preview problem with an imported 2.2.2.0 drawing | Closed | |
|
Task Description
Frozen window in print preview. Message QT Script Debugger:
Error Log: So 18. Sep 13:31:25 2011 Uncaught exception at C:/Programme/QCAD 3 Beta2/scripts/Snap/RestrictHorizontal/../..\WidgetFactory.js:441: Error: cannot access member `objectName’ of deleted QObject
Console: Welcome to the Qt Script debugger. Debugger commands start with a . (period). Any other input will be evaluated by the script interpreter. Type “.help” for help.
Uncaught exception at C:/Programme/QCAD 3 Beta2/scripts/Snap/RestrictHorizontal/../..\WidgetFactory.js:441: Error: cannot access member `objectName’ of deleted QObject 441 if (isNull(c.objectName) || c.objectName==”“) {
To exit only possible with the Windows Task Manager!
|
|
270 | QCAD (main) | Bug Report | Low | Line type scaling | Closed | |
|
Task Description
Line type scaling
See: http://www.ribbonsoft.com/rsforum/viewtopic.php?t=1599
|
|
269 | QCAD (main) | Bug Report | Low | Info: area: display result in dimension display format | Closed | |
|
Task Description
Info: area: display result in dimension display format
See also: http://www.ribbonsoft.com/rsforum/viewtopic.php?p=4810#4810
|
|
268 | QCAD (main) | Feature Request | Low | Define grid origin | Closed | |
|
Task Description
Define grid origin
|
|
267 | QCAD (main) | Feature Request | Low | Toggle grid in view tool bar | Closed | |
|
Task Description
Toggle grid in view tool bar
|
|
266 | QCAD (main) | Bug Report | Low | Grid display | Closed | |
|
Task Description
Application Preferences: Grid display off not working
|
|
265 | QCAD (main) | Feature Request | Low | Block Attributes | Closed | |
1 |
Task Description
TODO:
Ask user to enter block attribute values when inserting block
If attribute definition changes (tag changes), update attributes accordingly (note that other CAD systems don’t do this)
Support for multiline attributes
Control order of attributes (as shown to user in property editor, when inserting blocks)
DONE:
Defining new block attribute definitions (constructing block attribute definition entities)
Editing block attribute definitions (property editor)
Synchronize attributes based on attribute definitions (position, angle, size, ...)
Loading block attribute definitions from DXF / DWG
Saving block attribute definitions to DXF / DWG
Loading block attributes from DXF / DWG
Saving block attributes to DXF / DWG
Related commands: DDATTE, ATTEDIT, ATTDEF
|
|
263 | QCAD (main) | Bug Report | Low | Hide layer / block should deselect entities on it | Closed | |
|
Task Description
Hide layer / block should deselect entities on it
|
|
262 | QCAD (main) | Feature Request | Low | Perpendicular snap | Closed | |
|
Task Description
Perpendicular (orthogonal to entity) snap onto closest entity.
|
|
261 | QCAD (main) | Bug Report | High | Complete loss of all file data when deleting a layer in ... | Closed | |
|
Task Description
Complete loss of data in file doing this:-
Open a file with multi layer content. Delete a layer (in my case this happened without any ‘are you sure’ checks, a bug in itself?) Attempt to save the file. An error message reports disk full or no permission. (disk not full and I logged on as normal) Close QCAD beta3 Open QCAD beta 3 and attempt to load file. Error message reports no permission or unrecognised format. Close QCAD beta 3
Open QCAD 2.2 and load file. File loads ok but has default layer (0) only and no content. Using Ubuntu ‘Properties’ file is reported as having a size of zero bytes.
|