wandererfan
|
5730aae4c9
|
Allow circular BSplines to be dimensioned
|
2018-08-11 11:24:12 +02:00 |
|
Markus Lampert
|
0b40519f3f
|
Changed all catch types to references for polymorphic exceptions.
|
2018-08-08 15:45:30 +02:00 |
|
wandererfan
|
cd0b26a69c
|
Fix text position in Diamter Dim
|
2018-07-31 16:08:48 -03:00 |
|
wandererfan
|
4046b001b5
|
Fix default Vertex color
|
2018-07-31 16:08:48 -03:00 |
|
wandererfan
|
ee607d36a9
|
Fix iso View position in AutoDistribute
|
2018-07-31 16:08:48 -03:00 |
|
luz.paz
|
0576524144
|
Misc. code comment typo fixes
Found via `codespell -q 3 -I ../fc-word-whitelist.txt --skip="*.ts,*.po,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./.git,./src/zipios++"`
|
2018-07-27 10:39:43 -03:00 |
|
wmayer
|
d3ef6905ff
|
+ add option to switch off precompiled header
|
2018-07-25 20:17:11 +02:00 |
|
wandererfan
|
4418502964
|
Add ANSIB Template
- also fix cmake to move all templates after
build.
|
2018-07-23 12:47:17 -03:00 |
|
wandererfan
|
2cc80b6131
|
Add preference settings
- autodistribute, vertex size, vertex color
|
2018-07-23 12:47:17 -03:00 |
|
wandererfan
|
8ba4cd1058
|
Add support for alternate LineGroup file
|
2018-07-23 12:47:17 -03:00 |
|
wandererfan
|
d48d014eb9
|
Fix Detail view orientation
|
2018-07-23 12:45:32 -03:00 |
|
wmayer
|
548f63fd0e
|
fix -Winconsistent-missing-override
|
2018-07-22 17:19:36 +02:00 |
|
wandererfan
|
a077a6d1af
|
Tweak Linear Dim Cosmetics
|
2018-07-20 10:36:26 -03:00 |
|
wandererfan
|
9bfd118f37
|
Fix includes for M_PI on Win
Fix missing ImportExport
|
2018-07-18 10:52:03 -03:00 |
|
wandererfan
|
0790e3c920
|
Add support for Dxf Export R14 spec
|
2018-07-18 10:52:03 -03:00 |
|
luz.paz
|
be5e93ddfe
|
Misc. typo & whitespace fixes
Found via `codespell -q 3 -I ../fc-word-whitelist.txt --skip="*.ts,*.po,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./.git,./src/zipios++"`
Revert IFC commit
|
2018-07-11 21:52:27 -04:00 |
|
wandererfan
|
860ad6b913
|
Use Stroker to generate Edge selection area
|
2018-07-11 21:17:03 -03:00 |
|
wandererfan
|
545bed8b15
|
Fix arcs on outer angle dimensions
|
2018-07-11 21:17:03 -03:00 |
|
wandererfan
|
0914829958
|
Fix initial placement of linear dims
|
2018-07-11 21:17:03 -03:00 |
|
wandererfan
|
bd4f48c95f
|
Fix #3525 Handle Global Position
- DVP was not taking container's Placement into
account when drawing objects.
|
2018-07-05 19:06:33 -03:00 |
|
Dmitrii Starostin
|
1bd2463d90
|
IMHO it looks like a bug...
|
2018-07-03 17:53:43 -03:00 |
|
wandererfan
|
cd02be6fca
|
TD: provide gap between figure and ext lines
|
2018-06-22 10:47:55 -03:00 |
|
wandererfan
|
b20a992579
|
Fix extension line direction in isometric views
|
2018-06-22 10:47:55 -03:00 |
|
wandererfan
|
9e7f406bd9
|
Fix X,Y of anchor in Projection Group
|
2018-06-15 11:34:00 -03:00 |
|
wandererfan
|
f571c14487
|
Fix wrong point in Radius dim
|
2018-06-10 19:13:22 +02:00 |
|
wandererfan
|
79e290ffb5
|
Fix 3505 Special Chars in Path
- thanks to @marams for the patch.
|
2018-06-10 19:13:21 +02:00 |
|
wandererfan
|
6c4e4b35af
|
Ensure Correct Scale in DrawViewSection
- when the Source View for a Section is a Projection
Group item, need to use the Scale property from the
parent Projection Group.
|
2018-06-10 19:13:21 +02:00 |
|
wmayer
|
833c2c601e
|
add missing newlines
|
2018-06-09 11:47:12 +02:00 |
|
wandererfan
|
bf5589e2d6
|
Position DPGI Dimensions correctly in Dxf file
|
2018-06-04 12:56:26 -04:00 |
|
wandererfan
|
a6e9eec5ad
|
Avoid Qt warning re mdi window not in workspace
|
2018-05-28 13:27:11 -04:00 |
|
wandererfan
|
c96d72bd67
|
Ignore selection changes while closing Page
|
2018-05-28 13:26:26 -04:00 |
|
wmayer
|
4682b4fd25
|
fix -Wparentheses-equality
|
2018-05-23 18:40:47 +02:00 |
|
wandererfan
|
2dd0f1f8f6
|
Export Diametric Dim to Dxf
|
2018-05-21 19:36:16 -04:00 |
|
wandererfan
|
b7f4fe9368
|
Export Radial Dim to Dxf
|
2018-05-21 19:36:16 -04:00 |
|
wandererfan
|
4a1b6601da
|
Export Angular Dim to Dxf
|
2018-05-21 19:36:16 -04:00 |
|
wandererfan
|
490b7fc197
|
Export Linear Dim to Dxf
|
2018-05-21 19:36:16 -04:00 |
|
luz.paz
|
7a09a5774e
|
More misc. typos
|
2018-05-19 12:17:52 -04:00 |
|
luz.paz
|
6e64b4f75d
|
Misc. typos
|
2018-05-19 12:06:34 -04:00 |
|
wandererfan
|
afdd30b137
|
Fix delayed painting
- Annotation and Image were not being painted
immediately, but had to wait for a page
refresh.
|
2018-05-16 18:58:10 -04:00 |
|
wandererfan
|
09f607c5fc
|
Remove debugging messages
|
2018-05-16 18:58:10 -04:00 |
|
wandererfan
|
a2e1826a9a
|
Fix DrawProjGroup Positioning
- DrawPage was not including DPG in list of all
views, so DPG was not being positioned properly.
|
2018-05-16 18:58:10 -04:00 |
|
wandererfan
|
84c40aa69b
|
export TD Annotation to Dxf
|
2018-05-16 18:58:10 -04:00 |
|
wandererfan
|
57b7f3389a
|
Fix selection when multiple pages
|
2018-05-15 21:50:48 +02:00 |
|
wandererfan
|
2a0c65137f
|
Fix message for empty detail area
|
2018-05-15 21:50:48 +02:00 |
|
wandererfan
|
89a7b2a92f
|
Fix selection for radius Dims
- selection of ellipse curves was allowed
but not supported for radius dims.
|
2018-05-15 21:50:48 +02:00 |
|
wandererfan
|
26d7d74725
|
Convert deprecated boost::signal to signals2
|
2018-05-11 10:32:24 -03:00 |
|
wandererfan
|
eefaaa58db
|
Eliminate some redundant executes
- excessive calls to DrawView::execute were
slowing data entry in PropertyEditor.
|
2018-05-11 10:32:24 -03:00 |
|
wandererfan
|
cb12b0eda0
|
Add Export Page as Dxf to TD Gui
|
2018-05-01 13:22:02 -04:00 |
|
wmayer
|
5a7bc3376d
|
disable Py::Exception(const std::string&) constructor as it will be removed in future PyCXX versions
|
2018-04-29 11:00:28 +02:00 |
|
wandererfan
|
33c77a5462
|
Add View and Page Dxf export
|
2018-04-29 10:12:31 +02:00 |
|