Commit Graph

13538 Commits

Author SHA1 Message Date
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
wmayer
75c2f9ddbf fix compiler warnings with Py3 2018-04-16 13:51:04 +02:00
wmayer
53f54b62f3 don't make existence of PySide2 mandatory 2018-04-16 13:50:38 +02:00
wmayer
1b5995d787 workaround for bug in VS 2013 that occurs at Python init time 2018-04-15 19:05:06 +02:00
wmayer
0c394ff352 extend API of smooth command to allow to run different algorithms 2018-04-14 18:44:03 +02:00
DeepSOIC
350d2320bc PartDesign: fix #2758 Datum Point persistence, again 2018-04-14 15:48:56 +02:00
looooo
d4a48c186c py3: addon-manager 2018-04-14 10:40:31 +02:00
looooo
daaea71987 py3: fix dxf import 2018-04-14 10:40:31 +02:00
looooo
cdcb3bec4a PySide2: qApp -> QApplication 2018-04-14 10:40:31 +02:00
looooo
ed201c9513 py3: port ship to py3 imports 2018-04-14 10:40:31 +02:00
triplus
ff2574fdf6 Deploy Travis builds to 0.18
https://forum.freecadweb.org/viewtopic.php?p=227147#p227242
2018-04-13 09:44:30 -03:00
DeepSOIC
73fc672909 App: fix py return of propertyLinkSubList
fixes #0002602

Now, it won't bunch up same object entries if they are not adjacent. I.e., same object  can appear twice and more, for example:
[(object1, ('Edge2', 'Edge3')), (object2, ('Edge1',)), (object1, ('Edge4', 'Edge5'))]

Complete bunching causes information loss, and it's impossible to fix the bug with keeping the bunching complete.
2018-04-13 09:42:26 -03:00
Yorik van Havre
0f869c179b Merge pull request #1402 from luzpaz/drafttools-fix-newline
Follow-up fix for ceeb05de9a
2018-04-12 13:22:19 -03:00
luz.paz
cb1613f3f9 Follow-up fix for ceeb05de9a
ceeb05de9a99ad8f826409d58231f02fd8013548
ref: ceeb05de9a (commitcomment-28542412)
2018-04-12 09:37:40 -04: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
WandererFan
f4ffecee89 Sync TechDraw what's this with Wiki page names 2018-04-11 10:53:42 -03:00
WandererFan
a683b7a89d Align TechDraw menu and toolbars 2018-04-11 10:53:42 -03:00
luz.paz
19bd7a8f4c [For v0.18]Draft: add translation() + move \n out of translation strings 2018-04-11 10:51:13 -03:00
luz.paz
6fe582d7a8 [For v0.18]PartDesign: translation fixes
ref: https://crowdin.com/translate/freecad/564/en-sv#6502053
[skip ci]
2018-04-11 10:49:56 -03:00
Yorik van Havre
6533bcbc8f Arch: small bugfix in Rebar 2018-04-10 14:39:53 -03:00
Alexander Pravdin
c12d2dd48c Draft: dimension and extension lines overshoots 2018-04-10 19:28:40 +02:00
sliptonic
09dc901861 Path: Reword menu items from 'partial' to 'supplemental'
fixes #3383
2018-04-10 19:22:44 +02:00
lorenz
7dfb83d250 python3: ConfigParser -> RawConfigParser
"%"-symbol makes problems with python3
2018-04-10 15:12:24 +02:00
wmayer
b01b2ef707 start v0.18 development 2018-04-10 13:03:26 +02:00
sL1pKn07
6674467254 [For v018] Fix build with Qt5 beta
Seems need add some headers for build with incoming Qt 5.11 (Tested with 5.11.0beta2)
2018-04-10 12:59:41 +02:00
wmayer
8a16eec936 fixes #0003424: 'basic_string::_M_construct null not valid' when opening a v0.16 project with v0.17 2018-04-10 10:51:34 +02:00
wmayer
64df82eebf fixes #0003421: Duplicate workbench message 2018-04-06 10:48:37 +02:00
Yorik van Havre
3b9b1c6cc8 Merge pull request #1396 from berndhahnebach/bhbdev141
[0.17] FEM fix crash in vtk mesh builder
2018-04-05 10:44:52 -03:00
Bernd Hahnebach
5337d7af9a FEM: vtk result export, better error message 2018-04-05 08:21:48 +02:00
Bernd Hahnebach
11c8a956c4 FEM: vtk mesh builder, add some logs and code improvements 2018-04-05 08:21:44 +02:00
Bernd Hahnebach
6ab1fd5e9b FEM: vtk mesh builder, fix crash if SMESH grid has node gaps 2018-04-05 08:19:59 +02:00
DeepSOIC
ba069d9125 PartDesign: fix #0002758 Datum point moves to (0,0,0) when reopening the file
OCC has a peculiarity, that when saving single vertexes, it burns in placement into vertex coordinates. In loaded shape, Placement is zero. This caused datum point placement reset to zero, and its shape had nonzero  coordinates.

This fix keeps placement property from resetting, and reconstructs a new vertex upon load.
2018-04-04 17:43:15 +02:00
Pawel Bogut
033f1de1c3 Gmsh path detection fix for Python3 on Linux 2018-04-04 17:17:38 +02:00
wmayer
f04d4430aa improve exception handling in ViewProviderBody::dropObject 2018-04-04 17:14:21 +02:00
wmayer
24eb8eec9b chamfer size must be greater than zero 2018-04-04 16:25:11 +02:00
wmayer
130885c010 fixes #0003416: Crash on draft operation for a face 2018-04-04 16:09:15 +02:00
wmayer
399d423d65 fix NSIS scripts 2018-04-04 11:53:11 +02:00
Yorik van Havre
d17ce2dcb5 Draft: Fixed possible bug when removing trackers 2018-04-03 13:30:11 -03:00
wmayer
8f3e7d4c6d Add Ext directory to installer 2018-04-03 10:39:09 +02:00
Bernd Hahnebach
2805cbcd9c FEM: fenics mesh, trailing white spaces 2018-04-03 07:00:19 +02:00
joha2
a4316faa8e FEM: Fenics mesh issue #0003038: xml import fixed 2018-04-03 06:56:55 +02:00
Yorik van Havre
d0651ba51f Arch: Fixed bug in WebGL exporter 2018-04-02 13:43:29 -03:00
tomate44
4bc8bd178f add comments 2018-04-02 15:51:39 +02:00
tomate44
7aca082cb5 fix crash when boundary edges are not ordered 2018-04-02 15:51:16 +02:00
Zheng, Lei
2cbc7232f3 PropertyContainer: fix false hit when searching property
PropertyContainer uses a static member of type PropertyData to register
static properties. PropertyData uses a short variable to record the
offset of the property against its container.

Because of possible 'short' truncation, when searching of property that
in fact is from another container, we must check if the pointer within
boundary. Otherwise, truncation will result in effectively random
number, and possibly causing a false hit.
2018-04-02 14:17:16 +02:00
wmayer
32e0f51d04 fix failing unit tests by using adaptive delte value 2018-04-02 14:04:32 +02:00
wmayer
9b4b153ead MDIView: remove from parent before close 2018-04-02 13:43:35 +02:00