.. |
Resources
|
Added slovenian language
|
2016-02-03 13:36:51 -02:00 |
AppPartGui.cpp
|
+ simplify porting of Part module to Python3
|
2016-01-20 22:05:53 +01:00 |
CMakeLists.txt
|
+ harmonize Coin3D cmake variables with official check
|
2015-07-28 14:55:15 +02:00 |
Command.cpp
|
+ handle crash with setup of Join commands in Part module in case PySide can't be found
|
2016-01-23 23:37:52 +01:00 |
CommandParametric.cpp
|
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
|
2016-01-05 16:07:25 +01:00 |
CommandSimple.cpp
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
CrossSections.cpp
|
Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
|
2016-01-05 16:07:58 +01:00 |
CrossSections.h
|
Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
|
2016-01-05 16:07:58 +01:00 |
CrossSections.ui
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
DlgBlock.ui
|
+ use dialog button box where possible, replace old Python icon
|
2014-03-08 15:17:56 +01:00 |
DlgBooleanOperation.cpp
|
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
|
2016-01-05 16:07:25 +01:00 |
DlgBooleanOperation.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
DlgBooleanOperation.ui
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
DlgExtrusion.cpp
|
Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
|
2016-01-05 16:07:58 +01:00 |
DlgExtrusion.h
|
Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
|
2016-01-05 16:07:58 +01:00 |
DlgExtrusion.ui
|
+ fixes #0001652: Proper support of units for all geometric primitives
|
2015-01-07 15:31:07 +01:00 |
DlgFilletEdges.cpp
|
Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
|
2016-01-05 16:07:58 +01:00 |
DlgFilletEdges.h
|
Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
|
2016-01-05 16:07:58 +01:00 |
DlgFilletEdges.ui
|
0001209: Change the Word 'Radius' for Chamfering
|
2013-08-13 15:04:55 +02:00 |
DlgImportExportIges.ui
|
+ make it more obvious what BRep mode for IGES export means
|
2015-06-25 16:41:53 +02:00 |
DlgImportExportStep.ui
|
+ change between AP203 and AP214 schemes
|
2014-10-30 13:07:25 +01:00 |
DlgPartBox.ui
|
+ use dialog button box where possible, replace old Python icon
|
2014-03-08 15:17:56 +01:00 |
DlgPartBoxImp.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 |
DlgPartBoxImp.h
|
Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
|
2016-01-05 16:07:58 +01:00 |
DlgPartCylinder.ui
|
+ use dialog button box where possible, replace old Python icon
|
2014-03-08 15:17:56 +01:00 |
DlgPartCylinderImp.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 |
DlgPartCylinderImp.h
|
Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
|
2016-01-05 16:07:58 +01:00 |
DlgPartImportIges.ui
|
+ use dialog button box where possible, replace old Python icon
|
2014-03-08 15:17:56 +01:00 |
DlgPartImportIgesImp.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 |
DlgPartImportIgesImp.h
|
Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
|
2016-01-05 16:07:58 +01:00 |
DlgPartImportStep.ui
|
+ use dialog button box where possible, replace old Python icon
|
2014-03-08 15:17:56 +01:00 |
DlgPartImportStepImp.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 |
DlgPartImportStepImp.h
|
Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
|
2016-01-05 16:07:58 +01:00 |
DlgPrimitives.cpp
|
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
|
2016-01-05 16:07:25 +01:00 |
DlgPrimitives.h
|
Fix problems with picking callback function
|
2012-07-05 13:27:17 +02:00 |
DlgPrimitives.ui
|
+ fixes #0001798: Support general ellipsoid with three radii
|
2014-10-30 18:02:18 +01:00 |
DlgRevolution.cpp
|
Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
|
2016-01-05 16:07:58 +01:00 |
DlgRevolution.h
|
Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
|
2016-01-05 16:07:58 +01:00 |
DlgRevolution.ui
|
Issue #1508 Solid tickBox for Part.Revolution
|
2014-04-25 10:07:21 +02:00 |
DlgSettings3DViewPart.ui
|
add angularDeflection property to ViewProvider
|
2015-03-21 19:27:43 +01:00 |
DlgSettings3DViewPartImp.cpp
|
+ fix warnings with Win32 build
|
2015-12-01 00:51:57 +01:00 |
DlgSettings3DViewPartImp.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
DlgSettingsGeneral.cpp
|
+ make it more obvious what BRep mode for IGES export means
|
2015-06-25 16:41:53 +02:00 |
DlgSettingsGeneral.h
|
+ make it more obvious what BRep mode for IGES export means
|
2015-06-25 16:41:53 +02:00 |
DlgSettingsGeneral.ui
|
+ split STEP and IGES settings into separate pages, handle Brep mode of IGES format
|
2014-10-28 19:27:23 +01:00 |
DlgSettingsObjectColor.cpp
|
Added preferences setting for default App::Annotation color
|
2015-08-13 23:12:00 -03:00 |
DlgSettingsObjectColor.h
|
0000923: Split shape color setting from current preference page into a separate page
|
2013-07-10 14:45:06 +02:00 |
DlgSettingsObjectColor.ui
|
Added preferences setting for default App::Annotation color
|
2015-08-13 23:12:00 -03:00 |
Location.ui
|
+ implement primitive dialog as task panel
|
2011-12-30 17:27:21 +00:00 |
Mirroring.cpp
|
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
|
2016-01-05 16:07:25 +01:00 |
Mirroring.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
Mirroring.ui
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
PreCompiled.cpp
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
PreCompiled.h
|
+ rework BoundingBox class and its Python binding
|
2015-10-11 00:18:53 +02:00 |
SoBrepEdgeSet.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 |
SoBrepEdgeSet.h
|
+ add security checks to SoBrep nodes
|
2015-10-07 23:08:03 +02:00 |
SoBrepFaceSet.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 |
SoBrepFaceSet.h
|
+ Split SoBrepShape into three files
|
2013-11-09 13:16:42 +01:00 |
SoBrepPointSet.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 |
SoBrepPointSet.h
|
+ add security checks to SoBrep nodes
|
2015-10-07 23:08:03 +02:00 |
SoFCShapeObject.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 |
SoFCShapeObject.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
TaskCheckGeometry.cpp
|
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
|
2016-01-05 16:07:25 +01:00 |
TaskCheckGeometry.h
|
+ include missing header files
|
2015-07-01 13:02:29 +02:00 |
TaskDimension.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 |
TaskDimension.h
|
Part: Changes to dimension
|
2013-12-22 17:31:10 +01:00 |
TaskFaceColors.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 |
TaskFaceColors.h
|
0000803: Feature request - box selection for faces in set color mode
|
2013-07-02 18:49:53 +02:00 |
TaskFaceColors.ui
|
0000803: Feature request - box selection for faces in set color mode
|
2013-07-02 18:49:53 +02:00 |
TaskLoft.cpp
|
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
|
2016-01-05 16:07:25 +01:00 |
TaskLoft.h
|
Use ActionSelector in Loft panel and expose to Python by UiLoader
|
2012-06-03 14:22:05 +02:00 |
TaskLoft.ui
|
Add function to Close Part.Loft (Gui & scripting)
|
2014-04-14 16:30:56 +02:00 |
TaskOffset.cpp
|
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
|
2016-01-05 16:07:25 +01:00 |
TaskOffset.h
|
Offset function
|
2012-11-25 15:56:46 +01:00 |
TaskOffset.ui
|
Add thickness function
|
2012-11-26 21:10:09 +01:00 |
TaskShapeBuilder.cpp
|
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
|
2016-01-05 16:07:25 +01:00 |
TaskShapeBuilder.h
|
+ support to create faces from vertices with shape builder
|
2014-07-25 13:35:10 +02:00 |
TaskShapeBuilder.ui
|
+ support to create faces from vertices with shape builder
|
2014-07-25 13:35:10 +02:00 |
TaskSweep.cpp
|
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
|
2016-01-05 16:07:25 +01:00 |
TaskSweep.h
|
+ fixes #0001876: replace helpful text in task tab with an info button
|
2014-12-29 18:49:17 +01:00 |
TaskSweep.ui
|
+ fixes #0001876: replace helpful text in task tab with an info button
|
2014-12-29 18:49:17 +01:00 |
TaskThickness.cpp
|
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
|
2016-01-05 16:07:25 +01:00 |
TaskThickness.h
|
Add thickness function
|
2012-11-26 21:10:09 +01:00 |
ViewProvider.cpp
|
+ remove references to SoFCSelection where not needed
|
2015-05-20 19:24:12 +02:00 |
ViewProvider.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
ViewProvider2DObject.cpp
|
+ fix warnings with Win32 build
|
2015-12-01 00:51:57 +01:00 |
ViewProvider2DObject.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
ViewProviderBoolean.cpp
|
+ fix many minor warnings, activate -Wall for gcc
|
2015-08-02 22:32:18 +02:00 |
ViewProviderBoolean.h
|
+ fixes #0001058: Add items to Fusion by dragging item onto it
|
2014-03-11 17:37:36 +01:00 |
ViewProviderBox.cpp
|
+ fix warnings with Win32 build
|
2015-12-01 00:51:57 +01:00 |
ViewProviderBox.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
ViewProviderCircleParametric.cpp
|
+ fix warnings with Win32 build
|
2015-12-01 00:51:57 +01:00 |
ViewProviderCircleParametric.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
ViewProviderCompound.cpp
|
+ fix many minor warnings, activate -Wall for gcc
|
2015-08-02 22:32:18 +02:00 |
ViewProviderCompound.h
|
Show linked objects of compound objects as children in tree view
|
2013-07-14 15:53:57 +02:00 |
ViewProviderConeParametric.cpp
|
+ reorder header to fix warnings with Win32 build
|
2015-11-30 20:38:19 +01:00 |
ViewProviderConeParametric.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
ViewProviderCurveNet.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 |
ViewProviderCurveNet.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
ViewProviderCylinderParametric.cpp
|
+ fix warnings with Win32 build
|
2015-12-01 00:51:57 +01:00 |
ViewProviderCylinderParametric.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
ViewProviderEllipseParametric.cpp
|
+ fix warnings with Win32 build
|
2015-12-01 00:51:57 +01:00 |
ViewProviderEllipseParametric.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
ViewProviderExt.cpp
|
+ clear highlighting when re-creating shape
|
2015-10-06 00:19:43 +02:00 |
ViewProviderExt.h
|
add angularDeflection property to ViewProvider
|
2015-03-21 19:27:43 +01:00 |
ViewProviderExtrusion.cpp
|
show Part_Extrude icon in the tree
|
2013-03-15 22:05:06 -03:00 |
ViewProviderExtrusion.h
|
0000629: make Part::Revolution claim Child
|
2012-03-11 11:26:33 +01:00 |
ViewProviderHelixParametric.cpp
|
0001290: Add spiral tool in Part Module
|
2013-10-30 14:48:42 +01:00 |
ViewProviderHelixParametric.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
ViewProviderImport.cpp
|
+ reorder header to fix warnings with Win32 build
|
2015-11-30 20:38:19 +01:00 |
ViewProviderImport.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
ViewProviderLineParametric.cpp
|
+ fix warnings with Win32 build
|
2015-12-01 00:51:57 +01:00 |
ViewProviderLineParametric.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
ViewProviderMirror.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 |
ViewProviderMirror.h
|
0000735: Feature request for better Fillet/Chamfer
|
2013-07-07 16:13:38 +02:00 |
ViewProviderPlaneParametric.cpp
|
+ fix warnings with Win32 build
|
2015-12-01 00:51:57 +01:00 |
ViewProviderPlaneParametric.h
|
+ Add selected sketches to one Face, implement specialized view provider for Face
|
2015-11-13 13:38:24 +01:00 |
ViewProviderPointParametric.cpp
|
+ fix warnings with Win32 build
|
2015-12-01 00:51:57 +01:00 |
ViewProviderPointParametric.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
ViewProviderPrism.cpp
|
+ reorder header to fix warnings with Win32 build
|
2015-11-30 20:38:19 +01:00 |
ViewProviderPrism.h
|
+ Add new SVG icons
|
2013-11-08 14:36:34 +01:00 |
ViewProviderPython.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
ViewProviderPython.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
ViewProviderReference.cpp
|
+ remove references to SoFCSelection where not needed
|
2015-05-20 19:24:12 +02:00 |
ViewProviderReference.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
ViewProviderRegularPolygon.cpp
|
+ reorder header to fix warnings with Win32 build
|
2015-11-30 20:38:19 +01:00 |
ViewProviderRegularPolygon.h
|
Add Part_RegularPolygon,
|
2013-11-14 13:30:25 -02:00 |
ViewProviderRuledSurface.cpp
|
+ fix warnings with Win32 build
|
2015-12-01 00:51:57 +01:00 |
ViewProviderRuledSurface.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
ViewProviderSphereParametric.cpp
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
ViewProviderSphereParametric.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
ViewProviderSpline.cpp
|
+ add toggle action to context-menu of spline view provider
|
2015-10-31 16:10:26 +01:00 |
ViewProviderSpline.h
|
+ add toggle action to context-menu of spline view provider
|
2015-10-31 16:10:26 +01:00 |
ViewProviderTorusParametric.cpp
|
+ reorder header to fix warnings with Win32 build
|
2015-11-30 20:38:19 +01:00 |
ViewProviderTorusParametric.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
Workbench.cpp
|
+ Add parametric feature to create face from sketches
|
2015-11-12 19:44:24 +01:00 |
Workbench.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |