wmayer
e72df35bff
fix crash in SymbolChooser in case it's empty and Ok is clicked
2019-10-03 02:44:50 +02:00
wmayer
52afd8aa11
fix further file names vulnerabilities in modules
2019-10-03 02:37:25 +02:00
wmayer
a3f8d30292
fix build failure: add export mscro, add header
2019-10-03 01:32:33 +02:00
sliptonic
cf0d646fd1
Merge pull request #2565 from mlampert/feature/Path-BoundBox
...
Path: add BoundBox property to Path object
2019-10-02 08:17:26 -05:00
wmayer
37287cf9d9
fix further file names vulnerabilities in core system and Image module
2019-10-02 15:07:13 +02:00
mlampert
c0ce832a3f
Merge branch 'master' into feature/Path-BoundBox
2019-10-01 22:03:05 -07:00
wandererfan
1e5b8df2eb
[SS]Fix Integer Formatted Value
2019-10-01 20:34:11 -04:00
mlampert
12c6a529a0
Merge branch 'master' into feature/Path-BoundBox
2019-10-01 14:37:09 -07:00
wandererfan
8736681edb
[TD]Fix #4085 Win File Rename Fail
2019-10-01 17:32:44 -04:00
wandererfan
ed445718a2
[TD]Section dialog revisions & editor
2019-10-01 17:30:35 -04:00
wandererfan
83f40bd937
[TD]Prevent crash in Section if BaseView deleted
2019-10-01 17:30:35 -04:00
wandererfan
87cc310e83
[TD]Correct section view alignment
2019-10-01 17:30:35 -04:00
wandererfan
5e41f84a38
[TD]Add dumpCS function to DrawUtil
2019-10-01 17:30:35 -04:00
Markus Lampert
71bc057013
Added copyright notice to source files.
2019-09-30 22:20:54 -07:00
Markus Lampert
2ba54fe4cc
Add BoundBox property to Path, usable without a gui.
2019-09-30 18:34:57 -07:00
Markus Lampert
2520a5e159
Split walking and segmenting a path into its own class so it can be used by other algorithms, not just visualisation
2019-09-30 18:34:57 -07:00
wmayer
169eacf1ab
fix crash when switching to fullscreen, back to normal and closing the sketcher
2019-09-30 23:55:11 +02:00
wandererfan
1737d7e589
[TD]Fix Arrowhead Fill in Dims & Leaders
2019-09-29 19:56:46 -04:00
wandererfan
b06a1470be
[TD]Fix Dimension Color Regression
...
- still an issue where text looses select color if
clicked while selected
2019-09-29 19:56:46 -04:00
wandererfan
3606ce5935
[TD]Fix Integer display in s/s image
2019-09-29 19:56:46 -04:00
wmayer
8c97f81877
add escape sequence when executing as Python string
2019-09-28 23:35:08 +02:00
wmayer
375a3d4d34
fix exception handling in _ViewProviderFemResultMechanical
2019-09-28 17:06:47 +02:00
Zheng, Lei
d6ad2f09c0
Spreadsheet: fix test cases due to change in error message
2019-09-28 15:31:36 +02:00
Zheng, Lei
36f7098257
App: extend Expression syntax
...
* Support sub-object reference syntax using the following syntax,
Part.<<Box.>>.Placement
or, with sub-object label referencing
Part.<<$Cube.>>.Placement
* Extend indexing support, including range based indexing, e.g.
A1[B2+1][C3][D4:-1]
* Add new constants, None, True, true, False, false.
2019-09-28 15:31:24 +02:00
Zheng, Lei
38c47d6e95
Expression: split Expression.h to ExpressionParser.h
...
Split Expression details into a separate header to reduce recompilation
time on changes.
2019-09-28 15:30:41 +02:00
Zheng, Lei
8cbdc3ad5d
App: use Python number protocol in Expression
...
This adds support to do mul/div with matrix and vector, as well as
Python formated string with operator %.
2019-09-28 15:30:34 +02:00
luz.paz
daf96d29fd
Draft: DraftEdit.py now gets PickRadius from user preferences
...
...instead of being hardcoded.
Note: PickRadius is the proximity in pixels for picking elements in the 3D view
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=10&t=39203
2019-09-28 12:49:33 +02:00
donovaly
0124ab9387
TaskSketcher_xxx.ui: use sensible minimal heights to avoid scaling problems
...
The problem is currently that if the user collapses the solver messages, the list views get too small. The reason is that there is no proper minimal height set. See the forum thread for screenshots of the fixes.
TaskSketcherMessages.ui: remove unnecessary space (saves also vertical space on small screens)
2019-09-28 12:28:50 +02:00
donovaly
d85c82be95
remove unnecessary whitespace from general sketcher dialog
...
There is too much whitespace, see https://forum.freecadweb.org/viewtopic.php?t=37935&p=324176
2019-09-28 12:28:42 +02:00
Syres916
f083696b99
[Spreadsheet] Excel File Import fix Py3 bug
...
Please see discussion https://forum.freecadweb.org/viewtopic.php?f=3&t=39653
2019-09-28 12:13:02 +02:00
Markus Lampert
c99b621356
Fixed first screen on job creation
2019-09-27 14:29:15 +02:00
Markus Lampert
4ec9f7e281
Prevent endless loop through negative step down values in engraver.
2019-09-27 14:18:43 +02:00
markus
83dcc5f92c
Fixed engrave for non-closed wires for multi step down ops
2019-09-27 14:18:27 +02:00
markus
40d7d32d19
Added unit tests for orientWire.
2019-09-27 14:18:09 +02:00
Bernd Hahnebach
2a0dc9048b
FEM: solver frame work unit tests, improvements
2019-09-27 09:30:08 +02:00
Bernd Hahnebach
b8287fd42b
FEM: unit tests, solver framework, separate tests for each solver
2019-09-27 09:30:02 +02:00
Bernd Hahnebach
5b8d93ccaf
FEM: use femexample setup simple box static for solver framework unit test
2019-09-26 18:50:32 +02:00
Bernd Hahnebach
9ec4a1936a
FEM: frd reader, fix analysis identifier
2019-09-26 18:30:35 +02:00
Bernd Hahnebach
e036b2a530
FEM: examples manager, small fix
2019-09-26 18:30:30 +02:00
Bernd Hahnebach
a180b93038
FEM: example simple box static and frequency, add them to the example manager
2019-09-26 18:30:24 +02:00
Bernd Hahnebach
ecbba498ba
FEM: examples simple box static and frequency, move mesh from unit tests to fem examples
2019-09-26 18:30:20 +02:00
Bernd Hahnebach
4ac8d0bbe9
FEM: move setup simple box static and frequency example from unit tests to fem examples
2019-09-26 18:30:16 +02:00
Bernd Hahnebach
8eb00d7c9b
FEM: ccx unit tests, improve prints
2019-09-26 07:26:23 +02:00
Bernd Hahnebach
760cd06d44
FEM: examples, flow 1d, improve variable names
2019-09-26 07:26:17 +02:00
Bernd Hahnebach
fbea7f07bc
FEM: example thermomech flow1d, add it to the example manager
2019-09-26 07:26:12 +02:00
Bernd Hahnebach
9883b05c6f
FEM: example thermomech flow1d, move mesh from unit tests to fem examples
2019-09-26 07:26:06 +02:00
Bernd Hahnebach
f70e31b111
FEM: move setup flow 1D thermomech example from unit tests to fem examples
2019-09-26 07:26:02 +02:00
Bernd Hahnebach
32769c7536
FEM: examples, some improvements
2019-09-26 07:25:51 +02:00
Bernd Hahnebach
ce20d76000
FEM: example multimaterial two boxes, add it to the example manager
2019-09-25 21:22:19 +02:00
Bernd Hahnebach
6fdd0685ac
FEM: example multimaterial, move mesh from unit tests to fem examples
2019-09-25 21:22:12 +02:00