FreeCAD/src/App
2016-04-12 18:11:46 +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 Run arbitrary scripts from Cmd command line 2016-04-12 18:11:44 +02:00
Application.cpp.orig Run arbitrary scripts from Cmd command line 2016-04-12 18:11:44 +02:00
Application.h + dynamically hide/show and enable/disable item in property editor 2016-03-05 13:13:23 +01:00
ApplicationPy.cpp + Prefer prefix ++/-- operators for non-primitive types 2015-10-07 14:29:49 +02:00
Branding.cpp QString::toAscii() is obsolete in Qt5. Replace it with toLatin1(). 2016-01-05 16:06:48 +01:00
Branding.h + move branding stuff from main() to FreeCADApp 2015-07-07 00:52:13 +02:00
CMakeLists.txt Expressions: Added support for aggregate functions and ranges. 2016-04-02 12:01:04 +02:00
ColorModel.cpp + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
ColorModel.h + Prefer prefix ++/-- operators for non-primitive types 2015-10-06 21:16:44 +02:00
ComplexGeoData.cpp Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
ComplexGeoData.h + removed unneeded pure virtual method getFaces from PropertyComplexGeoData 2016-03-04 17:16:57 +01:00
ComplexGeoDataPy.xml + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
ComplexGeoDataPyImp.cpp Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
core-app.dox + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
Document.cpp PropertyMap and new Attributes for the Assembly object and the Document 2016-04-12 18:11:46 +02:00
Document.h + add overloaded addObject() method to Document class to add existing DocumentObject 2015-12-31 15:32:47 +01:00
DocumentObject.cpp PropertyExpressionEngine/DocumentObject: Track object deletes and update dependencies accordingly. 2015-12-21 14:11:13 +01:00
DocumentObject.h PropertyExpressionEngine/DocumentObject: Track object deletes and update dependencies accordingly. 2015-12-21 14:11:13 +01:00
DocumentObjectFileIncluded.cpp Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
DocumentObjectFileIncluded.h Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03: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 + fix strict-aliasing warnings 2015-08-29 19:48:08 +02:00
DocumentObjectPy.xml Added PropertyExpressionEngine to DocumentObject class. 2015-09-21 14:51:05 +02:00
DocumentObjectPyImp.cpp + fixes unicode support in expression engine 2015-09-24 13:10:54 +02:00
DocumentObserver.cpp + make method cancelObservation() not pure virtual 2015-12-19 11:31:59 +01:00
DocumentObserver.h + make method cancelObservation() not pure virtual 2015-12-19 11:31:59 +01: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 API: improve built-in docu for copyObject and moveObject 2015-12-16 20:45:54 +03:00
DocumentPyImp.cpp Document.openTransaction() now accepts unicode 2016-03-22 12:20:58 -03:00
DynamicProperty.cpp + handle exceptions when restoring dynamic properties 2015-12-21 18:24:12 +01:00
DynamicProperty.h + fix inconsistencies in using DynamicProperty class 2015-11-17 12:22:07 +01:00
Enumeration.cpp + replace assert() to avoid crash 2015-08-29 16:34:36 +02:00
Enumeration.h + Add export macro to Enumeration class 2015-11-21 22:46:42 +01:00
Expression.cpp Expressions: Simpified parser, fixed precedence (parentheses) 2016-04-02 12:01:04 +02:00
Expression.h Expressions: Simpified parser, fixed precedence (parentheses) 2016-04-02 12:01:04 +02:00
ExpressionParser.l Expressions: Added support for aggregate functions and ranges. 2016-04-02 12:01:04 +02:00
ExpressionParser.tab.c Expressions: Simpified parser, fixed precedence (parentheses) 2016-04-02 12:01:04 +02:00
ExpressionParser.tab.h Added Expression classes to App directory. Added Expression interface to Property base class. 2015-09-21 14:51:02 +02:00
ExpressionParser.y Expressions: Simpified parser, fixed precedence (parentheses) 2016-04-02 12:01:04 +02:00
ExpressionVisitors.h PropertyExpressionEngine: Refactored and moved visitor code to separate file. 2016-02-18 16:54:41 +01:00
FeatureCustom.h + expose onDocumentRestored to Python feature classes 2016-01-05 19:05:48 +01:00
FeaturePython.cpp + expose onDocumentRestored to Python feature classes 2016-01-05 19:05:48 +01:00
FeaturePython.h + expose onDocumentRestored to Python feature classes 2016-01-05 19:05:48 +01:00
FeaturePythonPyImp.h Allow to add methods at runtime to FeaturePython objects 2013-03-23 22:09:33 +01:00
FeaturePythonPyImp.inl Allow to use an encoded doc string in FeaturePython::addProperty 2016-02-12 20:47:11 -02:00
FeatureTest.cpp Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
FeatureTest.h Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
FreeCADInit.py Add lib64 to python path 2016-03-13 01:18:18 +01:00
FreeCADTest.py FreeCADTest.py invokes sys.exit() instead of the more aggressive os._exit() 2016-03-21 18:28:46 +01:00
GeoFeature.cpp implementing Plane visual 2016-04-12 18:11:44 +02:00
GeoFeature.h implementing Plane visual 2016-04-12 18:11:44 +02: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
lex.ExpressionParser.c Expressions: Added support for aggregate functions and ranges. 2016-04-02 12:01:04 +02:00
Material.cpp Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
Material.h Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
MaterialObject.cpp Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
MaterialObject.h Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03: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 + suppress warnings when copying an object 2016-02-09 16:01:23 +01:00
MergeDocuments.h + suppress warnings when copying an object 2016-02-09 16:01:23 +01:00
ObjectIdentifier.cpp Expression class: Improved error message when resolving a variable fails. 2016-02-18 16:54:44 +01:00
ObjectIdentifier.h Expression class: Improved error message when resolving a variable fails. 2016-02-18 16:54:44 +01:00
Placement.cpp + allow to set u/v dirs for B-Spline fit 2015-11-06 16:43:58 +01:00
Placement.h Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
Plane.cpp Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
Plane.h Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03: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
Property.cpp + fix clang warning: -Woverloaded-virtual 2015-10-02 20:42:16 +02:00
Property.h Expression: Added ExpressionModifier class, used as base class for visitors that may modify its expressions. 2016-02-18 16:54:41 +01:00
PropertyContainer.cpp + make isReadOnly & isHidden of PropertyContainer non-virtual 2015-11-14 02:07:57 +01:00
PropertyContainer.h + make isReadOnly & isHidden of PropertyContainer non-virtual 2015-11-14 02:07:57 +01: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 + dynamically hide/show and enable/disable item in property editor 2016-03-05 13:13:23 +01:00
PropertyExpressionEngine.cpp PropertyExpressionEngine: Fixed warning. 2016-02-18 16:54:45 +01:00
PropertyExpressionEngine.h Document/PropertyExpressionEngine: Added onDocumentRestored function, to update internals of PropertyExpressionEngine after loading a document from disk. 2016-01-08 23:08:55 +01:00
PropertyFile.cpp + fix error message in PropertyFileIncluded::setPyObject 2016-01-25 21:45:14 +01:00
PropertyFile.h Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
PropertyGeo.cpp PropertyPlacement: Convert x, y, z values to Quantities when using them in expressions. 2016-04-02 12:01:04 +02:00
PropertyGeo.h PropertyPlacement: Convert x, y, z values to Quantities when using them in expressions. 2016-04-02 12:01:04 +02:00
PropertyLinks.cpp Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
PropertyLinks.h Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03: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 Made PropertyFloatList accept ints too - fixes #2444 2016-02-09 16:01:10 -02:00
PropertyStandard.h + fix comment, convert native separators to UNIX separators 2015-10-25 14:16:38 +01:00
PropertyUnits.cpp + fix clang warning: -Woverloaded-virtual 2015-10-02 20:42:16 +02:00
PropertyUnits.h + fix clang warning: -Woverloaded-virtual 2015-10-02 20:42:16 +02:00
Range.cpp Add include of <sstreeam> to fix commit 08692f811 breakage to Ubuntu Precise 12.04 builds. 2016-04-02 11:19:28 -07:00
Range.h Expressions: Added support for aggregate functions and ranges. 2016-04-02 12:01:04 +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