Commit Graph

15972 Commits

Author SHA1 Message Date
wmayer
1308a02c83 when restoring object then only expand single items, not its parent items 2019-02-24 00:37:53 +01:00
wmayer
03d7070e58 Undo/Redo of renaming an object via context-menu 2019-02-23 22:26:21 +01:00
wmayer
f44672ff09 fixes 0003807: STEP export with BaseFeature does not hide BaseObject 2019-02-23 19:43:35 +01:00
wmayer
d0db1daff7 fixes 0003848: Preferences dialog not fully visible 2019-02-23 16:28:39 +01:00
wmayer
ce975cef2a avoid using hard-code precision when writing double to streams 2019-02-23 14:58:41 +01:00
wmayer
55781c5ee8 Fix precision of NumberExpression when writing to a string (reverts 4d3329edd8)
See also: https://forum.freecadweb.org/viewtopic.php?f=3&t=34392
2019-02-23 14:34:14 +01:00
wmayer
f7704607a0 fixes 0003524: The PartDesign hole feature should respect the Reverse property and provide a checkbox in the panel 2019-02-22 21:10:05 +01:00
wmayer
2f359cbee1 correctly handle again NotImplementedError in Python view providers 2019-02-22 13:26:33 +01:00
wandererfan
fa5fb1ea9c Fix bad highlight position in Detail from ProjGroup 2019-02-22 11:55:21 +01:00
wandererfan
19548b7d2f Fix Selection center marks
- CenterMarks were difficult to select due to small
  pick radius.  Pick radius is now an adjustable
  parameter.
2019-02-22 11:55:21 +01:00
wandererfan
b1e8eee9d2 Allow Section of unfused Source
- ViewSection required Source shapes to be fused before performing
  the section cut.  This caused some Edges to not be shown in the
  result.  An option to not fuse the Sources has been added.
2019-02-22 11:55:20 +01:00
wmayer
b5bae6cb43 fixes 0003819: no proper input for contact stiffness 2019-02-22 11:51:57 +01:00
wmayer
115ef60a9c fix creation of filter list for export dialog 2019-02-21 23:03:47 +01:00
Bernd Hahnebach
d8d01f1c4d Material: card tools, update csv and ods 2019-02-21 21:53:04 +01:00
Bernd Hahnebach
c7531ec6cf Material: cards, some fixes in generic cards 2019-02-21 21:53:04 +01:00
wmayer
83d56d6250 fixes 0003805: After 'Create a hole with the selected sketch' the model disappears 2019-02-21 18:49:00 +01:00
wmayer
cb6f65ac6c fixes 0003694: Part->Boolean->Cut should show error message if a non-solid (Shell, etc.) is selected 2019-02-21 16:55:59 +01:00
Bernd Hahnebach
d2557c66bd Material: cmake, add the new generic cards 2019-02-21 13:51:44 +01:00
Bernd Hahnebach
1758a74454 Material, card tools, update csv and ods 2019-02-21 13:51:44 +01:00
donovaly
607c8cc33a Material: cards, fix name and licence of the new cards 2019-02-21 13:51:44 +01:00
donovaly
617af018e7 Material: cards, add some new cards 2019-02-21 13:51:43 +01:00
donovaly
d807c8610f Material: cards, add some properties to some cards 2019-02-21 13:51:43 +01:00
donovaly
0e1f914bb9 Material: card tools, add some cards and change properties of some cards by adding csv and ods files 2019-02-21 13:51:43 +01:00
Bernd Hahnebach
212458a8ea Material: editor, sort cards in combo box 2019-02-21 13:51:43 +01:00
Bernd Hahnebach
a53ffb729c Material: editor, some comments 2019-02-21 13:51:43 +01:00
Bernd Hahnebach
4af93b326e Material: card parser, more important comments 2019-02-21 13:51:43 +01:00
Bernd Hahnebach
e3b567bf5c Material: template card, fix some properties 2019-02-21 13:51:42 +01:00
wmayer
5c4ad9eeac fixes 0003605: Scrolling on length inputs with Building Euro unit system has max value 2019-02-21 13:30:13 +01:00
wmayer
d82e7e736d 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
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