Commit Graph

712 Commits

Author SHA1 Message Date
Bernd Hahnebach
44d74c49a1 FEM: code formating in some headers 2019-12-08 22:53:50 +01:00
wmayer
6300e09dd8 handle some more warnings: -Wkeyword-macro -Wdeprecated-declarations -Wextra-semi 2019-11-18 11:56:08 +01:00
wmayer
f14371bc06 convert enum to enum class to fix -Wgnu-redeclared-enum 2019-11-13 22:39:27 +01:00
luz.paz
fb32601746 Fix various (doxy) typos and whitespace issues
Found via `codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,ba,beginn,behaviour,bloaded,byteorder,calculater,cancelled,cancelling,cas,cascade,centimetre,childs,colour,colours,commen,currenty,dof,doubleclick,dum,eiter,elemente,feld,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,ist,kilometre,lod,mantatory,methode,metres,millimetre,modell,nd,noe,normale,normaly,nto,numer,oder,orgin,orginx,orginy,ot,pard,pres,programm,que,recurrance,rougly,seperator,serie,sinc,strack,substraction,te,thist,thru,tread,uint,unter,vertexes,wallthickness,whitespaces -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller,./src/Doc/FreeCAD.uml`
2019-10-03 07:57:13 +02:00
Bernd Hahnebach
078237937f FEM: code formating replace lines of # with lines of * 2019-09-19 09:10:56 +02:00
wmayer
b1dd1e61a7 force strict ISO C++ (-Wpedantic)
for Fem, Import, PartDesign, Robot, Sketcher, TechDraw
2019-09-18 14:18:07 +02:00
wmayer
830c8f866e Improve branding by avoiding explicit use of 'FreeCAD' in tool tips 2019-09-07 13:18:59 +02:00
Zheng, Lei
2727ddc7c0 Fem: minor changes 2019-08-17 15:15:47 +02:00
Zheng, Lei
5214f5b7ce Gui: add coinRemoveAllChildren to work around Coin3D bug
See bug description:
https://bitbucket.org/Coin3D/coin/pull-requests/119/fix-sochildlist-auditing/diff

Because of path based rendering (SoFCPathAnnotation) in mouse over
highlight, this bug causes crash more frequently here comparing to
upstream.

All C++ calling of SoGroup::removeAllChildren() is replaced by
Gui::coinRemoveAllChildren(), and python code is fixed by monkey
patching SoGroup.removeAllChildren() in FreeCADGuiInit.py.
2019-08-17 14:52:11 +02:00
donovaly
99ef284bf6 update and reshape tooltips for FEM import-export settings 2019-07-21 19:19:46 +02:00
Bernd Hahnebach
2ce560120e FEM: objects, use same name system no matter if C++ or Python object 2019-07-03 12:43:27 +02:00
Bernd Hahnebach
7fe5b00860 FEM: gui, commands, typo the second one :-) 2019-06-26 21:35:46 +02:00
Bernd Hahnebach
9336302858 FEM: gui commands, typo in comment 2019-06-25 14:02:12 +02:00
Bernd Hahnebach
bdd9204392 FEM: vtk post processing, fix result type names in linearization plot 2019-06-25 00:14:43 +02:00
wmayer
cb53719821 Fix a couple of clang compiler warnings:
-Wunused-variable
-Winconsistent-missing-override
-Wdelete-non-virtual-dtor
-Wunused-private-field
-Wformat
2019-06-23 15:19:12 +02:00
Bernd Hahnebach
ebe3a2925f FEM: icons, fix clipping of reinforced material icon 2019-06-19 22:02:54 +02:00
Yorik van Havre
ed8be15ef4 Merged translations from crowdin 2019-06-17 20:06:59 -03:00
Yorik van Havre
624c65dea3 Updated master ts files 2019-06-17 17:28:12 -03:00
Bernd Hahnebach
55fc22b4b8 FEM: concrete, add task panel to select matrix and reinforcement material 2019-06-16 18:29:32 +02:00
Bernd Hahnebach
ba08d3d54f FEM: reinforced material, add a GUI command 2019-06-16 18:29:32 +02:00
Bernd Hahnebach
5e201aef97 FEM: reinforced material, add icon (thanks to bitacovir) 2019-06-16 18:29:32 +02:00
Bernd Hahnebach
b28b22f08a FEM: contact constraint task panel, fix build failure 2019-06-11 21:31:19 +02:00
Bernd Hahnebach
5b0fd4bc26 FEM: contact constraint task panel, better reference handling 2019-06-11 21:13:39 +02:00
Bernd Hahnebach
dd57597710 FEM: vtk post, fix scalar clip task panel reopen values 2019-06-08 22:24:48 +02:00
Bernd Hahnebach
e8aa4228f9 FEM: fix buildfailure on gcc 2019-05-17 16:17:13 +02:00
wmayer
f5f47f5735 fix FEM build failure 2019-05-16 22:15:36 +02:00
Abdullah Tahiri
88782f5cbc PCH: Fem Gui Enable 2019-05-16 21:43:08 +02:00
Abdullah Tahiri
0382e2dd75 PCH: Fem Gui 2019-05-16 21:43:08 +02:00
Yorik van Havre
636fb7b116 Updated master translation files (minor changes) 2019-05-10 23:14:36 -03:00
Yorik van Havre
2d47993780 Merged latest translations from crowdin 2019-05-10 19:19:37 -03:00
Yorik van Havre
9a1bb779c9 Updated master translation files 2019-05-10 19:15:33 -03:00
Bernd Hahnebach
eb21144c4b Material: card utils, move card methods from material editor to card utils module
- isolate card tools for further use in other modules
- possible use of card tools in cmd mode
- add some methods for better card handling
- add some output methods for better card debuging
- editor, better names for methods
- add preference to sort cards and add duplicate cards too
- use icon in mat editor card combo box
2019-04-25 20:43:06 +02:00
Bernd Hahnebach
62a82f88e8 FEM: typos 2019-03-31 11:18:15 +02:00
Bernd Hahnebach
b22a01a24b FEM: ccx tools, use working dir prefs from solver framework 2019-03-31 11:18:10 +02:00
luz.paz
2ec8128338 Crowdin: cont... 2019-03-22 10:44:14 -03:00
Bernd Hahnebach
b8c6e4dcce FEM: restult task panel, add automatic displacement factor 2019-03-19 14:15:15 -03:00
Bernd Hahnebach
751572f33c FEM: result task panel, make all stress strain components in user defined equation available and adapt ui 2019-03-19 14:15:15 -03:00
wmayer
56b9d509a1 PVS: V519 Variable is assigned values twice successively 2019-03-13 12:55:31 +01:00
wmayer
ba96c0773a PVS: V688 A local variable possesses the same name as one of the class members, which can result in a confusion 2019-03-13 11:58:43 +01:00
Bernd Hahnebach
b5359ca631 FEM: inp file export pref widget, add missing tool tip 2019-03-12 10:45:58 +01:00
Bernd Hahnebach
0dc02f57a4 FEM: vtk file import pref widget, fix tooltip, fixes #3886 2019-03-12 10:45:57 +01:00
Yorik van Havre
a3607ce029 Updated translations 2019-03-06 21:50:08 -03:00
Bernd Hahnebach
1a99804521 FEM: elmer solver prefs, use elmer path for elmer grid prefs 2019-03-06 12:22:32 +01:00
Bernd Hahnebach
53f90aacae FEM: ccx tools solver task panel, add missing check analysis type 2019-03-04 22:15:43 +01:00
Yorik van Havre
512af24397 Revert "Merged crowdin translations" for investigation due to some problems found in the translation files...
This reverts commit cd433358b09117f234dd0a51dc2a6bfa05428867.
2019-03-02 19:17:44 -03:00
Yorik van Havre
bd93bd2494 Merged crowdin translations 2019-02-28 21:53:37 -03: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
b5bae6cb43 fixes 0003819: no proper input for contact stiffness 2019-02-22 11:51:57 +01:00
triplus
92efd5fbe9 Improved icon themes support 2019-02-13 10:42:46 -02:00