FreeCAD/src/Mod/Sketcher/Gui
2016-04-12 18:11:52 +02:00
..
Resources updated translations 2016-04-06 22:39:34 -03:00
AppSketcherGui.cpp + simplify porting of Sketcher module to Python3 2016-01-18 12:19:54 +01:00
CMakeLists.txt Add SVG workbench icons 2016-02-26 23:17:43 +01:00
Command.cpp Allow mapping a sketch to a datum plane 2016-04-12 18:11:52 +02:00
CommandAlterGeometry.cpp Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
CommandConstraints.cpp Sketcher: negative constraint value avoidance 2016-03-12 21:28:37 +01:00
CommandConstraints.h
CommandCreateGeo.cpp Allow geometry from other bodies in the same par as external geometry for sketches 2016-04-12 18:11:52 +02:00
CommandSketcherTools.cpp QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1(). 2016-01-05 16:07:25 +01:00
DrawSketchHandler.cpp Finally fixing the highlight code 2016-04-12 18:11:44 +02:00
DrawSketchHandler.h Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
EditDatumDialog.cpp Sketcher: never ever hide constraint value sign, anymore 2016-03-12 21:28:22 +01:00
EditDatumDialog.h
GeometryCreationMode.h
InsertDatum.ui Sketcher: Added support for expressions. 2015-09-21 14:51:10 +02:00
PreCompiled.cpp Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
PreCompiled.h switch PartDesign to Bodies 2016-04-12 18:11:45 +02:00
PropertyConstraintListItem.cpp Expressions: Fix property editor behavior 2015-12-09 14:08:50 +01:00
PropertyConstraintListItem.h
SketcherSettings.cpp + issue #0001203: Allow User to Adjust Size of Constraint Points 2016-03-08 00:31:50 +01:00
SketcherSettings.h
SketcherSettings.ui + issue #0001203: Allow User to Adjust Size of Constraint Points 2016-03-08 00:31:50 +01:00
SketchMirrorDialog.cpp + fix various warnings with gcc 2015-09-01 19:29:39 +02:00
SketchMirrorDialog.h Sketcher: New Functionality: Mirror full sketch 2015-08-30 12:08:44 +02:00
SketchMirrorDialog.ui Sketcher: New Functionality: Mirror full sketch 2015-08-30 12:08:44 +02:00
SketchOrientationDialog.cpp Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
SketchOrientationDialog.h switch PartDesign to Bodies 2016-04-12 18:11:45 +02:00
SketchOrientationDialog.ui + fixes #0002118: Units conversion when using Imperial decimal (in/lb) 2015-09-15 11:30:11 +02:00
SketchRectangularArrayDialog.cpp Sketcher: Extension of Copy/Array functionality to clone 2015-08-30 12:08:43 +02:00
SketchRectangularArrayDialog.h Sketcher: Extension of Copy/Array functionality to clone 2015-08-30 12:08:43 +02:00
SketchRectangularArrayDialog.ui Sketcher: Extension of Copy/Array functionality to clone 2015-08-30 12:08:43 +02:00
SoDatumLabel.cpp QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1(). 2016-01-05 16:07:25 +01:00
SoDatumLabel.h
SoZoomTranslation.cpp + fixes #0002268: Segmentation Fault when using sketcher 2015-09-17 13:31:10 +02:00
SoZoomTranslation.h + fix method ViewProviderDocumentObject::getActiveView() 2015-09-16 11:32:35 +02:00
TaskDlgEditSketch.cpp Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
TaskDlgEditSketch.h Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
TaskSketcherConstrains.cpp Sketcher: never ever hide constraint value sign, anymore 2016-03-12 21:28:22 +01:00
TaskSketcherConstrains.h Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
TaskSketcherConstrains.ui
TaskSketcherCreateCommands.cpp Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
TaskSketcherCreateCommands.h Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
TaskSketcherElements.cpp QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1(). 2016-01-05 16:07:25 +01:00
TaskSketcherElements.h + include missing header files 2015-07-01 13:02:29 +02:00
TaskSketcherElements.ui
TaskSketcherGeneral.cpp Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
TaskSketcherGeneral.h Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
TaskSketcherGeneral.ui Sketcher : Allow µm in sketcher grid size 2016-02-19 16:32:25 +01:00
TaskSketcherMessages.cpp Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
TaskSketcherMessages.h Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
TaskSketcherMessages.ui Sketcher: Bug fixes to Auto-Update Mode 2015-06-15 22:55:04 +02:00
TaskSketcherSolverAdvanced.cpp Sketch: Solver: Extended Advanced Solver configuration 2015-11-28 13:08:31 +01:00
TaskSketcherSolverAdvanced.h Sketch: Solver: Extended Advanced Solver configuration 2015-11-28 13:08:31 +01:00
TaskSketcherSolverAdvanced.ui Sketch: Solver: Extended Advanced Solver configuration 2015-11-28 13:08:31 +01:00
TaskSketcherValidation.cpp
TaskSketcherValidation.h
TaskSketcherValidation.ui
ViewProviderPython.cpp
ViewProviderPython.h
ViewProviderSketch.cpp Moved some methods from PartDesign::Body to Part::BodyBase so the SketchObjects will be removed cleanly from the Body when deleted 2016-04-12 18:11:49 +02:00
ViewProviderSketch.h auto WB switching for editing Sketches and new TaskWatcher 2016-04-12 18:11:45 +02:00
Workbench.cpp Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
Workbench.h