|
1851 | QCAD (main) | Suggestion | Low | Lateral surface of a cone | Assigned | |
|
Task Description
Module mise à plat d’un cone
Bonjour,
Serait il possible dans un futur d’ajouter un module de mise en plan de cone.
Une petite fenêtre sur lequel on donne par exemple : 1- Ø haut 2- angle de coupe du haut 3- hauteur du cône 4- Ø bas 5- angle du bas 6- épaisseur matière
Ce qui permettrai de sortir une mise en plan a plat de la forme
|
|
1852 | QCAD (main) | Feature Request | Low | Layer state management | Closed | |
|
Task Description
- Store layer states under a name - Restore layer states - Remove layer states object - Update layer states object
|
|
1853 | QCAD (main) | Bug Report | Low | Duplication of input fields in Property Editor 3.21.3.1 ... | Closed | |
|
Task Description
look at https://www.qcad.org/rsforum/viewtopic.php?f=89&p=22762&sid=26fade8dcfd514372faaf98834df4413#p22762
|
|
1854 | QCAD (main) | Bug Report | Low | Build failure due to missing RZip.h | Closed | |
|
Task Description
Linux, gcc:
make[4]: Entering directory '/home/ice/w/qcad/qcad/src/scripting/ecmaapi'
g++ -c -include release/qcadecmaapi -pipe -O2 -w -D_REENTRANT -fPIC -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQCAD_DLL -DQCADECMAAPI_LIBRARY -DQT_NO_DEBUG -DQT_PLUGIN -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_HELP_LIB -DQT_UITOOLS_LIB -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_SQL_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I../../core -I../../core/math -I../../grid -I../../snap -I../../gui -I../../entity -I../../operations -I../../scripting -I../../stemmer -I. -Igenerated -Iadapters -I../../io/dxf -I../../spatialindex -I../../3rdparty -I/home/ice/w/qcad/qcad/src/zip -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtHelp -isystem /usr/include/x86_64-linux-gnu/qt5/QtUiTools -isystem /usr/include/x86_64-linux-gnu/qt5/QtDesigner -isystem /usr/include/x86_64-linux-gnu/qt5/QtUiPlugin -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtScript -isystem /usr/include/x86_64-linux-gnu/qt5/QtScriptTools -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtXmlPatterns -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -Irelease -isystem /usr/include/libdrm -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o release/RScriptHandlerEcma.o RScriptHandlerEcma.cpp
In file included from RScriptHandlerEcma.cpp:372:0:
generated/REcmaZip.h:15:26: fatal error: RZip.h: No such file or directory
#include "RZip.h"
^~~~~~~~
compilation terminated.
Makefile.Release:3622: recipe for target 'release/RScriptHandlerEcma.o' failed
make[4]: *** [release/RScriptHandlerEcma.o] Error 1
Seems to have been introduced in 854baacb, it seems.
|
|
1855 | QCAD (main) | Bug Report | Low | I cannot print | Closed | |
|
Task Description
when printing only a white page is generated. Also when pdf generation, a corrupted file is generated. I enclose my dwg file. Also It takes more than 20 seconds for most of the task, like selecting, zoom in or out, and I own a 16Gb RAM and i7 8Gen processor.... It sucks...
|
|
1856 | QCAD (main) | Feature Request | Low | SVG import: add support for rotate transformations with ... | Closed | |
|
Task Description
QCAD seems either to mishandle or ignore svg group transformations altogether.
Importing the attached file into QCAD renders the largest polygon (polygon18) to be rotated and misplaced. This is shown in actual.png. The expected result (original Inkscape renedering) is shown in expected.png.
Looking at the code of the original drawing it can be observed there is a transformation applied to the group which polygon18 is in:
<g
style="stroke-width:0.35433099;stroke-miterlimit:4;stroke-dasharray:none"
id="g20"
transform="rotate(-90,316.66796,298.95141)" >
<path
inkscape:connector-curvature="0"
id="polygon18"
d="..." />
Removing the ‘transform’ attribute produces virtually identical (erroneous) rendering in Inkscape as well.
|
|
1857 | QCAD (main) | Bug Report | Low | Layer List: current layer not highlighted after collaps ... | Closed | |
|
Task Description
Hi. This is a layers confusion..
I have layers:
0 v Layer 1 Layer 1a v Layer 2 Layer 2a
I select (highlight) “Layer 1a” add an entity on “Layer 1a” I select (highlight) “Layer 2a” add an entity on “Layer 2a”
I then collapse “Layer 2” and then collapse “Layer1” - in that order:
0 > Layer 1 > Layer 2
No layers shown highlighted.
I immediately add a 3rd entity.
I then open “Layer 2” and see that “Layer 2a” is still highlighted.
I then hide “Layer 1”
That third entity that I added is now hidden (as is the first entity that I added in “Layer 1a”) and properties show it is part of “Layer 1”, not “Layer 2a”. Seems like the third entity is added to the top layer that was last collapsed.
Even happens if I collapse “Layer 2” and then immediately expand it. Add an entity and that entity is placed in “Layer 2” even though “Layer 2a” is still highlighted.
I hope this makes sense. Not a huge issue, just a strange UI peculiarity.
Best regards Hugh 3.21.3.19 and 3.21.3 Windows 10 as updated as possible
|
|
1858 | QCAD (main) | Feature Request | Low | Enter measurements from drawing into line inputs | Closed | |
|
Task Description
Add option to line input context menu to enter a distance from the drawing, measured from two points. Perhaps existing measuring tools can be re-used to feedback values into line edits to avoid duplication.
See also: http://www.qcad.org/rsforum/viewtopic.php?f=31&t=6111
|
|
1859 | QCAD (main) | Bug Report | Low | Modify > Stretch: dimension completely inside area not ... | Closed | |
|
Task Description
Dimension entities that lay completely within the stretch area are not moved.
See also: http://www.qcad.org/rsforum/viewtopic.php?f=89&t=6118
|
|
1860 | QCAD (main) | Bug Report | Low | Rendering of nested blocks / use of negative scale fact ... | Closed | |
|
Task Description
I received an ACAD file for a cinema we’re working on and the handicapped toilets were rotated 180-degrees referenced to everything (so the toilet appears to be in the hallway rather than the restroom. The handicapped toilet is part of a block with the handrails and those are in their proper place, just the toilet is rotated.
I have verified the problem on both MAC and PC versions.
The drawing appears correct in AutoCAD as well as TrueView and other programs that can read AutoCAD (that I’ve checked). This problem seems to be QCAD specific.
|
|
1861 | QCAD (main) | Bug Report | Low | Modify > Stretch: block references inside stretch box a ... | Closed | |
|
Task Description
I know that I can’t stretch a block in Model space but a block completely inside a Blocks should move. It doesn’t works that way in 3.22.0.3
|
|
1862 | ECMAScript | Bug Report | Low | (Groups of) Radio Button does not remember its state. | Closed | |
|
Task Description
Also, the way the state of radioButtons is saved on Qcad3.conf is rather confusing.
Exemple : Two radioButtons _cr_i and _cr_x are in the same QWidget. - check _cr_i - validate the form with OK - reopen the form, check _cr_x - validate the form with OK
the config file reads
[_myPlenum2]
VisibleInMenu=true
...
_cr_i=_cr_i
_cr_x=_cr_x
...
On next form run, even if I select _cr_i, the radiobutton QWidget always takes the value of _cr_x.
|
|
1863 | ECMAScript | Feature Request | Low | WidgetFactory.saveState: save state of checkable QGroup... | Assigned | |
|
Task Description
QGroupBox widgets with <property name=”checkable”> are not saved in Qcad3.conf
|
|
1864 | QCAD (main) | Bug Report | Low | File > Print Current View: multiple pages printed | Closed | |
|
Task Description
Case: My last “Print preview” setting was “Multiple Pages” = 4 QCAD will remember this setting until I change it.
If I then - maybe days later - start a “Print current view” out of my drawing then QCAD will show me the current view on ONE page. Exactly what I expected. If I start the print QCAD will print on FOUR pages regarding to the last “Print preview” setting. Not what I was looking for ....
Now knowing what will happen I launch “Print current view”, see my current view on ONE page, launch the “Drawing preferences”, see that FOUR is the number for pages, doesn’t change anything and cancel the dialog. NOW I can see that FOUR pages are used for the current view print.
That is confusing and it would be nice to have somehow more control over this behavior.
|
|
1865 | QCAD (main) | Bug Report | Low | Scaling polyline with width by negative factor removes ... | Closed | |
|
Task Description
Create polyline with global width (e.g. 10)
Scale polyline by factors X=-1, Y=1
Polyline loses width
|
|
1866 | QCAD (main) | Bug Report | Low | DXF: EXTMIN/EXTMAX interchanged | Closed | |
|
Task Description
In the attached drawing, the origin is at the lower left, but $EXTMAX 10 = 0, 20 = .66473 and $EXTMIN = 10 = 3.2, 20 = 0
The X value for $EXTMAX should be 3.2 The X value for #EXTMIN should be 0
the following is an excerpt from the file $EXTMIN 10 3.2 20 0.664730029289 30 0.0
9
$EXTMAX 10 0.0 20 0.0 30 0.0
|
|
1867 | QCAD (main) | Bug Report | Low | Can you provided a worked example for scripting (I can' ... | Closed | |
|
Task Description
Please can you provided a worked example for scripting (I can’t find anything similar in the Help/Book)?
I have a 2D drawing that has a segmented circle that is divided into 12/16/20 segments etc.
I want to show this in a side 2D view e.g. there are 6/8/10 segments visible to fill in a rectangle.
I can manually calculate the distance to draw vertical “fill” lines by calculating the angle of the end of each segment. With the option to rotate the position of the lines by half/third of a segment.
A simple example with only 2 segments visible, it’s 0, 50% and 100%. With 4 segments, it’s tan(22.5), tan(45), -tan(45) and 90 degrees that’s approximately 41%, 50%, 59% and 100%.
So the task, is to receive the coordinates of the area e.g. a rectangle, divide the rectangle into unequal smaller rectangles.
I imagine that a 3D program can do this, but I want to do something similar. Perhaps this is more easily applied - I’m new to CAD and QCAD.
|
|
1868 | QCAD (main) | Bug Report | Medium | Reading ellipse from DXF | Closed | |
|
Task Description
Loading the appended dxf-file should show a circle and an ellipse. The circle is ok. The ellipse gets always an ellipse with center at (0|0), main vertex at (1|0) and ratio of 1.
|
|
1869 | QCAD (main) | Bug Report | Low | QCAD Community startup failure on Linux/Qt 5.10.1 | Closed | |
|
Task Description
QCAD Community, built from Git HEAD (bf30371), Linux (Ubuntu 18.04 x64), Qt 5.10.1, fresh build on a completely clean, new checkout.
Warning: QApplication: invalid style override passed, ignoring it.
17:00:05: Debug: RDxfPlugin::init
17:00:05: Debug: RScriptsPlugin::init
Warning: Cannot load translation: "qtbase_en"
Warning: Cannot load translation: "qt_en"
Warning: Cannot load translation: "assistant_en"
Warning: Cannot load translation: "qt_help_en"
Warning: Qt WebEngine seems to be initialized from a plugin. Please set Qt::AA_ShareOpenGLContexts using QCoreApplication::setAttribute before constructing QGuiApplication.
Warning: action not found: "Scheme"
Warning: RScriptHandlerEcma::eval: script engine exception: "TypeError: Result of expression 'global[defaultActionClass].init' [undefined] is not a function."
Warning: "<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:522\n<anonymous>(documentInterface = RDocumentInterface(0x55651e9299c0)) at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:472\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:251\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:109\n<eval>() at 1\nslotTrigger() at -1\nopenFiles(args = , createNew = true) at scripts/autostart.js:209\nmain() at scripts/autostart.js:794\n<global>() at scripts/autostart.js:832"
Warning: RScriptHandlerEcma::eval: script engine exception: "TypeError: Result of expression 'global[defaultActionClass].init' [undefined] is not a function."
Warning: "<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:522\n<anonymous>(documentInterface = RDocumentInterface(0x55651e9299c0)) at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:472\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:251\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:109\n<eval>() at 1\nslotTrigger() at -1\nopenFiles(args = , createNew = true) at scripts/autostart.js:209\nmain() at scripts/autostart.js:794\n<global>() at scripts/autostart.js:832"
Warning: At least one uncaught exception:
Warning: "<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:522\n<anonymous>(documentInterface = RDocumentInterface(0x55651e9299c0)) at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:472\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:251\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:109\n<eval>() at 1\nslotTrigger() at -1\nopenFiles(args = , createNew = true) at scripts/autostart.js:209\nmain() at scripts/autostart.js:794\n<global>() at scripts/autostart.js:832"
17:00:07: Debug: "<global>() at 522"
My best guess is this was introduced sometime during last week or thereabouts (i.e. before that, Git HEAD used to work fine).
|
|
1870 | QCAD (main) | Feature Request | Low | Stretch tool / option to turn selection restriction on... | Assigned | |
|
Task Description
Hi,
since 3.19.2 the Stretch tool looks for any selection and follows the specification “Only stretch selected entities if there is a selection”.
That is a nice feature but it leads many times to confusing because I have to deselect a selection just because I need to use the stretch tool on something else on the fly. The same if I “forgot” a selection outside of my zoom which is still important for me. The stretch tool just won’t work without any message why not. My routine now is that I terminate every selection just before I use the stretch tool just not to be surprised by “why isn’t it working”?
It would be nice to have in the Stretch option bar a checkbox to turn the “only selection feature” on or off. QCAD should remember that setting.
|
|
1871 | QCAD (main) | Bug Report | Low | View > Block List: Renaming current block does not upda ... | Closed | |
|
Task Description
Scenario:
launch BE / Edit contents of selected block, Pencil symbol shows that this block is now in edit mode, launch Rename Block / rename it, confirm with ok, dialog closes, renaming doesn’t works, pencil symbol is still on that block, try to launch rename block again - doesn’t work anymore, return to main drawing, if I then select this block it will show the new name in the Property editor but not in the block list, if I try to open this block within the block list again it doesn’t works, if I open this block within a double-click in my drawing it will open but the pencil isn’t shown.
|
|
1872 | QCAD Community Edition | Suggestion | Low | inconsistent color of the active layer icon for dark th ... | Closed | |
|
Task Description
Hello
So, I think .. that when the dark scheme has been chosen the eye color for the active layers should be white (similar to the list of blocks).
Best regards Jacek
|
|
1873 | QCAD (main) | Bug Report | Low | dark theme / invisible shortcuts in tool tooltips | Closed | |
|
Task Description
Hello
I noticed that when the dark scheme has been chosen the shortcut for any toolbar tool, shown inside tool tooltip has color similar to the tooltip background which makes it invisible.
QCAD version 3.22.0.0 (3.22.0) revision 2ba5a26 Checked on Windos, Suse, Archlinux.
Best regards Jacek
|
|
1874 | QCAD (main) | Bug Report | Low | Crossing selection not working | Closed | |
|
Task Description
When doing the selection shown in attached image, only horizontal line gets selected.
This only happen in some drawings. When starting a new drawing all selects as expected but when increasing complexity some lines can’t be selected using crossing selection.
If you copy/paste to new file it’s still not working, nor in other computer.
|
|
1875 | QCAD (main) | Bug Report | Low | Add new layer - minor issue | Closed | |
|
Task Description
Create new drawing. Add new layer (Layer 1) Layer 0 still selected (highlighted) but new entities drawn on Layer 1
Very best
|
|
1876 | QCAD (main) | Bug Report | Low | Edit > Convert Drawing Unit: block array spacing | Closed | |
|
Task Description
Block array column and row spacing not scaled in unit conversion.
|
|
1877 | QCAD/CAM | Feature Request | Low | Post Processor Tutorial | Assigned | |
|
Task Description
Hallo Andrew,
I am still busy on the never ending G-code story. Doing so I wrote a small Post Processor Tutorial for all those nerds who wants to write their own. If you like it you might add it to QCAD. However, since English is not my native tongue I suggest checking it would be wise.
Meanwhile I have downloaded the source code, and could not find the CAM’s Drill-path-script. I am now using a negative Drill Cut Depth to set a Laser Dwell time, were as a field “Dwell Time (in seconds)” in the Drill-path would be more appropiate. Is this script open source available or is it part of ‘closed part’ of QCAD?
|
|
1878 | QCAD (main) | Feature Request | Low | Snap > Distances from 2 Points: snap to point with give... | Assigned | |
|
Task Description
See also: https://www.qcad.org/rsforum/posting.php?mode=reply&f=32&t=6211
|
|
1879 | QCAD (main) | Bug Report | Low | File > PDF Export: print preview unclosable | Closed | |
|
Task Description
If the print preview is opened automatically using File > PDF Export, the print preview does not open correctly or is unclosable (script exception).
|
|
1880 | QCAD (main) | Bug Report | Low | Line only trims one end when trimmed to circle | Closed | |
|
Task Description
using the trim (RM) command the drawing has a circle with a line going through it. I want to trim the line ends to the circle with the remaining lines inside the circle. select the circle as limiting entity. command line says Choose entity to trim. click the line on the right side of center, the excess line on the right is properly trimmed. command line says Choose entity to trim. Click the remaining line inside the circle on the left side of center. nothing happens.
if I exit the trim command and re-enter, now I can trim the left side of the line
|
|
1881 | QCAD (main) | Bug Report | Low | Layers issue resurfaces | Closed | |
|
Task Description
Layers issue has returned. Add new layer and the new layer, even though active, is not highlighted although the pencil icon shows. And in some cases no layers are highlighted after the new layer is added or the wrong layer is highlighted after adding new layer. 3.22.09
|
|
1882 | QCAD (main) | Bug Report | Low | Found a two bugs in the formation of the text | Closed | |
|
Task Description
1. \fGOST Common|b0|i1|c204|p34|;Text - not correctly recognized in Qcad, displays all content (with last “|”, so forms AutoCAD) \fGOST Common|b0|i1|c204|p34;Text - normally recognized in Qcad 2. Line spacing (\pxsm1; \pxsm2; \pxsm3; etc.) is not recognized in Qcad:
\pxsm1;{Text\PText}
output as:
xsm1;Text Text
|
|
1883 | QCAD (main) | Bug Report | Low | File > SVG Export: invalid SVG comments | Closed | |
|
Task Description
SVG / XML output is invalid if text contains “–“.
See also: https://www.qcad.org/rsforum/viewtopic.php?f=33&t=6254
|
|
1884 | QCAD (main) | Bug Report | Low | File > Bitmap Export: margins despite zero margin setti ... | Closed | |
|
Task Description
A margin of 0px can still lead to a margin if width is much larger than height or vice versa.
See also: https://qcad.org/rsforum/viewtopic.php?f=33&t=6257
|
|
1885 | QCAD (main) | Bug Report | Low | Modify > Edit Text: Text dialog messes up formatting of ... | Closed | |
|
Task Description
See also: https://www.qcad.org/rsforum/viewtopic.php?f=33&t=6267
Create text with formatting:
\fArial|b0|i1|c0|p0;R\fArial|b0|i0|c0|p0;\S^2;
i.e. Capital, italic R with subscript 2 (not italic).
Edit text.
Formatting changed to (invalid):
\fArial|b0|i1|c0|p0;R\S^\fArial|b0|i0|c0|p0;2;
|
|
1886 | QCAD (main) | Feature Request | Low | Support advanced tolerance settings for dimensions | Assigned | |
2 |
Task Description
Add support for - tolerance display (dimtol) - upper limit (dimtp) - lower limit (dimtm) - tolerance precision (dimtdec) - tolerance text size factor (dimtfac) - tolerance suppress zeros, etc.
See also: https://www.qcad.org/rsforum/viewtopic.php?f=33&t=6269
|
|
1887 | dwg2bmp | Feature Request | Low | Add "-max-lineweight" option for dwg2bmp | Assigned | |
2 |
Task Description
Hi there,
A friendly request to add the option to set a maximum lineweight for raster conversions via dwg2bmp.
Depending on the LW configuration of the CAD file, rasterization operations sometimes yield terrible results (see attachment). This would also mirror the similar “-min-lineweight” options available on “dwg2svg” and “dwg2pdf” (although not on “dwg2bmp”).
See also: https://qcad.org/rsforum/viewtopic.php?f=32&t=6298
Thanks!
|
|
1888 | dwg2bmp | Feature Request | Low | Add support to disable hatch rendering on "dwg2bmp" | Assigned | |
1 |
Task Description
Hi!
A friendly request to add an option to disable hatch rendering on “dwg2bmp” conversions.
Depending on the nature of the conversion and the density of the hatch, this may render unintelligible images (see attachments). The option could look like “-t, -nohatch” to indicate hatches should be hidden before rendering. This could potentially become an option too for “dwg2svg” or “dwg2pdf.”
Amazing product, thank you so much!
|
|
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.
|
|
1890 | QCAD (main) | Feature Request | Low | Possibility to address an QCAD extern font folder | Assigned | |
|
Task Description
Like the Library Browser it would be nice to be able to define a extern font source folder. Especially now after we are able to create our own cxf fonts with QCAD.
The reason is the same why we have it already for the library - without it we have to copy our individual fonts manually every time after a QCAD update to use them uninterrupted for existing and new drawings.
|
|
1891 | QCAD (main) | Bug Report | Low | File > Import: import fails | Closed | |
2 |
Task Description
I’m not able to import any dxf or dwg.
|
|
1892 | QCAD (main) | Bug Report | Low | weird/inconsistent text-alignment | Closed | |
|
Task Description
I guess I’ve discovered a bug:
Text elements align the same no matter if “base” or “bottom” alignment is chosen. The text is “shifting” (in both cases) when the characteristic “contains glyphs that cross the base line” is changed. Same shifting also occurs with text aligned “top” with having no glyphs reaching the top-line. I assume this isn’t the intended behaviour ...
For demonstration I attached a file where I’ve put lines (to align with) and three sample texts “as” (only “center”-glyphs), “aps” (glyph crossing base-line) and “this” (glyphs reaching top-line), each aligned with all vertical alignment-options (1-top, 2-midlle , 3-base , 4-bottom).
Hope fixing this dosen’t take too much effort. Regards, Volker
|
|
1893 | QCAD (main) | Bug Report | Low | Translations not loaded during first start | Closed | |
|
Task Description
See also: https://qcad.org/rsforum/viewtopic.php?p=23723
|
|
1894 | QCAD (main) | Bug Report | Low | File > Bitmap Export: points rendered too big | Closed | |
|
Task Description
See also: https://www.qcad.org/rsforum/viewtopic.php?f=33&t=6327
The problem is related to PDSIZE being set to 0 which means “5% of drawing area height”.
|
|
1895 | QCAD (main) | Feature Request | Low | Add support for block transformation matrices | Assigned | |
|
Task Description
Support transformations by transformation matrix for block references.
See also: https://www.qcad.org/rsforum/posting.php?mode=reply&f=33&t=6333
|
|
1896 | QCAD (main) | Bug Report | Low | File > Open: Import fails for some files with layer sta ... | Closed | |
|
Task Description
Layer states in DXF/DWG files may contain NULL layers (likely deleted layers). Import fails in these cases.
|
|
1897 | QCAD (main) | Bug Report | High | File - Import broken in 3.22.1 | Closed | |
|
Task Description
Import of a block from a file from file - import or its related icon does not place anything on the drawing or add it to the block list. When you open the command, the import drawing dialog appears as well as the options tool bar. Whether save as block is checked or not, nothing happens and the options tool bar closes when a file name has been selected and open is clicked on the import drawing dialog.
Dragging and dropping a file on the main screen still works
|
|
1898 | QCAD (main) | Bug Report | Low | Lines are broken when saved in layers. | Closed | |
|
Task Description
QCAD community edition.
I use this program to generate CAM data. Whenever I save a the same text in different layers - one of the layers saved has broken lines. I have to spend hours extending and trimming each segment to reattach them.
Duplicate problem:
New file Add some text Explode into lines Add layer Add same text to same location on new layer Explode into lines Save file
|
|
1899 | QCAD (main) | Bug Report | Very Low | View > Auto zoom: zoom to invisible entities in blocks | Closed | |
|
Task Description
Create and insert a block with entities on layer “0” and layer “1”.
Switch off layer “1”.
Auto zoom zooms to block boundary of all entities, including those on layer “1”.
See also: https://www.qcad.org/rsforum/viewtopic.php?f=33&t=6336
|
|
1900 | QCAD (main) | Bug Report | Very Low | Remote shares initially not accessible. | Assigned | |
|
Task Description
My data files are stored on network shares (synology) with a GB link. QCAD Pro is run in Admin mode.
While in my Windows browser all remote shares are accessible (Green), in the QCAD file open menu they are initially shown as not accessible (Red). By accessing a specific drawing file in a remote share, the share will open and turn green.
Same behavior using ‘Open recent’. Always the message is given that the requested file does not exist, and the file is wiped from the ‘Recent Open’ list. Only if the share is first accessed through ‘Open’ with a random file, it will turn and a ‘recent open’ file for that share will open.
Drag and Drop from a remote share will never work.
|