wandererfan
900a7c6bdd
[TD]use UUID for CosmeticEdges instead of indices
2019-11-06 20:31:02 -05:00
donovaly
33844f8760
DrawViewAnnotation: add transformation procedure for changed properties
2019-11-04 07:23:34 -05:00
donovaly
3a34cf1344
TD annotation: use more suitable properties
...
- see https://forum.freecadweb.org/viewtopic.php?f=35&t=40608 for details
- also simplify tooltips
2019-11-04 07:23:34 -05:00
wandererfan
6ada9e96ad
[TD]using namespace clean up
2019-11-03 18:52:19 -05:00
donovaly
286926d0c8
[TD] DrawView.cpp: better tooltips
...
- for the reason of the change, see https://forum.freecadweb.org/viewtopic.php?f=35&t=40608
- also use "0.0" as initialization because these values are floats, not integers and e.g. in the mesh WB these are initialized that way
2019-11-03 11:25:12 -05:00
wandererfan
f1e9c1967a
[TD]fix py2 unicode/string handling
2019-11-02 14:59:32 -04:00
wandererfan
5cab111a65
[TD]Implement unique tags for Cosmetic Vertex
2019-11-02 14:59:32 -04:00
wandererfan
a7d9661b1d
[TD]Extent Dimensions
2019-11-02 14:59:32 -04:00
wandererfan
481870be2b
[TD]Simplify Section cut surface formatting
2019-10-30 14:25:35 -04:00
wandererfan
1b4d2d48ae
[TD]fix Section frame paint
2019-10-30 14:25:35 -04:00
wandererfan
5d6c5312c6
[TD]fix const-ness of CS routines
2019-10-30 14:25:35 -04:00
wandererfan
266b5cfdbd
[TD]fix default svg hatch file retrieval
2019-10-30 14:25:35 -04:00
wandererfan
3124323b28
[TD]improve handling of Assembly4 Models
2019-10-28 08:39:06 -04:00
wandererfan
a8ee33a754
[TD]hide uneditable properties for DPGI
2019-10-27 07:23:18 -04:00
wandererfan
6e6fdb88fe
[TD]fix Orientation of Detail of Section of DPG
2019-10-27 07:23:18 -04:00
wandererfan
f3ae1aaf49
[TD]prevent bleed through on angled details
2019-10-23 14:19:52 -04:00
wandererfan
789733d691
[TD]fix Detail orientation from DPG source
2019-10-23 14:19:52 -04:00
wandererfan
5bb659e7e2
[TD]Transition to on demand page updates ph1
2019-10-23 14:19:52 -04:00
wandererfan
5021f3777b
[TD]Fix Dimension prefix/suffix
2019-10-20 15:36:59 -04:00
wandererfan
90fad8180f
[TD]Improve tolerance formatting
2019-10-11 09:16:41 -04:00
wandererfan
4db8cac678
[TD]fix Front lock icon in DPG
2019-10-11 09:16:41 -04:00
Tomas Pavlicek
7157a4ac4d
TechDraw - Fix Annotation and Symbol international characters mangling
2019-10-07 16:56:09 -04:00
Tomas Pavlicek
cf721089a9
TechDraw - SVG changes via DOM manipulation instead of Regex replace
2019-10-06 07:31:34 -04:00
wandererfan
ff5a9783d4
[TD]Fix #4085 Win File Rename Fail
2019-10-01 17:32:44 -04:00
wandererfan
55778c7458
[TD]Section dialog revisions & editor
2019-10-01 17:30:35 -04:00
wandererfan
303c84e90f
[TD]Prevent crash in Section if BaseView deleted
2019-10-01 17:30:35 -04:00
wandererfan
d9fa2b3263
[TD]Correct section view alignment
2019-10-01 17:30:35 -04:00
wandererfan
58cf8587e2
[TD]Add dumpCS function to DrawUtil
2019-10-01 17:30:35 -04:00
wandererfan
5f619c6743
[TD]Fix Integer display in s/s image
2019-09-29 19:56:46 -04:00
Tomas Pavlicek
b75398d763
Complete remake of drawing dimensions
2019-09-25 15:20:14 +02:00
wandererfan
019198a30c
[TD][SS]Fix 4131 SS formatting in TD View
2019-09-20 12:56:26 -04:00
wandererfan
0549366271
[TD]Apply filters to PropertyFile
2019-09-20 12:56:26 -04:00
wmayer
378de3c8a1
fix -Wcatch-value=, fix -Wpedantic
2019-09-18 14:36:23 +02:00
wmayer
d0d92b0801
force strict ISO C++ (-Wpedantic)
...
for Fem, Import, PartDesign, Robot, Sketcher, TechDraw
2019-09-18 14:18:07 +02:00
wandererfan
f76e74d2c1
[TD]Fix Annotation font size and descenders
2019-09-17 06:51:04 -04:00
wandererfan
ee0bcc095c
[TD]Check first/last geom points exist
2019-09-17 06:51:04 -04:00
wandererfan
e126e2478e
[TD]Possible fix for 4085 - rename on Win
2019-09-11 12:20:49 -04:00
wandererfan
a107bcd40d
[TD]Expose drawing edge and vertex to Python
2019-09-08 07:13:23 -04:00
wandererfan
6a1b19739d
[TD]Remove old hatch on add new hatch
2019-09-07 07:32:24 -04:00
Zheng, Lei
5bef136deb
TechDraw: avoid touching children if possible
...
There are lots of dependency inversion problem in TechDraw, the ideal
organization should let a child depend on project group, instead of the
other way round, e.g. using PropertyLinkListHidden.
This patch is just a cheap fix. The problem occurs when the user uses
any expression to update properties like Scale in a projection group.
The Scale property will be changed on recomputing projection group,
which triggers children update, but since the group depends on the
children, the children has already been recomputed.
2019-08-30 14:47:05 +02:00
wandererfan
b2d8eeeb65
[TD]Allow forced redraw of Page
2019-08-29 21:03:39 -04:00
wandererfan
5bed53f858
[TD]Add parameters to control drawing update
2019-08-29 21:03:39 -04:00
Yorik van Havre
3e323fee14
Draft/TechDraw: Allow TD Draft views to not override individual colors and line type of rendered objects
2019-08-28 16:50:06 -03:00
Yorik van Havre
ed0eff0248
TechDraw/Arch: Added new Coin Mono rendering mode to TD ArchViews
2019-08-24 19:41:57 -03:00
wandererfan
178520fb4a
[TD] fix stale pointer in scene
2019-08-22 17:11:55 -04:00
wandererfan
f0155052f3
[TD]Welding Symbol Editor alpha release
2019-08-22 17:11:55 -04:00
wandererfan
992ef1b07e
[TD]Welding Symbol creation
2019-08-22 17:11:55 -04:00
wandererfan
b5464ccf4d
[TD]Add uuid tags for cosmetics
2019-08-22 17:11:55 -04:00
wmayer
5095703776
add missing std:: namespace to build on Debian 10
2019-08-21 23:56:46 +02:00
Yorik van Havre
f93a986b5a
Arch/TD: Added Coin mode to TD arch views
2019-08-21 18:44:02 -03:00