Commit Graph

1694 Commits

Author SHA1 Message Date
edi271
3ffae251bf Update CommandExtensionDims.cpp 2022-02-17 10:05:56 -05:00
edi271
adc8574d52 Update CommandExtensionDims.cpp 2022-02-17 10:05:56 -05:00
edi271
2c1c322d68 Update TaskCustomizeFormat.ui 2022-02-17 10:05:56 -05:00
edi271
65cad2e54b New extension tool: cutomize format 2022-02-17 10:05:56 -05:00
edi271
0cba14638a Icons and Ui-files 2022-02-17 10:05:56 -05:00
edi271
6f731a7d23 Force tree update 2022-02-17 10:05:56 -05:00
Roy-043
8a92953f2a 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
19b89b1085 Merged crowdin translations 2022-02-14 12:31:57 +01:00
Yorik van Havre
67dcb21efd Updated ts files 2022-02-14 12:31:47 +01:00
luz paz
6953a7cea8 Fix some typos and whitespace 2022-02-12 19:33:28 +01:00
Wanderer Fan
484ff4fafb [TD]fix handling of composite shapes 2022-02-12 08:12:50 -05:00
Wanderer Fan
88004e8dc9 [TD]correct retrieval of dim text for DXF export 2022-02-11 16:24:35 -05:00
marioalexis
7895af1822 TechDraw: Call PyMem_Free() to free allocated buffer 2022-02-09 16:04:59 +01:00
JohnHyslop
c282015ceb 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
7bba2ce61f [TD] sort and simplify a header 2022-02-04 03:49:25 +01:00
Wanderer Fan
90a5c200d4 [TD]fix CMakeLists.txt to allow no-Gui build 2022-02-03 15:48:45 -05:00
Wanderer Fan
3bf994635c [TD]Add sodipodi namespace to exported SVG 2022-02-03 15:07:07 -05:00
Wanderer Fan
d6d7c4fa68 [TD]rename CopyView to ShareView 2022-02-03 08:39:01 -05:00
Wanderer Fan
8268f22dad [TD]fix ui file location 2022-02-03 08:39:01 -05:00
Roy-043
bc49fed462 TechDraw: Fix texts in TaskSelectLineAttributes.ui
Fix text regression.
2022-02-03 05:17:12 +01:00
edi271
7cf4bfbc94 Issue Y-position of dim labels 2022-02-02 08:35:34 -05:00
edi271
717c478863 New tool remove prefix characters 2022-02-02 08:35:34 -05:00
edi271
af82959b02 New tool circle through 3 points 2022-02-02 08:35:34 -05:00
Benjamin Bræstrup Sayoc
8506453c93 Refactor 2022-02-01 09:16:18 -05:00
Benjamin Bræstrup Sayoc
a97dd7139e Only update weld dialog on directory change 2022-02-01 09:16:18 -05:00
Benjamin Bræstrup Sayoc
8780ac7222 Resizing of weld symbol selection dialog, fixes #0004386 2022-02-01 09:16:18 -05:00
Wanderer Fan
0218ba47f1 [TD]Prevent segfault on exit with open task dialog 2022-02-01 09:15:00 -05:00
Wanderer Fan
bfc75818ed [TD]shrink detail view matting 2022-02-01 09:15:00 -05:00
Wanderer Fan
309a1455cb [TD]Fix 4486 allow detail view of Base with no solids 2022-02-01 09:15:00 -05:00
Wanderer Fan
69c6272e11 [TD]fix wrong preference path 2022-02-01 09:15:00 -05:00
Benjamin Bræstrup Sayoc
4f9e5cd464 Improve code simplicity/readability 2022-02-01 09:10:36 -05:00
Yorik van Havre
b0b1c0afbb Merged crowdin translations 2022-02-01 12:59:42 +01:00
luz paz
a5135efd87 TD: cleanup after #5457 [skip ci]
Fix header uniformity  
Fix grammar  
Fix trailing whitespace
2022-01-30 10:38:55 -05:00
edi271
a26933bf4c [TD] Include Intersection method into DrawUtil class 2022-01-29 14:49:44 -05:00
edi271
cd4da51e60 [TD] Insert new tool Area Annotation 2022-01-29 14:49:44 -05:00
Wanderer Fan
cc770208ea [TD]migrate DrawingWB projection functions to TechDrawWB 2022-01-29 14:49:15 -05:00
Wanderer Fan
27691073e1 [TD]restore missing import statement
missing import in initGui preventing start of workbench
2022-01-28 09:50:59 -05:00
0penBrain
420d54340a [TD] Prevent crash when snapping leader line 2022-01-27 15:13:03 -05:00
benj5378
96b8a6e87b Black 2022-01-27 09:44:44 -05:00
benj5378
8d7c92ece4 Remove unused modules and variables 2022-01-27 09:44:44 -05:00
benj5378
bc392faf56 Refactor counting for moved views 2022-01-27 09:44:17 -05:00
benj5378
918be1d102 Black 2022-01-27 09:44:17 -05:00
benj5378
2babd6d483 Remove unused modules 2022-01-27 09:44:17 -05:00
Wanderer Fan
4da3c21dcf [TD]Allow override of dimension line angles 2022-01-27 09:42:49 -05:00
Roy-043
9fba28c1b6 Update CommandExtensionPack.cpp
Added the missing bracket!
2022-01-26 08:48:42 -05:00
Roy-043
b03dd9b6da Update CommandExtensionPack.cpp
Delta Distance was added to the dialog box.
2022-01-26 08:48:42 -05:00
Roy-043
9c00c3ffea Update CommandExtensionPack.cpp
Modifications as suggested by Edi.
2022-01-26 08:48:42 -05:00
Roy-043
a2be2ab959 Update CommandExtensionDims.cpp
Modifications as suggested by Edi.
2022-01-26 08:48:42 -05:00
Roy-043
55441fd97b Update Workbench.cpp
I did no realize that there is a `ToolBars` section and a `CommandBars` section in the file. In the previous version I did not edit the ToolBars section. Both sections now match. Sorry for the confusion.

Are `CommandBars` still used? I seem to remember that they are obsolete.
2022-01-26 08:48:42 -05:00
Roy-043
08aa89cfa2 Update Workbench.cpp
I had to rebase this file, and forgot one diff. Should be fixed now.
2022-01-26 08:48:42 -05:00