wmayer
bf4bf624a4
for restored view providers of a redo again call handleChildren3D() to update scene graph
2019-11-29 22:24:16 +01:00
wmayer
73aa2a23fe
fetch undo/redo stack for active MDI view, not active document
2019-11-29 20:46:38 +01:00
wmayer
5e36da5c5a
Fix some regressions in Python editor:
...
* show again asterisk when modifying the content
* show still only filename in tab when modifying from outside
2019-11-29 20:02:34 +01:00
wmayer
ead9c5c670
Build option: do not force PCL to be always enabled on Win32, add option to allow to disable it
2019-11-29 16:15:16 +01:00
0penBrain
b809867021
Improve Python compatibility
...
According remark which I agree with
2019-11-29 14:52:29 +01:00
0penBrain
0a8c73f325
Fix bad 'pt' unit definition
...
'pt' unit has been defined as 1.25 px while it is 4/3 px (~1.33 px).
Relates to issue #4200
Relates to Syres916@3db7496 (despite bug always existed, even before this commit)
Source : https://oreillymedia.github.io/Using_SVG/guide/units.html
2019-11-29 14:52:29 +01:00
donovaly
98b61485ab
InstallerStructure: update according to current state
2019-11-29 14:44:12 +01:00
triplus
37ca8cb3bc
Travis - re-enable incremental ccache builds
...
Each build job should now have an unique cache entry. This should increase the reliability and success rate for build jobs, when the maximum time limit is exceeded.
2019-11-29 14:42:57 +01:00
triplus
d2bcb7be7c
Travis - create a unique cache entry
...
https://forum.freecadweb.org/viewtopic.php?f=10&t=40324&start=30#p350421
https://docs.travis-ci.com/user/caching#caches-and-build-matrices
2019-11-29 14:42:57 +01:00
triplus
fab86e6d32
Travis - upgrade to GCC 9 and Clang 9
...
Use latest and greatest compilers in the toolchain.
2019-11-29 14:42:57 +01:00
wmayer
83ecb8a5ec
set default deflection of 0.01 when exporting shape as STL
2019-11-29 13:46:30 +01:00
wmayer
281a2772f3
Add option to copy required plugins from LibPack to build directory
2019-11-29 13:38:06 +01:00
wmayer
f7be6933fd
fix typo in German translation
2019-11-29 12:01:37 +01:00
wmayer
58fdbdc4d1
pivy: avoid possible segfault when setting None to an SoSFImage field
2019-11-28 15:44:42 +01:00
wandererfan
2efd9a133e
[TD]fix "override" compiler warnings
2019-11-27 07:31:45 -05:00
wandererfan
ba28f959af
[TD]fix assembly CS has wrong XDir
2019-11-27 07:31:45 -05:00
wandererfan
fff0029de5
[TD]correct face detection to avoid ghost faces
2019-11-27 07:31:45 -05:00
wandererfan
90702da536
[TD]Add geometry debugging tool
2019-11-27 07:31:45 -05:00
wandererfan
cefb719b6e
[TD]Add Scale to Section gui
2019-11-27 07:31:45 -05:00
wandererfan
a2390cb33f
[TD]TaskSectionView minor tune up
2019-11-27 07:31:45 -05:00
wandererfan
acc7686b83
[TD]Section Line position
2019-11-27 07:31:45 -05:00
wandererfan
54d9e04304
[TD]use XDirection to align DPGI in DPG
2019-11-27 07:31:45 -05:00
wandererfan
9381d4cb9f
[TD]Handle missing XDirection on old files
2019-11-27 07:31:45 -05:00
wandererfan
cd2764fcb9
[TD]let DVD fail gracefully
2019-11-27 07:31:45 -05:00
wandererfan
4323ca24e7
[TD]Fix detail position
2019-11-27 07:31:45 -05:00
wandererfan
92dfecea75
[TD]correct alignment of Section & Detail with Base
2019-11-27 07:31:45 -05:00
wandererfan
333b67026c
[TD] add CS3 dump
2019-11-27 07:31:45 -05:00
wandererfan
51d4c16e47
[TD]Section UI changes
2019-11-27 07:31:45 -05:00
wmayer
9898f3b242
travis - extend library search path in order to find libnglib.so at runtime
2019-11-26 17:23:29 +01:00
triplus
c5ac5e0e15
Travis - satisfy runtime dependencies
2019-11-26 15:31:57 +01:00
wmayer
79cd59723b
need further PySide2 modules for unit tests
2019-11-26 11:37:52 +01:00
wmayer
fb43b00501
[skip ci] fix SyntaxWarning: 'is not' with a literal. Did you mean '!='?
2019-11-25 16:29:56 +01:00
wmayer
298b80c53e
need PySide2.QtCore for Py3 for unit tests
2019-11-25 16:26:22 +01:00
triplus
84752715e8
Travis - fail build on unit tests failure
...
https://forum.freecadweb.org/viewtopic.php?f=10&t=40324
2019-11-24 19:10:06 +01:00
triplus
831376e453
Travis - move instead of copy and preserve space
2019-11-24 19:10:06 +01:00
triplus
ffe0173637
Travis - size information
...
https://forum.freecadweb.org/viewtopic.php?f=4&t=38657&start=50#p349018
2019-11-24 19:10:06 +01:00
wmayer
cbe161b4e4
set build dependency to netgen package
2019-11-24 16:15:25 +01:00
wmayer
f55cf3ef10
remove superfluous quotes
2019-11-24 13:31:35 +01:00
wmayer
b9fd533cac
Fix cmake report to show correct Qt version
2019-11-24 12:36:05 +01:00
wmayer
5cbf18b8bf
for point clouds set default selection style to bounding box
2019-11-23 15:46:27 +01:00
wmayer
9e93e621f9
command to create a structured points object from a unstructured points object
2019-11-22 19:48:46 +01:00
wmayer
29cd905134
when using pcl do not allow it to override compiler flags
2019-11-22 14:46:01 +01:00
asapelkin
8bc5b585c8
Used single quotes for single character in string::find algorithm, more efficient
2019-11-21 18:59:43 +01:00
asapelkin
e9814d9183
used in-built methods instead of external algoritms
2019-11-21 18:57:06 +01:00
asapelkin
f13a7627ae
used make_shared and make_unique for creating shared pointers
2019-11-21 18:51:43 +01:00
asapelkin
bbbabf99ae
removed useless std::move on const and unmovable objects
2019-11-21 17:49:57 +01:00
vocx-fc
5ee4a2e87c
Draft: PySide should be available already
2019-11-21 16:35:29 +01:00
asapelkin
e951094af9
use emplace_back instead of push_back where justified
2019-11-21 14:48:09 +01:00
Zheng, Lei
079808b816
Mesh: support multiple context in OpenGLMultiBuffer
2019-11-21 14:24:55 +01:00
Zheng, Lei
9ca9b6f3e5
Gui: fix SoFCSelection rendering when no shading
2019-11-21 12:18:36 +01:00