FreeCAD/src/App
2015-07-02 13:22:13 +02:00
..
Annotation.cpp Integrate Werners & Jans double branch 2013-09-24 11:00:57 +02:00
Annotation.h + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
Application.cpp + Add command line options dump-config and get-config 2015-07-02 13:22:13 +02:00
Application.h FEM: Read materials from user settings directory 2015-04-14 15:25:34 +02:00
ApplicationPy.cpp FEM: Read materials from user settings directory 2015-04-14 15:25:34 +02:00
CMakeLists.txt Refactored PropertyEnumeration 2015-04-24 23:33:33 +02:00
ColorModel.cpp + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
ColorModel.h + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
ComplexGeoData.cpp + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
ComplexGeoData.h + Make destructor virtual for classes with virtual methods (based on DevJohan's patch) 2014-07-26 19:17:12 +02:00
ComplexGeoDataPy.xml + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
ComplexGeoDataPyImp.cpp remake the position handling on the C++ side 2013-07-13 11:54:21 +02:00
core-app.dox + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
Document.cpp Added zoom and automatic refresh of dependency graph view. 2015-06-15 11:32:24 +02:00
Document.h Added zoom and automatic refresh of dependency graph view. 2015-06-15 11:32:24 +02:00
DocumentObject.cpp + fixes #0001794: new defined as a macro sometimes conflicts with boost 2014-10-22 12:39:43 +02:00
DocumentObject.h + reimplement copyObject based on merge document 2014-12-13 21:43:20 +01:00
DocumentObjectFileIncluded.cpp + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
DocumentObjectFileIncluded.h + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
DocumentObjectGroup.cpp + fixes #0001514: Padding a sketch inside a group fails with error message 2014-04-25 17:28:32 +02:00
DocumentObjectGroup.h + fixes #0001514: Padding a sketch inside a group fails with error message 2014-04-25 17:28:32 +02:00
DocumentObjectGroupPy.xml + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
DocumentObjectGroupPyImp.cpp + fixes #0001938: addObject() maximum recursion depth exceeded Error 2015-01-31 17:26:03 +01:00
DocumentObjectPy.xml Add all base system changes from the Assembly branch 2013-02-10 20:02:33 +01:00
DocumentObjectPyImp.cpp + fixes #0001054: Show name of feature when it reports a warning 2015-01-10 16:37:49 +01:00
DocumentObserver.cpp + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
DocumentObserver.h + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
DocumentObserverPython.cpp + add slots for undo/redo to Python document observer 2015-02-18 21:36:47 +01:00
DocumentObserverPython.h + add slots for undo/redo to Python document observer 2015-02-18 21:36:47 +01:00
DocumentPy.xml + support of merging projects on App level 2014-12-07 00:38:53 +01:00
DocumentPyImp.cpp + always keep digits at end when using copyObject, remove deprecated third parameter 2015-04-29 16:33:20 +02:00
DynamicProperty.cpp + fix -Wnull-conversion, -Woverloaded-virtual, -Wlogical-not-parentheses, -Wsometimes-uninitialized 2014-08-26 19:14:13 +02:00
DynamicProperty.h + fix -Wnull-conversion, -Woverloaded-virtual, -Wlogical-not-parentheses, -Wsometimes-uninitialized 2014-08-26 19:14:13 +02:00
Enumeration.cpp + fix gcc build failure 2015-04-25 10:21:32 +02:00
Enumeration.h Refactored PropertyEnumeration 2015-04-24 23:33:33 +02:00
FeaturePython.cpp + exposing onBeforeChange to Python 2014-12-01 10:58:25 +01:00
FeaturePython.h + exposing onBeforeChange to Python 2014-12-01 10:58:25 +01:00
FeaturePythonPyImp.h Allow to add methods at runtime to FeaturePython objects 2013-03-23 22:09:33 +01:00
FeaturePythonPyImp.inl issue #1700 replace PyExc_Exception 2014-09-17 11:15:57 +02:00
FeatureTest.cpp + fixes #0001794: new defined as a macro sometimes conflicts with boost 2014-10-22 12:39:43 +02:00
FeatureTest.h + fixes #0001039: Add the property PropertyBoolList 2014-03-09 17:10:11 +01:00
FreeCADInit.py + remove useless stuff from Init files 2015-01-13 16:19:19 +01:00
FreeCADTest.py + fix warnings with clang 2014-09-24 15:55:36 +02:00
GeoFeature.cpp + fixes #0001794: new defined as a macro sometimes conflicts with boost 2014-10-22 12:39:43 +02:00
GeoFeature.h Add all base system changes from the Assembly branch 2013-02-10 20:02:33 +01:00
InventorObject.cpp + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
InventorObject.h + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
Material.cpp + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
Material.h + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
MaterialObject.cpp FEM: fix white space 2015-06-09 13:07:49 -03:00
MaterialObject.h Added Material base-classes 2013-06-01 18:12:57 +02:00
MaterialPy.xml + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
MaterialPyImp.cpp + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
MeasureDistance.cpp Integrate Werners & Jans double branch 2013-09-24 11:00:57 +02:00
MeasureDistance.h + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
MergeDocuments.cpp + merge project on app level 2014-12-13 16:15:21 +01:00
MergeDocuments.h + merge project on app level 2014-12-13 16:15:21 +01:00
Placement.cpp Add all base system changes from the Assembly branch 2013-02-10 20:02:33 +01:00
Placement.h Add all base system changes from the Assembly branch 2013-02-10 20:02:33 +01:00
Plane.cpp Add all base system changes from the Assembly branch 2013-02-10 20:02:33 +01:00
Plane.h Add all base system changes from the Assembly branch 2013-02-10 20:02:33 +01:00
PreCompiled.cpp + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
PreCompiled.h + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
Property.cpp Made Property::encodeAttribute static. 2015-02-13 21:53:56 +01:00
Property.h Made Property::encodeAttribute static. 2015-02-13 21:53:56 +01:00
PropertyContainer.cpp + fix -Wnull-conversion, -Woverloaded-virtual, -Wlogical-not-parentheses, -Wsometimes-uninitialized 2014-08-26 19:14:13 +02:00
PropertyContainer.h + fix -Wnull-conversion, -Woverloaded-virtual, -Wlogical-not-parentheses, -Wsometimes-uninitialized 2014-08-26 19:14:13 +02:00
PropertyContainerPy.xml + Add method getEditorMode() to see if a property is hidden or read-only in the property editor 2014-07-29 11:36:42 +02:00
PropertyContainerPyImp.cpp + Add method getEditorMode() to see if a property is hidden or read-only in the property editor 2014-07-29 11:36:42 +02:00
PropertyFile.cpp + fixes #0002029: VRML inline ignored 2015-03-30 02:23:49 +02:00
PropertyFile.h + fixes #0002029: VRML inline ignored 2015-03-29 23:35:39 +02:00
PropertyGeo.cpp Merge branch 'refs/heads/double-precision-werner' 2013-09-26 00:05:05 +02:00
PropertyGeo.h Refactored PropertyEnumeration 2015-04-24 23:33:33 +02:00
PropertyLinks.cpp + allow to suppress verbose mode of XMLReader 2015-01-13 21:57:18 +01:00
PropertyLinks.h + Make destructor virtual for classes with virtual methods (based on DevJohan's patch) 2014-07-26 19:17:12 +02:00
PropertyPythonObject.cpp add encoding parameter to .as_std_string() 2015-02-08 15:37:00 +01:00
PropertyPythonObject.h Add SchemaVersion to RestoreDocFile to distinquish double from float binary 2013-09-24 11:01:09 +02:00
PropertyStandard.cpp + preserve current index when setting enumeration 2015-04-26 22:10:40 +02:00
PropertyStandard.h Refactored PropertyEnumeration 2015-04-24 23:33:33 +02:00
PropertyUnits.cpp + set DBL_MAX as maximum for units 2014-11-24 14:30:50 +01:00
PropertyUnits.h add inputfield to property editor for PropertyQuantity and PropertyQuantityConstraint 2014-05-12 09:40:14 +02:00
Transactions.cpp + better check for opening a transaction when removing an object from document 2013-08-15 16:47:56 +02:00
Transactions.h + better check for opening a transaction when removing an object from document 2013-08-15 16:47:56 +02:00
VRMLObject.cpp + fixes #0002029: VRML inline ignored 2015-03-30 02:23:49 +02:00
VRMLObject.h + fixes #0002029: VRML inline ignored 2015-03-30 02:23:49 +02:00