wandererfan
456fa53eab
[TD]use correct tooltip in first/third angle
2024-02-21 11:46:18 -05:00
wandererfan
289c386f6b
[TD]ANSI/ASME section line conformance
2024-02-21 11:46:18 -05:00
wandererfan
609a7864e1
[TD]fix Prefs Annotation tab
...
- prevent premature save of LineStandard
2024-02-17 12:11:14 -05:00
Yorik van Havre
638e398bec
Crowdin translations ( #12313 )
...
* updated ts files
* merged crowdin translations
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-02-12 11:59:08 -06:00
pavltom
c21dca3a21
[TechDraw] Add Owner property to Symbols
2024-02-11 16:03:44 -05:00
wandererfan
02c6a90c16
[TD]fix extension bolt hole circle re scale/rotate
2024-01-27 08:07:59 -05:00
wandererfan
c12a5c2a16
[TD]fix extension hole thread re scale/rotate
2024-01-26 10:02:36 -05:00
wandererfan
fc58bd83d1
[TD]fix extension Extend function re scale/rotate
2024-01-26 10:02:36 -05:00
wandererfan
3541ccc40d
[TD]fix Compass widget update in section
2024-01-22 20:02:54 -05:00
wandererfan
562fb5114a
[TD]handle View rotation in ExtensionPack circle centerlines
2024-01-21 09:28:19 -05:00
wandererfan
c15e1d3295
[TD]handle equal section line end points
2024-01-20 18:58:55 -05:00
wandererfan
0eee1c476a
[TD]fix Complex Section scale with DPGI base
2024-01-18 13:27:29 -05:00
wandererfan
cf3189fef7
[TD]fix Section scale for DPGI base views
2024-01-18 13:27:29 -05:00
wandererfan
2e5d902d1a
[TD]Dimension validation improvements
2024-01-16 20:07:30 -05:00
wandererfan
7bc3317455
[TD]fix Balloon parentage in tree
2024-01-15 15:44:12 -05:00
edi271
5ddd9829ad
[TD] Solve issue in VertexAtIntersection
2024-01-15 09:46:33 -05:00
wandererfan
3ba0c3d795
[TD]fix missing \ in regex
2024-01-12 09:23:38 -05:00
Alexander Neumann
d51d2f674f
Remove code related to qtxmlpatterns ( #11755 )
2024-01-08 13:49:38 -03:00
wandererfan
37f7ccfc86
[TD]fix duplicate unscale of CosmeticVertex
2024-01-06 08:43:25 -05:00
Chris Hennes
1d2186b7d6
Update translations ( #11886 )
...
* Update translations
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-01-03 09:27:18 -06:00
wandererfan
829764c2d0
[TD]fix positioning of secondary views
2024-01-01 13:45:30 -05:00
sliptonic
0cdf8a0761
Merge pull request #11808 from luzpaz/typos-12-2023
...
Fix typos
2024-01-01 12:44:49 -06:00
wandererfan
f2fe61bca1
[TD]fix fail when dropping onto corrupt object
2023-12-29 08:28:11 -05:00
wandererfan
0c1f6138b4
[TD]use standard lines & LineFormat in extensions
2023-12-27 19:46:34 -05:00
wandererfan
7236d7442a
[TD]fix balloon visibility behaviour
2023-12-27 19:46:34 -05:00
wandererfan
e6517089df
[TD]fix location of CV on rotated views
2023-12-24 12:27:25 -05:00
wandererfan
5bd873c5c8
[TD]fix warning re catch on polymorphic class
2023-12-24 08:30:53 -05:00
wandererfan
43d8fa81f5
[TD]prevent fail during document restore
2023-12-24 08:30:53 -05:00
Tomas Pavlicek
8d51d78ce7
[TechDraw] Tree view update refactoring ( #11815 )
2023-12-23 08:06:58 -05:00
Alex Neufeld
7a2be9e725
[TechDraw] italicize leaderline auto-horizontal preference checkbox ( #11813 )
...
... to correctly indicate that it only applies to new objects.
2023-12-23 08:02:12 -05:00
luzpaz
e9f9e441fc
Fix typos
2023-12-22 13:35:23 +00:00
Tomas Pavlicek
f3fa2ba9c9
[TechDraw] Implement proper selection of subitems ( #11804 )
2023-12-22 08:25:58 -05:00
edi271
f201f713cc
[TD] Solve issue in MenuBar
2023-12-21 16:04:36 +01:00
edi271
6da64e0521
[TD]Remove PositionSectionView, solve Line Style issue
2023-12-21 16:04:36 +01:00
wandererfan
305e678c88
[TD]fix vertex-edge dimension
2023-12-20 19:33:00 -05:00
Yorik van Havre
a679c8b818
merged crowdin translations
2023-12-20 09:27:37 +01:00
Yorik van Havre
f78959fab3
Updated ts files
2023-12-20 09:27:37 +01:00
wandererfan
091d9c34af
[TD]add properties for detail highlight and matting
2023-12-17 08:37:19 -05:00
wandererfan
26a72236f9
[TD]template green squares to underline
2023-12-17 08:37:19 -05:00
André Caldas
560898907b
Avoids using getNameInDocument() to test if DocumentObject is attached to a Document.
...
This patch substitutes by isAttachedToDocument() (almost) everywhere where
getNameInDocument() is used for this purpose.
The very few places not touched by this patch demand a (just a little) less trivial change.
When we change the returning type of getNameInDocument() to std::string,
those places will be easily found, because they shall generate a compiler error
(converting std::string to bool).
Rationale:
The fact that getNameInDocument() return nullptr to indicate
that the object is not attached to a document is responsible for lots of bugs
where the developer does not check for "nullptr".
The idea is to eliminate all those uses of getNameInDocument() and, in the near future,
make getNameInDocument() return always a valid std::string.
2023-12-11 17:37:58 +01:00
Syres916
c81435c615
[TechDraw] Collect doc info to fill template fields
2023-12-07 19:55:01 -05:00
wandererfan
1593fe5247
[TD]fix line standard drop downs
2023-12-06 14:52:54 -05:00
wandererfan
b450a62ef5
[TD]fix section scale
...
- scale field in ui was QuantitySpinBox which is wrong for
dimensionless number.
- section view scale was being set at only GlobalDecimals
precision.
2023-12-06 14:52:54 -05:00
edi271
008fc3297a
[TD] Connect to TechDraw
2023-12-06 08:50:59 -05:00
edi271
d75e7fbcf3
[TD] Icon and dialog file
2023-12-06 08:50:59 -05:00
wandererfan
9cb4745f38
[TD]handle loose geometry via HLR
2023-12-03 08:55:59 -05:00
wandererfan
dc063eabec
[TD]fix fix hidden line style
2023-12-02 13:55:08 -05:00
wandererfan
9e7f21fcb2
[TD]fix line numbering in preferences
...
- resolve conflict between comboBox currentIndex [0,n] and
line numbering [1, n]
2023-12-02 13:55:08 -05:00
pavltom
4ea5c2b611
[TechDraw] Use OCC to compute intersections - drop limits from hint
2023-12-02 13:54:37 -05:00
pavltom
b26b83dfee
[TechDraw] Use OCC to compute intersections of any types of curves
2023-12-02 13:54:37 -05:00