FreeCAD/src/Mod/Mesh/Gui
2016-03-06 14:50:07 -03:00
..
Resources Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
AppMeshGui.cpp + simplify porting of Mesh module to Python3 2016-01-21 15:49:22 +01:00
CMakeLists.txt Add SVG workbench icons 2016-02-26 23:17:43 +01:00
Command.cpp + removed unneeded pure virtual method getFaces from PropertyComplexGeoData 2016-03-04 17:16:57 +01:00
DlgEvaluateMesh.ui + use dialog button box where possible, replace old Python icon 2014-03-08 15:17:56 +01:00
DlgEvaluateMeshImp.cpp Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false. 2016-01-05 16:43:33 +01:00
DlgEvaluateMeshImp.h Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags. 2016-01-05 16:07:58 +01:00
DlgRegularSolid.ui + use quantity boxes in mesh solid creation dialog 2016-02-28 12:44:29 +01:00
DlgRegularSolidImp.cpp + set range for quantity boxes 2016-02-29 12:29:02 +01:00
DlgRegularSolidImp.h Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags. 2016-01-05 16:07:58 +01:00
DlgSettingsImportExport.ui + use quantity box in DlgSettingsImportExport 2016-02-27 17:16:38 +01:00
DlgSettingsImportExportImp.cpp + use quantity boxes in inspection dialog 2016-02-27 19:07:29 +01:00
DlgSettingsImportExportImp.h Made last commit non-C++11 compatible 2016-01-19 11:25:16 -02:00
DlgSettingsMeshView.cpp + do not long apply changes in mesh settings on existing mesh objects 2014-12-27 18:32:18 +01:00
DlgSettingsMeshView.h
DlgSettingsMeshView.ui
DlgSmoothing.cpp Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags. 2016-01-05 16:07:58 +01:00
DlgSmoothing.h Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags. 2016-01-05 16:07:58 +01:00
DlgSmoothing.ui
Doxygen.cpp
images.h + Add pipette icon 2014-02-08 16:10:16 +01:00
MeshEditor.cpp fix reported bugs 2014-09-23 10:11:12 +02:00
MeshEditor.h Adaption of FreeCAD to QuarterWidget 2014-09-23 10:11:11 +02:00
MeshSelection.cpp + fix a memory leak in mesh selection 2016-02-24 21:00:26 +01:00
MeshSelection.h + algorithm to split a segment from the mesh 2015-08-20 08:49:22 +02:00
PreCompiled.cpp
PreCompiled.h + fix warnings with Win32 build 2015-12-01 00:51:57 +01:00
PropertyEditorMesh.cpp + add missing comma in property item 2015-12-23 15:43:29 +01:00
PropertyEditorMesh.h + prepare property editor for items with unknown number of children 2014-08-17 18:36:27 +02:00
RemoveComponents.cpp Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags. 2016-01-05 16:07:58 +01:00
RemoveComponents.h Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags. 2016-01-05 16:07:58 +01:00
RemoveComponents.ui
Segmentation.cpp + set range for quantity boxes 2016-02-29 12:29:02 +01:00
Segmentation.h Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags. 2016-01-05 16:07:58 +01:00
Segmentation.ui + use quantity boxes in mesh segmentation dialog 2016-02-28 12:48:55 +01:00
Selection.cpp
Selection.h
Selection.ui + fix mesh smoothing panel 2015-07-14 17:02:38 +02:00
SoFCIndexedFaceSet.cpp Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false. 2016-01-05 16:43:33 +01:00
SoFCIndexedFaceSet.h
SoFCMeshFaceSet.cpp
SoFCMeshFaceSet.h
SoFCMeshNode.cpp
SoFCMeshNode.h
SoFCMeshObject.cpp Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false. 2016-01-05 16:43:33 +01:00
SoFCMeshObject.h
SoFCMeshVertex.cpp
SoFCMeshVertex.h
SoPolygon.cpp Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false. 2016-01-05 16:43:33 +01:00
SoPolygon.h
ViewProvider.cpp + add convenience methods to query/alter selection of mesh object 2016-02-24 21:31:12 +01:00
ViewProvider.h + add convenience methods to query/alter selection of mesh object 2016-02-24 21:31:12 +01:00
ViewProviderCurvature.cpp QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1(). 2016-01-05 16:07:25 +01:00
ViewProviderCurvature.h App/DocumentObserver: make slot methods unimplemented rather pure-virtual and clenup derived classes accordingly 2015-09-02 13:54:44 +02:00
ViewProviderDefects.cpp + remove SoFCSelection from ViewProviderGeometryObject 2015-05-20 21:44:27 +02:00
ViewProviderDefects.h
ViewProviderMeshFaceSet.cpp + handling of colored mesh in view provider 2016-01-03 01:16:00 +01:00
ViewProviderMeshFaceSet.h
ViewProviderMeshNode.cpp
ViewProviderMeshNode.h
ViewProviderPython.cpp
ViewProviderPython.h
ViewProviderTransform.cpp
ViewProviderTransform.h
ViewProviderTransformDemolding.cpp + rework BoundingBox class and its Python binding 2015-10-11 00:18:53 +02:00
ViewProviderTransformDemolding.h
Workbench.cpp QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1(). 2016-01-05 16:07:25 +01:00
Workbench.h