|
159 | QCAD (main) | Bug Report | Low | Dimension text labels | Closed | |
|
Task Description
“” → default label “.” → no label
|
|
161 | QCAD (main) | Bug Report | Low | Polyline - Equidistant | Closed | |
|
Task Description
No preview, produces invalid polyline
|
|
162 | QCAD (main) | Bug Report | Low | Selection tools: select entities on hidden layers | Closed | |
|
Task Description
Rectangle select selects entities on hidden layers Select all selects entities on hidden layers
|
|
163 | QCAD (main) | Bug Report | Low | Selection with locked layers | Closed | |
|
Task Description
- two lines on top of each other - one line on locked layer - one line on unlocked layer
Selection of the line on unlocked layer should be easily possible.
|
|
164 | QCAD (main) | Bug Report | Low | Hatch / draft mode | Closed | |
|
Task Description
open example01.dxf
toggle draft mode
toggle draft mode
hatch is now visible in draft mode and not visible in normal mode
|
|
165 | QCAD (main) | Bug Report | Low | dimension arrows / draft mode | Closed | |
|
Task Description
dimension arrows not visible in draft mode
|
|
166 | QCAD (main) | Bug Report | Low | break out | Closed | |
|
Task Description
break out for top segment of arc broken
|
|
167 | QCAD (main) | Bug Report | Low | trim: changes layer | Closed | |
|
Task Description
trimmed entity ends up on current layer instead of original
|
|
168 | QCAD (main) | Bug Report | Low | block visibility | Closed | |
|
Task Description
disable for now or implement
|
|
177 | QCAD (main) | Bug Report | Low | generate example drawings: uncaught exception | Closed | |
|
Task Description
Uncaught exception at /home/martin/workspace/rsframework/scripts/Developer/ExampleDrawings/ExampleDrawings.js:332:
Error: :-1:-1: self is NULL
<native>(RColor(ByLayer) ) at -1
<anonymous>(argCols = 0, argRows = 0, argProp = RColor(ByLayer) , 'colors') at
/home/martin/workspace/rsframework/scripts/Developer/ExampleDrawings/ExampleDrawings.js:332
<anonymous>(argType = 'colors') at
/home/martin/workspace/rsframework/scripts/Developer/ExampleDrawings/ExampleDrawings.js:256
<anonymous>() at
/home/martin/workspace/rsframework/scripts/Developer/ExampleDrawings/ExampleDrawings.js:55
<native>() at -1
main() at scripts/autostart.js:501
<global>() at scripts/autostart.js:520
332 entity.setColor(argProp);
qsdb> entity
REntityPointer(0x0)
qsdb> objs
22,28
qsdb> .backtrace
#0 <anonymous>(argCols = 0, argRows = 0, argProp = RColor(ByLayer) , 'colors') at
/home/martin/workspace/rsframework/scripts/Developer/ExampleDrawings/ExampleDrawings.js:332
#1 <anonymous>(argType = 'colors') at
/home/martin/workspace/rsframework/scripts/Developer/ExampleDrawings/ExampleDrawings.js:256
#2 <anonymous>() at
/home/martin/workspace/rsframework/scripts/Developer/ExampleDrawings/ExampleDrawings.js:55
#3 <native>() at -1
#4 main() at scripts/autostart.js:501
#5 <global>() at scripts/autostart.js:520
|
|
180 | QCAD (main) | Bug Report | Low | image insert / keep proportion avoids to enter a width | Closed | |
|
Task Description
insert a bitmap
open a file ( PNG, width 262, height 320)
change the width where “keep proportions” is enabled
|
|
182 | QCAD (main) | Bug Report | Low | check for new version | Closed | |
|
Task Description
Check for new version of QCAD:
Server:
URL which contains current version number as plain text
Client:
|
|
185 | QCAD (main) | Bug Report | Low | text editing | Closed | |
|
Task Description
create text, font Arial
edit text
change only bold / italic flag in text dialog
no change in edited text
|
|
187 | QCAD (main) | Bug Report | Low | Error Linetypes and Hatch angle from drawing Qcad2 Prof ... | Closed | |
|
Task Description
Hi, I open a drawing with Qcad2 and: - The hatch angle is changed - The linetype is continuos for all lines - The “white paper” in print view not show
I add a screenshot
Greetings
|
|
190 | QCAD (main) | Bug Report | Low | SVG PG export dimension labels alignment | Closed | |
|
Task Description
Dimension labels in QCAD are (always?) centered on the dimension line, while in exported SVGs the text starts from the center and extends into the writing direction. This can trivially be fixed by adding the attribute “text-anchor:middle” to the respective SVG “text” nodes.
|
|
191 | QCAD (main) | Bug Report | Low | SVG PG export text vertical and horizontal alignment | Closed | |
|
Task Description
QCAD offers horizontal and vertical alignment choices for text. This is not carried over to PG exported SVGs. Currently QCAD sets the “dy” attribute on text nodes in a way, such that any text in SVG will look like the QCAD vertical alignment was set to “Top” and the horizontal one to “Left”.
Naively one can just omit the “dy” attribute and in SVG this will look like the QCAD vertical alignment was set to “bottom”. At least for single line texts that should be good.
The horizontal alignments can be recreated in SVG with the “text-anchor” attribute for text nodes. The values “start”, “middle” and “end” correspond to the QCAD “left”, “center” and “right” choices.
|
|
192 | QCAD (main) | Bug Report | Low | SVG PG export stroke width should not scale | Closed | |
|
Task Description
When PG exporting to SVG, stroke-widths are scaled with the drawing, while they should not.
|
|
193 | QCAD (main) | Bug Report | Low | SVG PG export scale hatches | Closed | |
|
Task Description
The SVG PG exporter does not scale hatches.
|
|
194 | QCAD (main) | Bug Report | Low | SVG PG export scale text | Closed | |
|
Task Description
Text scaling in PG SVG exporter is missing just two small additions: These attributes are not taken care of by now:
font-size, dy
Just use the current value times scale: eg 2.5 * 0.1 to have a scale of 1:10. Looks good here.
|
|
195 | QCAD (main) | Bug Report | Low | SVG PG export scale points | Closed | |
|
Task Description
Points are not scaled when PG exported to SVG:
Points as crosses are created eg. like this:
d=m 2.5,3 1,0 M 3,2.5 l 0,1
and in SVG look fine like that (scale 1/10):
d=m 2.95,3 0.1,0 M 3,2.95 3,3.05
stroke-width should be left unchanged.
|
|
196 | QCAD (main) | Bug Report | Low | Templates | Closed | |
|
Task Description
Edit–>Application Preferences–>Load/Save–>Templates click add Crash!!!!
Reported in TP1 (debian squeeze)
I now use Linuxmint 11
[email protected]:~$ uname -a Linux xzn 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:05:14 UTC 2011 i686 i686 i386 GNU/Linux
|
|
198 | QCAD (main) | Bug Report | Low | SVG PG export dimensions | Closed | |
|
Task Description
SVG PG exporter, scaled or unscaled, currently only exports the labels of dimensions. Missing are
ticks, arrows, and lines of the dimension.
It will not be as simple as inkscape does it, wrap it all in a <def>.
|
|
200 | QCAD (main) | Bug Report | Low | Patterned lines uncorrectly scaled in print preview | Closed | |
|
Task Description
In print preview lines are correctly scaled to stay the same width when printed, ie 0.25 or so mm thick. Print preview shows that very good.
But the round line-caps mess up the display, as in small scale the line-caps start to meet and make the line look like a continous one.
Print preview should not only correct line weight but also line patterns, so that the distance between dashes increase by scale.
|
|
202 | QCAD (main) | Bug Report | Low | SVG PG export font colors | Closed | |
|
Task Description
White text gets exported as white text, while it should be exported as black text. Just like it is with lines. Attached patch makes text rendering use the conversion function that is already in the code base.
|
|
203 | QCAD (main) | Bug Report | Low | Save font styles bold and italic | Closed | |
|
Task Description
Font styles “bold” and “italic” are not saved to file.
According to http://docs.autodesk.com/ACD/2011/DEU/filesDXF/WS1a9193826455f5ff18cb41610ec0a2e719-7a4d.htm it is saved in dxf as group code 1071 and according to http://www.autodesk.com/techpubs/autocad/dxf/dxf2002.pdf page 20 its type is “Extended data 32-bit signed long”.
|
|
204 | QCAD (main) | Bug Report | Low | SVG PG export font styles | Closed | |
|
Task Description
Patch to PG export font styles “bold” and “italic” to SVG. (This only works when a file with the right style is loaded into QCAD, as QCAD will yank such style information upon saving.)
|
|
210 | QCAD (main) | Bug Report | Low | Pasting a block form the library browser changes drawin ... | Closed | |
|
Task Description
I noticed like this:
in a block pasted from the library, text would be under differently coloured lines, although it should be above them, and this does not look nice.
Drawing order inside of a block should not be changed by a paste operation, not?
|
|
211 | QCAD (main) | Bug Report | Low | Empty drawing tab gets title from newly opened document | Closed | |
|
Task Description
Starting QCAD opens new empty drawing (Untitled 1).
After I open existing drawing, “Untitled 1” tab title changes to the name of newly opened drawing.
|
|
212 | QCAD (main) | Bug Report | Low | application preferences | Closed | |
|
Task Description
command preferences (application preferences) work one time if close, then need to close and open qcad for new preferences.
|
|
214 | QCAD (main) | Bug Report | Low | Adding dimensions to circles or arcs in a block | Closed | |
|
Task Description
In previous versions I was able to add a diametric dimension to an arc or circle that is part of a block in the overal drawing. When I try this now, the pogram resonds “Entity is not an arc or circle” the radius dimension gives the same error. This is unfortunate, because typically dimensions are on another layer in the overal drawing.
|
|
215 | QCAD (main) | Bug Report | Low | Space to revert to keyboard entry | Closed | |
|
Task Description
Space bar does not change to keyboard input for coordinates, etc.
|
|
217 | QCAD (main) | Bug Report | Low | SVG export ignores exportPoints setting | Closed | |
|
Task Description
Both SvgExporters ignore the exportPoints setting. Attached patch takes care of that. To be applied from within the “scripts” directory.
Nitpicking in File/SvgExport/SvgExport.js, var properties is meant to be a plain Object instead of an Array, isn’t it?
|
|
218 | QCAD (main) | Bug Report | Low | Angle dimension shows arrows (no ticks) | Closed | |
|
Task Description
Angle dimension shows always arrows instead of architectural ticks.
|
|
219 | QCAD (main) | Bug Report | Low | Library browser not in View - Toolbars menu | Closed | |
|
Task Description
Library browser not in View - Toolbars menu
|
|
220 | QCAD (main) | Bug Report | Low | Error when loading a file | Closed | |
|
Task Description
Hi,
When I try opening a file with blank caracters in directory name, Beta 3 reports a bug (see pictures attached). Error occurs only if I click on file icon. But no error occurs if I open directly in QCAD.
Regards,
|
|
223 | QCAD (main) | Bug Report | Low | No return to main window after opening a block window. | Closed | |
|
Task Description
I have a drawing imported from 2.2. I have tried to edit a block and the block window duly opens. However I can’t get back to my main drawing window. In the earlier version I could select a main drawing window. The window menu did not offer any other window to select. The window shown in the list was the name of the main file and clicking on it did nothing. The Tile and Cascade options worked but showed no other windows.
|
|
229 | QCAD (main) | Bug Report | Low | No grid display toggle | Closed | |
|
Task Description
No way to toggle the grid view on or off?
|
|
238 | QCAD (main) | Bug Report | Low | Files given on command line don't open | Closed | |
|
Task Description
Files given on command line don’t open if paths are relative (CWD problem)
|
|
240 | QCAD (main) | Bug Report | Low | Tool 'Show only active layer' not in layer toolbar | Closed | |
|
Task Description
Tool ‘Show only active layer’ not in layer toolbar.
|
|
241 | QCAD (main) | Bug Report | Low | Autosave 10min saves every 1min | Closed | |
|
Task Description
Autosave 10min saves every 1min
See: http://www.ribbonsoft.com/rsforum/viewtopic.php?t=1604
|
|
242 | QCAD (main) | Bug Report | Low | Dimension: no feet displayed in architectural format | Closed | |
|
Task Description
Dimension: no feet displayed in architectural format
(e.g. 79 19/32 instead 72 7 19/32)
See: http://www.ribbonsoft.com/rsforum/viewtopic.php?t=1605
|
|
243 | QCAD (main) | Bug Report | Low | Dimension preferences: precision not saved | Closed | |
|
Task Description
Dimension preferences: precision not saved between preference dialog sessions.
See: http://www.ribbonsoft.com/rsforum/viewtopic.php?t=1605
|
|
245 | QCAD (main) | Bug Report | Low | select contour with no line brings up debugger | Closed | |
|
Task Description
Select → Contour (T, C) and click into empty space, will cause an exception, REntityPointer being a null pointer (0×0) and not false, undefined or something like that.
|
|
246 | QCAD (main) | Bug Report | Low | Foot drawing unit: value display | Closed | |
|
Task Description
Various issues for grid info, property editor, dimensions, etc.
|
|
248 | QCAD (main) | Bug Report | Low | Drawing in print preview | Closed | |
|
Task Description
One can draw in print preview. If one does, QCAD starts acting confused, the model view gets restored with a fullbright white background.
Maybe best is to just disable all drawing and measuring in print preview?
|
|
250 | QCAD (main) | Bug Report | Low | Scrolling in Property Editor changes List Box elements | Closed | |
|
Task Description
Bug or Performance Issue? I’m not sure but it regularly trips me up and is counter intuitive.
In the right hand window generally if you scroll in the pane the list of items moves up and down as expected. E.g. Layer List and Block List.
However in Property Editor there are drop down list boxes and scrolling in the Property Editor pane dangerously scrolls elements within any drop down list that the mouse pointer happens to alight upon. This can lead to inadvertently changing properties.
I propose that a drop down list should not scroll until the list is opened. Scrolling in the Property Editor pane should scroll the Property Editor contents.
|
|
254 | QCAD (main) | Bug Report | Low | Snap to ellipse / ellipse intersections | Closed | |
|
Task Description
Snap to ellipse / ellipse intersections
|
|
257 | QCAD (main) | Bug Report | Low | autosnap to reference point | Closed | |
1 |
Task Description
Autosnap does not recognize the center of a circle as a reference point.
JJ
|
|
263 | QCAD (main) | Bug Report | Low | Hide layer / block should deselect entities on it | Closed | |
|
Task Description
Hide layer / block should deselect entities on it
|
|
266 | QCAD (main) | Bug Report | Low | Grid display | Closed | |
|
Task Description
Application Preferences: Grid display off not working
|