|
2099 | QCAD (main) | Bug Report | Low | DIM Label, Square Symbol doesn't adopt layer attributes | Assigned | |
|
Task Description
The square symbol offered as symbol in DIM label is the only symbol which doesn’t adopt the layer color. If I print a drawing in full color it leads to a black symbol in an otherwise colored dimension.
It is also the only symbol which has a solid filling what is confusing when you work with it in Model_Space ...
|
|
2125 | QCAD (main) | Bug Report | Low | Text disappears when you zoom | Waiting on User | |
|
Task Description
When I zoom, the text disappears in certain zoom levels after updating to the latest version.
|
|
2169 | QCAD (main) | Bug Report | Low | Missing G-Code G00 X0 Y0 when placing hole at x0 y0 | Assigned | |
|
Task Description
When placing a hole at x0 y0 there is no G00 x0 y0 in the exported G-Code. So the first cut was made at the current position of the tool, not at x0 y0!
|
|
2174 | QCAD (main) | Bug Report | Low | [SOLVED] Numerous shortcomings when exploding Polylines... | Assigned | |
|
Task Description
QCAD Professional Windows 7, 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
Issues most likely unrelated to OS and installations before 3.25. Related post: https://qcad.org/rsforum/viewtopic.php?&t=7982
Flaws documented in full in attached dxf. The dxf has meaningful Layer States.
4 Columns: - Prior Art - The test cases - Actual results - Results with proposed fix
Tried as many things as I can come up with. Orange: Flaws Red: Errors Green: Good results (or as good as I can get them)
Solution(s) given in attached script explode.js (I am just a simple guy and wouldn’t know how to file a pull request on GitHub ......)
In section: “explode polyline into line and arc segments” group: “if (RPolyline.hasProxy() && polyline.hasWidths()) {....}” All additions, updates & typos are marked with “CVH”, one can textual search for it. Over-documented for sure. Any Eaction is to debug in Windows and is obsolete.
Included PreferencesPage.ui is updated for the all Splines from Text fix Still in consideration: Forcing cubic splines from text to degree 2 ... ... I am rather convinced ...
CVH
|
|
2175 | QCAD (main) | Bug Report | Low | Uncheck all/Check all buttons not disabled | Assigned | |
|
Task Description
In the Application Preferences>Draw>Text dialog, when first opened, the Uncheck all and Check all buttons are not disabled if the Show font preview in font controls check box is checked. If you click on the Use reduced selection of fonts check box twice the buttons become disabled.
|
|
2176 | QCAD (main) | Bug Report | Very Low | Modify > Break out Manual: relevance of order of click ... | Assigned | |
|
Task Description
QCAD Professional Windows 7; Win installer 32 bit 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
Forum Topic: https://qcad.org/rsforum/viewtopic.php?t=7988 File included. I have no intention to make 48 separate reports.
CVH
|
|
2178 | QCAD (main) | Bug Report | Low | Stored Color of text dimension changes | Assigned | |
|
Task Description
QCAD Pro 3.25.2.7 Win7 Wininstaller 32bit Related Topic: https://www.qcad.org/rsforum/viewtopic.php?&t=7954
Reported is that black is saved as #00004c (dark blue) Radek (iMac (Retina 5K, 27-inch, 2017), Catalina 10.15.7 (19H114)
My system/installation saves black as #4c000 (dark red)
When using single primary colors these get reduced to #4c, #7f, #99, #cc & #ff. The threshold for that are #00, #65, #8b, #b2 & #e5 See: DimColorScale (png & dxf)
8 standard CAD colors fail saving correct Black (something with #4c) Dark Red, Dark Green, Dark Blue, Dark Cyan, Dark Magenta, Dark Yellow (#80 turns #7f) & Gray (#adadad instead of #a0a0a4)
As with Gray, when mixing the 3 colors it gets rather fuzzy ... #505050 & #555555 both turn #5b5b5b & #464646 turns #4c4226
A snippet of my investigation is included in the topic (45 files in a ZIP)
CVH
|
|
756 | QCAD (main) | Bug Report | Low | Display problem in the Text "Character Map" ... | Assigned | |
1 |
Task Description
XP/32
Go to: Text → Special Characters → Others → “Character Map” pops up. Adjust Zoom to 100% = display problem (not enough space for the single character.
|
|
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.
|
|
1462 | QCAD (main) | Bug Report | Low | Mac Trackpad zoom gesture not working as expected | Assigned | |
1 |
Task Description
Hi,
I am using mac version and I have annoying issue with trackpad. I use qcad primary with my trackpad and under application preferences (Graphics View/Navigation), my setting is as follows. Mouse wheel / two finger swipe: Scroll (Trackpad... Enable pan gesture : unticked (found that enabling this often goes into pan mode when I am just moving my pointer around) Limit zoom and scroll to prevent overflows : ticked (hoping that this would prevent weird zooming issue. I will describe what I am experiencing later this page) Reverse mouse wheel direction for zoom :unticked Mouse wheel zoom factor: 1.02
Things work as expected:
Issue I am experiencing:
Often, when I am zooming in and out with two finger gestures, the view suddenly sets to some weird state and my drawing goes off the ruler. The mouse point remains where it is.
Workaround: Reset viewpoint with autozoom and navigate around.
Expected zoom behaviour: I expect viewpoint to zoom in / out at where my mouse pointer is or at least the centre of current view point.
|
|
1923 | QCAD (main) | Bug Report | Very Low | Faulty rendering Polylines with Global/Local Widths and... | Assigned | |
1 |
Task Description
Win7pro 32bit Qcad 3.23.0
Andrew, The Arc segments of Polylines with Global or any Local Width render faulty where Global Z or any of the arc’s local Z is not zero.
In the attached drawing setting the Global Z of the inner poly to 5,10,...
The setting of Z to not zero affects the radius of the projected arc and not the bulging of the poly. It also affects the projected widths of the line inversely, but not by changing the widths properties.
Pritty rare combination! True. Qcad is 2D native! True.
Flatten will resolve this.
It is not a purely visual rendering fault, the poly will explode as such.
Maybe similar flaw as with uneven scaling blocks with arcs. https://qcad.org/rsforum/viewtopic.php?f=8&t=5566#p20703
Regards
|
|
2016 | QCAD (main) | Bug Report | Low | Offsetting multi selection of polylines halts premature | Assigned | |
1 |
Task Description
See: https://qcad.org/rsforum/viewtopic.php?&t=6827&p=25992#p25992
Offsetting 32 polys from ellipses fails. Offsetting 16 polys can be completed with 2 selections for outer and 2 for inner.
For some reason the offset function halts premature.
Regards, CVH
|
|
2098 | QCAD (main) | Bug Report | Very Low | Offset will pick up hidden blocks while using it in a l... | Assigned | |
1 |
Task Description
When I’m drawing inside a layout block the offset tool picks up lines from blocks that are hidden. It is not happening with all the block.
|
|
2145 | QCAD (main) | Bug Report | Low | Modify > Trim Both: closed polyline as either entity br... | Assigned | |
1 |
Task Description
QCAD Professional
Version: 3.25.2.4 (3.25.2.4) Internet: QCAD.org Build Date: Nov 18 2020 Revision: 40f4475 Qt Version: 5.13.2 Architecture: i386 Compiler: Unknown
Use TM by mistake to trim a line to a closed shape. Topic: https://qcad.org/rsforum/viewtopic.php?f=33&t=7780 File included in the topic. Y1 Original Y2 Faulty use of TM Y3 After ‘Undo’
Husky only ‘could agree on a not proper working undo’ The conditional clause of this sentence is ‘the odd choice’. Blaming this on incompetence. Insight is the best way to get better ... ... but the rest is more an odd choice of tools for this kind of task ...
Again, the MISTAKE was by accident, not intended, in a flick of the wrist ... I didn’t change the trimming method, I simply forgot to ... only once.
The ‘undo’ of my incompetent MISTAKE didn’t returned to how the situation was before I erroneous trimmed with TM. I was simply undoing my erroneous action.
Documented it in 4 quadrants. For this, 4 times on purpose, and not as a consistent ‘odd choice’.
Regards, CVH
|
|
2155 | QCAD (main) | Bug Report | Very Low | Faulty rendering Polyline Arcs with Width = 2R | Assigned | |
1 |
Task Description
QCAD Professional Win installer 32bit Version: 3.25.2.4 (3.25.2.4) Internet: QCAD.org Build Date: Nov 18 2020 Revision: 40f4475 Qt Version: 5.13.2 Architecture: i386 Compiler: Unknown
Most likely not related to the QCAD version, rather an old sore.
File included Topic: https://qcad.org/rsforum/viewtopic.php?f=33&t=7889#p30803 Confirmed by ‘cccplex’ Linux ‘Latest Ubuntu’
Polyline arcs with Width = 2R render as circle segments rather than circle sectors. As Non-reversed arcs these don’t explode. As reversed arc these explode to a single arc rather than a circle sector contour.
There is also still the faulty rendering with Z not zero https://qcad.org/bugtracker/index.php?do=details&task_id=1923
Regards, CVH
|
|
2157 | QCAD (main) | Bug Report | Low | Controlpoint Spline exploded to polyline may induce NaN... | 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
Documented in 3.25.2.4, reproducible under 3.25.2.7 In the attached file: → Explode the trial cases and locate NaN Widths. → These faulty widths are cleared while saving and reverting. = work around.
Related Post: https://www.qcad.org/rsforum/viewtopic.php?t=7902#p30902 Related Topic: https://www.qcad.org/rsforum/viewtopic.php?t=7901 Related Commit: https://github.com/qcad/qcad/commit/fcd7929bced7ae328029c1aa2ee2aff2745709c6
Arctic_Eddie reports failing CAM offset at exactly these points !!! Reported is a faulty arc with radius of over 360,000mm. - I can not reproduce this under QCAD working further on the Polys with NaNs. - However the direct offset of such controlpoint Splines is erroneous. (see file in post 30902)
Arctic_Eddie reports arc radii of over 10,000mm. - These don’t seem to be faulty. - I agree that BiArc fitting should be bound to a lower and certainly to an upper limit. - That should be huge otherwise faint curvature is represented by many wobbles or too quick by straight lines. (All this, keeping in mind that QCAD doesn’t return the optimum fitted BiArc, see: https://www.qcad.org/rsforum/viewtopic.php?t=4859)
Regards, CVH
|
|
2159 | QCAD (main) | Bug Report | Low | Draw > Polyline > Polyline from Selection: may induce N... | Assigned | |
1 |
Task Description
QCAD Professional Win installer 32 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
Discovered in 3.25.2.4, reproducible under 3.25.2.7
Draw any open or closed chain of line entities. Select All. OC to Polyline. Step through vertices.
No example file provided because these NaN values are not saved to a file. More pronounced with lines as with arcs. Less pronounced when recombining after an explosion. Some methods clear these to value = void. Some methods clear these to zero (OR). Can also occur when adding segments to an existing polyline with OC.
Regards, CVH
|
|
2160 | QCAD (main) | Bug Report | Low | Draw > Polyline > Relocate Start Point: fails on polyli... | 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
Origin: I like to start my CAM paths at low curvature instead starting at high curvature. Ellipses may explode with the startpoint at the tip. (file Y2)
Documented in 3.25.2.4, reproducible under 3.25.2.7
File included with 4 LayerStates - Original Ellipses: Y1 - Exploded to polylines (32 segments): Y2 - Direct after XP, OR performs different on the left top one: Y3 - Faulty solutions by OR: Y4 (= saved state)
The results may differ with the saved explosions.
With the file. Y1 TA XP Relocate startpoint with OR to an existing reference (called ‘End’)
Regards, CVH
|
|
2167 | QCAD/CAM | Bug Report | Low | Comma format decimal separator fails ZSafety CAM config... | Assigned | |
1 |
Task Description
QCAD/CAM Trial package Win installer 32 bit Version: 3.25.2.0 (3.25.2) Internet: QCAD.org Build Date: Sep 4 2020 Revision: 4a61501 Qt Version: 5.13.2 Architecture: i386 Compiler: Unknown
Local decimal separator is ‘,’ (comma) In CAM configuration .. Z Levels .. Safety level
Using nn,nnn the output is Nxx G0 Znn Using nn.nnn the output is Nxx G0 Znn.nnn
Drop down boxes are all in dot format. Didn’t try anything else yet
Regards, CVH
|
|
173 | QCAD (main) | Feature Request | Low | explode text to letters | Assigned | |
|
Task Description
implement
|
|
208 | QCAD (main) | Feature Request | Low | SVG export: support custom line weights | Assigned | |
|
Task Description
Find way to support custom line weights for SVG export. See also forum thread: http://www.ribbonsoft.com/rsforum/viewtopic.php?t=1594
|
|
277 | QCAD (main) | Feature Request | Low | command line arguments: allow class name after -exec | Assigned | |
|
Task Description
command line arguments: allow class name after -exec
|
|
293 | QCAD (main) | Feature Request | Low | multi-select for blocks | Assigned | |
|
Task Description
It would be nice if one could select multiple blocks in the block list at once (holding ctrl or ctrl+shift). Main purpose would be to delete them if they are not needed anymore. If possible, the same applies to layers.
|
|
355 | QCAD (main) | Feature Request | Low | Remember function for dimension Option | Assigned | |
|
Task Description
I think it would be nice to have more flexibility for Prefix etc. option (not only the drop down with a given choice) and a remember function for all those fields like postfix and tolerance.
Why Remember Function: If I use a postfix like <>” in the postfix field I’m only able to use it for this particular dimension type at this time. If I change the type (from Horizontal to vertical or what ever) I have always to repeat my postfix. The same with tolerances.
|
|
396 | QCAD (main) | Feature Request | Low | Blocks: moving blocks: show bounding box | Assigned | |
|
Task Description
Blocks: moving complex blocks with drag and drop should show bounding box as preview
|
|
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.
|
|
503 | QCAD (main) | Feature Request | Low | Convert entities to points with a fixed distance | Assigned | |
|
Task Description
Select lines, arcs, ... and convert them to points along the lines, arcs, ... with a fixed distance.
See also forum at: http://www.ribbonsoft.com/rsforum/viewtopic.php?t=1834
|
|
514 | QCAD (main) | Feature Request | Low | Punktpestimmung Intersection manual muss immer wieder n... | Assigned | |
|
Task Description
Beispiel: Zeichnen einer Linie (Line two points) mit Punktbestimmung. Wähle ich für die Punktbestimmung z.B. “End” bleibe ich in diesem Modus bis ich etwas anderes wähle. Gut
Wähle ich für die Punktbestimmung “Intersection manual” muss ich dies für jeden Punkt immer wieder neu anwählen. Schlecht
|
|
519 | QCAD (main) | Feature Request | Low | Press tab to access first control in options tool bar | Assigned | |
|
Task Description
See: http://www.ribbonsoft.com/rsforum/viewtopic.php?t=1867
Apparently this was possible in QCAD 2 due to the default behavior of Qt.
|
|
525 | QCAD (main) | Feature Request | Low | change the printed symbol of points | Assigned | |
|
Task Description
Hi,
in QCAD3 RC2 points were printed as crosses, in QCAD3 RC4 they are printed as (very little) points. I think this isn’t a bug but a feature.
It would be nice if one could change this behaviour / select the symbol of points.
Best regards - Stefan
This is a double post of http://www.ribbonsoft.com/rsforum/viewtopic.php?p=5870#5870 as suggested there.
|
|
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.
|
|
564 | QCAD (main) | Feature Request | Low | Settings organisation in level | Assigned | |
|
Task Description
As an old professional “documentation writer and user inteface designer” but IMHO, I’m not convinced that the “Application preferences” are correctly organised for ease of understanding and using them. These settings are organised in 2 levels. Some of the first levels have their own settings (e.g. “Graphics view”) while most others don’t (e.g. “Load/save”). May I humbly suggest some consistency rules : - no sub-level if there is only one subject - no items on main level if there are already 1 or more sub-level(s). For instance : - sub-level “Default Dimension settings” under “Dimension” is the only sub-level : then move these items under main level “Dimension” and suppress the sub-level ; - the items under “Graphics view” main level (with several sub-levels)could be in a sub-level named “General” ; Actually, “Graphics view” main level is the only one which has both its own items and sub-levels )) ?
|
|
566 | QCAD (main) | Feature Request | Low | Shortkey for rectangle text rotation | Assigned | |
|
Task Description
I would like to get a shortkey like ‘+’ to rotate text at 90° clockwise.
|
|
586 | QCAD (main) | Feature Request | Low | File open dialog with preview | Assigned | |
|
Task Description
Since this is not supported by Qt anymore, this would likely have to be implemented from scratch.
|
|
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
|
|
596 | QCAD (main) | Feature Request | Low | Tool "Lengthen" mit "Total" erweitern oder .... | Assigned | |
|
Task Description
Eine oft Hilfreiche Zeit/Klick sparende Erweiterung wäre eine “Total” Option bei dem “Lengthen” Tool.
Aktuell ist es mit dieser Funktion möglich ein Element zu verlängern oder zu verkürzen um den Amount X. Der Referenzpunkt (von welchem Ende) kann bestimmt werden.
Die Erweiterung die ich mir wünschen würde wäre auch ein “Total” um ein Element auf eine bestimmte Länge zu bringen ohne einen Taschenrechner benutzen zu müssen. Referenz (welches Ende oder Mitte) sollte (muss) dafür wählbar sein.
Die Funktion “Property editor” stellt bereits über die Geometry Eigenschaften die Möglichkeit zur Verfügung einen “Total” Wert zu manipulieren. Leider bin ich aber hierbei nicht in der Lage zu bestimmen welcher Element Referenzpunkt dafür benutzt werden soll. Könnte ich die Referenz wählen (welches Ende oder Mitte) wäre auch dies dann durchaus akzeptabel
|
|
601 | QCAD (main) | Feature Request | Low | Für Berechnungen neu zu erstellende Elemente Werte von ... | Assigned | |
|
Task Description
Es wäre schön wenn ich Werte wie zum Beispiel Längen von Linien direkt abgreifen könnte um diese weiter in Berechnungen verwenden zu können.
Beispiel: Ich habe eine Linie konstruiert wobei sich eine Länge y ergeben hat.
Nun möchte ich eine Linie zeichnen die 5 mal y sein soll.
Linientool → Wert 5* eingeben und y durch Auswahl mit der Maus von dem vorhandenen Elements übernehmen.
Natürlich könnte ich die Geometrie Info benutzen um den Wert abzulesen oder auch über die Zwischenablage zu benutzen. Ein abgreifen mit der Maus wäre aber schneller, direkter und wahrscheinlich auch mit weniger Fehlern (Human error) verbunden. Wahrscheinlich auch genauer da QCad, denke ich, mit mehr Nachkommastellen rechnet, oder?
|
|
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.
|
|
614 | QCAD (main) | Feature Request | Low | Blocks - overwrite current layer yes/no ... | Assigned | |
|
Task Description
I would appreciate an option for the library Browser that gives me the possibility to decide by my self to use the current (same name) layer in my drawing or overwrite it with the existing layers in the library item.
Imagine the possibility’s of this feature ....
|
|
622 | QCAD (main) | Feature Request | Low | Disproportianal scaling of arcs, ellipses | Assigned | |
|
Task Description
Support disproportional scaling also for arcs, ellipses, other entities, not only lines and polylines with only line segments.
|
|
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
|
|
631 | QCAD (main) | Feature Request | Low | Option "Scale" für das öffnen von Templates ... | Assigned | |
|
Task Description
Wenn ich eine Zeichnung plane überlege ich mir natürlich im Vorfeld welche Blattgröße und welchen Maßstab ich verwenden möchte.
Wenn ich Templates (z.B. Zeichnungsblatt A4) für die Blattgröße öffnen könnte und dabei direkt einen Skalierungsfaktor (z.B. 10) vorgeben könnte hätte ich ohne Umwege gleich alles was man braucht. In diesem Fall ein A4 Blatt im Maßstab 1:10.
Im Grunde genommen das selbe was ich bereits mit Library Items machen kann ...
|
|
637 | QCAD (main) | Feature Request | Low | Viewports / View List | Assigned | |
|
Task Description
1. The Scrollbars for each window in the Viewports has the same size like the normal used scrollbars for windows. If you are working on a normal size Monitor it “steals” a lot of “working space”. Is there any possibility to make the scrollbars smaller or just a line to separate the windows so that I have to navigate with Keyboard and mouse?
2. I thing the Viewports and the View List belongs together - is it possible to get a button in the “View List / Tool Bar” to choose a Viewport style instead of “walking” the long way over the “Drawing preferences” Menu?
See also: http://www.ribbonsoft.com/rsforum/viewtopic.php?f=47&t=2071
|
|
639 | QCAD (main) | Feature Request | Low | Ability to load a file of keyboard shortcuts | Assigned | |
|
Task Description
It would be useful if a file of keyboard shortcuts to commands could be loaded.
Then a set of shortcuts identical/based on the Autocad keyboard shortcuts can be loaded, making it much easier for Autocad users to migrate to your product.
There does seem to be some future functionality planned here, with the shortcut ‘scheme’ selector in Program Preferences, but for the moment ‘Qcad’ is the only option available.
This strategy is used to great effect by Draftsight (but who trusts a big company like Dassault/Solidworks...)
|
|
648 | QCAD (main) | Feature Request | Low | Configurable behavior for line patterns at weight 0.00 | Assigned | |
|
Task Description
A line with linestyle = dots and line weight = 0.00 appears in model space overly spaced, all other lineweights behave as expected. Suspect other linestyles to behave in a similar fashion.
See attached drawing.
Suggested fix: use the same scaling for lineweight 0.00 as for lineweight 0.05.
|
|
670 | QCAD (main) | Feature Request | Low | Configurable rendering options for stacked text | Assigned | |
|
Task Description
Customer wishes that stacked text used as subscript is rendered differently (i.e. increased text size, lower position for subscript). This may also apply to superscripts.
|
|
674 | QCAD (main) | Feature Request | Low | To add optional 'auto' dimension tracking feature. | Assigned | |
|
Task Description
It might be useful for some to have the option to turn on/off ' auto’ dimension tracking option.
See related topic: http://www.qcad.org/rsforum/viewtopic.php?f=2&p=6893#p6893
|
|
684 | QCAD (main) | Feature Request | Low | Configurable behavior for using box selection with Shif... | Assigned | |
|
Task Description
See also: http://www.qcad.org/rsforum/viewtopic.php?f=32&t=2180
|
|
695 | QCAD (main) | Feature Request | Low | Add more dimension arrow styles (e.g. dots) | Assigned | |
|
Task Description
Add more dimension arrow styles (e.g. dots).
See forum thread: http://qcad.org/rsforum/viewtopic.php?f=31&t=2185
|
|
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 ... ;)
|