Commit Graph

44 Commits

Author SHA1 Message Date
Uwe
a3780fc127 [FEM] post object: some whitespace and style fixes
all made by MSVC
2022-03-23 21:51:25 +01:00
wmayer
bde17e1b9f Fem: modernize C++11
* use nullptr
2022-03-23 19:26:15 +01:00
wmayer
8f786ea6ef Gui: Optimize includes to reduce compile time 2022-03-07 20:29:18 +01:00
luz paz
d877ee4d47 Make source code comments use gender neutral pronouns
The changes also include some grammatical fixes as well.
2021-12-02 16:18:04 -05:00
Bernd Hahnebach
3cd271581d FEM: rename icon, post filter warp 2020-03-06 08:40:44 +01:00
Bernd Hahnebach
e2e71dfb61 FEM: rename icon, post filter data at point 2020-03-06 08:40:40 +01:00
Bernd Hahnebach
1472974875 FEM: rename icon, post filter data along line 2020-03-06 08:40:38 +01:00
Bernd Hahnebach
9fb0c94d20 FEM: rename icon, post filter cut function 2020-03-06 08:40:36 +01:00
Bernd Hahnebach
a290dfdcc2 FEM: rename icon, post filter clip scalar 2020-03-06 08:40:34 +01:00
Bernd Hahnebach
2854fa25ee FEM: rename icon, post filter clip region 2020-03-06 08:40:32 +01:00
Bernd Hahnebach
7090b613f6 FEM: rename icon, result show 2020-03-06 08:40:28 +01:00
Bernd Hahnebach
078237937f FEM: code formating replace lines of # with lines of * 2019-09-19 09:10:56 +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
Abdullah Tahiri
0382e2dd75 PCH: Fem Gui 2019-05-16 21:43:08 +02:00
luz.paz
892c64823f FEM: Typos 2018-10-17 11:23:04 +02:00
Bernd Hahnebach
6ce1b7b89f FEM: vtk, post task boxes, add some comment 2018-09-26 22:43:07 +02:00
Bernd Hahnebach
0b227a1670 FEM: vtk fix, task panels, some enumerations are no longer set back on any open of the tp 2018-09-26 22:42:53 +02:00
Bernd Hahnebach
063a3e56ab FEM: vtk post, typo in Tranparency property 2018-08-26 20:47:37 +02:00
Bernd Hahnebach
9e607c4c39 FEM: vtk post, sync tranparency on reopen of pipeline task panel 2018-08-26 20:47:36 +02:00
Bernd Hahnebach
c74f47fc3e FEM: post warp filter, try to better handle ui min max values, but no success 2018-08-15 09:18:59 +02:00
Bernd Hahnebach
73ff7f7ec9 FEM: post warp filter, add some comments and make code better readable, no real changes 2018-08-15 09:18:59 +02:00
Bernd Hahnebach
99db97e8ee FEM: icons, rename show result icon 2018-08-07 16:57:05 +02:00
Bernd Hahnebach
978327e38a FEM: icons, rename plane icon 2018-08-07 16:57:05 +02:00
Bernd Hahnebach
677f6587aa FEM: icons, rename warp filter icon 2018-08-07 16:57:04 +02:00
Bernd Hahnebach
2c48018122 FEM: icons, rename data at point icon 2018-08-07 16:57:04 +02:00
Bernd Hahnebach
2793bd7ce1 FEM: icons, rename data along line icon 2018-08-07 16:57:03 +02:00
Bernd Hahnebach
36498b5ffd FEM: icons, rename cut function icon 2018-08-07 16:57:03 +02:00
Bernd Hahnebach
6e8f71435e FEM: icons, rename clip scalar icon 2018-08-07 16:57:03 +02:00
Bernd Hahnebach
1ceb2865a5 FEM: icons, rename clip region icon 2018-08-07 16:57:03 +02:00
Bernd Hahnebach
8725f95d18 FEM: post filters task panels, use the right icons and better names 2018-08-07 16:57:01 +02:00
JimStar
6a5ad383ab Extended global marker size to be used for other modes 2018-07-11 21:22:28 -03:00
mkhizenz
2a42f71543 FEM: vtk DataAtPoint, implementation 2018-01-23 14:01:27 +01:00
wmayer
d0020dc1cc fix crashes with FEM post-processing commands 2017-05-20 16:18:34 +02:00
wmayer
7d842679bd in forward declaration replace class keyword when struct is expected
comment out unused parameters
2016-12-29 17:52:39 +01:00
mkhizenz
89cf335f3d FEM: DataAlongLine: core implementation 2016-12-21 11:27:41 -02:00
Bernd Hahnebach
b88c7fe5a1 FEM: icons, rename some icons to better fit in FEM name scheme 2016-11-28 01:17:45 +01:00
Bernd Hahnebach
e1c5c8fe38 FEM: code formating: remove trailing white spaces 2016-08-04 17:45:04 +02:00
Mateusz Skowroński
88bcda6e4d QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
This change is Qt4/Qt5 neutral.
2016-07-07 15:10:31 -03:00
Stefan Tröger
c2a5cfb2f1 FEM Post: FreeCADify the vtk post processing
- Data property for saving/loading vtk data
- Use FreeCAD recompute system instead of vtk pipeline
2016-05-18 21:35:15 +02:00
Stefan Tröger
fdfcf56369 FEM Post: Fix crash on gui dialog only 2016-05-18 21:35:15 +02:00
Stefan Tröger
442c3be8e1 FEM Post: Add cut filter 2016-05-18 21:35:15 +02:00
Stefan Tröger
8a339b435a FEM Post: Add warp vector filter 2016-05-18 21:35:15 +02:00
Stefan Tröger
d0a8f6d820 FEM Post: Detail filter infrastructure 2016-05-18 21:35:15 +02:00