|
2030 | QCAD (main) | Bug Report | Low | Cannot snap to points of mirrored blocks | Closed | |
1 |
Task Description
Wenn ich selbst erstellte Blocks Spiegle, funtionieren gewisse Fangpunkte nicht mehr.
In der angehängten Datei, ist der gespiegelte Block und deren inaktive Fangpunkte mit Roten Kreisen markiert.
Ich arbeite mit macOS Catalina 10.15.2
Vielen Dank für das Beheben dieses Bugs, der mich gerade sehr viel Zeit kostet ;-(
|
|
2039 | QCAD (main) | Bug Report | Low | splines are not showing when drawn by QCAD Simple API n ... | Closed | |
1 |
Task Description
Hi guys,
I’m trying to create an spline to a complex library component, but it seems splines are not working properly. I would appreciate some help. These are minimum scripts to demonstrate the problem:
Example 1:
include("scripts/simple.js");
function TesteSpline() {
}
TesteSpline.init = function(formWidget) {
if (!isNull(formWidget)) {
TesteSpline.widgets = getWidgets(formWidget);
}
};
TesteSpline.generate = function(documentInterface, file) {
return TesteSpline.criarCorpo(documentInterface);
};
TesteSpline.generatePreview = function(documentInterface, iconSize) {
};
TesteSpline.criarCorpo = function(documentInterface) {
addSpline([[0,0],[20,30],[100,100],[110,120]], false); // it doesn't work :-(
addLine(0,0, 100,100); // it works!!!
};
Example 2:
include("scripts/library.js");
function TesteSpline() {
}
TesteSpline.init = function(formWidget) {
if (!isNull(formWidget)) {
TesteSpline.widgets = getWidgets(formWidget);
}
};
TesteSpline.generate = function(documentInterface, file) {
return TesteSpline.criarCorpo(documentInterface);
};
TesteSpline.generatePreview = function(documentInterface, iconSize) {
};
TesteSpline.criarCorpo = function(documentInterface) {
var addOperation = new RAddObjectsOperation(false);
var doc = documentInterface.getDocument()
// Spline
var cavaData = new RSplineData();
cavaData.appendFitPoint(new RVector(0,0));
cavaData.appendFitPoint(new RVector(10,10));
cavaData.appendFitPoint(new RVector(30,30));
cavaData.isClosed = false;
// It doesn't work
var cava = new RSplineEntity(doc,cavaData);
addOperation.addObject(cava);
// it works
var textData = new RTextData(new RVector(2,10),new RVector(2,10),0.4,0.4,0,0,0,0,1,"Hello","Arial",false,false,0,false);
addOperation.addObject(new RTextEntity(doc,textData));
return addOperation;
};
|
|
2046 | QCAD (main) | Bug Report | Low | Crash when scaling, rotating and mirroring | Closed | |
1 |
Task Description
Hallo Andrew
Beim Skalieren(SZ), Rotieren(RO), Spiegeln(MI) beendet sich QCAD, wenn gespeichert wird. Änderungen werden nicht gepeichert.
When scaling (SZ), rotating (RO), mirroring (MI), QCAD ends when it is saved. Changes are not saved.
|
|
2100 | QCAD (main) | Bug Report | Low | Property Editor not showing polyline area | Closed | |
1 |
Task Description
Polyline’s areas don’t shows own property in Property Editor
|
|
2103 | ECMAScript | Bug Report | Low | Crash when lengthen() executed twice | Closed | |
1 |
Task Description
This code was executed in the Script Shell window. Then the program is failing of and closed.
a = addLine(0,0,100,100);
lengthen(a, true, 50); // success
lengthen(a, true, 50); // FAILED!
|
|
2113 | QCAD (main) | Bug Report | Medium | wrong objects are selected while selecting region with ... | Closed | |
1 |
Task Description
wrong objects are selected while selecting region with mouse. Actions:Trying to select small rectangle area using mouse while holding left mouse button. (ScreenShot_1.png) Expected result: only objects inside selection rectangle (text, lines, rectangles) are selected. Factual result: objects inside selection rectangle are selected as well as other objects which are farther away (marked with purple arrows in ScreenShot_2.png)
|
|
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
|
|
2126 | QCAD (main) | Suggestion | Very Low | PE casts on individual hatch segments | Closed | |
1 |
Task Description
QCADpro 3.25.2.1 / win7pro 32 bit / 4GB / 1e generation i7 2.6Ghz / HDD GeForce GT 520
The method PE casts the clipboard on individual hatch segments. Hatches should be considered as a single complex entity not allowing certain actions.
Discovered while: https://qcad.org/rsforum/viewtopic.php?f=33&p=30008#p30008
Not that it matters: In doing so the scaling is off too.
Regards, CVH
|
|
2132 | QCAD (main) | Bug Report | Low | Dimension > Baseline / Continue: custom text label posi ... | Closed | |
1 |
Task Description
To reproduce:
Draw a rectangle.
DH, draw a dimension (the base dimension).
Move that dimension’s text to a new position.
DC, continue that dimension.
The text of the continued dimension will show up on top of that of the base dimension. Expected behaviour would be that it would show up on top of the continued dimension (standard placement).
Please see attached pic.
|
|
2139 | QCAD (main) | Feature Request | Very Low | Auto revert to format = 'Decimal' isn't complete | Closed | |
1 |
Task Description
From this Topic: https://www.qcad.org/rsforum/viewtopic.php?f=33&t=7818
Trial 1 doesn’t gives the intended result. Trial 2 includes manual altering back and forth the Format field what gives the intended result
Regards, CVH
|
|
2151 | QCAD (main) | Bug Report | Very Low | Update viewport on Layout after Layer property change | Closed | |
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
With the attached file: Viewing Layout1 Changing ON/OFF or Frozen state of layers in the Layer List
The view doesn’t update immediate. Selecting an entity: Yes After QQ Yes Switching to another Application and reverting the focus back to QCAD: Yes Using zoom / pan or the Zoom functions: No Changing the display modes: Yes Starting an action: No
|
|
2156 | QCAD (main) | Suggestion | Low | Add an option to XP preferences to include circles or n ... | Closed | |
1 |
Task Description
Andrew, unrelated to any OS or version.
Circles do explode to polylines with two arc segments. Discussed earlier and very correct because a full circle bulge would be a mathematical limit situation.
When there is no option to ‘Undo’ anymore or when the file was saved & loaded there is no easy way back.
One of the reasons why I isolate circle entities if I might going to use XP as in the file here: https://qcad.org/bugtracker/index.php?do=details&task_id=2155 Even knowing it, I still make more mistakes as I would like.
It would be nice to be able to exclude circle entities from the GUI explosion action XP. Can be simply implemented in the top of Explode.explodeSelection with an extra preference in AppPrefs, default =true.
On the other hand, the explosions of circles used internally in various methods should remain.
Regards, CVH
|
|
2165 | QCAD (main) | Bug Report | Low | Rectangle with Size (RS) doesn't remember Fill, RoundCo ... | Closed | |
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
Topic: https://qcad.org/rsforum/viewtopic.php?f=33&t=7900 Report: https://qcad.org/rsforum/viewtopic.php?f=33&t=7900#p30977
Rectangle with Size (RS) doesn’t update the Fill, RoundCorners & Radius settings shared under the [Shape] header in QCAD ini.
Explained as group synchronization while the Polygon methods have more settings in common, although not shared.
In the summary there are more minor issues listed. All have a bar in the Options Toolbar that disappears after the first is drawn.
I rather would opt for all individual settings ... ... or all grouped.
Regards, CVH
|
|
2168 | QCAD (main) | Bug Report | Low | Explosion of a bulging Polyline with Widths may include ... | Closed | |
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
Follow up on: https://www.qcad.org/bugtracker/index.php?do=details&task_id=2023 The zero crossing at 180° turn is fixed.
Found two very minute Line segments where the Width is set zero. Revision dxf included.
Referring to the grid they are rendered about 0.0002 long. They are in the order of 5e-15 and less or simply zero long in this case (<1ULP). Results may vary in length ... and vary after Save/Revert. Files included: PolyWidthErrLargeArc_v2.csv (a/b)
Not encountered on a Polyline with line segments.
Regards, CVH
|
|
2170 | QCAD (main) | Bug Report | Low | Draw > Text: Wrong color for formatted text blocks usin ... | Closed | |
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
File & picture included Work around: Chop it up or use a TTF font
Regards, CVH
|
|
2180 | QCAD (main) | Feature Request | Very Low | Surface area off a hatch | Closed | |
1 |
Task Description
That would ease this task: https://www.qcad.org/rsforum/viewtopic.php?f=32&t=8000
Correct surface area included. CVH
|
|
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.
|
|
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.
|
|
498 | QCAD (main) | Bug Report | Low | issue importing from Autocad | Assigned | |
|
Task Description
There is an issue importing from Autocad: lines and quotes (both arrows and text) appear too much big (see attachment). I can fix quotes modifying dimensions in “current drawing preferences”, but lines are still too thick. Autocad’s dxf are opened with right line thickness but wrong quotes. Furthermore, Autocad opens Qcad’s dxf files showing wrong quotes.
|
|
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
|
|
513 | Translation | Bug Report | Low | Translation errors | Assigned | |
|
Task Description
If you spot an error in the translated user interface of QCAD, please add a comment to this task or submit your translation at http://translate.qcad.org. Thank you for your help!
Wenn Sie einen Fehler in der übersetzten Benutzeroberfläche von QCAD erkennen, fügen Sie bitte einen Kommentar zu diesem Report hinzu oder geben Sie Ihre Übersetzung ein unter http://translate.qcad.org. Vielen Dank für Ihre Hilfe!
Si vous remarquez une erreur dans l’interface utilisateur traduite de QCAD, veuillez ajouter un commentaire à cette tâche ou soumettre votre traduction à http://translate.qcad.org. Merci pour votre aide!
Si detecta un error en la interfaz de usuario traducida de QCAD, añada un comentario a esta tarea o envíe su traducción a http://translate.qcad.org. Gracias por tu ayuda!
Se si rileva un errore nell’interfaccia utente tradotta di QCAD, si prega di aggiungere un commento a questo compito o di inviare la traduzione a http://translate.qcad.org. Obrigado por sua ajuda!
Se você detectar um erro na interface de usuário traduzida do QCAD, adicione um comentário a esta tarefa ou envie sua tradução para http://translate.qcad.org. Obrigado pela sua ajuda!
Als u een fout ziet in de vertaalde gebruikersinterface van QCAD, voeg dan een opmerking toe aan deze taak of stuur uw vertaling naar http://translate.qcad.org. Bedankt voor uw hulp!
|
|
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.
|
|
523 | QCAD (main) | Bug Report | Low | Selection tool button in CAD tool bar shows line tools ... | Assigned | |
|
Task Description
The selection tool is not accessible:
Click on Selection Tool icon - left panel:
Left panel then shows line tool options.
Click “back” button at top of left panel:
Left panel then shows selection options.
Click an option icon:
Left panel then shows line tool options again.
|
|
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.
|
|
584 | QCAD (main) | Bug Report | Low | Library Items können unbrauchbar gemacht werden durch l... | Assigned | |
|
Task Description
Nach einigen Überraschungen ....
Es ist möglich Layer in nicht eingefügten oder unsichtbar geschalteten Library Items unbemerkt zu löschen ....
Fallbeispiel 1: Ich arbeite an einer Zeichnung die u.a. den Layer “Gelbe Linie” benutzt. Ich füge ein Library Item ein was auch einen Layer “Gelbe Linie” hat. Ich lösche - aus welchen Gründen auch immer - in der Zeichnung das Library Item weil ich es erst später wieder verwenden will. In der Blocklist ist es natürlich immer noch verfügbar. In der Zeichnung lösche ich den Layer “Gelbe Linie” da ich diesen nicht brauche brauche - habe aber natürlich nicht im Kopf welche Layer in meinen Blocks verwendet wurden. Nach einiger Zeit will ich den Block (den aus der Library) wieder einfügen - dieser ist nun aber unbrauchbar da der Inhalt welcher auf dem Layer “gelbe Linie” war fehlt. Das Library Item neu aus Library laden um das bereits existierende zu reparieren scheitert da das erste nicht überschrieben werden kann. Ich muss den ersten Block löschen um den neuen benutzen zu können.
Fallbeispiel 2: Da das selbe (löschen der Layer) auch passieren kann bei unsichtbar geschalteten Blöcken kann es dazu führen das ich zig bereits positionierte Blöcke zerstöre und neu platzieren muss um meine Zeichnung zu reparieren.
Fallbeispiel 3: Ich sehe in meiner Zeichnung einen Layer “Gelbe Linie”. Weiß nicht was das ist - schalte alle Layer unsichtbar außer “Gelbe Linie”. Klicke auf “Auto Zoom” um zu sehen was den auf “Gelbe Linie” ist. Finde nichts = also leer! Lösche Layer “Gelbe Linie”. Der Layer wurde aber von einem im Moment nicht verwendeten Library Block verwendet. Es gibt keinen Hinweis das ich damit ein Library Item zerstören könnte ....
Lange Rede kurzer Sinn: Wäre es machbar/sinnvoll Layer in Blöcken nur löschen zu können wenn ich mich im Edit Modus der Blöcke befinde?
|
|
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...)
|
|
641 | QCAD (main) | Bug Report | Low | No warning is displayed when lengthen tool is used with... | Assigned | |
|
Task Description
Command ‘Lengthen LE’ will extend most arcs but not all (2 arcs in the attached drawing do not work)! There is no obvious reason for this from the users point of view.
|
|
645 | QCAD (main) | Bug Report | Low | Inch - Layerdata / Linewight still in mm ... | Assigned | |
|
Task Description
Drawing Unit is in “Inch” but the Layer Data (Line wight) is in “mm” ....
I like it ... but maybe I’m the only one
|
|
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.
|
|
665 | QCAD (main) | Bug Report | Low | Possible printing error on Linux fedora 16? | Assigned | |
|
Task Description
On behalf of et76 Possible printing error using Linux 16 - needs further testing! Please see topic: http://www.ribbonsoft.com/rsforum/viewtopic.php?f=12&t=2119
Au nom de et76 Erreur d’impression possible en utilisant Linux 16 - a besoin d’autres tests! S’il vous plaît voir le sujet: http://www.ribbonsoft.com/rsforum/viewtopic.php?f=12&t=2119
|