hasecilu
24f256f165
Shorten string width to 80 characters.
...
- The string of the some tooltips are very long that use all screen width.
- In other .ui files seems to be a max width of about 80 characters.
- This commit shortens the long strings.
- Also fixes some words capitalization noted by david69 on Crowdin
2023-10-18 09:51:34 +02:00
Victor Predko
e1206a3fac
File formats: Uppercase file types when importing a file. ( #10977 )
...
* Added uppercase extensions for supported formats
In the file App\Application.cpp
* Added file types in upper case
* Adds uppercase file types to the file import filter.
Fixes #10879
* Added filter for *.fcmacro *.fcscript
2023-10-16 14:40:46 -03:00
Yorik van Havre
ec9099ae17
Arch: Made Arch Reference case-insensitive - issue #10874
2023-10-16 09:25:10 +02:00
Roy-043
ddf2a3723b
Arch: Fix multiple issues with ImportOBJ.py
...
Fixes #6187 .
Other fixes:
* Made handling of shapes and global placement more consistent.
* Shapes without curves were also triangulated.
* Polygonal faces could have flipped normals and duplicate points.
2023-10-10 16:44:57 +02:00
Roy-043
1e4e58477e
Arch: ArchFrame typos when checking enum values
2023-10-09 13:55:46 +02:00
Roy-043
017d431720
Arch: Read and write object.Label on Wavefront OBJ import and export
...
Fixes #5635 .
Fixes #5636 .
2023-10-09 13:28:55 +02:00
Chris Hennes
6c9be93378
Update translations
2023-09-29 22:57:37 -05:00
Roy-043
64c346b7fa
Arch: ArchSectionPlane.getSVG add linespacing argument
...
Forum topic:
https://forum.freecad.org/viewtopic.php?t=81470
2023-09-25 22:09:41 +02:00
Yorik van Havre
270cc72293
Arch: fixed leftover in OfflineRenderingUtils
2023-09-25 15:00:26 +02:00
Yorik van Havre
ff6e0fee24
Removed the use of SoGui in Arch OfflineRenderingUtils module
2023-09-25 15:00:26 +02:00
wmayer
ef9936a940
App: fixes #10460 : App::PropertyPythonObject is not saving data
...
Since Py3.11 the methods names __setstate__ and __getstate__ conflict with the method names added to the object class.
Thus rename them to 'loads' and 'dumps'
2023-09-24 10:56:35 -05:00
Yorik van Havre
4a020daa89
Arch: Added missing ArchSketchObject to cmake file ( #10774 )
2023-09-22 16:42:34 +02:00
Yorik van Havre
30e4fac88a
Merge pull request #10741 from Roy-043/Arch-avoid-intersecting-solids-in-windows-and-doors-with-openings
...
Arch: avoid intersecting solids in windows and doors with openings
2023-09-21 13:51:11 +02:00
Chris Hennes
3f3ab1ae15
Update translations
2023-09-19 22:25:14 -05:00
Roy-043
5fa44ae88b
Arch: avoid intersecting solids in windows and doors with openings
...
With the current code, if you place a simple door and change its Opening property to 50, the door leaf and the frame intersect. This PR fixes that issue.
2023-09-19 21:31:09 +02:00
Roy-043
8166fb8aea
Arch: Fix Arch_Fence section placement
...
The code relied on the old implementation of Draft patharray where the calculated placements were not returned in sequence.
Forum topic:
https://forum.freecad.org/viewtopic.php?t=81246
2023-09-17 18:21:13 +02:00
Yorik van Havre
b9d9ea6b94
Arch: Fixed IFC export of compsolids ( #10476 )
2023-09-16 17:02:00 +02:00
Chris Hennes
0bc6870618
Update translations ( #10613 )
...
* Update translations
* Start: Remove Start.ts
2023-09-10 13:06:26 -05:00
Chris Hennes
40f130643a
Update translations
2023-08-29 07:38:09 -05:00
Roy-043
359cd199ae
Arch: Implement placement_from_face in ArchWindow.py
...
Also improve alignment relative to random workingplane if no face has been hovered
2023-08-23 14:31:08 +02:00
Chris Hennes
58cf9f3212
Update translations
...
Adds the ten units strings from Base as well.
2023-08-16 22:50:39 -05:00
Roy-043
c409d3b788
Arch: Avoid dictionary.keys() where possible ( #10159 )
2023-08-13 11:46:51 +02:00
Chris Hennes
3bad74fe7d
Update translations
2023-08-08 17:52:59 -06:00
luzpaz
57b9442df7
Fix various typos
2023-08-04 19:46:12 +02:00
Yorik van Havre
51d8f94f10
Merged crowdin translations
2023-07-26 11:05:11 +02:00
Yorik van Havre
4501cf479c
Update ts files
2023-07-26 11:04:24 +02:00
luzpaz
e2c17cc616
Fix typos
2023-07-25 14:26:30 +02:00
Chris Hennes
dd40387478
Update translations
2023-07-24 13:37:52 +00:00
Yorik van Havre
dd8690ea39
Merge pull request #9835 from yorikvanhavre/arch-fix-h1
...
Arch: Fixed error on null window preset creation parameters
2023-07-10 10:52:41 +02:00
Chris Hennes
e1ca567172
Apply translations
2023-07-09 18:09:53 -05:00
Amritpal Singh
09c1442f3d
Bug: Loaded Reinforcement WB translations along with Arch WB
2023-07-09 17:28:44 -05:00
Chris Hennes
0ca283cc3e
Update translations
2023-07-06 08:20:59 -05:00
Yorik van Havre
f257de0404
Update src/Mod/Arch/ArchWindowPresets.py
...
Use more elegant formatting
2023-07-04 13:49:28 +02:00
Yorik van Havre
f0dd607cad
Arch: Fixed error on null window preset creation parameters - fixes yorikvanhavre/BIM_Workbench#116
2023-06-28 11:04:57 +02:00
Roy-043
ff561201f0
Arch: Fix encoding error (caused by #9316 ) ( #9827 )
2023-06-27 11:10:31 +02:00
Chris Hennes
44c6fc0484
Merge pull request #9786 from yorikvanhavre/translations
...
Translations
2023-06-26 20:53:55 -05:00
Yorik van Havre
24b9877943
Merge pull request #9765 from yorikvanhavre/arch-remove-undefined-type
...
Arch remove undefined type
2023-06-19 10:47:10 +02:00
Yorik van Havre
ae0e2ddfcb
Merge pull request #9738 from yorikvanhavre/arch-nativeifc-provisions
...
Arch nativeifc provisions
2023-06-19 10:46:51 +02:00
Yorik van Havre
398de2d031
merged crowdin translations
2023-06-16 16:42:32 +02:00
Yorik van Havre
2deff531d6
Arch: Fixed unit test that depended on user preferences
2023-06-13 14:03:47 +02:00
Yorik van Havre
71fefee256
Arch: Removed Undefined IFC type - fixes #8774
2023-06-13 14:03:11 +02:00
Yorik van Havre
3c07d567cf
Merged crowdin translations
2023-06-12 22:34:22 +02:00
Yorik van Havre
d61e60511a
Updated ts files
2023-06-12 22:27:56 +02:00
marioalexis
fb32420fe0
Arch: Improve performance of WebGL importer
2023-06-09 00:53:05 -03:00
Yorik van Havre
2e28c4ff93
Arch: Export structural nodes to IFC
2023-06-07 10:54:05 +02:00
Yorik van Havre
cd40cccd5d
Arch: Cleaned NativeIFC placeholders code
2023-06-07 10:53:40 +02:00
Chris Hennes
ffb6b97229
Arch: Fix typo in UI string
2023-06-06 11:36:13 -05:00
Chris Hennes
05b85d0ddc
Sync translations
2023-06-04 14:11:21 -05:00
Roy-043
e53e488999
Arch: Arch_Reference: task panel layout was added incorrectly ( #9700 )
2023-05-31 09:27:17 +02:00
Yorik van Havre
68dc92f38b
Merge pull request #9687 from Roy-043/Arch-more-consistent-object-naming-and-labelling
...
Arch: more consistent object naming and labelling
2023-05-30 15:18:00 +02:00