Commit Graph

19415 Commits

Author SHA1 Message Date
wmayer
4e02de80c0 Inspection: multi-threaded calculation 2020-01-29 11:55:49 +01:00
Dion Moult
8ef469a60a Fix sign of long/lats 2020-01-29 09:33:43 +01:00
M G Berberich
15bef3283f [Draft]fix circular array python2
There was semantic change of the division operator ‘/’
from python2 to python3. This fix makes the circular array
work with python2 correctly.
See PEP 238
2020-01-29 09:33:24 +01:00
carlopav
21f8b80f55 [Draft] Context menu bugfix
If "Line" is not translated, the menu is not appended
2020-01-29 09:32:52 +01:00
Bernd Hahnebach
2f0208ba06 FEM: ccx writer, fix typo in contact surface writer 2020-01-29 08:37:42 +01:00
donovaly
922c955218 [TD] fix regression with line width I introduced today 2020-01-28 21:07:49 -05:00
wmayer
f22e1eb32c Inspection: [skip-ci] const correctness 2020-01-28 19:20:09 +01:00
donovaly
e148a08b0e [TD] disable the frame parameters if there is no frame
see https://forum.freecadweb.org/viewtopic.php?f=35&t=42747&start=10#p363768 following
2020-01-28 12:42:13 -05:00
donovaly
853dc6d884 [TD] improve RichAnno and LeaderLine dialog
see: https://forum.freecadweb.org/viewtopic.php?f=35&t=42746&p=364126#p364126
2020-01-28 12:40:56 -05:00
wmayer
81b50bf70e Gui: [skip-ci] disable cancel button of progress dialog if operation cannot be aborted 2020-01-28 13:48:59 +01:00
Yorik van Havre
5c39f3e035 OpenSCAD: Fixed cmake file 2020-01-28 12:23:09 +01:00
Yorik van Havre
f52dfad5fa OpenSCAD: Add warning if PLY module is not found 2020-01-28 12:22:08 +01:00
KeithSloan
4802ef3522 Add GDML Workbench to AddonManager 2020-01-28 12:15:55 +01:00
KeithSloan
7e9a45d2bb Remove ply from OpenSCAD directory as installed as part of FreeCAD 2020-01-28 12:15:55 +01:00
Dion Moult
24c7ceb309 Import transparent and IFC4 colours 2020-01-28 12:14:10 +01:00
triplus
0b2251a88e Reduce demo icon theme
Mitigate an issue with scaled icons as discussed:
https://forum.freecadweb.org/viewtopic.php?f=10&t=28838&p=363487#p363487
2020-01-28 12:08:11 +01:00
vocx-fc
8eb56228cf Draft: plane proxy by default saves the state and view 2020-01-28 11:59:36 +01:00
wandererfan
83349d9b7e [TD]add missing letter to parameter string 2020-01-27 19:19:17 -05:00
wandererfan
90964f763b [TD]paint on RTA feature change 2020-01-27 15:42:48 -05:00
wandererfan
4827717884 [TD]update VP property changes immediately 2020-01-27 15:42:48 -05:00
wandererfan
6029d629be [TD]update leaderline immediate when props change 2020-01-27 15:42:48 -05:00
Bernd Hahnebach
3f5234c357 FEM: unit tests, temporary deactivate nonlinear material writing test 2020-01-27 21:34:20 +01:00
UR-0
67d44305cd FEM: ccx writer, delete space in input file 2020-01-27 18:13:47 +01:00
UR-0
98ef4ef510 FEM: sort icons resources file 2020-01-27 18:13:38 +01:00
Bernd Hahnebach
7ea6039586 FEM: fenics export, remove u from print messages 2020-01-27 18:12:56 +01:00
joha2
42c40bf038 FEM: mesh: XML fenics mesh export fixed
Co-authored-by: qingfengxia <qingfeng.xia@gmail.com>
2020-01-27 18:08:10 +01:00
donovaly
f44eeae863 [TD] Use PropertyLength for LineWidths
- contributed by @uwe

- also assure that the LineStyle is restricted to the range 0-5

fix another conversion routine mistake
2020-01-27 09:09:25 -05:00
wandererfan
bfe865579b [TD]delete extraneous definition 2020-01-27 08:02:29 -05:00
wandererfan
79d5d35eb1 [TD]Preferences: reorganize and add missing 2020-01-27 08:02:29 -05:00
wandererfan
53f4c8581b [TD]fix LeaderLine tooltipe 2020-01-27 08:02:29 -05:00
wandererfan
e2a81c78cb [TD]fix AutoHorizontal not applied after creation 2020-01-27 08:02:29 -05:00
MA-LAPTOP\apeltauer
7a8ac5bc49 make some header include adoption for open cascade 7.4.0 2020-01-27 10:15:32 +01:00
carlopav
5e22086d71 [Draft] Autogroup bugfix 2020-01-27 10:12:02 +01:00
Adrian Schröter
68a3729422 Find uic and rcc on openSUSE
openSUSE (and most likely other distributions) is renaming uic and rcc
to avoid file conflicts with Qt4.

Prefer these if they exist
2020-01-27 10:09:15 +01:00
triplus
6efbf14126 Improve TabBar stylesheets support 2020-01-27 10:08:40 +01:00
triplus
5eb1ca4308 Sketcher - improve text readability on dark themes
https://forum.freecadweb.org/viewtopic.php?f=34&t=40493
2020-01-27 10:08:07 +01:00
carlopav
c5f2845eb5 [Draft] Reorganize menu & toolbars
According to what experimented in BIM WB.
2020-01-27 10:06:33 +01:00
0penBrain
43b9900964 Fix XPM height of 'Not attached' overlay icon 2020-01-27 10:06:03 +01:00
0penBrain
e49d553f1f [NaviCube]Add 'NaviStepByTurn' parameter to 'View' preferences 2020-01-27 10:05:41 +01:00
0penBrain
0ead4c5946 [NaviCube]Fix error when 'NaviStepByTurn' parameter value leads to non-integer angle increment step 2020-01-27 10:05:41 +01:00
Bernd Hahnebach
7eca87584c FEM: solver elmer, workaround for result reading 2020-01-27 07:42:49 +01:00
donovaly
39be11c459 [TD] reduce scaling increment
see https://forum.freecadweb.org/viewtopic.php?f=35&t=42780
2020-01-26 19:30:02 -05:00
sliptonic
d985809b6f Merge pull request #2941 from realthunder/PathFix
Path: fix missing header
2020-01-26 08:56:48 -06:00
Zheng, Lei
8f0ac8f49b Path: fix missing header 2020-01-26 11:57:50 +08:00
wandererfan
56c549290a [Gui]fix missing #includes 2020-01-25 20:20:04 -05:00
sliptonic
40479913bd Merge pull request #2928 from realthunder/PathFix
Path: fix b-spline discretization problem
2020-01-25 17:21:39 -06:00
wmayer
6e127f0ad1 Gui: activate ProgressDialog 2020-01-25 16:31:30 +01:00
wmayer
ebaadc50b2 Gui: [skip-ci] fix several problems with ProgressBar when using in a thread because the slots of its base class are invoked instead 2020-01-25 16:20:21 +01:00
wmayer
169e290b86 Gui: [skip-ci] rename Sequencer to SequencerBar 2020-01-25 16:06:29 +01:00
wmayer
3c04ab6a6c Gui: [skip-ci] allow user to sort elements in parameter editor by name/type/value 2020-01-25 15:28:38 +01:00