wmayer
66da83ef92
fixes 0003605: Scrolling on length inputs with Building Euro unit system has max value
2019-02-21 13:30:13 +01:00
wmayer
9d87d13dd2
fixes 0003843: registration of pointer in navigation cube/cluster is off, makes clicking difficult (fixed by garya)
2019-02-20 17:39:53 +01:00
wmayer
2e8412f684
fix position of version number in splash screen
2019-02-20 14:05:13 +01:00
Yorik van Havre
21dc8c5054
Arch: Fixed remaining encoding problems - issue #3827
2019-02-19 20:03:51 -03:00
Yorik van Havre
187988b64b
Draft: Fixed move/rotate of objects inside PArt containers - fixes #3485
2019-02-19 19:55:20 -03:00
Yorik van Havre
3fc17edb41
Draft: Removed leftovers from DraftTools in DraftGui
2019-02-19 19:53:14 -03:00
wmayer
c215a2aa2c
fix inheritance of PartPy
2019-02-19 23:21:35 +01:00
SmuSmu
acdd4b097b
Update FreeCAD_WindowsInstaller.nsi
2019-02-19 22:32:03 +01:00
SmuSmu
723f1cf2c5
parameter for silent install was wrong
...
parameter for silent install was wrong
2019-02-19 22:31:53 +01:00
wmayer
a6a9c15c4c
disable commit e3793e6c
2019-02-19 22:28:46 +01:00
wmayer
afc44af3e9
In boolean task panel show labels not internal names, fix adding/removing bodies
2019-02-19 20:49:14 +01:00
wmayer
997d1d7d51
fixes 0003846: unexpected result in building RuledSurface
2019-02-19 15:53:39 +01:00
wandererfan
dace2f39cf
Fix ShapeString attachment to Face
2019-02-19 10:32:46 -03:00
triplus
99b289e541
Start module Py2 encoding
...
https://forum.freecadweb.org/viewtopic.php?p=287690#p287600
2019-02-19 10:31:00 -03:00
wandererfan
dca9120de7
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
7642214958
Material: card tools, update csv and ods
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
9c545b1883
Material: cards, remove non standard language info
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
b80d1887c3
Material: cards, fix some card names inside the cards
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
7ab47cd6a6
Material: cards, remove spcific price values
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
328c1a937a
Material: card template, fix card name
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
80af7c6b60
Material: card template, add missing properties
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
1c44504a27
Material: card template, delete duplicate property for thermal expansion coefficient
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
a79624c6a7
Material: mat card template, adapt units from FreeCAD unit system
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
a1ba550301
Material: card tools, add missing properties
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
899f3df2fe
Material: card header, use the same header in all code files
2019-02-19 10:27:26 -03:00
Bernd Hahnebach
1b69cc58a1
Material: tools, add def to read and write a bunch of mat cards
2019-02-19 10:27:26 -03:00
wmayer
e3793e6c88
use format options when using repr() on a quantity
2019-02-19 13:46:22 +01:00
wmayer
638845a6f0
fixes 0003845: unwanted rounding for dimensions of subtractive shapes in task dialog
2019-02-19 09:50:12 +01:00
Yorik van Havre
60d6a21493
Draft: better handling of non-closing paths in SVG import - issue #2488
2019-02-18 23:22:31 -03:00
wmayer
a12f4f364f
fixes 0003823: FEM, unusable material property changing when using task panel
2019-02-18 23:26:00 +01:00
triplus
68e7975157
Icon themes support for draft tray and snap
2019-02-18 10:11:25 -03:00
wmayer
90c80f83fd
PVS: V522 There might be dereferencing of a potential null pointer 'Py::Vector2d().getCxxObject()'
2019-02-18 00:00:10 +01:00
wmayer
b842274386
PVS: V783 Dereferencing of the invalid iterator 'b' might take place.
2019-02-17 22:39:13 +01:00
wmayer
f0320d954a
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
2bb5797568
PVS: V595 The pointer was utilized before it was verified against nullptr
2019-02-17 20:55:52 +01:00
wmayer
1e343d339f
PVS: V779 Unreachable code detected. It is possible that an error is present.
2019-02-17 20:12:56 +01:00
wmayer
239c20b71f
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
493a144080
PVS: The 'then' statement is equivalent to the 'else' statement.
2019-02-17 19:52:35 +01:00
wmayer
67020fffef
PVS: V735 Possibly an incorrect HTML.
2019-02-17 19:49:06 +01:00
wmayer
ffaf1c9b76
V1028 Possible overflow. Consider casting operands, not the result
2019-02-17 19:31:02 +01:00
wmayer
f160cc7854
PVS: V773 A memory leak is possible
2019-02-17 19:17:02 +01:00
wmayer
3845350c0a
PVS: V773 A memory leak is possible
2019-02-17 18:40:06 +01:00
wmayer
f581d5c8cb
PVS: V560 A part of conditional expression is always true
2019-02-17 13:56:48 +01:00
wmayer
b52f8d1e1d
PVS: V730 Not all members of a class are initialized inside the constructor
2019-02-17 11:49:51 +01:00
wmayer
4e42e42957
PVS: Not all members of a class are initialized inside the constructor
2019-02-17 11:04:33 +01:00
wmayer
a73b10203a
fixes 0003825: file location not stored when opening/saving materials
2019-02-16 22:53:54 +01:00
furti
b8da380ef4
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
5f4deea7c9
fixes 0003794: Shortcut-Key is executed in edit field of a constraint (Combo View)
2019-02-16 21:53:23 +01:00
wmayer
36dc7b4242
issue 0003832: Editing thickness in Part or PartDesign resets join type to always being Arc
2019-02-16 16:30:46 +01:00
wmayer
7da9b674fc
issue 0003832: Editing thickness in Part or PartDesign resets join type to always being Arc
2019-02-16 15:56:46 +01:00