Bernd Hahnebach
323e0833b6
Material: cards and templates, sort and move all general group attributes
2019-03-02 18:13:06 +01:00
Bernd Hahnebach
08c48c8524
Material: cards and templates, sort and move all cost group attributes
2019-03-02 18:13:05 +01:00
Bernd Hahnebach
75b5f249ab
Material: card tools headers, add missing property polish name
2019-03-02 18:13:05 +01:00
Bernd Hahnebach
ac304ebd22
Material: card tools headers, delete old depretiated property enlargen
2019-03-02 18:13:05 +01:00
wmayer
acee9433f0
fix restoring sketch
2019-03-02 16:23:40 +01:00
wmayer
5ae635ac64
fix various flaws detected by PVS
2019-03-01 22:52:41 +01:00
Yorik van Havre
bd93bd2494
Merged crowdin translations
2019-02-28 21:53:37 -03:00
wmayer
f950dc0d7a
fix -Winconsistent-missing-override
2019-02-28 23:30:56 +01:00
wmayer
19982cfdd7
fix -Winconsistent-missing-override
2019-02-28 23:17:20 +01:00
wmayer
f0a1c43dbf
fix -Winconsistent-missing-override
2019-02-28 22:55:46 +01:00
wmayer
a392ac9939
fix typo in German translation
2019-02-28 22:15:55 +01:00
wmayer
140979a278
fix saving view provider attributes for Copy&Paste or Duplicate selection
2019-02-28 18:48:30 +01:00
kazan417
6a9fbb1d1a
Fix cut an object with a plane feature translation
...
Fix not worked translation for cut an object with a plane feature in arch module.
Without this fix cut an object with a plane does not work in languages different to English.
Similar bugs was fixed earlier, but this was harder to find because of initially grayed out feature.
2019-02-28 14:43:08 -03:00
triplus
e56c683f15
Optional ClearMenuBar parameter
...
Forum discussion:
https://forum.freecadweb.org/viewtopic.php?f=34&t=34366
P.S. Note that some mixed line endings were detected in this file and were normalized automatically.
2019-02-28 03:15:13 +01:00
wmayer
1e6cfd430c
support Del shortcut in several PD task dialogs
2019-02-27 13:36:45 +01:00
wmayer
4b17d0e6ba
fixes 0003865: non-ASCII characters incorrectly displayed in material cards
...
The combination Py2+Qt5 already worked, this change now fixes the combinations Py2+Qt4 and Py3+Qt5
2019-02-26 19:26:00 +01:00
easyw
25b5685a33
fixing kicad StepUp wiki page link
2019-02-26 14:40:02 -03:00
wmayer
06c513c3f0
fixes 0003860: Debian bug #920971 - C++ exception on DXF import
2019-02-25 23:46:31 +01:00
wandererfan
bb18d499a8
Implement kb scroll and pan
2019-02-25 17:52:46 +01:00
wandererfan
964bc5ab82
Implment ctl+/- zoomin on Page
2019-02-25 17:52:46 +01:00
Bernd Hahnebach
5529c0e5d5
FEM: ccx input writer, cut seconds output by 2 decimals
2019-02-25 17:50:50 +01:00
Bernd Hahnebach
24e228e9a1
FEM: ccx tools task panel, use ccx tools method to find ccx binary
2019-02-25 17:50:50 +01:00
Bernd Hahnebach
415fb2c733
FEM: ccx tools solver task panel, switch to self.fea instead of lots of fea instances
2019-02-25 17:50:49 +01:00
Bernd Hahnebach
224c848c9e
FEM: ccx tools, find analysis if not given and there is only one in document
2019-02-25 17:50:49 +01:00
Bernd Hahnebach
46bd1501bd
FEM: ccx tools, do not run all init methods on fea init
2019-02-25 17:50:49 +01:00
Bernd Hahnebach
48b738ed23
FEM: ccx tools solver task panel, update to new ccx tools working dir setting def
2019-02-25 17:50:49 +01:00
Bernd Hahnebach
1150977573
FEM: ccx tools, do not create the working dir if it does not exist
2019-02-25 17:50:49 +01:00
Bernd Hahnebach
9c8db5ee7f
FEM: ccx tools unit tests, explicit create the working directory for all tests
2019-02-25 17:50:49 +01:00
Bernd Hahnebach
8612214984
FEM: solver framework, fix pref group of working dir
2019-02-25 17:50:48 +01:00
Bernd Hahnebach
b30bc5ba97
FEM: general prefs, some typos and better text
2019-02-25 17:50:48 +01:00
wmayer
914c673660
make Del shortcut working again in Sketch edit mode
2019-02-25 17:17:32 +01:00
wmayer
d4c3f9a264
add method to Python interface to get reflect lines of a shape
2019-02-25 10:50:38 +01:00
wmayer
8f9228653e
fixes 0003061: 'Move object after other object' function causes chaos
2019-02-24 14:04:42 +01:00
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