wmayer
319657fd72
add comment about regression in ProgressBar
2018-08-14 23:47:43 +02:00
Przemo Firszt
133fed19d2
Add boost-python to fedora spec file
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2018-08-14 00:04:08 +01:00
wmayer
30a9354f95
Improve error report about missing boost components
2018-08-13 12:00:09 +02:00
wmayer
fe6b78e638
fix MSVC warning: unreferenced local variable
2018-08-13 11:06:20 +02:00
Mark Ganson TheMarkster
176820c042
use parallel mode of BOPCheck class
2018-08-13 10:10:27 +02:00
Kyrre Sjobak
8728b3617a
Give FindNETGEN a path hint so that it ACTUALLY works with the standard Fedora 28 netgen package.
2018-08-12 20:19:01 +02:00
Kyrre Sjobak
166932b482
Give FindNETGEN a path hint so that it works with the standard Fedora 28 netgen package.
2018-08-12 20:19:01 +02:00
Kyrre Sjobak
5a7c1af40e
Give FindMEDFile a path hint so that it works with the standard Fedora 28 med-devel package.
2018-08-12 20:19:01 +02:00
paullee
91dc92331f
Add HalfTurnLeft landing stairs basic feature.
...
- HalfTurnRight, stairs alignment etc. 'fix' added in 'later version' in my local machine not yet in this commit
Discussion posts :-
https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&sid=bbca78d86eda8a6f8837fc2901d88be7#p240745
https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&start=70#p247814
2018-08-12 14:09:39 -03:00
Ryan Pavlik
9ee259a41a
Apply equivalent changes to FindPySide2Tools as FindPySideTools.
...
These are largely matching files, potential to de-duplicate them, but this
just ports the changes over for now.
2018-08-11 17:39:15 +02:00
Ryan Pavlik
b45a297428
Fix typo in FreeCadMacros.cmake
2018-08-11 17:39:15 +02:00
Ryan Pavlik
0714f6b926
Quote paths used in FindPySideTools.cmake
2018-08-11 17:39:14 +02:00
Ryan Pavlik
a08a8d658e
Fix ninja warnings about duplicate rules for Mod/Web/Init.py
...
Both Web/App and Web/Gui were copying it.
2018-08-11 17:39:14 +02:00
Ryan Pavlik
9fa22576b9
Fix ninja warnings about duplicate rules for Mod/Path/Init.py
...
Both Path/App and Path/PathSimulator/App were copying it.
2018-08-11 17:39:14 +02:00
Ryan Pavlik
6346401827
Fix policy warning with CMake (regarding "no rules to generate")
...
Fixed by using add_custom_command instead of execute_process,
with an in-place sed command included to strip timestamp just like
previous code.
2018-08-11 17:39:13 +02:00
Ryan Pavlik
b3a9bde349
Clean up and make FindPySideTools CMake module more robust
2018-08-11 17:39:13 +02:00
Ryan Pavlik
af12b35719
Add fc_target_copy_resource/fc_copy_sources build message
...
Includes optional verbosity param for tracking down "two rules for..."
ninja/etc warnings.
2018-08-11 17:39:13 +02:00
Ryan Pavlik
6cd4079a2d
Clean up and fix generate_from_py and generate_from_xml CMake macros
...
Includes native-path-usage fixing like the previous commit.
2018-08-11 17:39:13 +02:00
Ryan Pavlik
e4b770ab5e
Clean up and improve fc_copy_sources and fc_target_copy_resource CMake macros
...
The previous steps of TO_NATIVE_PATH followed by ABSOLUTE
is not meaningful or reliable: output of ABSOLUTE is always in
"cmake" path format, not native path format. Native path input to
CMake commands may not do what you want.
2018-08-11 17:39:13 +02:00
Ryan Pavlik
539dea85a2
Clean up and improve "COPY_IF_DIFFERENT" CMake macro
2018-08-11 17:39:12 +02:00
Oliver Oxtoby
62d33fc0d5
Base: Make units of PropertyQuantity settable from Python code
...
The previous implementation did not allow the unit to be set after it
is initialised by the default constructor - this fix makes it possible
to set the unit by explicitly assigning a Unit object.
2018-08-11 16:12:17 +02:00
wmayer
41f8718ef4
Fix globalPosition in Stl export
2018-08-11 15:36:08 +02:00
wmayer
17a453b6f4
compute the actual placement to apply instead of transforming the points twice
2018-08-11 14:36:50 +02:00
wandererfan
310337574e
Fix double application of Placement
...
- global placement already contains feature
placement, so multiplying aPoints by
global placement applies feature placement
twice.
2018-08-11 13:49:29 +02:00
hgutsche
1b00876014
Add library for concurremcy in >= VS2015
...
revert conditional in Points.cpp (i.e. reactivate parallel handling)
2018-08-11 11:55:51 +02:00
Sviatoslav Sydorenko
9eb9fe1e0b
🚑 🐛 Don't install doc/freecad.qch with no GUI
2018-08-11 11:39:27 +02:00
Markus Lampert
5ad9eaa81c
Set Operation's view object proxy to 0 to let the framework use the c++ implementation.
2018-08-11 11:35:47 +02:00
Markus Lampert
9082bcc0f9
Use TC of last operation of a job - bring up dialog if it's the first op of a job.
2018-08-11 11:25:46 +02:00
wandererfan
dbaff50edb
Fix Dimension update on DPG Scale Change
2018-08-11 11:24:13 +02:00
wandererfan
2dd9e67887
Expose findCentroid to Python
2018-08-11 11:24:12 +02:00
wandererfan
20247dd88f
Fix QGIVP boundingRect
2018-08-11 11:24:12 +02:00
wandererfan
c0c36138d7
Allow circular BSplines to be dimensioned
2018-08-11 11:24:12 +02:00
Yorik van Havre
b172c234a8
Arch: Initial support to export quantities to IFC
2018-08-10 18:37:13 -03:00
Yorik van Havre
ebe0d1aa76
Arch: Import/export Site data (longitude, latitude, etc..) to/from IFC
2018-08-10 17:08:20 -03:00
Yorik van Havre
c1ba8228fd
Arch: Support for IfcElementAssembly
2018-08-10 13:08:27 -03:00
Markus Lampert
9dbeb6f2b1
Added vertical/horizontal support for SurfaceOfRevolution.
2018-08-10 10:43:33 -03:00
Markus Lampert
3de432649a
Fixed Cancel of job selection - abort op creation.
2018-08-10 10:43:33 -03:00
Markus Lampert
574d184fc3
Use the job that matches the current selection - iff only one job fits that description.
2018-08-10 10:43:33 -03:00
Yorik van Havre
c078c4a448
Removed non-printable character at line 1
2018-08-10 10:41:50 -03:00
paullee
79df4134b0
1. Fixed typo in previous commit (item 3)
...
2. Added URL of discussion post / thread
3. Previous commit - Added Landing Depth Control to ArchStairs
Discussion:-
https://forum.freecadweb.org/viewtopic.php?f=23&t=29358#p240197
https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&start=70#p249409
https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&start=70#p249498
2018-08-10 10:41:50 -03:00
paullee
0e6ec613f0
Add Control Landing Depth
2018-08-10 10:41:50 -03:00
wmayer
d1acaa09da
avoid linker errors with >= VS 2015
2018-08-09 23:53:12 +02:00
Markus Lampert
ecc9725a56
Revert "Get the outline of the syntesized shape for PocketShape before extruding."
...
This reverts commit 7f87e71896e340e184265cb8972fc4392b33ace8.
2018-08-09 17:24:37 -03:00
wmayer
2d2aaac130
example using C++ API of FreeCAD in external application
2018-08-09 22:12:18 +02:00
wmayer
e532f3fd88
for Qt5 no explict event processing after creating a 3d view
2018-08-09 18:57:21 +02:00
wmayer
e60d0027a2
add some convenience methods for initialization process
2018-08-09 18:41:40 +02:00
wmayer
49e9154b40
quit event loop after closing main window if not started by an extern host application
2018-08-09 17:03:01 +02:00
wmayer
d3b69b582d
improve handling as library if used by another application
2018-08-09 17:01:46 +02:00
wmayer
f3a0b519c9
fix typo
2018-08-09 17:00:41 +02:00
wmayer
e6b5a5fb14
suppress -Wcast-function-type for swig code
2018-08-08 18:18:53 +02:00