wmayer
b440dc830b
behave like standard Python interpreter in console mode if no file name is passed
2018-04-21 16:42:54 +02:00
Peter Lama
68f25713d3
Fix finding boost python >= 1.67
...
Boost >= 1.67 requires a version suffix (on macOS at least)
2018-04-21 11:24:36 +02:00
wmayer
3c9e6b038e
fix requesting boost python component for version >= 1.67.0
2018-04-21 11:12:45 +02:00
wmayer
52443a1b1b
fix minor uic warning
2018-04-20 17:00:29 +02:00
Yorik van Havre
10e33d03f8
Active container (light gray) and edit (yellow) colors in Tree view are now changeable in prefs->display->colors
2018-04-19 18:25:48 -03:00
Jan Beich
869b5c8918
Explicitly link against -lpthread on Unix
...
/usr/bin/ld.lld: error: undefined symbol: pthread_condattr_init
>>> referenced by src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp
>>> src/3rdParty/salomesmesh/CMakeFiles/SMESH.dir/src/SMESH/SMESH_Mesh.cpp.o:(boost::condition_variable::condition_variable())
/usr/bin/ld.lld: error: undefined symbol: pthread_condattr_setclock
>>> referenced by src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp
>>> src/3rdParty/salomesmesh/CMakeFiles/SMESH.dir/src/SMESH/SMESH_Mesh.cpp.o:(boost::condition_variable::condition_variable())
/usr/bin/ld.lld: error: undefined symbol: pthread_condattr_destroy
>>> referenced by src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp
>>> src/3rdParty/salomesmesh/CMakeFiles/SMESH.dir/src/SMESH/SMESH_Mesh.cpp.o:(boost::condition_variable::condition_variable())
2018-04-19 15:38:37 +02:00
wmayer
6ac274b081
minor fixes in FindPyCXX check
2018-04-18 19:52:43 +02:00
wmayer
01a26172c2
disable Py::Exception(const std::string&) constructor as it will be removed in future PyCXX versions
2018-04-18 19:45:07 +02:00
wmayer
840c9e8b3c
prepare for PyCXX 7.0
2018-04-18 19:20:50 +02:00
Yorik van Havre
c4aaef4033
fixed missing py2 case
2018-04-18 10:05:49 -03:00
Adrian Schröter
04a8bf6a29
fix syntax error for python3
2018-04-18 10:05:49 -03:00
Adrian Schröter
5b744ae05b
fix runtime error creating a wire from string with python3
...
Tested against version 0.17
2018-04-18 10:05:49 -03:00
wmayer
3297399542
fix possible crash when saving preferences
2018-04-17 19:44:26 +02:00
wmayer
5326d15ed2
improve handling if PySide(2) is not installed
2018-04-17 19:10:01 +02:00
Yorik van Havre
c16813f4e8
Arch: Fixed wrong wall base wire orientation
2018-04-17 11:58:30 -03:00
Yorik van Havre
9551e2bf7d
Part: Added icon to Simple Copy command
2018-04-17 11:39:07 -03:00
Yorik van Havre
514058a023
Arch: Fixed leftover encoding bug (backported to 0.17)
2018-04-17 11:18:23 -03:00
Yorik van Havre
4f1c3a9714
Draft: Fixed snapping to shapes inside a moved Part container - fixes #3392
2018-04-17 11:14:40 -03:00
Peter Lama
72d334d867
Fix #3426 : Hierarchical step export not working with occt 7.2
2018-04-17 10:19:52 -03:00
looooo
18a7bad3bd
py3: fem: some additional fixes
2018-04-17 10:18:32 -03:00
Yorik van Havre
e6727e8062
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2018-04-17 10:17:10 -03:00
luz.paz
5293cede21
Revert changes per yorik
2018-04-17 10:16:28 -03:00
luz.paz
25b58a1a8c
Arch: Residual trailing \n chars removed from translate()
2018-04-17 10:16:28 -03:00
luz.paz
90c6689722
Arch: translation fixes
...
Adding Arch WB translation string corrections/refinements
2018-04-17 10:16:28 -03:00
wmayer
c582b069ba
fix compiler warnings with py3 and msvc
2018-04-16 18:24:53 +02:00
wmayer
a29e8725b4
fix compiler warnings with Py3
2018-04-16 13:51:04 +02:00
wmayer
6858146c8a
don't make existence of PySide2 mandatory
2018-04-16 13:50:38 +02:00
wmayer
7ed84a6590
workaround for bug in VS 2013 that occurs at Python init time
2018-04-15 19:05:06 +02:00
wmayer
4adeb7702d
extend API of smooth command to allow to run different algorithms
2018-04-14 18:44:03 +02:00
DeepSOIC
8a7525f620
PartDesign: fix #2758 Datum Point persistence, again
2018-04-14 15:48:56 +02:00
looooo
cab320be4b
py3: addon-manager
2018-04-14 10:40:31 +02:00
looooo
d977014992
py3: fix dxf import
2018-04-14 10:40:31 +02:00
looooo
be5ea8391c
PySide2: qApp -> QApplication
2018-04-14 10:40:31 +02:00
looooo
0bd9f17baf
py3: port ship to py3 imports
2018-04-14 10:40:31 +02:00
triplus
f3a514b44b
Deploy Travis builds to 0.18
...
https://forum.freecadweb.org/viewtopic.php?p=227147#p227242
2018-04-13 09:44:30 -03:00
DeepSOIC
646111495d
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
04a7f566fe
Merge pull request #1402 from luzpaz/drafttools-fix-newline
...
Follow-up fix for e0161f4652
2018-04-12 13:22:19 -03:00
luz.paz
1207b56814
Follow-up fix for e0161f4652
...
e0161f4652
ref: e0161f4652 (commitcomment-28542412)
2018-04-12 09:37:40 -04:00
Yorik van Havre
d96cc9dbd4
Arch: Fixed wall clone icon
2018-04-11 10:55:37 -03:00
Yorik van Havre
50ef6e1747
Arch: Added blocking system to walls
2018-04-11 10:55:37 -03:00
WandererFan
f95117c706
Sync TechDraw what's this with Wiki page names
2018-04-11 10:53:42 -03:00
WandererFan
973e0e4bdd
Align TechDraw menu and toolbars
2018-04-11 10:53:42 -03:00
luz.paz
e0161f4652
[For v0.18]Draft: add translation() + move \n out of translation strings
2018-04-11 10:51:13 -03:00
luz.paz
0884b353a6
[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
7101d9a89d
Arch: small bugfix in Rebar
2018-04-10 14:39:53 -03:00
Alexander Pravdin
2400fe64b4
Draft: dimension and extension lines overshoots
2018-04-10 19:28:40 +02:00
sliptonic
8aba6f1d5a
Path: Reword menu items from 'partial' to 'supplemental'
...
fixes #3383
2018-04-10 19:22:44 +02:00
lorenz
f0a91a89ee
python3: ConfigParser -> RawConfigParser
...
"%"-symbol makes problems with python3
2018-04-10 15:12:24 +02:00
wmayer
130c44521f
start v0.18 development
2018-04-10 13:03:26 +02:00
sL1pKn07
018b41032a
[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