|
528 | QCAD (main) | Feature Request | Low | Font Editing | Closed | |
|
Task Description
Dear Sir, I have noticed that in QCAD 3 rc4 it is not possible to open and edit font files. This feature exists in version 2.2 and is indispensable to people using not common languages. For example the unicode font does not have all greek characters, so I have added a few of the missing ones by editing the unicode.cxf font with version 2.2. I kindly ask the designers to consider enabling this capability again. Thank you!
|
|
527 | QCAD (main) | Feature Request | Low | Command line option to use alternative location for con ... | Closed | |
|
Task Description
Speziell gedacht für den Mobilen Einsatz wie z.B. auf einen USB-Stick um bei wechselnden PC Einsatzorten immer wieder die einmal gemachten Einstellungen für QCad benutzen zu können.
Siehe auch hier: http://www.ribbonsoft.com/rsforum/viewtopic.php?p=5888#5888
|
|
526 | QCAD (main) | Bug Report | Low | Qt Debugger appears right clicking view widget | Closed | |
|
Task Description
Right clicking at “view list” widget list results in Qt Debugger appearing with message
Uncaught exception at /opt/qcad-3.0.0-rc4-prof-linux/scripts/Widgets/ViewList/ViewList.js:46: TypeError: Result of expression ‘RGuiAction.getByScriptFile(”scripts/View/Remove/RemoveView.js”)’ [null] is not an object. 46 RGuiAction.getByScriptFile(”scripts/View/Remove/RemoveView.js”).addToMenu(menu);
|
|
524 | QCAD (main) | Bug Report | High | Debugger appears when using lengthen tool | Closed | |
|
Task Description
When attempting to use the Lengthen tool, the Qt Script Debugger was activated. The following exception was noted:
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 scripts/Modify/Lengthen/Lengthen.js:137: TypeError: Result of expression ‘this.entity.trimStartPoint’ [undefined] is not a function. 137 this.entity.trimStartPoint(is);
The application then crashed and report was sent to Apple.
|
|
522 | QCAD (main) | Bug Report | Low | View > toolbars is only accessible by right clicking. | Closed | |
|
Task Description
Andrew
In Windows 7-64, the view > toolbar options are only available by ‘right clicking’ in the main menu somewhere. They are not included in the view ‘drop down’ menu!
|
|
521 | QCAD (main) | Bug Report | Low | dwg2pdf lost output with RC4 | Closed | |
|
Task Description
Previous working example script dwg2pdf creates empty pdf with QCad 3 RC4. File size matches output of dwg2pdf in RC2, but output was ok in RC2.
|
|
520 | QCAD (main) | Bug Report | Medium | move entity from command line is broken on ubuntu 64 bi ... | Closed | |
|
Task Description
when I try to move an entity via the command line using the mv command the entity does not move to the specified position. it works if i use the mouse. this was fine in rc2 and rc3 ubuntu 64 bit and windows 64 bit machines.
|
|
518 | QCAD (main) | Bug Report | Medium | Unable to use Library browser properly in RC4 | Closed | |
|
Task Description
Hi Andrew
In Ubuntu 11.10 and Windows 7 everything so far is working ok in QCAD apart from the Library browser!
1.In Win 7-64 I can run the browser and make a new folder, but when I try to set the permissions/open the folder - browser crashes.
2.In ubuntu 11.10 I first uninstalled RC2 then installed RC4. QCAD program runs ok but this time when I try to open up the browser (not a new folder)I get an error message stating that I do not have permissions to open the first file (vehicle -I think!)in RC2? If I select OK in the warning window the warning just keeps on repeating the same message for the next and subsequent files until I quit it.
|
|
517 | QCAD (main) | Feature Request | Low | Import 3D polyline as 2D polyline | Closed | |
|
Task Description
Import 3D polyline as 2D polyline from DXF/DWG
Like QCAD 2.
|
|
515 | QCAD (main) | Bug Report | Medium | File - Save / Save as: Null Object ID | Closed | |
|
Task Description
“Null Object ID” exception when saving a previously loaded file.
File: “fs515.dwg”
|
|
511 | QCAD (main) | Bug Report | Low | Hatch fails with multiple full-ellipse islands | Closed | |
|
Task Description
Hatch fails with more than one full-ellipse islands
See fs511.dxf
|
|
510 | QCAD (main) | Bug Report | Medium | paste between layers always indicates "locked Layer" | Closed | |
|
Task Description
1. copy an item from one layer 2. add new layer 3. attempt to paste into new layer
Error message: “Trying to draw on or modify entities on a locked layer”
The layer is not locked as I can draw into it... Also tried turning lock “on” and then “off” again; still same message.
|
|
509 | QCAD (main) | Bug Report | Low | Crash when resizing command line size | Closed | |
|
Task Description
Crash in QVariantAnimation.
Potential fix: configure Qt with -D QT_NO_ANIMATION
TODO: check on other platforms
|
|
508 | QCAD (main) | Feature Request | Low | zoom speed option | Closed | |
1 |
Task Description
Add a zoom speed option in preferences
|
|
507 | QCAD (main) | Bug Report | Low | Support reversed planes for all entities (currently onl ... | Closed | |
|
Task Description
See RDwgEllipseImporter::import
|
|
506 | QCAD (main) | Bug Report | Low | Command line option -quit | Closed | |
|
Task Description
Crash when launching QCAD with -quit option:
./qcad -quit
|
|
505 | QCAD (main) | Feature Request | Low | multiple print configurations (layer+scale+center) | Closed | |
|
Task Description
having multiple print configurations regarding visible layers, scale and paper centre saved in the drawing or in a separate file would be extremely helpful
|
|
501 | QCAD (main) | Feature Request | Low | Dimension labels: R prefix | Closed | |
|
Task Description
Is it possible to add the “R” prefix (Radius) in the label drop box when dimensioning?
|
|
499 | QCAD (main) | Bug Report | Medium | hatch does not save | Closed | |
|
Task Description
When adding a hatch in a drawing, the hatch is vissible and printable but after saving and closing some of the hatches have dissapeared when reopening the drawing.
After several attempts the same hatches in the same objects always dissapear or are not saved.
When needed i can send the drawing, please let me now!
|
|
497 | QCAD (main) | Bug Report | Medium | Trim: Tangent on circle: debugger appears | Closed | |
|
Task Description
having a line tangent on a circle, the Qt Debugger appears when: - select trim tool - select line - mouse over circle
The debugger stops in line 326 of scripts/Modify/Trim/Trim.js (trimmed1.trimStartPoint(is2);) with the following message: Uncaught exception at scripts/Modify/Trim/Trim.js:326: Error: :-1:-1: Wrong number/types of arguments for RArcEntity.trimStartPoint(). <native>(undefined) at -1 <anonymous>(op = RMixedOperation(0xe50a9a0), limitingEntity = RLineEntityPointer(0xff9b740), limitingShape = RLine(RShape(address: “0xe2a1608”), startPoint: RVector(36379.7, 46367.3, 0) , endPoint: RVector(40858.6, 44174.7, 0) ) , limitingPos = RVector(37446.8, 45886.1, 0) , trimEntity = RCircleEntityPointer(0xefa0170), trimPos = RVector(37054.5, 45938.9, 0) , trimBoth = false, preview = true) at scripts/Modify/Trim/Trim.js:326 <anonymous>(preview = true) at scripts/Modify/Trim/Trim.js:186 <anonymous>() at /opt/qcad-3.0.0-rc2-prof-linux/scripts/Modify/../EAction.js:1162 <anonymous>(event = REntityPickEvent(0xbfdc3614), preview = true) at scripts/Modify/Trim/Trim.js:166 <anonymous>(event = REntityPickEvent(0xbfdc3614)) at /opt/qcad-3.0.0-rc2-prof-linux/scripts/Modify/../EAction.js:1237 <global>() at -1 326 trimmed1.trimStartPoint(is2); Uncaught exception at scripts/Modify/Trim/Trim.js:326: Error: :-1:-1: Wrong number/types of arguments for RArcEntity.trimStartPoint(). <native>(undefined) at -1 <anonymous>(op = RMixedOperation(0xec6fea8), limitingEntity = RLineEntityPointer(0×11830730), limitingShape = RLine(RShape(address: “0x10c1c988”), startPoint: RVector(36379.7, 46367.3, 0) , endPoint: RVector(40858.6, 44174.7, 0) ) , limitingPos = RVector(38065.4, 45591.8, 0) , trimEntity = RCircleEntityPointer(0xeee04a0), trimPos = RVector(37145, 45818.2, 0) , trimBoth = false, preview = true) at scripts/Modify/Trim/Trim.js:326 <anonymous>(preview = true) at scripts/Modify/Trim/Trim.js:186 <anonymous>() at /opt/qcad-3.0.0-rc2-prof-linux/scripts/Modify/../EAction.js:1162 <anonymous>(event = REntityPickEvent(0xbfdc3614), preview = true) at scripts/Modify/Trim/Trim.js:166 <anonymous>(event = REntityPickEvent(0xbfdc3614)) at /opt/qcad-3.0.0-rc2-prof-linux/scripts/Modify/../EAction.js:1237 <global>() at -1
|
|
496 | QCAD (main) | Bug Report | Very Low | Error in Application Preferences -> Default Dimension S ... | Closed | |
|
Task Description
In the Application Preferences (but also in the Drawings Preferences) → Dimension → Default Dimension Settings → Label Format → Linear (and Angular) Dimension → Show Trailing Zeros, the example is wrong if the option is checked.
|
|
495 | QCAD (main) | Bug Report | Low | Long operations: no terminate | Closed | |
|
Task Description
Tool that trigger long operations (e.g. rotate with complex entities, angle 1, 359 copies) can sometimes not be terminated after the operation is finished.
|
|
494 | Website | Bug Report | Very Low | QCAD 3 it's also for Apple PPC! | Closed | |
|
Task Description
In the website → http://www.qcad.org/qcad3.html lacks compatibility with Leopard 10.5.8 PPC. I chose QCAD for this ...
|
|
493 | QCAD (main) | Bug Report | Very Low | Bug File's Name | Closed | |
|
Task Description
If in the file’s name I’ve “/” (for ex. 2012/02/10) QCAD substite with “:” (2012:02:10). Regard the file’s name in the tab of QCAD.
|
|
492 | QCAD (main) | Bug Report | Low | Snap to intersection manual in block references | Closed | |
|
Task Description
Wenn ich versuche einen Block zu verschieben mit dem Ziel “Intersection manual” wird nicht die im Block ausgewählte Linie benutzt sondern alle im Block befindlichen Linien die eine “Intersection manual” ermöglichen würden.
Auch die visuelle Auswahlerleichterung einer Linie (Farbe ändert sich beim drüberfahren mit der Maus) wird im Block nicht unterstützt :(
|
|
491 | QCAD (main) | Feature Request | Very Low | Show keycodes in menus. | Closed | |
|
Task Description
In the 2.2.2 version was possible to suppress the display keycodes in menus. You can also restore it in version 3?
See attach.
|
|
490 | QCAD (main) | Bug Report | Very Low | Mac Property Editor Layout problem. | Closed | |
|
Task Description
With Mac OS X 10.5.8 PPC, in the Property Editor the entries are aligned at the bottom and not in the center. The strange is that in your screenshots on the site everything is correct (http://www.qcad.org/img/qcad3_mac.png). Add a picture for the problem.
|
|
489 | QCAD (main) | Bug Report | Low | Application Preferences - Show Crosshairs not work. | Closed | |
|
Task Description
In the “Preferences Panel” → “Graphics View” the checkbox “Show Crosshairs” not work. If it’s checked or unchecked the result is the same.
|
|
488 | QCAD (main) | Feature Request | Low | Font preference for dimensions | Closed | |
|
Task Description
It would be nice to have a selectable fonts for dimension text.
|
|
487 | QCAD (main) | Bug Report | Low | QCad 3.0 RC2 on Mac Leopard - status bar font is tiny, ... | Closed | |
|
Task Description
QCad 3.0 RC2 on a Mac Leopard 10.5 (MacBook). Everything seems to work OK, but the lower left corner status bar text is in an incredibly tiny font, basically unusable. Same version of QCad on the Bootcamp/XP side of the MacBook is readable.
But I can’t find a preferences setting on either for the font size. On the old version it’s easy to find, but I think it got left out somehow on 3.0.
|
|
486 | QCAD (main) | Bug Report | Low | Property editor: orphaned line edit | Closed | |
|
Task Description
select hatch
click “+” in property editor to move selection to new layer
enter new layer name
OK
|
|
485 | QCAD (main) | Bug Report | Low | ISO project: solid fills | Closed | |
|
Task Description
Solid fills projected as outlline
|
|
484 | QCAD (main) | Bug Report | Low | No diameter symbol under Windows | Closed | |
|
Task Description
Windows fonts don’t show Unicode character 0×2300 correctly. This applies for GUI elements (e.g. combo box in options tool bar) as well as rendered text in a drawing.
|
|
483 | QCAD (main) | Bug Report | Low | Return value of autostart applications | Closed | |
|
Task Description
Whe qcad runs a script from the autostart command line argument, then, if this script ends with an error, the qcad main function should not return 0, but something different, because the return value of 0 is conventionally used to indicate successful operation.
I enter this as a bug, rather than a feature request, because this convention is so entrained (at least in *NIX land), that it breaks fundamental expecations on application behaviour.
|
|
482 | QCAD (main) | Feature Request | Low | Disproportionate scaling of blocks | Closed | |
|
Task Description
Block with hatch scaled with factor in X different from factor in Y leads to problems if contour contains arcs (which cannot / are not scaled disproportionally).
|
|
481 | QCAD (main) | Bug Report | Low | data points display as either a dot (.) or a plus sign ... | Closed | |
|
Task Description
data points display as either a dot (.) or a plus sign (+) on output to pdf or printer. There appears to be no constancy or control over the behaviour. Any way it could be forced to behave like Qcad-2 (i.e. line-weight controlled dot (.) ???
|
|
480 | QCAD (main) | Bug Report | Low | Libraries not found, Bash 4 | Closed | |
|
Task Description
GNU bash, version 4.2.10(1)-release (i686-pc-linux-gnu) Linux Mint 12
Issues with the ./qcad launch script: - passing parameters, e.g. -style plastique - LD_LIBRARY_PATH not set properly
See also: http://www.ribbonsoft.com/rsforum/viewtopic.php?t=1814&start=15
|
|
479 | QCAD (main) | Bug Report | Low | Fehler in der Textfunktion | Closed | |
|
Task Description
Textfuntion:
Rufe ich die Funktion “Text” auf und schreibe einen Text wird dieser unwiderruflich gelöscht bzw. durch einen vorherigen Text ersetzt wenn ich danach etwas im “Main Font” verändere. “Text Geometry” und “Alignment” funktioniert.
|
|
478 | QCAD (main) | Bug Report | High | crash on "Draw" - "Insert Bitmap" | Closed | |
|
Task Description
Selecting “Draw” and “Insert Bitmap” from the menu shows file dialog “Import Bitmap” for a split second and then crashes completely with segmentation fault.
Running Ubuntu Linux 10.04 LTS with QCad3 rc2.
Console output: Debug: updateScenes... Debug: updateGuiActions... Debug: notifyListenersSlot... Warning: RScriptHandlerEcma::createActionDocumentLevel(): “scripts/Snap/RestrictOff/RestrictOff.js” : Engine is busy. Aborting... Warning: RScriptHandlerEcma::createActionDocumentLevel(): “scripts/Snap/SnapAuto/SnapAuto.js” : Engine is busy. Aborting... /opt/qcad-3.0.0-rc2-prof-linux/qcad: line 35: 5905 Segmentation fault LD_LIBRARY_PATH=”$DIR” “$binary” $OPT1 $OPT2 “[email protected]”
|
|
477 | QCAD (main) | Feature Request | Low | crop objects at page margins | Closed | |
|
Task Description
It would be nice if QCad would print only objects inside page margins (i.e. to print a detail of a large drawing with margins). At the moment objects are visible up to page borders, and exporting to PDF with re-printing to a larger page contains even more objects.
|
|
476 | QCAD (main) | Bug Report | Low | Stretching dimension | Closed | |
|
Task Description
Draw a horizontal dimension. Stretch (S S) it. The label remains in place. It should instead go to the new center. (Unless it was manually positioned perhaps...)
Workaround: Pick one extension and drop it to where it was, label gets centered.
|
|
475 | QCAD (main) | Bug Report | High | Mac OSX 10.6.8 frequent crashes | Closed | |
|
Task Description
I’m getting frequent crashes for no apparent reason, in a variety of commands. Sorry, Qcad 3 is unusable for me at the moment.
|
|
474 | QCAD (main) | Bug Report | Low | Save as of loaded file should save to same folder | Closed | |
|
Task Description
‘Save as’ of loaded file should save to same folder as loaded file.
|
|
473 | QCAD (main) | Bug Report | Low | Move, restricted horizontal, intersection .... | Closed | |
|
Task Description
Move/Copy doesn’t work with the combination restricted horizontal and snap to intersection manually.
|
|
472 | QCAD (main) | Bug Report | Low | Library Browser Problems | Closed | |
|
Task Description
When using the Library Browser and I attempt to make a drawing a ‘favorite’in the browser it opens the ‘Qt Script Debugger’ and shows the following message: Uncaught exception at C:/Program Files/QCAD Professional/scripts/Tools/LibraryBrowser\db/DirectoryPeer.js:209: TypeError: Result of expression ‘source’ [undefined] is not an object.
A similar error happened every time I would try and open the Library Browser. I uninstalled and re installed but it didn’t fix it. I followed the advice in one of the forums on how to reset to default configuration and this seemed to fix it.
|
|
471 | QCAD (main) | Feature Request | Low | Feature request -to make the Library browser "dockable" ... | Closed | |
|
Task Description
It would be very useful to be able to “dock” the library browser in the main QCAD window.
|
|
470 | QCAD (main) | Bug Report | Low | Copy/paste results in Z!=0 | Closed | |
|
Task Description
Split from FS#465 by Stefan:
Copy+Paste with paste in a new drawing results in Z=-13.6... which caused the problems of pattern-hatch and select-impossible.
|
|
469 | QCAD (main) | Bug Report | Low | Solid entity properties | Closed | |
|
Task Description
Split from FS#465 by Stefan:
After more testing, it seems that a solid triangle causes trouble, perhaps correlated to Z-coordinates and the property editor.
Attached you find a dxf example file with only 7 objects. Three noticable cases: - Selecting all and change Selection in the property editor to “Solid” flips to “No Selection” although objects selected. - Selecting all and change Selection in the property editor to “Line” shows “Length” and “Angle” in Geometry with “*VARIES*” values although only one line is selected. - Selecting all but the solid object (6 objects selected now), everything works as expected, in particular Selection “Line” shows valid values (and Z-coordinate 0).
I hope this helps, please give instructions how to help if necessary.
|
|
468 | QCAD (main) | Bug Report | Low | hatch not existing after save+reopen | Closed | |
|
Task Description
After several hints (see IDs 464 and 465) I removed all non-zero Z-coordinates inside a dxf, so hatches seem to work even with pattern now. But after save and re-open, the hatch is not existing anymore (even with select all).
|
|
466 | QCAD (main) | Bug Report | Low | unwanted auto-inserted layer on save | Closed | |
|
Task Description
after saving with qcad3 and re-opening, sometimes there is an additional layer “Defpoints” for unknown reason (qcad2 did not, qcad3 does not always)
|