|
1628 | QCAD (main) | Feature Request | Low | Move / Copy and snap tangential | Assigned | |
3 |
Task Description
Please see:
https://www.qcad.org/rsforum/viewtopic.php?f=32&t=5024#p18601
|
|
2087 | QCAD (main) | Feature Request | Low | More options for "Paste along Entity" [PE] | Assigned | |
1 |
Task Description
“Paste” has already the options: To current layer, Overwrite layers, Overwrite blocks.
Would be a nice time saver to have the same options for “Paste along Entity” too.
|
|
512 | QCAD (main) | Feature Request | Low | Modify stretch and Restrict ortho | Assigned | |
1 |
Task Description
The modify stretch tool wants first and second corner, start and end point, then starts afresh. When I turn on restrict horizontally eg to align two points between start and end, the restriction sticks and I have to call restrict none, to be able to perform the next iteration, set the first corner then.
So, in the quest for a comfortable user interface, it was nice, if the modify stretch first/second corners parameter setting was not affected by current restrict/ortho etc. settings. Actually, that does not make any sense at all anyways, does it, a rectangle is defined by two degrees of freedom, isnt it?
|
|
1430 | QCAD (main) | Feature Request | Low | Modify > Round: one-click fillet | Assigned | |
|
Task Description
See also: http://www.qcad.org/rsforum/viewtopic.php?f=31&t=4256
|
|
1676 | QCAD (main) | Feature Request | Low | Modify > Explode: explode lines / arcs with line patter... | Assigned | |
|
Task Description
See also: https://www.qcad.org/rsforum/viewtopic.php?f=32&t=4333
|
|
894 | QCAD (main) | Feature Request | Low | Modify - Clip to Rectangle: copy area to clipboard | Assigned | |
1 |
Task Description
New mode for clip to rectangle: copy contents of rectangular area to clipboard.
|
|
1262 | QCAD (main) | Feature Request | Low | Missing some kind of "QCAD is still working" indicator. | Assigned | |
|
Task Description
If I have to do some kind of intense tasks like converting a previous Polyline, which is now exploded to lines (maybe a couple hundred thousand short lines) back to a polyline (Polyline/Create from Segments) QCAD needs time to do that. In this “working time” I can’t see any indicator that QCAD is working. Not a Hourglass on the mouse or some other indicator. I have just the feeling: Nothing is going on right now ...
It would be nice to have some kind of visual info that QCAD is working.
|
|
767 | QCAD (main) | Feature Request | Low | Merging/Combining segments of a straight line into one | Assigned | |
2 |
Task Description
Sometimes you end up with a straight line which is broken/split into several parts. It would be great to have a tool to merge/combine these segments into one.
That would be the opposite/complementary tool to the “Split Entities” tool.
|
|
836 | QCAD (main) | Feature Request | Low | Merge different Offset tools into just two | Assigned | |
|
Task Description
Merge Parallel Line(with distance), Concentric Arc(with distance), Concentric Circle(with distance) and Offset(Polyline) into one generic Offset with distance tool that if possible also works for ellipses and splines.
Do the same for the “through point” tools so that there also is just one Offset through point tool.
The Offset tools could be located with the Modification tools.
|
|
1982 | QCAD (main) | Feature Request | Low | measure DIN 1356 | Assigned | |
|
Task Description
To measure in the format DIN 1356 , Architect It is hard work to do this manual input with meta characters.
|
|
604 | QCAD (main) | Feature Request | Low | Measure and record X,Y coordinates tool - add to info ... | Assigned | |
|
Task Description
Feature request See topic - http://www.ribbonsoft.com/rsforum/viewtopic.php?f=31&t=2015
Just a thought, but one that could be useful for machinists in particular - a measurement tool that can snap to a point as per usual, but then just displays the drawing coordinates in X and Y. This could be expanded to the dimensions tool set, so that you can click on a point and print the coordinates next to it.
|
|
1371 | QCAD (main) | Feature Request | Low | Matrix - Modify, missing Flip Horizonatal and Vertical ... | Assigned | |
|
Task Description
Matrix - Modify, add Flip Horizonatal and Vertical tools
|
|
1005 | QCAD (main) | Feature Request | Low | Making use of mouse buttons configurable | Assigned | |
|
Task Description
According to the help, one requires a middle mouse to pan. Since few standard mice have middle buttons, this is a poor choice for this all important function. The default should be the right mouse button when ever the mouse is placed in an open area with nothing else to select. That way right click can still be used to invoke a pop down menu when ever the mouse is placed over an object that might have a need for pop down menu options. Additionally, the Pan mouse key should be alterable and selectable from a Preferences option, since if one does have a three button mouse, we should not prevent a user from employing this hardware if they have it. The same might be said for all mouse buttons to allow the user to configure the mouse operation to that which is most comfortable and efficient for their tasks.
|
|
2161 | QCAD (main) | Feature Request | Low | Make Polyline from Selection (OC) configurable for simp... | Assigned | |
1 |
Task Description
QCAD Professional Win installer 32bit Version: 3.25.2.7 (3.25.2.7) Internet: QCAD.org Build Date: Dec 16 2020 Revision: e06f230 Qt Version: 5.13.2 Architecture: i386 Compiler: Unknown
Not related to OS, nor version.
The method Polyline from Segments (OC) can be configured for tolerance and simplification in the Options Toolbar. The method Polyline from Selection (OG) has no UI or none showing.
OG retrieves a tolerance from QCAD.ini, what is initially not set:
var tolerance = RSettings.getDoubleValue("PolylineFromSelection/Tolerance", 0.001);
The tolerance will be default = 0.001 similar as the default in AppPrefs. The tolerance setting is included in QCAD.ini after changing the AppPrefs entry.
OG calls PolylineFromSelection.autoJoinSegments with this tolerance:
var counter = PolylineFromSelection.autoJoinSegments(di, tolerance, this);
PolylineFromSelection.autoJoinSegments calls PolylineFromSegments.createPolylineShape with simplification hard coded to true. (last parameter)
// create polyline from line, arc, spline or open polyline entity:
var polyline = PolylineFromSegments.createPolylineShape(
entity, doc, vTolerance, op, undefined,
traversed, callBacks, undefined, true);
I would like to see the simplification optional and default = true.
Regards, CVH
|
|
849 | QCAD (main) | Feature Request | Low | Make maximum visible reference points of selection conf... | Assigned | |
1 |
Task Description
Provide configuration option to raise / lower maximum reference points that are shown for selected entities (currently fixed to 1000).
Original report:
Imported a spline-dxf from adobe illustrator. Converted the spline to polyline with explode command. Then no anchor points / vertex points / vertices were showing anymore. Simplified the polyline so that it had less than 1000 points. Vertices became visible.
I think some freeform objects need actually more than 1000 vertices. Also them need to be edited. Please increase the amount of vertices showing to biginteger
regards
Benjamin
|
|
1312 | QCAD (main) | Feature Request | Low | Make dimension label decimal separator configurable | Assigned | |
1 |
Task Description
Make dimension label decimal separator configurable (DIMDSEP).
|
|
455 | QCAD (main) | Feature Request | Low | logical operations for polylines | Assigned | |
|
Task Description
A missing feature in my work are logical operations (combine, intersect, ..) for polylines
Example: Draw some elements, select them, say combine. The result will be the outline of all elements.
|
|
720 | QCAD (main) | Feature Request | Low | Locked Blocks .... | Assigned | |
1 |
Task Description
It is nice that I can scale or rotate a block - but right now I see also a big plus in a kind of locking function for Blocks. It would be nice to have a “locked” option ad least for the scaling of blocks.
Example: Think about Clives “Radiator ‘Cover’ screen” http://www.qcad.org/rsforum/viewtopic.php?f=51&t=2060 and how you could manipulate this screen with “scale blocked blocks”
|
|
1229 | QCAD (main) | Feature Request | Low | Load last project at start | Assigned | |
|
Task Description
When starting QCAD it will open a new, untitled, page causing me to close that, click through the saving option to discard changes and then load up the project i’m working on. It would be nice to have the option for the program to start with the last used project. I checked the application preferences to see if this option was already possible as it’s common with other applications but couldn’t find it. In ‘Startup’ (the obvious place for it) there was only an option for the splash screen.
|
|
1426 | QCAD (main) | Feature Request | Very Low | Load drawings that were open when closing QCAD on start... | Assigned | |
|
Task Description
See also: http://www.qcad.org/rsforum/viewtopic.php?f=31&t=4249
|
|
764 | QCAD (main) | Feature Request | Low | Links to Data sheet, Part List ... | Assigned | |
|
Task Description
Most of our drawings have a Data sheet, parts List, cutting list, description etc etc on a pdf, world or excel file.
It would be nice to have a link possibility directly in QCAD to those files what will be saved with the drawing. Like the bitmap function without displaying the files in the drawing ...
|
|
1206 | QCAD (main) | Feature Request | Low | Link drawings with each other to update layers, blocks | Assigned | |
3 |
Task Description
See: http://www.qcad.org/rsforum/viewtopic.php?f=31&t=3410
|
|
1373 | QCAD (main) | Feature Request | Low | Line From Angle - additional option to select exisitng ... | Assigned | |
1 |
Task Description
Often I find myself clicking on an existing line to determine the angle from the property editor, then copying and pasting this info into the angle field, it would be so very useful to have an additional option in the ‘Line from Angle’ tool to be able to pick an existing entity which would automatically register and fill in the angle for me,then all I would need to do would enter the length required.
|
|
1837 | QCAD (main) | Feature Request | Low | Line bisector tool | Assigned | |
|
Task Description
Hi,
we have already this nice tool “Angle bisector”.
I would really appreciate if we could get the same function for parallel lines to place a line exactly in the center of both lines.
Thanks.
|
|
1263 | QCAD (main) | Feature Request | Low | Library Browser: Configurable background color for icon... | Assigned | |
|
Task Description
See: http://www.qcad.org/rsforum/viewtopic.php?f=31&t=3709
|
|
908 | QCAD (main) | Feature Request | Low | Library Browser Block Delete Function | Assigned | |
1 |
Task Description
It would be very helpful if the library browser had a delete function.
I know that this can be very risky for some people, but it is the easiest way to see clearly what you delete.
Regards Henry
|
|
719 | QCAD (main) | Feature Request | Low | Library Browser additional Function ... | Assigned | |
|
Task Description
It would be nice to get:
In the Create Library Item task → “Save as” a remember Function for the last chosen Path to save the Item ... or a default path what is the same like the settings in the Application Preferences. Right now you have to navigate again and again for every item what you will save in the same directory. If you have to save 20 items - it sacks
Also would it be nice for an easy “Clean up” to have the possibility to delete items directly in the Library Browser window. Right now you have to use extern Programs like the Windows explorer to move or delete items.
|
|
758 | QCAD (main) | Feature Request | Low | Lengthen/Shorten tool - add additional option | Assigned | |
2 |
Task Description
When using the Lengthen/Shorten tool it would be good to have an additional option to be able to pick a point to lengthen or shorten to.
|
|
1127 | QCAD (main) | Feature Request | Low | Leaders: spline shaped | Likely to be implemented | |
2 |
Task Description
Add support for spline shaped leaders
|
|
1673 | QCAD (main) | Feature Request | Low | Layouts and Viewports: support polygonal viewports | Assigned | |
1 |
Task Description
Add support for polygonal viewports
See also: https://www.qcad.org/rsforum/viewtopic.php?f=89&t=5241
|
|
1674 | QCAD (main) | Feature Request | Low | Layouts and Viewports: duplicate layout block | Assigned | |
2 |
Task Description
Duplicate layout blocks
See also: https://www.qcad.org/rsforum/viewtopic.php?f=89&t=5241
|
|
1552 | QCAD (main) | Feature Request | Low | Layers: assign different color for printing | Assigned | |
2 |
Task Description
Original request:
https://www.qcad.org/rsforum/viewtopic.php?f=83&t=4768
|
|
2018 | QCAD (main) | Feature Request | Low | Layer visibility setting per view/view-port | Assigned | |
5 |
Task Description
In a medium complex drawing it’s often too much details to have all layers in a drawing visible at once. Also, it is of great importance to be able to have a single model to avoid duplication of work and risk inconsistency.
So i would like to create a number of views where each view has selected layers visible (that makes sense for the purpose of the view) and then assign the views to different layout blocks (using view-ports) in paper-space to be able to setup printing of several views on the same page/PDF
This also means that view-ports would have to be aware of what view they are displaying (if any besides the standard-view). This will then make it possible for printouts of different views with selected layers visible (different for each view and view-port) and still have only one model. Today this is not possible.
As it is today the only limited workaround is to set the layers you want to display, print/PDF of that viewport on separate page, and then change it for the next page, and so on. The big drawback is that you cannot have two different views/view-ports on the same page with different layers visible. Also, for large drawing it is painful to have to do a lot of manual setup for each rendering of the complete drawing.
|
|
1009 | QCAD (main) | Feature Request | Low | Layer Order is Alphabetical vs the Order Defined Origin... | Assigned | |
|
Task Description
It would appear that when QCAD imports a DXF, it reorders the layers into alphabetical order (at least when importing R2011). I have not tested this extensively but on other programs, the order is different from alphabetical. Ideally the operator should be given a choice to order the layers as exported (assuming the DXF format remembers that) or alphabetical. This is because a drawing may have a certain stack up of layers (like a printed circuit board) and then alphabetic ordering is not useful nor desired.
|
|
1278 | QCAD (main) | Feature Request | Low | Layer list: store layer state independently of parent l... | Assigned | |
|
Task Description
See: http://www.qcad.org/rsforum/viewtopic.php?f=89&t=3755
|
|
766 | QCAD (main) | Feature Request | Low | Layer List: Add "Lock All Layers" | Assigned | |
3 |
Task Description
To improve useability/efficiency I would like to propose the following changes/additions to the layer list:
1) Combining the show and hide button into one button.
Clicking once will hide all layers, clicking again will show them all again.
2) A “lock/unlock” button.
Clicking once will lock all layers, clicking again will unlock them all again.
Regarding the icons I suggest that instead of show both the black and grey version of the eye/lock, you could switch between them depending on the state the switch-button is in. Also the mouse-over-text could/should change with the state.
|
|
1701 | QCAD (main) | Feature Request | Low | Layer List / Block List: add filter input | Assigned | |
|
Task Description
Add text filter for layer list, block list.
|
|
1036 | QCAD (main) | Feature Request | Low | Layer list - drop down menu option | Assigned | |
|
Task Description
In the same way as the Pen tool has a drop down menu, would it be possible to have an option to configure the layer list in the same way. I am trying to create a bit more drawing space and it would be good if I could dock the layer list in the top of my window and only take up a single row space!
|
|
853 | QCAD (main) | Feature Request | Low | Keep selection after undo ... | Assigned | |
1 |
Task Description
If I move something and it went wrong I can easily undo the last move and start over without the need of a re-selection. If I copy something and it went wrong I can undo the last copy but I have to re-select everything again.
It would be nice to keep the once chosen selection in both “undo” situation!
Same with similar functions like rotate etc. ....
|
|
1302 | QCAD (main) | Feature Request | Low | Isometric projection on the current layer | Assigned | |
2 |
Task Description
It would be very useful to have the same possibility for Isometric projection like the Paste tool etc.. An option which ask me to put a new Isometric projection on the current layer is right now missing. If I like to have this new Isometric Projection on a different layer I have to reselect the projection and move it to that layer. That is plain inconvenient.
|
|
1721 | QCAD (main) | Feature Request | Low | Insert table tool | Assigned | |
4 |
Task Description
Hi Andrew,
I’m not sure whether this has been added or suggested already. It would be great to have a built in QCAD table tool for producing cutting lists or bill of materials etc. A dedicated table tool would be a real boost to QCAD Pro ;)
Many thanks
Clive
|
|
228 | QCAD (main) | Feature Request | Low | Insert current date (and other fields) | Assigned | |
3 |
Task Description
Insert field into drawing that displays current date, file name, ...
|
|
1287 | QCAD (main) | Feature Request | Low | Information tool shows absolute units in print preview | Assigned | |
1 |
Task Description
With that new feature the information tool shows the absolute paper units in the print preview mode instead of drawing units. So you can determine the exact size of an entity in the printout without manual calculating with the drawing units and the scale factor.
See also http://www.qcad.org/rsforum/viewtopic.php?f=89&t=3793
|
|
883 | QCAD (main) | Feature Request | Low | Information tool for finding the centroid of an irregul... | Assigned | |
|
Task Description
It would be extreamly useful to have an additional info tool to be able to find the centre of gravity (centroid) for an irregualr polygon. For info please see:http://en.wikipedia.org/wiki/Centroid
Actually a tool whicn gives an option for finding the centre and centroid of polygons would be good.
|
|
1051 | QCAD (main) | Feature Request | Low | Info tool, polygonal area, possibility for a postfix la... | Assigned | |
1 |
Task Description
... would be nice.
If I use the Info tool “Polygonal area” with the option “Add measurement to the drawing” I always have to edit the Value to make clear that we now looking to an area value like m² or ft².
I was thinking that a pre labeling (prefix/postfix) like the normal Dim tools could save me a couple extra steps ...
|
|
1502 | QCAD (main) | Feature Request | Low | Info tool / Setting for Font and Size ... | Assigned | |
1 |
Task Description
It would be nice if the Info Tool / Add Measurement to drawing option would use the same settings like the “Dimension settings” for Font and Text height. It’s a kind of similar function in a drawing and should have the same style. Maybe with an on/off switch?
|
|
703 | QCAD (main) | Feature Request | Low | Info function -> contour for Hatch not closed ... | Assigned | |
|
Task Description
Task: If I like to make a hatch and the contour isn’t closed I get a Grey circle Info where the contour isn’t closed. Nice!
But ..... I have this Info only for ONE not proper connection and only for the moment when the mouse pointer is over the Hatch Tool Symbol.
If I have to zoom into the Problem - I will lose the Info where the problem is
To get the “Problem Info” back I have to select it again - but for that I have to zoom out ...............
It would be nice to have this “Problem Info” longer in the drawing - maybe until I solved all problems.
And it would be nice to have ALL Infos for not connected lines at the same time. It is not really helpful to repeat this function 20times if I have 20 connection problems ... ;)
|
|
628 | QCAD (main) | Feature Request | Low | Improve workflow for entering tool parameters | Assigned | |
|
Task Description
Provide keyboard shortcuts for options tool bar.
Under Linux, Windows Alt+Key shortcuts can be used. Mac OS X does not seem to support this.
See also suggestions at: http://www.ribbonsoft.com/rsforum/viewtopic.php?f=32&t=2053&view=unread#unread
|
|
1185 | QCAD (main) | Feature Request | Low | Importing Tables (CSV) | Assigned | |
1 |
Task Description
Import tables in CSV format and display them in the drawing as lines and text.
|
|
1844 | QCAD/CAM | Feature Request | Low | HP/GL (PLT) import | Assigned | |
|
Task Description
Hi Andrew
QCAD/CAM misses a hpgl.plt import. If gerber and G-code can, so should plt.
|