Commit Graph

148 Commits

Author SHA1 Message Date
Yorik van Havre
94c2617362 Arch: Misc bugfixes 2019-07-05 20:58:44 -03:00
Yorik van Havre
1e66267dac Arch: Added door mode to window command 2019-05-15 21:14:00 -03:00
Yorik van Havre
50013d79ce Arch: Fixed color of windows transparent parts 2019-05-09 12:42:25 -03:00
Yorik van Havre
7ae4a61da5 Arch: Fixed bug in arch windows creation 2019-05-02 15:43:07 -03:00
Yorik van Havre
f5cfaf26cf Arch: fixed error when opening 0.14 files 2019-04-29 12:41:01 -03:00
Yorik van Havre
506cfd9bd2 Arch: Renamed property IfcRole to IfcType 2019-04-09 15:53:01 -03:00
Yorik van Havre
4ea3508967 Arch: Wall, structure, window and panel tools now remember and keep last used values 2019-03-28 17:02:54 -03:00
Yorik van Havre
5cebe1b4c2 Arch: Fixed recursion loop in windows 2019-01-08 16:39:11 -02:00
Yorik van Havre
88f47ee725 Fixed coverity issues
169009 Bad use of null-like value
169005 Bad use of null-like value
169003 Bad use of null-like value
169000 Bad use of null-like value
168998 Bad use of null-like value
168996 Structurally dead code
2018-11-20 12:37:32 -02:00
Yorik van Havre
a3efe18e71 Arch: Fixed bug in windows snapping 2018-11-05 20:00:56 -02:00
Yorik van Havre
a1faed3449 Arch: using basic object names for all arch objects 2018-07-07 14:40:10 -03:00
Yorik van Havre
599921ac7e Arch: Fixed bug in windows 2018-07-02 13:02:57 -03:00
Yorik van Havre
2a116ff4f1 Arch: Handle cloning of BuildingParts 2018-06-29 12:12:54 -03:00
Yorik van Havre
75618d862e Arch: Added Frame and Offset properties to windows 2018-06-21 18:53:52 -03:00
Yorik van Havre
5359ddc4f1 Arch: Fixed bug in windows presets 2018-06-02 14:20:44 -03:00
Yorik van Havre
0bae245b26 Arch: separate properties creation in own methods and check properties at file load 2018-06-01 19:36:35 -03:00
Yorik van Havre
853c17ecd1 Arch: Fixed bug in preset doors 2018-06-01 11:40:09 -03:00
Yorik van Havre
f128639d32 Arch: Window placement now keeps orientation from last face hovered. Much, much easier to place windows in walls now 2018-05-13 12:45:40 -03:00
Yorik van Havre
63794fcefd Arch: Renamed Role property to IfcRole 2018-05-11 12:01:55 -03:00
Yorik van Havre
34ba3d8f3c Arch: All Arch objects can now have any IFC type(role) 2018-05-10 10:42:06 -03:00
Yorik van Havre
d49a194279 Arch/Draft: Make sure an active doc exists before creating objects 2018-05-08 16:07:55 -03:00
Yorik van Havre
647658383e Arch: Window presets now include windows and doors from Parts Library, if available 2018-04-30 14:34:36 -03:00
Yorik van Havre
85ba166948 Arch: Added 4-pane window preset 2018-04-25 09:37:01 -03:00
luz.paz
1d04002c3b Arch: translation fixes
Adding Arch WB translation string corrections/refinements
2018-04-17 10:16:28 -03:00
Yorik van Havre
4108674c66 Arch: Fixed window transparency bug 2018-03-22 13:08:42 -03:00
Yorik van Havre
ff65e84ade Arch: Better fix of windows host system 2018-03-13 11:42:40 -03:00
Yorik van Havre
84ce876d40 Arch: simplified window's Host touch system 2018-03-09 13:47:43 -03:00
Yorik van Havre
89444a8b93 Arch: Fixed bug in windows transparency 2018-03-06 11:17:44 -03:00
Yorik van Havre
2434561b2e Arch: Fixed leftover from last commit 2018-02-26 22:14:31 -03:00
Yorik van Havre
dcc0c5e724 Arch: Fixed recursive loop in windows 2018-02-26 22:01:04 -03:00
Yorik van Havre
3b80b34d60 Arch: Fixed bug in wall not updated on window size change 2018-02-13 10:54:06 -02:00
luz.paz
978a02c9cb Arch: Misc. typos and uniformity fixes 2018-02-12 21:55:31 +01:00
luz.paz
de0ca700d5 Arch: move \n out of translation strings 2018-02-11 20:06:22 +01:00
luz.paz
ccb2fc6387 Arch: removing \n from translated strings
ref: https://crowdin.com/translate/freecad/548/en-hu#6501126
2018-02-07 09:42:13 +01:00
Yorik van Havre
6c2951fa12 Arch: Fixed remaining hole bug when removing windows from walls 2018-01-25 19:21:57 -02:00
Yorik van Havre
2a2414f2e2 Arch: Fixed wrong orientation and shape of window louvres 2018-01-21 20:57:35 -02:00
Yorik van Havre
7489eb1c43 Arch: Applied fix to cyclic dependency problem to windows 2017-09-02 17:24:34 -03:00
Yorik van Havre
5acfb54179 Arch: Grid command 2017-08-30 23:11:47 -03:00
Yorik van Havre
933b0b3186 Arch: Allow to build windows on any shape that contains wires 2017-08-08 20:16:06 -03:00
Karsten Merkle
858d2aa313 python3 issues 2017-07-27 23:32:38 +02:00
Yorik van Havre
acbf8a57c5 Arch: remove buggy recompute inside onChanged 2017-07-18 10:52:06 -03:00
Yorik van Havre
b17ff7b493 Arch: Add standard Arch component task panel to window task panel 2017-07-17 20:42:14 -03:00
looooo
10866d38d3 py3: Draft: string / unicode:
issue 0000995
- use optional argument to get unicode from translation in python2
- add a utf8_decode function to get unicode from string, bytes, unicode
2017-06-20 12:18:01 +02:00
Simon
03c1497892 Add opening symbols to clones of windows
The method execute must create the sshapes and vshapes objects. They must
1. exist in the cloned (parent) object (by calling the execute function)
2. and be copied to the clone object.
Then the SVG rendering in ArchSectionPlan can find it.
2017-05-27 19:49:20 -03:00
Yorik van Havre
96ab2876b5 Arch: Fixed multilayer wall colors + added control in wall creation panel + fixed default roles 2017-05-05 12:45:41 -03:00
Yorik van Havre
f264f0fd41 Arch Multimaterial 2017-05-03 11:52:24 -03:00
Yorik van Havre
f7d9d66448 Arch: Allow to set which wire cuts the hole in Arch Windows 2017-04-16 14:54:59 -03:00
Yorik van Havre
94faa9dd2b Arch: misc minor bugfixes 2017-03-08 15:55:07 -03:00
Yorik van Havre
489d080f77 Arch: Add default storey when exporting to IFC + allow all Arch objects to have Undefined role 2017-02-17 20:47:39 -02:00
Yorik van Havre
09ba0390d3 Arch: Testing opening property for windows 2017-02-14 10:07:59 -02:00