wandererfan
5570c7eadb
[TD]fix display of spreadsheet cells with no horiz alignment
2024-07-06 18:51:59 -04:00
wandererfan
1b2707f00a
[TD]fix multiselect handling of non-geometry objects
2024-07-06 12:49:18 -04:00
wandererfan
94940f950b
[TD]fix default for KeepLabel
2024-07-06 12:49:18 -04:00
wandererfan
335bf96188
[TD]fix default line width on empty config
2024-07-06 12:49:18 -04:00
wandererfan
efa9c46752
[TD]fix camera/front buttons on Proj Group dialog
2024-07-06 12:49:18 -04:00
Max Wilfinger
05c0713418
fix TechDraw .svg autofill and editable tags
2024-07-06 09:42:15 -04:00
FEA-eng
cc9144b9af
FEM: Update exportNastranMesh.py
2024-07-06 14:01:11 +02:00
wmayer
e9f3178715
MSVC: Fix warning C4005: 'NOMINMAX': macro redefinition
2024-07-05 17:04:43 +02:00
wmayer
fc9a8f4e76
PD: Remove dead code from workbench class
2024-07-05 15:32:52 +02:00
wmayer
e9f908dc9f
Gui: Don't show Python console by default
...
Fixes #15201
2024-07-05 14:56:37 +02:00
FEA-eng
b6d8771dd3
PD: Update Workbench.cpp
2024-07-05 12:09:04 +02:00
wmayer
4ba4b08747
PD: Reformat TaskThicknessParameters
2024-07-04 22:24:15 +02:00
wmayer
04ff80b18f
PD: Refactor TaskThicknessParameters
2024-07-04 22:24:15 +02:00
wmayer
8f38d1fce6
PD: Fix linter warnings in TaskThicknessParameters
2024-07-04 22:24:15 +02:00
wmayer
ea5b53a6a8
PD: Do not set hard-coded maximum for thickness parameter
...
Fixes #15140 : Thickness value Task panel issue
2024-07-04 22:24:15 +02:00
wmayer
d7e9e9ef48
Fixes #14772 : Random color problem
2024-07-04 22:23:10 +02:00
wmayer
a86bdf981a
Mesh: Do one import per line for the recorded macro
2024-07-04 22:22:28 +02:00
wmayer
7af35899b9
Mesh: Use a lower threshold for the MeshPart_SectionByPlane command
...
See forum: https://forum.freecad.org/viewtopic.php?t=88734
2024-07-04 22:22:28 +02:00
wmayer
6ed23c2e7d
Gui: Fix crash in QuarterWidgetP::removeFromCacheContext
...
Fixes #https://github.com/FreeCAD/FreeCAD/issues/14988
2024-07-04 22:21:44 +02:00
wmayer
68ae1efde1
Spreadsheet: Fix SheetPython::getViewProviderName() to return the correct type name
...
For more details see: https://forum.freecad.org/viewtopic.php?t=88642
2024-07-04 22:21:03 +02:00
wmayer
8e0cd381ab
Gui: Fix crash when trying to calibrate image after document is closed
2024-07-04 22:19:42 +02:00
wmayer
17829d6383
Start: Make the Start Page a passive view
...
Do not attach the Start Page to an existing document as otherwise weird behaviour can be observed:
1. Start FreeCAD
2. Open a project file or data file
3. Open the Start Page
4. Make a change to the document
5. Close the document. You won't be asked to save your change
6. In the tree view the document is still shown because the Start Page is attached to the document
7. Close the Start Page. Now you will be asked to save your change
2024-07-04 22:18:42 +02:00
wmayer
cbfd9f0d7e
Sketcher: Fix format string in ExternalGeometryFacade::initExtensions()
...
The format string of the warnings were incorrect and caused an fmt::format_error exception
2024-07-04 22:05:22 +02:00
Roy-043
02e45a8e0c
Draft: fix Draft_Shape2DView warnings
...
Fixes #15144 .
2024-07-04 09:11:10 +02:00
wmayer
367e79d313
TD: Fix DrawViewCollection::unsetupObject()
...
Assigning a null pointer to a std::string causes a failure
2024-07-03 09:07:17 -04:00
Jookia
5a66b77307
StartView: Escape file paths when loading
2024-07-02 08:31:59 -05:00
Yorik van Havre
f556b7fa61
BIM: Fixed ifcopenshell version detection
2024-07-02 15:24:45 +02:00
Yorik van Havre
4bcd7f71df
BIM: Check for pip when running IfcOpenShell update - fixes #14499
2024-07-02 15:24:45 +02:00
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
Yorik van Havre
c60b4dbd1f
Fixed license
2024-07-02 10:02:10 +02:00
Yorik van Havre
bb8d8947ce
BIM: Refinements to BIM example file
2024-07-02 10:02:10 +02:00
Yorik van Havre
63d64b6bc7
BIM: new example file - fixes #14583
2024-07-02 10:02:10 +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
aiksiongkoh
221efe4a96
Update solver ( #15021 )
...
* OndselSolver update to solve backhoe issues.
* Update OndselSolver gear radii zero fix.
2024-07-01 21:36:42 -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