|
2182 | QCAD (main) | Feature Request | Low | Select > Select Previous | Assigned | |
2 |
Task Description
Select the previously selected entities.
|
|
2188 | QCAD (main) | Bug Report | Low | Draw > Line > Parallel (with Distance): "Distance" inpu... | Assigned | |
|
Task Description
When user activated LIne → Parallel (LP), there’s two input fields - Distance and Number. Keyboard shortcut Alt-N activated Number input field very well, but shortcut Alt-D activate menu Draw instead. So user forced to point Distance input field by mouse.
That’ because conflicting letter D.
Make a letter as shortcut (Distance) will remove problem b’coz no menu or option assigned to Alt-A combination
|
|
2189 | QCAD (main) | Feature Request | Low | Vertically and/or diagonally stacked fractions option. | Assigned | |
1 |
Task Description
The option for vertically and diagonally stacked fractions would be helpful for both the text creation tool and as the output of dimensions.
|
|
2190 | QCAD (main) | Feature Request | Low | Option for unidirectional dimensions | Assigned | |
1 |
Task Description
An option for unidirectional dimensions, in addition to the default aligned dimensions.
|
|
2191 | QCAD (main) | Feature Request | Low | Extend the functionality of the Reorder tool | Assigned | |
|
Task Description
Add functions to the Reorder tool, similar to the functions of the counter tool, undo last step and start at any number, allowing corrections and restarting the tool part way through.
See the discussions at https://qcad.org/rsforum/viewtopic.php?f=32&t=8170
|
|
2192 | QCAD (main) | Feature Request | Low | Add "Define angle using mouse cursor" to Move and Rotat... | Assigned | |
|
Task Description
The “Define annge using mouse cursor” of the Rotate tool would be useful in the Move and Rotate Tool
|
|
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
|
|
976 | dxflib | Bug Report | Low | DXF import errors related to hatches, texts | Assigned | |
|
Task Description
See: http://www.qcad.org/rsforum/posting.php?mode=reply&f=30&t=2677
|
|
1203 | dxflib | Bug Report | Low | Images not saved (dxflib) | Assigned | |
|
Task Description
I am doing a bit of landscaping and using a (big) ortophoto as one of my layers in order to sanity-check on the ground measurements.
The layer contains a point and the image and nothing else.
The image is a 8MB file: “PNG image data, 4200 x 2980, 8-bit/color RGB, non-interlaced” and it is scaled to 210 coordinate units (meter) horizontally in the drawing.
With approx 50% probability the image disappears during Save, as see for instance in this diff of the DXF file:
@@ -158699,28 +153057,6 @@ AcDbXrecord
90
6
0
-IMAGEDEF
- 5
-A1
-100
-AcDbRasterImageDef
- 90
-0
- 1
-/critter/HTV10/Ortofoto/ortofoto201502f.png
- 10
-210.0
- 20
-149.0
- 11
-1.0
- 21
-1.0
-280
-1
-281
-0
- 0
ENDSEC
0
EOF
The point in the same layer does not similarly disappear, the bug only seems to affect images.
I have seen this bug from version 3.7.5.0 to git as of yesterday (63e06c778926a803bdfbffdf27b8c24d41511072).
I have not been able to correlate the bug with anything.
Looking closer at the DXF file (attached), there seems to be some residuce of attempts to insert images in protected/invisible layers, so this may be some kind of refcounting issue.
(Any chance of getting FreeBSD into the “Operating System” field ?)
|
|
1506 | dxflib | Feature Request | Low | writeVPort parameters | Assigned | |
|
Task Description
Add parameters to the function DL_Dxf::writeVPort. This way users will be able to specify the desired viewport.
Is the github the official repository? Are pull requests sent there accepted?
|
|
1542 | dwg2svg | Feature Request | Low | dwg2svg: add switch to show only given layer(s) | Assigned | |
|
Task Description
Implement a command line switch to only show a list of given layers for dwg2* command line tools.
|
|
1021 | dwg2pdf | Feature Request | Low | dwg2pdf: switch to set block to export | Assigned | |
1 |
Task Description
Add a command line switch to dwg2pdf to export a given block instead of “*Model_Space”.
|
|
1700 | dwg2pdf | Feature Request | Low | dwg2pdf: output multiple layouts | Assigned | |
|
Task Description
Add support to specify multiple blocks (layouts) to output (one per page).
|
|
1823 | dwg2pdf | Feature Request | Low | plotting error to pdf a Dwg where the view port is not ... | Assigned | |
|
Task Description
When trying to plot a dwg or a dxf to pdf where the viewport is orientated to a different angle than north up the data in the view port is plotted north up. see attached DWG and pdf for clarification.
|
|
1824 | dwg2pdf | Feature Request | Low | dwg2pdf does not obey frozen layers in paper-space view... | Assigned | |
|
Task Description
We currently have a paper-space using two viewports with different layers from the model-space frozen. Unfortunately in the pdf output the layers which are frozen show up. dwg2pdf should obey the specific frozen layer for each viewport
|
|
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!
|
|
1922 | dwg2bmp | Feature Request | Very Low | Add error message when requesting raster for a non-exis... | Assigned | |
|
Task Description
It would be nice if QCAD spit some kind of warning message when trying to render a layer with a name that doesn’t exist (and perhaps render nothing), rather than silently rendering an empty image. :D
See https://qcad.org/rsforum/viewtopic.php?f=33&t=6453
|
|
2177 | Documentation | Suggestion | Low | Update class_r_polyline.html | Assigned | |
1 |
Task Description
Include RPolyline.getLeftRightOutline() method in class_r_polyline.html
In use since 11 Sept 2020
CVH
|
|
1974 | QCAD (main) | Bug Report | Very Low | File > Print Preview: Cannot move paper in new drawing | Unconfirmed | |
|
Task Description
Yesterday I set up a Windows 64 bit install of QCAD Pro which shows the same bug I have been seeing for a while in the Community linux git repo.
Create a new drawing and then go to “Print preview”. Enable “Move paper postion”, the cursor changes to the hand icon, but the paper position is unable to be moved. Only by saving the drawing, exiting the program, restarting and reopening the drawing, will the “Move paper postion” function correctly.
Affected versions tested:
Windows 64bit installer download, as of yesterday. Linux 64bit build from git, about 20minutes ago.
For what it’s worth, this bug is not present in this previous git checkout:
Version: 3.21.1.0 (3.21.1) Internet: QCAD.org Build Date: Jul 2 2018 Revision:
Qt Version: 5.7.0 Architecture: x86_64 Compiler: gcc 6.3.1
Thanks for a great product.
|