|
1080 | QCAD (main) | Feature Request | Low | Bitmap export: calculate size based on bounding box inc... | Assigned | |
|
Task Description
I have created a drawing, where the CENTERS of the most outer lines have a distance of 3.06mm in both X and Y. The line weight of these outer lines is 0.6mm, so the whole image is 3.06mm + 2* 0.6mm/2 = 3.12mm wide and long (center to center plus half of the line weight on every side). Additionally in the export there is a frame around the image, making it 3.12 + 2*frame. The export function however calculates 3.06mm when setting the resolution to 1000Pix/cm, so it does not include the line weights and the outer frame.
|
|
459 | QCAD (main) | Bug Report | Low | Bitmap Export is Cropping a few pixels too many from bo ... | Closed | |
|
Task Description
When exporting bitmap images the crop is just a bit too tight, and is resulting in lost parts of the drawing. In QCAD2 there was a very small padding of pixels around the exported object that prevented that problem.
|
|
1169 | QCAD (main) | Feature Request | Low | Bitmap clipping | Assigned | |
|
Task Description
Clipping bitmaps to only show a part of the image.
See: http://www.qcad.org/rsforum/viewtopic.php?f=32&t=3263
|
|
359 | QCAD (main) | Feature Request | Low | Bigger lineweights | Closed | |
|
Task Description
Currently lineweights seem to be available up to 2.11mm,how about extending the range for some bigger lineweights!
Regards
Clive
|
|
686 | QCAD (main) | Bug Report | Low | Bibliothekbrowser zeigt keinen Inhalt | Closed | |
|
Task Description
Ich verwende QCAD normalerweise unter Windows 7 als Benutzer ohne Privilegien. In diesem Modus zeigt der Bibliothekbrowser keinen Inhalt. Der Pfad zur Bibliothek ist in den Applikationseinstellungen korrekt eingerichtet. Wenn ich auf “Aktualisieren” klicke, läuft der Vorgang ab, aber danach ist immer noch kein Inhalt im Browser sichtbar. Starte ich QCAD als Administrator, habe ich keinerlei Probleme mit dem Bibliothekbrowser. Ich vermute, dass bei der Installation von QCAD die Privilegien nicht richtig gesetzt wurden. Eine Neuinstallation hat allerdings keine Abhilfe geschaffen.
|
|
642 | Documentation | Bug Report | Low | Better explanaton for Layer '0' | Closed | |
|
Task Description
Layer ‘0’ has some special function. E.g. it can not be deleted, it will contain the data of undeleted layers.
I recommend adding some explanations: Explain the function of Layer ‘0’ as third paragraph in chapter 12 of the manual. Further it should be recommended to never use this layer for drawing.
By the way: I consider this to be better than no layer undelete. BUT: is there really not way for a true layer undelete...
|
|
1058 | Translation | Bug Report | Low | Benutzerreferenz, anstatt skaliert wurde rotiert verwen ... | Closed | |
|
Task Description
In der Benutzerreferenz für Skalieren wurde irrtümlich das Wort “rotiert” anstatt “skaliert” verwendet
|
|
588 | QCAD (main) | Feature Request | Low | Bemaßung Prefix Dropdown mit eigenen Vorgaben erweitern... | Assigned | |
|
Task Description
Es wäre Arbeitserleichternd wenn ich bei den Optionen für Bemaßungen (Prefix/Postfix) eigene Präferenzen speichern könnte so das diese in allen Zeichnungen von mir verfügbar wären. Zudem wäre es wünschenswert dieses nicht nur bei den Prefix sondern auch bei den Postfix Angaben nutzen zu können was dann alle(?) Manipulationen erschlagen würde.
Siehe auch: http://www.ribbonsoft.com/rsforum/viewtopic.php?f=11&t=1966
|
|
2007 | QCAD (main) | Bug Report | Low | bbox.bat cannot write log file | Closed | |
|
Task Description
The out redirection file is not located in temp dir but in the batch files location. Due to missing file permissions in “C:\Programs\...” the file cannot be created.
This is a fixed an therefore working version of bbox.bat:
@echo off
qcad.exe -no-gui -allow-multiple-instances -autostart scripts\Pro\Tools\BoundingBox\BoundingBox.js %0 %* 1>%temp%\bbox.log 2>&1
type %temp%\bbox.log
del %temp%\bbox.log
|
|
2117 | Command line tools | Bug Report | Low | BBOX inconsistent output | Closed | |
1 |
Task Description
When I run bbox with the attached file I get inconsistent results if I run it 6 or 10 times.
Sometimes the size is 448979.2349223149/310815.2964427199 (it thinks that there is an object at 0,0) sometimes it is 338.0789223148604/302.31644271989353 (this is what I think is correct)
[email protected]:/opt/qcad-3.25.2-pro-linux-x86_64$ ./bbox test.dwg QCAD version 3.25.2 Warning: RPropertyTypeId::generateId: property already initialized: 7RObject : “” : “Invisible” 15:59:40: Debug: calling odInitialize 15:59:42: Debug: dropped global XDATA (no res buf): “ViewportCenter” Min: 0/0 Max: 448979.2349223149/310815.2964427199 Size: 448979.2349223149/310815.2964427199
[email protected]:/opt/qcad-3.25.2-pro-linux-x86_64$ ./bbox test.dwg QCAD version 3.25.2 Warning: RPropertyTypeId::generateId: property already initialized: 7RObject : “” : “Invisible” 15:59:49: Debug: calling odInitialize 15:59:51: Debug: dropped global XDATA (no res buf): “ViewportCenter” Min: 448641.156/310512.98 Max: 448979.2349223149/310815.2964427199 Size: 338.0789223148604/302.31644271989353
|
|
1220 | QCAD (main) | Feature Request | Low | Batch print multiple jobs. | Closed | |
|
Task Description
It would be great to be able select a print style (Page size, printer), and apply it to a batch of .dxf files to do a batch print of a multi-drawing job with separate files. I used this feature a ton in ACAD in my previous job.
|
|
2063 | QCAD (main) | Performance Issue | Low | Bad performance while zooming inside layout block with ... | Assigned | |
2 |
Task Description
Zooming in and out is lagging to the point of unusable. This is happening in a layout block with the cursor pointing inside geometry with hatches. When the cursor is pointing outside the geometry zooming works as expected. The attached file has a very simplified testcase that shows this problem almost in the same way as a more complex drawing with multiple layers and hatches.
edit: I also attached the more complex drawing because it is a bit unclear to me where the lagging stops. Outside the viewport or outside the paper.
I just noticed the selection box has the same problem!
|
|
1497 | QCAD (main) | Performance Issue | Low | Autosnap: hangs with very complex splines | Closed | |
|
Task Description
Splines with hundreds of control points or fit points can cause hangs when using auto snap near them.
|
|
257 | QCAD (main) | Bug Report | Low | autosnap to reference point | Closed | |
1 |
Task Description
Autosnap does not recognize the center of a circle as a reference point.
JJ
|
|
424 | QCAD (main) | Bug Report | Low | Autosave: Change default directory for Windows systems | Closed | |
|
Task Description
Temporary directory is cleared out when booting Windows.
|
|
742 | QCAD (main) | Bug Report | Low | Autosave weird behavior ... | Closed | |
|
Task Description
QCAD 3.0.5
Case: Start QCAD → Went to the Menu → File → Open recent → choose a Drawing out of the List → click to open this existing drawing. Message windows appears: QCAD found an Autosave drawing .... will you open it? I choose NO!!! I go back to the Menu → File → Open recent → will choose the same Drawing .... but it is not anymore listed!!! Ok - I’m not lazy ... ... back to the Menu → File → Open → find the original file on my Hard drive → click to open it and get the Warning Message: “Can not open the File ...... Please check your access rights bla bla bla....”
Question: In this case I’m only able to open the bak file and “Save as” under the old name to get my starting situation back ...? Just because I said “NO” to load the Backup File in first place ... ?
|
|
879 | QCAD (main) | Bug Report | Low | Autosave function not working if file is opened directl... | Assigned | |
|
Task Description
If a file is opened by clicking on it in an open ZIP archive, autosave will not work.
Linux Mint -64
Autosave function not working, error warning given instead!
|
|
1889 | Documentation | Bug Report | Low | Autosave fails for QCAD original cxf font location | Closed | |
|
Task Description
Now I try the third time to post this .... .... deleted by “wrong token”??????? However ...
Regarding to the online tutorial:
quote: Opening a CXF Font for Editing
To load an existing CXF font file in QCAD to view and edit its glyphs, simply use the menu File > Open and choose the format filter “CXF Font Files (*.cxf)”. Then choose the font file you want to open. The fonts that come with QCAD are stored in directory “fonts” of your QCAD installation.
quote end
Editing the cxf font in the original QCAD font folder will lead to a error message triggered by the Autosave function:
File access error: “C:/Program Files/qcad-3.22.1-pro-win64/fonts\~~Husky_test_font.dxf”. Access is denied. [15:34:58] Autosave failed: C:\Program Files\qcad-3.22.1-pro-win64\fonts\~Husky_test_font.dxf
Note: Windows will not save anything in a system folder and the process is terminated by windows.
Solution: Move the cxf font for editing from the QCAD folder to a unprotected folder like Documents/drawings. After editing is done move it back to the QCAD font folder.
|
|
417 | QCAD (main) | Feature Request | Low | Autosave Dateinamen Nummer ersetzten mit Datum. | Closed | |
|
Task Description
Wenn ich das Autosave System richtig verstanden habe funktioniert es so:
Nach Ablauf der eingestellten Zeit wird eine Datei mit Nummer im angegebenen Zielordner abgelegt. Diese Nummer ist weder fortlaufend noch sicher auf- oder absteigend - also keinerlei Hinweis im Dateinamen für den Anwender welches nun die letzte Sicherung ist. Ziel scheint zu sein das man eine Sicherung pro Tag hat, richtig?
Allerdings ist die Anzahl der Sicherungen pro Tag abhängig von der Anzahl der neu gestarteten QCAD Sitzungen. Starte ich das Programm einmal für den ganzen Tag habe ich eine einzige Sicherung von jeder bearbeiteten Zeichnung. Sicherungen haben dann die selbe Nummer und werden deshalb jeweils überschrieben.
Starte ich das Programm 10 mal pro Tag habe ich 10 Sicherungen (vorausgesetzt ich bearbeite die selbe Zeichnung in jeder Sitzung) mit unterschiedlichen und nicht in Reihe laufenden Nummern. Sicherungen können somit nicht überschrieben werden und am ende des Tages könnten leicht zig wenn nicht hunderte Sicherungen gespeichert sein.
Würde nun diese Nummer im Dateinamen ersetzt mit dem aktuellen Datum habe ich eine Sicherung pro Tag unabhängig wie oft ich QCAD an diesem Tag gestartet habe. Zudem kann der Anwender gleich den Sicherungstag im Dateinamen erkennen und muss sich nicht durch die “geändert am” Info sekundengenau kämpfen.
Macht das Sinn?
|
|
241 | QCAD (main) | Bug Report | Low | Autosave 10min saves every 1min | Closed | |
|
Task Description
Autosave 10min saves every 1min
See: http://www.ribbonsoft.com/rsforum/viewtopic.php?t=1604
|
|
1727 | QCAD (main) | Bug Report | Low | Autosave - Error feedback - DXF staed but should be DWG | Closed | |
|
Task Description
Hi Andrew,
Just a little thing I noticed recently.
My default is set to save as DWG and indeed it does, however the auto-save feedback tells me that the file is saved to DXF, although it actually does save to DWG - no big deal but is this correct feedback?
Many thanks
Clive
|
|
3 | Book | Feature Request | Low | Automatically generate images for "CAD Introduction" | Closed | |
|
Task Description
QCAD introduction Book
automatically generate screen shots of book in desired language
don’t use absolute paths in URLs
SVN:set up a new version for QCAD3
-
-
set PNG non-alpha-channel format
languages en/de/es/fr
script: $ generate_book_images.sh [en|de|es|fr]
Try to switch on / off antialiasing to render text / circles (whichever prints better):
User Reference Manual
done
<p>
The paste command inserts
the entities previously copied to the
clipboard. Paste is
...
ReferenceManual.js:
insert description HTML file under section “description”
save HTML files in right folder → paste/doc/Paste_de.xhtml
merge all HTML files to a reference manual
var actions = RGuiAction.getActions()
generate high-res PNG for every SVG tool icon:
BiLibrary.createAndSaveButton(iconSvgFile, pngFile);
generate some basic HTML for every tool:
<h2>[Title]</h2>
<b>Toolbar:</b>
[icon]
<b>Menu:</b> [Top menu] - [Menu entry]
<b>Hotkey:</b> [two letter code or hotkey]
|
|
1425 | QCAD (main) | Feature Request | Low | Automatically create hatch entities behind border entit... | Assigned | |
|
Task Description
Automatically set the draw order one lower than the lowest draw order of a border entity when creating a hatch. This should be a user preference, since not everyone might want that behavior.
|
|
940 | QCAD (main) | Feature Request | Low | Automatically change fonts in a drawing | Closed | |
1 |
Task Description
Apply a font name replacement table to a drawing. E.g. change font ‘romanc’ to ‘Arial’, etc.
|
|
1917 | QCAD (main) | Feature Request | Low | Automatic labels with static information of the drawing | Assigned | |
|
Task Description
I would like static information of the drawing (like scale, creation-date, modified-date, revision etc) to be available as automatic labels to be placed in the drawing (with selectable style, font etc)
This would greatly simplify the creatin of title sections in the drawing and making sure it is consistent with the actual drawing and not requiring manual “synchronization”.
|
|
500 | QCAD (main) | Feature Request | Low | Autohide Side Panel | Assigned | |
1 |
Task Description
it would be ideal to be able to have the option to autohide the side panel to increase the visible drawing space when working on a small screen.
|
|
221 | QCAD (main) | Feature Request | Low | autocad dwg compatibility | Closed | |
|
Task Description
DWG files created with QCAD display really fine now in autocad. There are only two minor issues for ACAD users:
1) ACAD complains, that they were not created with a licensed application. One may not be able to work around that one...
2) ACAD complains, that the file does not specify a codepage. For this one, there should be a way around, shouldn’t it?
I am very happy with the compatibility in the new QCAD. Thank you very much for all the efforts that went into it!
Peter
|
|
1681 | QCAD (main) | Feature Request | Low | Auto-dimensioning | Assigned | |
|
Task Description
You can apply the command to Lines, PolyLine segments, Arcs, Circles, and Rings:
For linear entities parallel to an axis of the coordinate system, aligned Dimensions (parallel Dimensions) are created. For linear entities not parallel to an axis of the coordinate system, either aligned Dimensions (measuring the absolute distance between two points) or horizontal or vertical Dimensions (measuring the horizontal or vertical distance between two points) depending on where you move the pointer are created.
For curved entities, you can create radial, diameter, linear, angular, and arc length Dimensions.
To dimension entities:
Click Dimension > Auto (or type AutoDimension). In the graphics area, select an entity to dimension. Click to place the dimension line. To use another dimension type for Circles or Arcs, specify an option: Diameter. Creates a diameter Dimension. Radial. Creates a radial Dimension for an Arc or Circle. Linear. Creates a linear Dimension of the diameter of a Circle or an aligned, horizontal, or vertical Dimension between the end points of an Arc. Angular. Dimensions the angle between the end points of an Arc. Arc length. Dimensions an Arc length. Note: The chosen option is the default the next time you use the AutoDimension command.
When you move the pointer during a linear dimensioning, you can: Lock. Determines the current dimension type (aligned, horizontal, or vertical) regardless where you move the pointer. Unlock. Unlocks the type of linear dimension used. Press Enter.
*** In short, when you use this tool you click on an entity and it will know what dimension you’re looking for. For Circles, you can specify in the command window R or D for Radius or Diameter. This would be extremely useful on large drawings where a lot of dimensioning is to be done. One tool and start clicking on entities for dimensioning.
|
|
657 | QCAD (main) | Feature Request | Low | Auto Zoom applied too often | Closed | |
|
Task Description
Auto Zoom should not be applied every time you go back and forth between editing a block and the main drawing. At least, not by default: it just isn’t practical. QCAD2 didn’t do it...
see also http://www.ribbonsoft.com/rsforum/viewtopic.php?f=31&t=2111
|
|
1140 | QCAD (main) | Bug Report | Low | Auto trim: not working on rays, xlines | Closed | |
|
Task Description
Exception in BreakOut.js
|
|
846 | QCAD (main) | Bug Report | Low | Auto Trim at an arc ... | Closed | |
|
Task Description
If I have to “Auto trim” a line between to construction (or what ever ) lines the Auto Trim function works as expected!
If I use the same constellation with an arc the Auto trim function will give me an uncontrolled, unexpected result
|
|
1554 | QCAD (main) | Bug Report | Low | Auto focus of options toolbar when entering numbers bro ... | Closed | |
|
Task Description
See also: https://www.qcad.org/rsforum/viewtopic.php?f=32&t=4774
|
|
365 | QCAD (main) | Bug Report | Low | Auto fit to paper fails with some drawings in inches | Closed | |
|
Task Description
Auto fit to paper fails with some drawings in inches
e.g. Bathroom mod 2.dxf
|
|
554 | QCAD (main) | Feature Request | Low | Auswahlbox sollte auch mit der Shift Taste Bereiche dem... | Assigned | |
|
Task Description
Ziehe ich mit der Maus eine normale Auswahlbox kann ich Elemente markieren. Möchte ich einzelne Bereiche wieder herausnehmen muss ich alle Elemente einzeln anklicken (mit gedrückter Shift Taste). Ich kann zwar dies komfortabler gestalten mit der Select → (De -) Select Contour Funktion welche aber erst über das Menue aufgerufen werden muss.
So wie ich einzelne Elemente mit der Maus auswählen und mit der Shift-Maus Funktion deselektieren kann wäre es schön wenn die Shift Taste auch bei Auswahlbereichen direkt zum deselektieren eingesetzt werden könnte.
|
|
553 | QCAD (main) | Bug Report | Low | Auswahlbox ignoriert bestimmte Bemaßungen mit geänderte ... | Closed | |
|
Task Description
Ziehe ich mit der Maus eine normale Auswahlbox wird bestimmte (nicht alle) Bemaßungen ignoriert welche geänderte Label haben. In meinem Fall z.B. <>” (reality check)
|
|
2067 | QCAD (main) | Bug Report | Low | Attributes with fixed color | Closed | |
|
Task Description
Attributes with fixed color take on color of block if preference Edit > Application Preferences > Layer > Compatibility > Layer 0 behaves differently is activated.
|
|
925 | QCAD (main) | Bug Report | Low | Attribute definitions duplicated when loaded from DWG | Closed | |
|
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
|
|
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?
|
|
1236 | QCAD (main) | Bug Report | Low | Arrow heads on leaders are missing every time files are ... | Closed | |
|
Task Description
Arrow heads on leaders are missing every time files are opened.
|
|
1214 | QCAD (main) | Bug Report | Low | Array of blocks -> Clipboard -> "flip pasted entities" ... | Assigned | |
1 |
Task Description
Case:
Select a block array, put it with “Copy with reference” or “Cut with reference” into the clipboard, choose a reference point which isn’t in the center of the array, use the paste tool / with option “flip pasted entities”
If I flip only in horizontal or vertical direction the preview box will double in size and I can’t place the entities precisely regarding to the reference point. If I try to flip in both directions at the same time - you can’t see this effect.
|
|
1023 | QCAD (main) | Feature Request | Low | Arrange points on a plan according to variation of dist... | Assigned | |
1 |
Task Description
Arrange points on a plan according to an arithmetical, geometrical, logarithmic, customizable variation of distances
|
|
895 | QCAD (main) | Feature Request | Low | Area calculation based on existing entities | Assigned | |
4 |
Task Description
Use case:
Start tool
Choose one entity of the contour
If contour is closed, area of closed contour is calculated an printed in the command line history
Configuration parameters: segment length for arc interpolation
|
|
140 | QCAD (main) | Bug Report | Low | Arc rendering with QPainterPath::arcTo not precise enou ... | Closed | |
|
Task Description
Arcs rendered with QPainterPath::arcTo are not precise. Especially the start- / end point offsets are confusing. Differences are up to 0.01 units.
|
|
2036 | QCAD (main) | Bug Report | Low | Arc rendering in block context | Closed | |
|
Task Description
Arcs in nested scaled and rotated blocks are not always rendered properly (too rough, too fine).
|
|
1394 | QCAD (main) | Feature Request | Low | Arc length dimension | Closed | |
1 |
Task Description
Support arc length dimenions (undocumented DXF entity ‘ARC_DIMENSION’). Create arc length dimensions with parallel extension lines for angle < 90, orthogonal extension lines otherwise. Display arc symbol beside or on top of label text.
|
|
1472 | QCAD (main) | Feature Request | Low | Arc fit tool to improve large files | Assigned | |
|
Task Description
Large files/large entities perform bad in QCad. There are many dxf files that are created with thousand of lines that perform reasonable in other cad’s/cam’s that qcad cannot match.
One very useful tool, that could be added would help to improve qcad performance and at the same time enlarge the dxf quality (by replacing thousand of files by arcs), would be a tool called “arc fit” where, when possible and under a determined possible error margin (user selectable) creates arcs replacing the existing lines. This would improve the file work in QCad also improves CAM software that would work after QCad, that I think is important for many users.
For example, if it is needed to use qcad to generate toolpaths for letters, after exploding letters, the output is almost impossible to work due to the number of lines that are created. Having arcs instead of lines would greatly improve qcad use.
|
|
652 | QCAD (main) | Bug Report | Low | Arbitrary options toolbar height | Closed | |
1 |
Task Description
See: http://www.ribbonsoft.com/rsforum/viewtopic.php?f=11&t=2099
|
|
1148 | Translation | Bug Report | Low | Äquidistante: "Polyline" instead of "Polzlinie" | Closed | |
|
Task Description
Äquidistante: Spelling correction: “Polyline” instead of “Polzlinie” ...
|
|
794 | QCAD (main) | Bug Report | Low | Applying Solid grid lines - not working | Assigned | |
|
Task Description
Windows 3.0.8 Application preferences > Graphics View > Appearance - Solid grid lines doesn’t change anything?
|
|
1074 | QCAD (main) | Bug Report | Low | Application Preferences: dimension font | Closed | |
|
Task Description
Dimension font setting as default for new drawings has no effect.
|