Commit Graph

123 Commits

Author SHA1 Message Date
Yorik van Havre
2958648b66 BIM: Fixed nativeIFC psets loading - fixes #15436 2024-08-05 11:03:49 -05:00
Yorik van Havre
23a9f47780 Translations (#15689)
* 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-08-05 10:42:18 -05:00
Roy-043
1979f47714 BIM: Fix calculation of wall blocks
At the corners of the base wire the joint width was wrongly added.

Forum topic:
https://forum.freecad.org/viewtopic.php?t=89504
2024-08-01 11:04:05 +02:00
hasecilu
4e2a6a68d9 BIM: Don't mark for translation names of CC licenses 2024-07-31 11:47:31 +02:00
Roy-043
10f03c46fa BIM: Fix BIM Views panel open behavior on WB activation (#15617)
* BIM: Fix BIM Views panel open behavior on WB activation

Fixes #15524.

* Something obvious was missed...
2024-07-30 10:29:30 +02:00
Chris Hennes
369a2f7654 Merge pull request #15652 from kadet1090/ui-fixes
Gui: Cosmetic Fixes
2024-07-29 11:26:58 -05:00
Chris Mayo
804f7a94c7 BIM: Fix Welcome dialog wiki links 2024-07-29 17:41:35 +02:00
Roy-043
84ef268bf2 Rebase 2024-07-29 17:41:09 +02:00
paullee
d716fea769 [Arch ExportIFC] Bug-fix Consecutive Face Touch at Corner
Bug-fix Consecutive face (Wall segment) touch at corner.

Forum Discussion : https://forum.freecad.org/viewtopic.php?p=771954#p771954
2024-07-29 17:40:27 +02:00
Kacper Donat
484199dbce Gui: Remove unnecessary minimumSizes from Preferences
QT treats setting minimum size very seriously - it applies even if
the size required by the control is smaller than specified resulting in
rendering too small controls.
2024-07-28 00:00:09 +02:00
Yorik van Havre
52fc162c31 BIM: Better fix to IFC viewprovider - fixes #15477 2024-07-22 10:46:02 -05:00
Roy-043
62ddfb90dc BIM: Fix bug in OBJ import caused by missing utf8 encoding
Fixes #15512.
2024-07-19 15:24:43 +02:00
Yorik van Havre
03c24bce65 BIM: Fixed empty IFC decomposition - fixes #15363 2024-07-16 15:42:19 +02:00
Yorik van Havre
d5d474f16a BIM: Fixed IFC import with None psets - fixes #15436 2024-07-16 15:42:03 +02:00
Roy-043
8569429af2 BIM: Fix Wavefront OBJ color export
Fixes #15429.

Related #10906.
2024-07-16 10:15:08 +02:00
Roy-043
c244d1b56f BIM: Arch_Fence add missing recompute 2024-07-16 10:14:36 +02:00
Yorik van Havre
d3fbb0e027 BIM: Fix save tool - fixes #15362 2024-07-15 17:43:33 +02:00
Chris Hennes
59f815234a Merge pull request #15371 from yorikvanhavre/translations
Translations
2024-07-14 12:55:28 -05:00
luzpaz
867c4d14a5 BIM: Trim trailing newlines 2024-07-14 09:24:22 +02:00
Yorik van Havre
e76b5ec4ca Merged crowdin translations 2024-07-11 15:07:17 +02:00
Yorik van Havre
1c79768f7d Updated ts files 2024-07-11 14:56:33 +02:00
Yorik van Havre
88fd1a7fa6 BIM: more tests in IfcOpenShell tool - fixes #15147 2024-07-11 11:32:06 +02:00
Yorik van Havre
39676c32cd BIM: Fixed wrong ui for ProjectManager tool 2024-07-11 10:47:30 +02:00
Yorik van Havre
14c232b96d BIM: Added delay to ifc viewprovider drag and drop - fixes #15259 2024-07-10 15:01:21 +02:00
Yorik van Havre
af5a9dd53c BIM: Fixed remaining warnings and popups - fixes #14428 2024-07-10 14:24:22 +02:00
Yorik van Havre
a75e4ffaf7 BIM: fixed nativeIFC view provider - fixes #15259 2024-07-10 12:04:40 +02:00
Yorik van Havre
29d201149d Translations: Fixed BIM translations 2024-07-10 11:14:02 +02:00
Yorik van Havre
33e0d0dd72 BIM: Fixed IfcOpenShell imports - fixes #15285 2024-07-10 11:13:41 +02:00
FEA-eng
2d573a3062 Update preferences-arch.ui 2024-07-10 10:31:29 +02:00
Yorik van Havre
f325fdbace Updated ts files 2024-07-09 08:52:17 -05:00
luzpaz
2837b46c3e Fix various typos throughout the codebase 2024-07-08 17:19:20 -05:00
Max Wilfinger
8ff5a1f688 Fix source string typos mentioned on Crowdin (#15261) 2024-07-08 17:18:31 -05:00
Yorik van Havre
77c894694e BIM: Fixed possible filename ambiguity in Layers - fixes #15038 2024-07-08 11:25:48 -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
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
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
Yorik van Havre
50e8212952 BIM: Adeed missing menu entries - issue #14087 2024-07-01 10:38:37 -05:00
marcuspollio
32763bd036 BIM: update Glue icon (#14821)
* BIM: update Glue icon

* BIM: update Glue icon

* Improve readability

* Update following feedback
2024-06-26 14:15:30 +02:00
Kacper Donat
e04b28e66d Gui: Use our own ToolBar class in all places 2024-06-25 11:39:54 +02:00
Roy-043
00fc3ec96a BIM: fix BIM_Setup unit system issue
Fixes #14675.

Note that I would prefer to use the FEM unit system (always mm). BIM_Setup does not support that, and this PR does not change that.
2024-06-24 15:42:27 +02:00
Yorik van Havre
2d231469ce BIM: Simplificed BimViews.getTreeViewItem - fixes #14321 2024-06-24 15:38:34 +02:00
Roy-043
f235513a49 BIM: fix SwitchWB preference by switching to BIM WB
Fixes #14680.
2024-06-24 10:43:08 +02:00