Wanderer Fan
|
0149b99b6f
|
[TD]make page grid unit aware
|
2022-03-04 09:28:16 -05:00 |
|
Wanderer Fan
|
855941d5bb
|
[TD]fix misplaced section line
- BRepBndLib::Add results in wrong bbox center.
- replaced with BRepBndLib::AddOptimal
|
2022-03-03 09:31:29 -05:00 |
|
Wanderer Fan
|
7ebc4c44c9
|
[TD]use <br> in ToolTipText vs \n
|
2022-03-03 09:31:01 -05:00 |
|
Wanderer Fan
|
4a97a6244c
|
[TD]fix area scale and make unit aware
|
2022-03-03 09:31:01 -05:00 |
|
wmayer
|
79f8e33b87
|
TD: further security checks in CmdTechDrawExtensionPositionSectionView::activated
|
2022-02-28 19:09:31 +01:00 |
|
wmayer
|
f301532efb
|
TD: improve handlings with casts
|
2022-02-28 18:56:28 +01:00 |
|
andrea reale
|
9b0d9ca6fc
|
Fix uninitialized variable
|
2022-02-28 18:53:09 +01:00 |
|
wmayer
|
486c294f0c
|
TD: fix compiler warnings added with 5e8a44c6a
* warning: private field 'm_showGrid' is not used [-Wunused-private-field]
* warning: private field 'm_gridStep' is not used [-Wunused-private-field]
|
2022-02-28 12:58:22 +01:00 |
|
Uwe
|
98692e4b63
|
[TD] CommandExtensionDims: remove unused includes
|
2022-02-28 01:42:39 +01:00 |
|
Uwe
|
6f00d895c0
|
[TD] fix compilation error introduced with https://github.com/FreeCAD/FreeCAD/pull/6465
|
2022-02-27 23:56:43 +01:00 |
|
Wanderer Fan
|
879339faa4
|
[TD]add alignment grid to page
|
2022-02-27 14:34:35 -05:00 |
|
luz paz
|
f8f3c448ef
|
[TD] tweak verbiage for weld symbol directory tooltip [skip ci]
|
2022-02-24 18:10:57 -05:00 |
|
luz paz
|
03ffb0844f
|
[TD] Fix some more grammatical issues
|
2022-02-24 18:10:57 -05:00 |
|
Benjamin Bræstrup Sayoc
|
15759a57fb
|
[TD] Improve weld task tool tips, partially fixes #0004838
|
2022-02-24 18:10:57 -05:00 |
|
FEA-eng
|
e873aafca1
|
Add new diagonal hatch (flipped)
|
2022-02-22 08:32:28 -05:00 |
|
luz paz
|
5c9e629db7
|
TD: Substitute string 'Dxf' for 'DXF' [skip ci]
This fix was suggested by translators on crowdin.
|
2022-02-20 09:33:56 -05:00 |
|
Uwe
|
7c11debe1a
|
[TD] ViewProviders: remove more unused includes
- also sort the includes
|
2022-02-18 05:11:52 +01:00 |
|
Uwe
|
9b14bf80d1
|
[TD] ViewProviders: remove unused includes
- also sort the includes
|
2022-02-18 04:43:32 +01:00 |
|
Chris Hennes
|
629798a235
|
TD: Fix MSVC compilation failure
Also shifts to snprintf to eliminate overrun risk.
|
2022-02-17 11:33:52 -06:00 |
|
edi271
|
3b16914a9c
|
Update CommandExtensionDims.cpp
|
2022-02-17 10:05:56 -05:00 |
|
edi271
|
7efa2d69d5
|
Update CommandExtensionDims.cpp
|
2022-02-17 10:05:56 -05:00 |
|
edi271
|
226908bb66
|
Update TaskCustomizeFormat.ui
|
2022-02-17 10:05:56 -05:00 |
|
edi271
|
2a30032c7d
|
New extension tool: cutomize format
|
2022-02-17 10:05:56 -05:00 |
|
edi271
|
281e18a353
|
Icons and Ui-files
|
2022-02-17 10:05:56 -05:00 |
|
edi271
|
4744ec5103
|
Force tree update
|
2022-02-17 10:05:56 -05:00 |
|
Roy-043
|
f79c7221cf
|
TechDraw: Use Draft.get_svg instead of Draft.getSVG
The Draft.getSVG has been renamed. Using it results in warnings in the Report view. The new function Draft.get_svg has the same signature.
|
2022-02-15 08:58:25 -05:00 |
|
Yorik van Havre
|
e1028eb65e
|
Merged crowdin translations
|
2022-02-14 12:31:57 +01:00 |
|
Yorik van Havre
|
93fc8c5357
|
Updated ts files
|
2022-02-14 12:31:47 +01:00 |
|
luz paz
|
6718d8797e
|
Fix some typos and whitespace
|
2022-02-12 19:33:28 +01:00 |
|
Wanderer Fan
|
84dc25bcb3
|
[TD]fix handling of composite shapes
|
2022-02-12 08:12:50 -05:00 |
|
Wanderer Fan
|
1f1012f7a9
|
[TD]correct retrieval of dim text for DXF export
|
2022-02-11 16:24:35 -05:00 |
|
marioalexis
|
9801f76e2f
|
TechDraw: Call PyMem_Free() to free allocated buffer
|
2022-02-09 16:04:59 +01:00 |
|
JohnHyslop
|
813983974d
|
TD: Adding more TechDraw svg symbols
Per the discussion in https://github.com/JohnHyslop/FreeCAD-SVG-TechDraw=Symbols/issues/1
|
2022-02-06 19:26:01 -05:00 |
|
Uwe
|
8b185474bb
|
[TD] sort and simplify a header
|
2022-02-04 03:49:25 +01:00 |
|
Wanderer Fan
|
5f1bd0c2aa
|
[TD]fix CMakeLists.txt to allow no-Gui build
|
2022-02-03 15:48:45 -05:00 |
|
Wanderer Fan
|
2204bb9d7a
|
[TD]Add sodipodi namespace to exported SVG
|
2022-02-03 15:07:07 -05:00 |
|
Wanderer Fan
|
4fd28100ce
|
[TD]rename CopyView to ShareView
|
2022-02-03 08:39:01 -05:00 |
|
Wanderer Fan
|
9760384b64
|
[TD]fix ui file location
|
2022-02-03 08:39:01 -05:00 |
|
Roy-043
|
efdaed9397
|
TechDraw: Fix texts in TaskSelectLineAttributes.ui
Fix text regression.
|
2022-02-03 05:17:12 +01:00 |
|
edi271
|
5279eddc33
|
Issue Y-position of dim labels
|
2022-02-02 08:35:34 -05:00 |
|
edi271
|
d5177b09cc
|
New tool remove prefix characters
|
2022-02-02 08:35:34 -05:00 |
|
edi271
|
fcb423992b
|
New tool circle through 3 points
|
2022-02-02 08:35:34 -05:00 |
|
Benjamin Bræstrup Sayoc
|
f75acfd4c3
|
Refactor
|
2022-02-01 09:16:18 -05:00 |
|
Benjamin Bræstrup Sayoc
|
1f0f69da23
|
Only update weld dialog on directory change
|
2022-02-01 09:16:18 -05:00 |
|
Benjamin Bræstrup Sayoc
|
8d6e561e66
|
Resizing of weld symbol selection dialog, fixes #0004386
|
2022-02-01 09:16:18 -05:00 |
|
Wanderer Fan
|
8b4ef152bf
|
[TD]Prevent segfault on exit with open task dialog
|
2022-02-01 09:15:00 -05:00 |
|
Wanderer Fan
|
ca4f16a1a7
|
[TD]shrink detail view matting
|
2022-02-01 09:15:00 -05:00 |
|
Wanderer Fan
|
921ada74d4
|
[TD]Fix 4486 allow detail view of Base with no solids
|
2022-02-01 09:15:00 -05:00 |
|
Wanderer Fan
|
f462ac2caf
|
[TD]fix wrong preference path
|
2022-02-01 09:15:00 -05:00 |
|
Benjamin Bræstrup Sayoc
|
7edfd902a3
|
Improve code simplicity/readability
|
2022-02-01 09:10:36 -05:00 |
|