Commit Graph

1901 Commits

Author SHA1 Message Date
Yorik van Havre
1563822763 Translations: Merged crowdin strings 2022-03-23 10:37:50 +01:00
Yorik van Havre
d12a201d89 Translations: updated ts files 2022-03-23 10:24:55 +01:00
Yorik van Havre
21c3347af1 Arch: Fixed incomplete detection of 2D objects in IFC export 2022-03-22 12:38:41 +01:00
Yorik van Havre
2f167d289d Arch: Fixed export of rebars without host to IFC 2022-03-22 11:59:28 +01:00
Yorik van Havre
42e76d1006 Arch: Fixed IFC export of compounds and parts 2022-03-21 16:26:43 +01:00
Yorik van Havre
dfef526d77 Arch: Fixed IFC export of rebars 2022-03-21 14:06:19 +01:00
Yorik van Havre
ed466db60f Merge pull request #6631 from hhassey/master
Fix Arch Panel Trapezoidal Wave Width
2022-03-21 09:30:11 +01:00
oriond
3163bebf79 Arch Fixes Trapezoidal Wave Width on Arch Panels 2022-03-20 20:22:54 -07:00
Matthijs Kooijman
199c35ca46 Arch: When inverting hinge position, keep opening direction
Previously, just the hinge position was changed, with the rotation
direction kept unchanged, which would make the door open towards the
other side of the wall. This also inverts the rotation direction, so the
door still opens toward the same side of the wall, which is more
intuitively what you would expect.
2022-03-20 14:46:13 +01:00
Yorik van Havre
eea99d8e13 Arch: Fixed export of texts and dimensions to IFC 2022-03-17 15:46:18 +01:00
Yorik van Havre
a55ee61840 Merged crowdin translations 2022-03-14 12:21:01 +01:00
Yorik van Havre
82d93293b1 Arch: Fixed auto-height of child walls & structures - fixes #5732 2022-03-11 11:52:33 +01:00
Yorik van Havre
aac3629dff Merge pull request #6510 from alafr/fix-basemirror
Arch: fix BaseMirror property
2022-03-08 13:57:49 +01:00
Yorik van Havre
2cff977548 Merged crowdin translations 2022-03-07 14:55:22 +01:00
alafr
d5ed23a62c Arch: fix BaseMirror property
The code checked for the existance of the property and not if it's value was true. As a result, the structure base was always mirrored, even if the property was set to false. This commit fixes the issue.
2022-03-04 19:53:58 +01:00
Roy-043
9a52d0bf02 Arch: Fix Arch_PipeConnector for pipes with wall thickness 2022-03-02 16:19:54 +01:00
Yorik van Havre
d6041f491f Merge pull request #6420 from marioalexis84/draft-drawing_techdraw
Arch: Replace Drawing functions with TechDraw functions
2022-02-24 13:34:59 +01:00
Yorik van Havre
5d8db3cfbe Arch: Fixed wrong constant in IFC export 2022-02-22 14:36:54 +01:00
marioalexis
251a9bd276 Arch: Replace Drawing functions with TechDraw functions 2022-02-21 13:17:09 -03:00
Uwe
e074b63650 [Arch] fix typo reported by spellchecker CI 2022-02-21 13:47:46 +01:00
Yorik van Havre
e1028eb65e Merged crowdin translations 2022-02-14 12:31:57 +01:00
Yorik van Havre
93fc8c5357 Updated ts files 2022-02-14 12:31:47 +01:00
Roy-043
c673079e39 Arch: Arch_Window.py: do isdir and isfile check for librarypath 2022-02-11 19:50:11 +01:00
Yorik van Havre
b31e365483 Merge pull request #5485 from Roy-043/Arch-ArchWindow.py-fix-alignment-of-library-windows
Arch: ArchWindow.py fix alignment of library windows
2022-02-11 11:46:13 +01:00
Roy-043
30e2f1aa8f Arch: ArchWindow.py fix alignment of library windows
Windows and doors from parts_library were not aligned with or inserted in a wall.
2022-02-02 17:23:12 +01:00
Roy-043
7693035a2c Arch: Fix ArchFrame 2022-02-02 11:47:21 +01:00
Yorik van Havre
fb57b88f21 Merge pull request #5444 from Roy-043/Arch-Fix-ArchCutPlane-translation-issue
Arch: Fix ArchCutPlane translation issue
2022-02-01 13:13:07 +01:00
Yorik van Havre
038b60be18 Merge pull request #5465 from Roy-043/Arch-Fix-some-dimensions-in-profiles.csv
Arch: Fix some dimensions in profiles.csv
2022-02-01 13:12:31 +01:00
Yorik van Havre
d7c5800da2 Merged crowdin translations 2022-02-01 12:59:42 +01:00
Roy-043
ae1c227188 Arch: Fix some dimensions in profiles.csv
North America Lumber set of dimensions contained some error.
2022-01-30 11:37:23 +01:00
Roy-043
370236e9ac Update ArchCutPlane.py
Double quotes... Another pep8 thing...
2022-01-28 11:17:37 +01:00
Yorik van Havre
233182dcd6 Merged crowdin translations 2022-01-26 14:15:14 +01:00
Yorik van Havre
094036c3c7 Regenerated ts files 2022-01-26 13:59:39 +01:00
Roy-043
9c67b247e3 Arch: Fix ArchCutPlane translation issue
Fixed wrong context for the Arch_CutLine command.
2022-01-26 11:32:30 +01:00
Yorik van Havre
71ecbb5448 Merge pull request #5400 from dirkolbrich/archaxis
[Arch] split ArchAxis into separate modules
2022-01-24 16:46:16 +01:00
Dirk Olbrich
471db079bb [Arch] split ArchAxis into separate modules
- remove unused import from resulting ArchAxisSystem and ArchGrid
- move inline imports to file import block
2022-01-22 17:00:01 +01:00
Roy-043
da96a73551 Arch: Fix ArchWall onBeforeChange
The onBeforeChange method in the ArchWall class did not call onBeforeChange from its parent class. This blocked the 'MoveWithHost' behavior of windows placed in walls.
2022-01-17 16:22:16 +01:00
Yorik van Havre
8864218c05 Merge pull request #5371 from Roy-043/Arch-Fix-translation-issues
Arch: Fix translation issues
2022-01-12 13:37:52 +01:00
Yorik van Havre
c24ca51a44 Merged crowdin translations 2022-01-10 11:23:59 +01:00
Roy
d2976cd9e6 Arch: Fix translation issues 2022-01-10 10:26:08 +01:00
luz paz
daa508a55c Fix more typos + whitespace fix and added 'TODO'
Found via `codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,apoints,ba,beginn,behaviour,bloaded,bottome,byteorder,calculater,cancelled,cancelling,cas,cascade,centimetre,childrens,childs,colour,colours,commen,connexion,currenty,dof,doubleclick,dum,eiter,elemente,ende,feld,finde,findf,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,inout,ist,kilometre,lod,mantatory,methode,metres,millimetre,modell,nd,noe,normale,normaly,nto,numer,oce,oder,ontop,orgin,orginx,orginy,ot,pard,parm,parms,pres,programm,que,rady,recurrance,rougly,seperator,serie,sinc,strack,substraction,te,thist,thru,tread,uint,unter,vertexes,wallthickness,whitespaces -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller,./src/Doc/FreeCAD.uml,./build/doc/SourceDocu`
2022-01-04 18:57:56 -06:00
Yorik van Havre
91bfb0fbb6 Merged crowdin translations 2021-12-29 12:20:12 +01:00
Yorik van Havre
260a40f133 Arch: Added 'flip direction' context menu option to walls 2021-12-28 13:17:47 +01:00
Yorik van Havre
9292aaaedf Arch: Fixed units display of building parts 2021-12-27 15:09:39 +01:00
Yorik van Havre
10ca0ba94b Merge pull request #5243 from paullee0/ArchEquipment_2_SketchArch_UpdateAttachmentObject_support_take3
[ArchEquipment] add SketchArch attachment support (3rd attempt)
2021-12-21 11:47:22 +01:00
Yorik van Havre
1dd6fdb72d Merge pull request #5244 from paullee0/ArchWindow_2_SketchArch_UpdateAttachmentObject_support_take2
[ArchWindow] add SketchArch attachment support (2nd attempt)
2021-12-21 11:46:48 +01:00
Yorik van Havre
b64b3be330 Arch: Fixed display of axis bubbles and texts on DXF export and Techdraw pages 2021-12-16 15:55:58 +01:00
Paul Lee
c0cc4d2c24 [ArchWindow] add SketchArch attachment support (2nd attempt)
FreeCAD Forum Discussion :
- on Intuitive Automatic Windows/Doors Placement
- https://forum.freecadweb.org/viewtopic.php?f=23&t=50802
2021-12-10 05:26:21 +08:00
Paul Lee
9ede08f268 [ArchEquipment] add SketchArch attachment support (3rd attempt)
FreeCAD Forum Discussion :
- on Intuitive Automatic Windows/Doors Placement
- https://forum.freecadweb.org/viewtopic.php?f=23&t=50802
2021-12-10 04:41:29 +08:00
Paul Lee
c5c5c8a880 [ArchWall] Do not copy shape
Discussions-
https://forum.freecadweb.org/viewtopic.php?style=1&t=62968&p=540585
234899409f
2021-12-07 18:55:43 -06:00