Eivind Kvedalen
4d1ebeccfa
Base: Added toStdString and fromStdString, to convert std::string to/from QString,
...
assuming std::string is utf-8 encoded.
2015-09-21 14:51:00 +02:00
Eivind Kvedalen
61cbad8a12
Spreadsheet: Removed 'using namespace App'; preparation for moving Expression
...
classes to App.
2015-09-21 14:51:00 +02:00
Eivind Kvedalen
98700edbca
Added Base::freecad_dynamic_cast(...)
2015-09-21 14:50:59 +02:00
Eivind Kvedalen
f7625481a2
Spreadsheet: Made freecad_dynamic_cast calls unambiguous (preparation for next commit).
2015-09-21 14:50:58 +02:00
Eivind Kvedalen
2206e1cd7f
Added -Wno-sign-compare -Wno-reorder -Wno-switch -Wno-unused-variable -Wno-unused-but-set-variable -Wno-comment to mask warnings when compiling salomesmesh.
2015-09-21 14:50:58 +02:00
Yorik van Havre
d3d7387da2
Arch: fixed bug in material dialog
2015-09-20 21:17:12 -03:00
wmayer
ee59f1263c
+ if translation of group is done do not overwrite
2015-09-20 17:00:21 +02:00
wmayer
433efbc115
+ fix possible crash in debug mode
2015-09-20 16:59:17 +02:00
wmayer
cda9bf9ed5
+ allow to set a default action for an exclusive group
2015-09-20 15:47:11 +02:00
wmayer
ec91085765
+ duplicate string array for Python commands
2015-09-20 14:11:53 +02:00
wmayer
1dad42c2f6
+ fixes #0002126 : Fails to load .FCStd file which contains many MultiByte-Char strings
2015-09-20 12:29:05 +02:00
wmayer
bd105711d4
+ delete helper file for copy/paste on application exit
2015-09-19 22:10:49 +02:00
wmayer
b9a512361d
+ by default create a zip file for auto-save
2015-09-19 21:32:17 +02:00
wmayer
7d09444dd9
+ fixes #0001237 : the project file is not saved when the /tmp directory is full, but the user is not aware of it
2015-09-19 18:59:22 +02:00
wmayer
bd1fc886fe
+ fix typo
2015-09-19 17:03:38 +02:00
wmayer
2991bbf033
+ fixes #0001238 : Preferences: set temp files directory
2015-09-19 16:07:33 +02:00
wmayer
e5c3a09502
+ for file-based recovery write the data files in worker threads
2015-09-19 13:12:59 +02:00
wmayer
848f9c4d46
+ implement file based auto-save & recovery mechanism
2015-09-19 01:13:33 +02:00
wmayer
8db1280a4d
+ make RecoveryWriter more robust
2015-09-18 15:32:33 +02:00
wmayer
bb05d17596
+ implement FileWriter class based on files and a specialized sub-class for recovery purposes
2015-09-17 21:37:47 +02:00
wmayer
300e176eb3
+ fixes #0002268 : Segmentation Fault when using sketcher
2015-09-17 13:31:10 +02:00
wmayer
32367b1744
+ save Brep in binary format for recovery files
2015-09-16 22:58:47 +02:00
wmayer
739e643f2f
+ check returned mdi view to be of the requested type
2015-09-16 16:15:19 +02:00
wmayer
b9797ec92a
+ To avoid possible memory leaks or inconsistencies on Document::resetEdit() call finishEditing() of view provider inside document because the editing view could be closed already
2015-09-16 14:20:13 +02:00
wmayer
6dfc395a06
+ fix method ViewProviderDocumentObject::getActiveView()
...
+ fix SoAutoZoomTranslation and SoZoomTranslation to get correct scaling factor
(do not rely on active view because this can be the wrong one and thus delivers wrong results)
2015-09-16 11:32:35 +02:00
wmayer
470b9ff756
+ add convenience method to get editing view of a view provider
2015-09-15 22:09:28 +02:00
wmayer
cbfdfd5c2e
+ proper Python exception handling in Gui.doCommand(Gui)
2015-09-15 18:36:15 +02:00
wmayer
5652ca2c61
+ fix crash due to sloppy reference counting
2015-09-15 18:19:36 +02:00
wmayer
fa1d43345a
+ fixes #0000870 : Center sketch to a constraint that has been double clicked in the constraint list.
2015-09-15 17:24:23 +02:00
Bernd Hahnebach
75fbb93180
FEM: CalculiX writer comments regarding load calculation algorithm
2015-09-15 15:30:15 +02:00
Bernd Hahnebach
4f31fc44e6
FEM: ccxInpWriter formating according flake8
2015-09-15 15:13:30 +02:00
Bernd Hahnebach
04b6024e64
FEM: update FemAnalysis class description
2015-09-15 15:13:30 +02:00
Bernd Hahnebach
c618962cd0
FEM: use more obvious method names in ccxInpWriter
2015-09-15 15:13:29 +02:00
Bernd Hahnebach
84e2b9ebbf
FEM: make MechanicalMaterial less noisy
2015-09-15 15:13:29 +02:00
Bernd Hahnebach
40d35f23e4
FEM: fix typo in class type definition in MechanicalMaterial
2015-09-15 15:13:29 +02:00
Bernd Hahnebach
fb9f43667d
FEM: delete Debug prints in ccxInpWriter
2015-09-15 15:13:28 +02:00
Bernd Hahnebach
5a2940fb82
FEM: add to ccxInpWriter: CLOAD for shell meshes and solid meshes without face data
2015-09-15 15:13:28 +02:00
Bernd Hahnebach
b553d9895d
FEM: TestFem, use no space in materialname
2015-09-15 15:13:28 +02:00
Bernd Hahnebach
c7ab1fd98b
FEM: add FEM Mesh Type to the CalculiX elementset up to date only solid is supported
2015-09-15 15:13:27 +02:00
Bernd Hahnebach
bab3ec689a
FEM: CalculiX file writer move getTriangleArea to helpers
2015-09-15 15:13:27 +02:00
wmayer
b28680f3d8
+ fixes #0002150 : [Ctrl]+[Z] is buffered in a non-intuitive way, does not function in 'edit mode'
2015-09-15 14:30:15 +02:00
wmayer
7dc59751cc
+ fixes #0002117 : problems with rendering an arc - NAN
2015-09-15 12:53:22 +02:00
wmayer
2a569497b9
+ fixes #0002118 : Units conversion when using Imperial decimal (in/lb)
2015-09-15 11:30:11 +02:00
wmayer
29f827a575
+ do not update item while editor is active
2015-09-15 00:30:28 +02:00
wmayer
a7012575d4
+ fixes #0002106 : Add 'Default' option in Preferences
2015-09-15 00:12:40 +02:00
sgrogan
60cd098ae9
Remove Specific Weight from .FCMat files
2015-09-14 17:36:44 -03:00
sgrogan
2d1b79cbb0
Replace Specific Weight with Density
2015-09-14 17:36:44 -03:00
sgrogan
7d771c7a36
Make alternate material directory UserAppData/Materials
2015-09-14 17:36:44 -03:00
Yorik van Havre
163d206513
Updated ts files
2015-09-14 14:31:47 -03:00
Yorik van Havre
898d27e8d8
Updated ts & crowdin scripts with latest modules and languages
2015-09-14 14:31:27 -03:00