Yorik van Havre
476cad96f6
BIM: Fixed bug in IfcExplorer tool - fixes #14422sdfg
2024-07-02 15:24:10 +02:00
Yorik van Havre
14f9bd3fdb
BIM: Renamed file to avoid confusion with 0.21 BIM addon
2024-07-02 15:23:37 +02:00
Chris Hennes
54ff56b1ee
Merge pull request #15051 from kadet1090/better-addon-manager-discoverability
...
Gui: Add information about custom themes to settings
2024-07-02 07:44:21 -05:00
Yorik van Havre
56e46e5f4e
Translations ( #15107 )
...
* 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-07-02 12:21:53 +02:00
marcuspollio
91791372be
techdraw-PageDefault update
2024-07-02 11:27:54 +02:00
marcuspollio
436f993a54
update following feedback
2024-07-02 11:27:54 +02:00
marcuspollio
5aa84f87db
BIM: update some icons
...
Following recent changes in other WBs and also for better readability and consistency.
2024-07-02 11:27:54 +02:00
Roy-043
f294cebf72
Use the _finish function in case of cancel as well
2024-07-02 10:40:48 +02:00
Roy-043
ea7a68dfe1
BIM: Fix BIM_Box command
...
Fixes #14823 .
Depending on the order and location of the picked points, the Placement of the Box could be unexpected. The Height value was always positive if points were picked, a negative Height entered in the input box would lead to errors.
Additonally:
* Avoided some code duplication.
* Added a proper transaction to make the command undoable.
2024-07-02 10:40:48 +02:00
Reqrefusion
5a67b46ab5
Hatch
...
Update TechDraw_GeometricHatch.svg
2024-07-01 23:01:38 -05:00
Turan Furkan Topak
5d717d188e
[Icons]Revision of TechDraw Icons(Char) ( #14878 )
...
* Char
Some fix
Update TechDraw_AreaDimension.svg
Displacement and m correction.
* Update TechDraw_ExtensionArcLengthAnnotation.svg
2024-07-01 23:01:18 -05:00
Reqrefusion
121f7b98fa
lock
...
lock
2024-07-01 22:59:38 -05:00
Reqrefusion
5f5c21d865
others
...
Update TechDraw_RefError.svg
Back old icon
Update TechDraw_ArchView.svg
add Highlight
page fix
2024-07-01 22:59:30 -05:00
Reqrefusion
1a9c019975
posChain
...
Pixel alignment
2024-07-01 22:59:19 -05:00
Reqrefusion
5a9372c6e8
symbol
...
Fix
symbol
2024-07-01 22:59:06 -05:00
Chris Hennes
4b4a728bc8
Merge pull request #14926 from marioalexis84/fem-clean_task_constraint
...
Fem: Clean up TaskFemConstraint* classes
2024-07-01 11:30:18 -05:00
Chris Hennes
e371f7fb43
Merge pull request #14461 from AjinkyaDahale/sk-fix-12592-bsp-by-knot-trim
...
[Part][Sketcher] Fix some B-spline trimming issues
2024-07-01 11:28:50 -05:00
Syres916
586d5428db
Start: Add link to Addon Manager for Preference Packs
2024-07-01 18:27:40 +02:00
PaddleStroke
f5a6e0fd32
Assembly: Change Object1/2 from strings to PropertyXLinkSub and Remove Element1/2 and Vertex1/2
2024-07-01 11:22:30 -05:00
Chris Hennes
e38259c307
Merge pull request #14793 from lyphrowny/reformat_fem_src
...
FEM: Reformat fem .py sources
2024-07-01 11:19:29 -05:00
wmayer
10ac9a63a5
PD: Rename duplicated test method
...
Fixes #14795 : testPartDesignElementMapSketch: Duplicate test method name
2024-07-01 11:18:46 -05:00
FEA-eng
910460f8b9
FEM: New Elmer solver icon ( #15070 )
...
* FEM: Delete src/Mod/Fem/Gui/Resources/icons/FEM_SolverElmer.svg
* FEM: new Elmer solver icon
2024-07-01 11:15:01 -05:00
Reqrefusion
ef8cf0b4b9
Thread
...
Some Pixel fix
2024-07-01 11:09:06 -05:00
Reqrefusion
9302095a7e
Vertex
...
Ensuring compatibility between them and with sketcher
2024-07-01 11:08:30 -05:00
Reqrefusion
006e3d9b6f
view
...
kader wishes
2024-07-01 11:08:22 -05:00
Reqrefusion
bb84e4c927
Line lengths
...
New take
2024-07-01 11:08:15 -05:00
Reqrefusion
cff2db5d35
Dimensions
...
Mitigation
Update TechDraw_HorizontalExtentDimension.svg
for consisty with sketcher
Update TechDraw_AreaDimension.svg
2024-07-01 11:07:31 -05:00
Reqrefusion
75e23339a3
Centerline
...
Update TechDraw_2PointCenterline.svg
2024-07-01 11:04:32 -05:00
Reqrefusion
c6d600ff5f
blue
...
Update TechDraw_LeaderLine.svg
Update TechDraw_Midpoints.svg
Compatibility with Skecher
Update TechDraw_Symbol.svg
2024-07-01 11:04:11 -05:00
FEA-eng
bc00409a01
Sketcher: New carbon copy icons ( #15074 )
...
* Sketcher: Delete src/Mod/Sketcher/Gui/Resources/icons/geometry/Sketcher_CarbonCopy.svg
* Sketcher: Delete src/Mod/Sketcher/Gui/Resources/icons/geometry/Sketcher_CarbonCopy_Constr.svg
* Add new carbon copy icon
* Add new carbon copy constr icon
2024-07-01 11:00:07 -05:00
Reqrefusion
9b7588b720
LineAttributes
2024-07-01 10:58:40 -05:00
wmayer
68ae3c95dc
Core: Update color bar when changing preferences
...
This solves one part of issue #10717
2024-07-01 10:55:21 -05:00
Chris Hennes
82a680443c
Merge pull request #14738 from Ondsel-Development/asm_limits
...
Assembly: Limits: Set one checkbox for each limit.
2024-07-01 10:54:19 -05:00
hlorus
1d861559f3
MeasureGui: Paint icons in textcolor
2024-07-01 17:51:51 +02:00
Max Wilfinger
86b1c2e863
Activate Part/Part Design check and refine preferences by default ( #14406 )
...
* Activate Part/Part Design check and refine preferences by default
* added bool in .ui
* Update tests
* Fix Sketcher tests
2024-07-01 10:50:42 -05:00
Chris Hennes
96731cbd66
Merge pull request #14455 from kadet1090/toolbar-dragging
...
Gui: Add dragging support for custom ToolBarAreas
2024-07-01 10:49:27 -05:00
Chris Hennes
4bd9fa3ca3
Merge pull request #14790 from Ondsel-Development/asm_bom_2
...
Assembly: BOM follow up
2024-07-01 10:47:14 -05:00
Yorik van Havre
50e8212952
BIM: Adeed missing menu entries - issue #14087
2024-07-01 10:38:37 -05:00
Reqrefusion
bf838079ca
proj
2024-07-01 08:17:35 -05:00
Reqrefusion
a5399d872b
section
2024-07-01 08:17:23 -05:00
Reqrefusion
d603699061
Stack
2024-07-01 08:17:11 -05:00
Reqrefusion
034784e2f8
tree
2024-07-01 08:16:42 -05:00
Reqrefusion
18976931f0
Insert
2024-07-01 08:14:44 -05:00
Reqrefusion
ca21091a18
Update TechDraw_Dimension_Pointer.svg
...
Update TechDraw_Dimension_Pointer.svg
2024-07-01 08:14:14 -05:00
Reqrefusion
b21d00b387
Decimal
2024-07-01 08:14:02 -05:00
Reqrefusion
043217c04f
Chamfer
2024-07-01 08:13:37 -05:00
Reqrefusion
c2fea34566
chain
2024-07-01 08:13:26 -05:00
Reqrefusion
a2ce64543d
Cascade-Coord
2024-07-01 08:12:45 -05:00
wandererfan
b6e21ee15d
[TD]fix handling of company name in template fields
2024-06-30 09:32:20 -04:00
wandererfan
50eb2b5513
[TD]show autofill value in dialog
2024-06-30 09:32:20 -04:00