|
2056 | QCAD (main) | Feature Request | Low | Option Duplicate layer (yy) inclusive all sub-layers. | Assigned | |
|
Task Description
If I’ve to duplicate a layer with a bunch of sub-layer it’s a kind of a Sisyphus task to get it done. Currently I have to duplicate each single layer. Then in an additional step I’ve to address each child layer to the proper parent layer.
Current lack: Marked parent layer with all sub-layer / Duplicate Layer / only ONE layer will be duplicated.
With other words: If I have to duplicate a layer with 5 sub-layer it requires 11 steps to get a copy of that tree ...
|
|
1930 | QCAD (main) | Feature Request | Low | Option disable "Auto Zoom on load" for saved "Layout Vi... | Assigned | |
|
Task Description
Hi,
my setting for “Auto Zoom on load” is checked to on. That works perfect for me for most of my drawings.
But if I save a drawing with Layout Viewports then I have to adjust every Viewport again after loading.
Would it be possible to have an option below Application Preferences / Graphics View / Appearance / Auto Zoom on load / ON which excludes drawings saved with Layout Viewports?
|
|
1464 | QCAD (main) | Feature Request | Low | Option button to access finer grid to snap | Assigned | |
|
Task Description
Hi,
I use eagle cad for pcb designs and I like its ability to snap to finer snap to grid when pressing option button (ALT in windows). I am fine with auto grid setting, however, it would be good to also have a way to access finer grid when pressing down option button.
For example, when zoomed out, grid is 100mm apart. When pressing down on the option button (ALT in windows), grid switches to finer 10mm. This will save me time, zooming in to access finer grid to snap to.
|
|
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 ...
|
|
1130 | QCAD (main) | Feature Request | Low | Offset Polyline from both sides at once | Assigned | |
|
Task Description
It would be great to have a tick box to be able to offset a polyline from both sides/edges at once.
Maybe a similar feature could be added to the line -parallel tools?
|
|
1836 | QCAD (main) | Feature Request | Low | Offset for paste along entity | Assigned | |
|
Task Description
add a new parameter “offset” in the dialog “Paste along entity”
see https://www.qcad.org/rsforum/viewtopic.php?f=31&t=5929&p=22307#p22307
|
|
2068 | QCAD Community Edition | Bug Report | Very Low | Non-english text in upper/lower index becomes UTF code | Assigned | |
|
Task Description
How to reproduce.
1. Create a text field with some non-english words in the upper index. (see attached pic1.png) 2. Save the project and close QCAD. 3. Run QCAD and open same project. 4. Now upper/lower indexed text becomes not human readable UTF codes. (see attached pic2.png)
Tried different fonts - doesn’t help.
Linux ntb-kirill 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux CentOS Linux release 7.7.1908 (Core)
|
|
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.
|
|
964 | QCAD (main) | Feature Request | Low | New tool request - 'Break Out Arc' from Circle | Assigned | |
|
Task Description
It would be useful to be able to pick a Start and End point of an Arc within a Circle to then break this out. So in principle another break out tool.
Please see topic:http://www.qcad.org/rsforum/viewtopic.php?f=33&p=8826#p8826
|
|
1363 | QCAD (main) | Feature Request | Low | New Tool - make lines horizontal or vertical | Assigned | |
|
Task Description
New Tool Request:
To have a tool to make any given line which is ‘not’ orthogonal already into an orthogonal line.
For example if I had a line at 30 degrees by using the tool I could change the line to be either horizontal or vertical.
|
|
1788 | QCAD (main) | Feature Request | Very Low | New snap: reference points of a block references | Assigned | |
|
Task Description
I know this was reported and fixed before ...
https://www.qcad.org/bugtracker/index.php?do=details&task_id=843
... but it looks like we have the issue now back with some kind of variation.
If I use the test drawing which I posted in 2013 ( FS#843 ) it works still as expected after it was fixed.
If I create a new block it won’t work in a new drawing nor in the old test drawing - no chance to snap to the Block Reference.
Edit: New Test drawing:
|
|
813 | QCAD (main) | Feature Request | Low | New Snap tool: Isometric coordinates ... | Assigned | |
|
Task Description
It would be nice to have an additional Coordinate tool for isometric constructions.
If I’m working on an isometric drawing I have to design my things with x, y, z coordinates. Y is, of course not a problem but for x and z I have most off the time to work with construction lines for move, copy, locate etc. With an isometric coordinate snap tool what will follow the 30° angles for x and z we could save a lot of construction lines
|
|
1505 | QCAD (main) | Feature Request | Low | New feature - use info tools with scale | Assigned | |
|
Task Description
When using the info tools, like the point to point measure it would be useful to be able to select a scale as well.
For example, when I scale a drawing say to 1:20, when working on the scaled drawing I can measure accurately with the measure tool in 1:20 also, without having to keep refering to the 1:1 drawing.
Regards
Clive
|
|
1621 | QCAD (main) | Feature Request | Low | New Drawings in Draft Mode | Assigned | |
|
Task Description
See: https://www.qcad.org/rsforum/viewtopic.php?f=32&t=5001
|
|
1440 | QCAD (main) | Feature Request | Low | New Drawing in Simple API | Assigned | |
|
Task Description
Could it be possible to add a simple function to add a new empty drawing (like File > New) to Simple.js ? Thank you. (PS, this simple.js API is awesome, btw :D)
( I already have my own to simplify my scripts, but it does not seem to work correctly if I set action.setRequiresDocument(false); in the init functions See more at http://www.qcad.org/rsforum/viewtopic.php?f=32&t=4203#p15203 )
|
|
792 | QCAD (main) | Feature Request | Low | New 'Match' properties tool | Assigned | |
|
Task Description
To add a new ‘Match’ properties tool.
For example, I have a large drawing with lots and lots of entities on various layers and I want to select some entities (say 500 or more) which are all on different layers and change all these selected entities to match the properties of one other particular entity - but, but I want the ‘Matched’ entities to remain on their own layers.
OK, of course I can use the property editor for this and this is fine in most instances but I would first need to determine the the layer data for the properties of the entity I would like to match to (Color, Line weight and Line type) in the first place and then I need to remember these attributes in order to change things in the property editor in order to change all of my selection to match!
As I say mostly the above procedure would be fine to use but for convenience it would be great to have a new tool to do all this for me and cut out a few steps in the process.
A new ‘Match’ properties tool procedure could be something like this:
1. Select Match properties tool.
2. Select all entities to be matched.
3. Select entity to match to.
4. Tick or leave un-ticked - move to same layer.
5. Complete process.
* Actually, while writing this I`ve just thought of another useful addition which could be added to the Info tool set, ‘Entity’ properties info! Example - click on Info > Entity Properties and click on the entity in question and then the properties are displayed without going to the layer data for this! Just an idea ;)
|
|
2057 | QCAD (main) | Feature Request | Low | Multiline tool | Assigned | |
|
Task Description
Implement a multiline tool.
|
|
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.
|
|
1916 | QCAD (main) | Bug Report | Low | Moving an object in an angled viewport with mouse does ... | Assigned | |
|
Task Description
To reproduce
1. Select a new view-port in model-space 2. Select the appropriate paper-space 3. When the paper space opens change the angle of the viewport to 90 degrees 4. Place view-port in paper space 5. Select the view-port in paper-space by clicking it 6. Try to move the object itself in the view-port (by clicking the “top” dot) to the right by moving the mouse to the right while holding the left mouse-button.
Actual
The object in the viewport moves down vertically NOT to the right
Expected
The object moves to the right
(It seems mouse movement does not compensate for the rotated angle of the viewport)
Workaround
None, except compensate for the angle in your head and moving the mouse the “wrong” way when correcting the placement of objects in the view-port
|
|
2115 | QCAD (main) | Suggestion | Low | Move toolbars with negative positions to 0 positions | Assigned | |
|
Task Description
As it can be seen in the attached image, QCAD toolbars may dock to a position slightly outside the visible area of the screen. After having docked there, I have not been able to move them any more. Their current position is just in the middle of the screen.
The position of the toolbars remains the same after the deinstallation of QCAD, shutting down, restarting the computer and reinstalling QCAD. I kindly ask for help.
Kind regards Reinhard
|
|
833 | QCAD (main) | Feature Request | Low | Move number of copies into Options toolbar | Assigned | |
|
Task Description
The Number of Copies (Delete Original, Keep Original, Multiple Copies) and whether to use the current layers attributes should be found in the Options toolbar of the active tool.
This way the option would be set before or during the operation (preview?)the popup window afterwards would be obsolete.
|
|
822 | QCAD (main) | Feature Request | Low | move Freehand Line to Polyline Tools | Assigned | |
|
Task Description
In order to be more easily editable after creation Freehand Line should produce a Polyline and should be moved away from Line Tools to Polyline Tools
|
|
2048 | QCAD (main) | Bug Report | Very Low | Move / Copy to current layer fails when reference point... | Assigned | |
|
Task Description
QCAD 3.24.2 / macOS x86_64 10.14.6
Starting with empty doc: 1. Draw any object (e.g. a rectangle) on layer 0. 2. Create new layer (”1”) with color, say yellow. 3. Select new layer 4. Select new object 5. Modify → Move / Copy 6. Click reference point 7. Click target point same as reference point 8. In “Move / Copy Options” dialog, select “Delete Original” and check “Use current layer and attributes.” Click OK.
The moved object stays on the layer it was previously on. Using “Move / Copy” as a quick way to move a selection between layers is not useful even though it appears to be the recommended way in a Google search.
Note: if “Keep Original” is selected instead, the copied object is placed on the current layer and the original object remains on its layer, as expected.
Note: if the target point is different from the reference point, the moved object is placed on the current layer as expected.
There are other workarounds too, cut / paste with “To current layer” checked seems to work, as does chaging the layer in the Properties Editor.
|
|
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
|
|
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
|
|
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.
|
|
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!
|
|
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.
|
|
1740 | QCAD (main) | Suggestion | Low | Make unprintable layers also hidden in print preview | Assigned | |
|
Task Description
Make unprintable layers also hidden in print preview
|
|
948 | QCAD (main) | Bug Report | Low | mainwindow example segfaults | Assigned | |
|
Task Description
As far as I can tell, it never worked.
#0 0x0000000000490527 in QFormInternal::domPropertyToVariant ()
No symbol table info available.
#1 0x000000000042aea9 in QFormInternal::QAbstractFormBuilder::toVariant ()
No symbol table info available.
#2 0x00000000004498a6 in QFormInternal::QFormBuilder::applyProperties ()
No symbol table info available.
#3 0x000000000042475f in QFormInternal::FormBuilderPrivate::applyProperties ()
No symbol table info available.
#4 0x000000000042e83b in QFormInternal::QAbstractFormBuilder::create ()
No symbol table info available.
#5 0x00000000004493c0 in QFormInternal::QFormBuilder::create ()
No symbol table info available.
#6 0x000000000042182e in QFormInternal::FormBuilderPrivate::create ()
No symbol table info available.
#7 0x000000000042fa37 in QFormInternal::QAbstractFormBuilder::create ()
No symbol table info available.
#8 0x00000000004225a2 in QFormInternal::FormBuilderPrivate::create ()
No symbol table info available.
#9 0x0000000815eed3d7 in QFormInternal::QAbstractFormBuilder::load ()
from /usr/home/ice/w/qcad/qcad/plugins/script/libqtscript_uitools.so.1.0.0
No symbol table info available.
#10 0x0000000815ededad in QUiLoader::load () from /usr/home/ice/w/qcad/qcad/plugins/script/libqtscript_uitools.so.1.0.0
No symbol table info available.
#11 0x0000000815eda326 in qtscript_QUiLoader_prototype_call (context=0x813262240)
at ../../generated_cpp/com_trolltech_qt_uitools/qtscript_QUiLoader.cpp:282
_q_arg0 = (QIODevice *) 0x813fe5610
_q_arg1 = (QWidget *) 0x813ffdcd0
_q_result = (QWidget *) 0x8006e2c00
_id = <value optimized out>
_q_self = (QUiLoader *) 0x813f08d40
#12 0x0000000805fc9f78 in QScript::FunctionWrapper::proxyCall () from /usr/local/lib/qt4/libQtScript.so.4
No symbol table info available.
#13 0x0000000805ee418f in QTJSC::NativeFuncWrapper::operator() () from /usr/local/lib/qt4/libQtScript.so.4
No symbol table info available.
#14 0x0000000805eb93ee in QTJSC::Interpreter::privateExecute () from /usr/local/lib/qt4/libQtScript.so.4
No symbol table info available.
#15 0x0000000805ec1ccd in QTJSC::Interpreter::execute () from /usr/local/lib/qt4/libQtScript.so.4
No symbol table info available.
#16 0x0000000805ec1ff9 in QTJSC::Interpreter::execute () from /usr/local/lib/qt4/libQtScript.so.4
No symbol table info available.
#17 0x0000000805fa9743 in QScriptEnginePrivate::evaluateHelper () from /usr/local/lib/qt4/libQtScript.so.4
No symbol table info available.
#18 0x0000000805faabc6 in QScriptEngine::evaluate () from /usr/local/lib/qt4/libQtScript.so.4
No symbol table info available.
#19 0x0000000800ac5aae in RScriptHandlerEcma::eval (this=0x811f435e0, script=<value optimized out>,
fileName=<value optimized out>) at RScriptHandlerEcma.cpp:855
err = {d_ptr = {d = 0x7fffffffcf50}}
#20 0x0000000800ac65c5 in RScriptHandlerEcma::doScript (this=0x811f435e0, [email protected],
arguments=<value optimized out>) at RScriptHandlerEcma.cpp:851
fi = {d_ptr = {d = 0x813f94700}}
globalObject = {d_ptr = {d = 0x813ff1240}}
contents = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 3936}, alloc = 0, size = 0,
data = 0x809bb387a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}},
static shared_empty = {ref = {_q_value = 19}, alloc = 0, size = 0, data = 0x809bb389a, clean = 0, simpletext = 0,
righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x811c11800, static codecForCStrings = 0x0}
#21 0x0000000000417d13 in MainWindow (this=0x7fffffffd4b0, parent=<value optimized out>) at MainWindow.cpp:99
No locals.
#22 0x0000000000416ad9 in main (argc=1, argv=<value optimized out>) at main.cpp:35
app = <value optimized out>
window = {<QMainWindow> = {<QWidget> = {<QObject> = {_vptr$QObject = 0x4992b0, static staticMetaObject = {d = {
superdata = 0x0, stringdata = 0x809933ae0 "QObject", data = 0x809933b80, extradata = 0x809ba94c0}},
static staticMetaObjectExtraData = {objects = 0x0,
static_metacall = 0x80985cd80 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, d_ptr = {
d = 0x811d28600}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x80993cc40 "Qt",
data = 0x809940560, extradata = 0x0}}}, <QPaintDevice> = {_vptr$QPaintDevice = 0x499478, painters = 0},
static staticMetaObject = {d = {superdata = 0x809ba94e0, stringdata = 0x808e66be0 "QWidget", data = 0x808e670c0,
extradata = 0x809282360}}, static staticMetaObjectExtraData = {objects = 0x0,
static_metacall = 0x8087899a0 <QWidget::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>},
data = 0x811d28748}, static staticMetaObject = {d = {superdata = 0x809282380, stringdata = 0x808ec04c0 "QMainWindow",
data = 0x808ec0660, extradata = 0x8092abc60}}, static staticMetaObjectExtraData = {objects = 0x8092d1880,
static_metacall = 0x808e5aaf0 <QMainWindow::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}},
documentInterface = 0x811d31600}
ret = <value optimized out>
|
|
1801 | QCAD (main) | Performance Issue | Low | low perfomance in paper space and viewports | Assigned | |
|
Task Description
Improving the performance of the exceptional use of the processors when switching from the model to the paper space (testing with the attached file) the functionalities of the commands for the viewports are too low in the paper space.
|
|
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.
|
|
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 ...
|
|
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.
|
|
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?
|
|
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
|
|
1339 | QCAD (main) | Bug Report | Low | Library Browser unstoppable | Assigned | |
|
Task Description
Hi,
Even with the Application Preference, Library Browser, NO Update on Start up, the Libray Browser scans the directory, a proces that can’t be stopped or closed.
|
|
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.
|
|
893 | QCAD (main) | Bug Report | Low | Library Browser - Edit Library Item - opens drawings al... | Assigned | |
|
Task Description
Library Browser - Edit Library Item - opens drawings always with grid.
- If I switch between opened drawings back and forth the grid will disappear .... - If I switch the grid button between visible (it is already visible!) and invisible the grid is gone ....
Just Cosmetic ...
|
|
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
|
|
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!
|