Adrian Schröter
92e697b039
fix syntax error for python3
2018-04-18 10:05:49 -03:00
Yorik van Havre
c9267afc3b
Arch: Fixed wrong wall base wire orientation
2018-04-17 11:58:30 -03:00
Yorik van Havre
ef9a411318
Arch: Fixed leftover encoding bug (backported to 0.17)
2018-04-17 11:18:23 -03:00
luz.paz
92ae691974
Revert changes per yorik
2018-04-17 10:16:28 -03:00
luz.paz
f18e217a64
Arch: Residual trailing \n chars removed from translate()
2018-04-17 10:16:28 -03:00
luz.paz
1d04002c3b
Arch: translation fixes
...
Adding Arch WB translation string corrections/refinements
2018-04-17 10:16:28 -03:00
looooo
cdcb3bec4a
PySide2: qApp -> QApplication
2018-04-14 10:40:31 +02:00
Yorik van Havre
b6fbecb3cb
Arch: Fixed wall clone icon
2018-04-11 10:55:37 -03:00
Yorik van Havre
94ca74d4ac
Arch: Added blocking system to walls
2018-04-11 10:55:37 -03:00
Yorik van Havre
6533bcbc8f
Arch: small bugfix in Rebar
2018-04-10 14:39:53 -03:00
Yorik van Havre
d0651ba51f
Arch: Fixed bug in WebGL exporter
2018-04-02 13:43:29 -03:00
Yorik van Havre
46fd41d70a
Merged translations from crowdin
2018-03-26 18:52:02 -03:00
Yorik van Havre
9be061635c
Arch: Fixed adding/removing of windows in walls
2018-03-26 13:11:38 -03:00
Yorik van Havre
4108674c66
Arch: Fixed window transparency bug
2018-03-22 13:08:42 -03:00
Yorik van Havre
c40939683a
Arch: Small bugfix in Axis position
2018-03-16 17:21:14 -03:00
Yorik van Havre
b7c050f23b
Arch: Fixed not working addition/subtraction in components
2018-03-14 13:44:10 -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
c5752a3013
Arch: Fixed translation bug in merge walls command
2018-03-06 18:58:57 -03:00
Yorik van Havre
89444a8b93
Arch: Fixed bug in windows transparency
2018-03-06 11:17:44 -03:00
Yorik van Havre
0f7fdd0145
Arch: Fixed translations bug
2018-03-05 16:47:01 -03:00
Yorik van Havre
6720be82bf
Arch: small bugfix in floors
2018-03-02 19:08:46 -03:00
Yorik van Havre
cddc22f24e
Arch/Draft: Less clutter in output window
2018-03-02 12:29:58 -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
143b89c8f3
Applied latest translations from crowdin
2018-02-21 14:25:31 -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
Yorik van Havre
c51abf803f
Arch: Fixed bug in component icon
2018-02-09 10:37:01 +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
1e1d10ef39
Arch: Fixed CTH profiles - fixes #2826
2018-01-12 14:07:46 -02:00
Yorik van Havre
efa2ad0d05
Arch: Fixes in IFC exporter
2018-01-10 12:10:32 -02:00
Yorik van Havre
9338660f83
Arch: Better grouping of common Arch properties
2018-01-09 21:55:14 -02:00
Yorik van Havre
e201463770
Arch: Fixed bug in MoveWithHost system
2018-01-09 21:50:24 -02:00
Amritpal Singh
7f0368fbd9
Export FreeCAD Rebar properties to IFC file and refactored code
2018-01-07 18:10:39 -02:00
Yorik van Havre
f9a45ec496
Arch: Fixed some missing objects in IFC export
2018-01-05 20:04:40 -02:00
Yorik van Havre
aa46c72c6e
Arch: Fixed wrong placement of structures
2018-01-05 20:04:13 -02:00
luzpaz
5f33f574a8
Crowdin: Removing whitespace from widgets
...
Modified the code so that the whitespace was hardcoded since translators on Crowdin weren't adding the whitespace. Please review if correct.
+ found some other typos/grammar issues along the way.
CC @yorikvanhavre
2018-01-01 17:52:12 +01:00
Daniel Burr
fd1d397480
Copy mesh data directly into the numpy arrays instead of creating a temporary local copy in order to save memory when dealing with very large meshes
2017-12-31 15:01:44 +01:00
Daniel Burr
51ab4828c6
Fix insane memory usage when exporting Meshes to Collada format - MeshPy::getTopology() is an expensive function (since it iterates over all Points and Facets) and therefore it should not be called repeatedly
2017-12-31 15:01:44 +01:00
luzpaz
a0d53e5fee
Arch: Typos
...
Source comment documentation typos + misc.
2017-12-25 11:01:30 +01:00
Unknown
e3eca59173
Misc. typo fixes
...
Various workbenches
2017-12-23 14:30:30 +01:00
Yorik van Havre
f3c4721772
Arch: Fixed missing walls in IFC export
2017-12-17 16:32:18 -02:00
Yorik van Havre
bbdab351ac
Arch: bugfix in Panel in non-GUI mode
2017-12-16 10:06:11 -02:00
Yorik van Havre
64800bc322
Arch: Fixed wrong wall/structure extrusion direction
2017-12-16 09:43:02 -02:00
Yorik van Havre
2c0bb8d341
Arch: fixed Arch Material not working in console mode
2017-12-15 16:06:42 -02:00
Yorik van Havre
88e953d154
Arch: Bugfix in stairs
2017-12-15 16:05:06 -02:00