wmayer
529ea97cfa
fix position of version number in splash screen
2019-02-20 14:05:13 +01:00
Yorik van Havre
f048df5c6f
Arch: Fixed remaining encoding problems - issue #3827
2019-02-19 20:03:51 -03:00
Yorik van Havre
a661bbb211
Draft: Fixed move/rotate of objects inside PArt containers - fixes #3485
2019-02-19 19:55:20 -03:00
Yorik van Havre
be49b27010
Draft: Removed leftovers from DraftTools in DraftGui
2019-02-19 19:53:14 -03:00
wmayer
27e038608c
fix inheritance of PartPy
2019-02-19 23:21:35 +01:00
SmuSmu
ecb7e76a09
Update FreeCAD_WindowsInstaller.nsi
2019-02-19 22:32:03 +01:00
SmuSmu
2e9adc2cbe
parameter for silent install was wrong
...
parameter for silent install was wrong
2019-02-19 22:31:53 +01:00
wmayer
9a5a7a8866
disable commit 34264408
2019-02-19 22:28:46 +01:00
wmayer
96e6a43245
In boolean task panel show labels not internal names, fix adding/removing bodies
2019-02-19 20:49:14 +01:00
wmayer
91f8ccf7c8
fixes 0003846: unexpected result in building RuledSurface
2019-02-19 15:53:39 +01:00
wandererfan
11d0bc9e90
Fix ShapeString attachment to Face
2019-02-19 10:32:46 -03:00
triplus
90d24159aa
Start module Py2 encoding
...
https://forum.freecadweb.org/viewtopic.php?p=287690#p287600
2019-02-19 10:31:00 -03:00
wandererfan
08b7e4718f
Fix PDF orientation for ANSI B Landscape
...
- PDF exports in landscape orientation on ANSI B (Ledger) paper
were formatted as landscape, but on portrait paper orientation.
2019-02-19 10:27:59 -03:00
Bernd Hahnebach
34d8519e62
Material: card tools, update csv and ods
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
05d5e06b76
Material: cards, remove non standard language info
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
39328fd373
Material: cards, fix some card names inside the cards
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
14457379db
Material: cards, remove spcific price values
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
8d3c65e29c
Material: card template, fix card name
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
e9f7436ec3
Material: card template, add missing properties
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
194184e3cf
Material: card template, delete duplicate property for thermal expansion coefficient
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
36af5be7f8
Material: mat card template, adapt units from FreeCAD unit system
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
890629289f
Material: card tools, add missing properties
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
e6731765ff
Material: card header, use the same header in all code files
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
6c33f44419
Material: tools, add def to read and write a bunch of mat cards
2019-02-19 10:27:26 -03:00
wmayer
d1ff2b7dce
use format options when using repr() on a quantity
2019-02-19 13:46:22 +01:00
wmayer
7ee80536b3
fixes 0003845: unwanted rounding for dimensions of subtractive shapes in task dialog
2019-02-19 09:50:12 +01:00
Yorik van Havre
d9c765eba5
Draft: better handling of non-closing paths in SVG import - issue #2488
2019-02-18 23:22:31 -03:00
wmayer
99355b6fd2
fixes 0003823: FEM, unusable material property changing when using task panel
2019-02-18 23:26:00 +01:00
triplus
062206bee2
Icon themes support for draft tray and snap
2019-02-18 10:11:25 -03:00
wmayer
5d8cd9dba4
PVS: V522 There might be dereferencing of a potential null pointer 'Py::Vector2d().getCxxObject()'
2019-02-18 00:00:10 +01:00
wmayer
34da2b5d4f
PVS: V783 Dereferencing of the invalid iterator 'b' might take place.
2019-02-17 22:39:13 +01:00
wmayer
6f6107d362
PVS: V629 Consider inspecting the 'col.red() << 24' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
2019-02-17 22:27:00 +01:00
wmayer
58bcee0e04
PVS: V595 The pointer was utilized before it was verified against nullptr
2019-02-17 20:55:52 +01:00
wmayer
2f31efe4c3
PVS: V779 Unreachable code detected. It is possible that an error is present.
2019-02-17 20:12:56 +01:00
wmayer
6cb0b79e4b
PVS: V705 It is possible that 'else' block was forgotten or commented out, thus altering the program's operation logics.
2019-02-17 19:54:24 +01:00
wmayer
6f1249d989
PVS: The 'then' statement is equivalent to the 'else' statement.
2019-02-17 19:52:35 +01:00
wmayer
de34f9c135
PVS: V735 Possibly an incorrect HTML.
2019-02-17 19:49:06 +01:00
wmayer
f13b250c59
V1028 Possible overflow. Consider casting operands, not the result
2019-02-17 19:31:02 +01:00
wmayer
c6f766da03
PVS: V773 A memory leak is possible
2019-02-17 19:17:02 +01:00
wmayer
e23db2e313
PVS: V773 A memory leak is possible
2019-02-17 18:40:06 +01:00
wmayer
b2a5f47e44
PVS: V560 A part of conditional expression is always true
2019-02-17 13:56:48 +01:00
wmayer
98e13aa048
PVS: V730 Not all members of a class are initialized inside the constructor
2019-02-17 11:49:51 +01:00
wmayer
10a34e19e2
PVS: Not all members of a class are initialized inside the constructor
2019-02-17 11:04:33 +01:00
wmayer
5873d9651e
fixes 0003825: file location not stored when opening/saving materials
2019-02-16 22:53:54 +01:00
furti
35eca42fd2
Set window visibility based on wall
...
Previously windows attached to walls were not hidden or shown when the
visibility of the wall changed. This commit searches for all windows
that are based on the wall and hides or unhides them.
https://forum.freecadweb.org/viewtopic.php?f=23&t=34166
fixes 3833
2019-02-16 19:31:16 -02:00
wmayer
86b4272971
fixes 0003794: Shortcut-Key is executed in edit field of a constraint (Combo View)
2019-02-16 21:53:23 +01:00
wmayer
aae7cfb8e2
issue 0003832: Editing thickness in Part or PartDesign resets join type to always being Arc
2019-02-16 16:30:46 +01:00
wmayer
0739ad89eb
issue 0003832: Editing thickness in Part or PartDesign resets join type to always being Arc
2019-02-16 15:56:46 +01:00
wmayer
37644be1be
fixes 0003838: missing tooltip in mesh preferences dialog
2019-02-16 15:07:52 +01:00
wmayer
4d4754cfe8
fixes 0003837: missing tooltip in STEP preferences dialog
2019-02-16 14:51:42 +01:00