Changesets: FreeCAD
master 4fce95a7 2016-01-15 15:18:28 Abdullah Tahiri Committer: wmayer Details Diff |
Hyperbola: InternalAlignment solver constraints | ||
mod - src/Mod/Sketcher/App/planegcs/Constraints.cpp | Diff File | ||
mod - src/Mod/Sketcher/App/planegcs/Constraints.h | Diff File | ||
master 9a27d584 2016-01-14 16:39:24 Details Diff |
Draft: fixed gui bug in trimex | ||
mod - src/Mod/Draft/Draft.py | Diff File | ||
master df820bef 2016-01-13 19:58:09 DeepSOIC Committer: wmayer Details Diff |
Sketcher: solver: transplant all arc kinds to use CurveValue constraint arc and arc of ellipse |
||
mod - src/Mod/Sketcher/App/planegcs/Constraints.cpp | Diff File | ||
mod - src/Mod/Sketcher/App/planegcs/Constraints.h | Diff File | ||
mod - src/Mod/Sketcher/App/planegcs/GCS.cpp | Diff File | ||
mod - src/Mod/Sketcher/App/planegcs/GCS.h | Diff File | ||
master 2d0ad5ac 2016-01-13 18:44:09 DeepSOIC Committer: wmayer Details Diff |
Sketcher: solver: implement Value for all other curves for line, circle, and ellipse. Compiles, but untested. |
||
mod - src/Mod/Sketcher/App/planegcs/Geo.cpp | Diff File | ||
mod - src/Mod/Sketcher/App/planegcs/Geo.h | Diff File | ||
master 6ed52e47 2016-01-13 17:40:20 Details Diff |
+ fix crashes in ortho view panel | ||
mod - src/Mod/Drawing/Gui/TaskOrthoViews.cpp | Diff File | ||
mod - src/Mod/Drawing/Gui/TaskOrthoViews.h | Diff File | ||
master ffcbb0b6 2016-01-13 14:48:51 Details Diff |
+ improve error handling in projection panel in Drawing workbench | ||
mod - src/Mod/Drawing/Gui/TaskDialog.cpp | Diff File | ||
master bf151fe5 2016-01-13 13:54:53 wwmayer Details Diff |
Merge pull request 0000076 from reportingsjr/master Change name prefix in the VRML/OpenInventor exporter |
Affected Issues 0002390 |
|
mod - src/Gui/SoFCDB.cpp | Diff File | ||
master 9b71ebf4 2016-01-12 23:56:27 DeepSOIC Committer: wmayer Details Diff |
Sketcher: Hyperbola: fix - remove periodicity correction Not needed, since hyperbola is not periodic, unlike circle and ellipse |
||
mod - src/Mod/Part/App/Geometry.cpp | Diff File | ||
master 180e01bc 2016-01-12 23:43:02 DeepSOIC Committer: wmayer Details Diff |
Sketcher: Hyperbola: fix major radius formula | ||
mod - src/Mod/Sketcher/App/planegcs/Geo.cpp | Diff File | ||
master 6fce8414 2016-01-12 23:42:27 DeepSOIC Committer: wmayer Details Diff |
Sketcher: Hyperbola: fix crash when drawing a new one | ||
mod - src/Mod/Sketcher/Gui/CommandCreateGeo.cpp | Diff File | ||
master c1da7d61 2016-01-12 22:07:01 DeepSOIC Committer: wmayer Details Diff |
Sketcher: solver: Value constraint (morphed from hyperbola arc range constraint) (compiles, but untested) |
||
mod - src/Mod/Sketcher/App/planegcs/Constraints.cpp | Diff File | ||
mod - src/Mod/Sketcher/App/planegcs/Constraints.h | Diff File | ||
mod - src/Mod/Sketcher/App/planegcs/GCS.cpp | Diff File | ||
master 4f6374ee 2016-01-12 17:20:11 Abdullah Tahiri Committer: wmayer Details Diff |
Hyperbola UI equality constraint representation fixed | ||
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp | Diff File | ||
master 5556228d 2016-01-12 17:01:32 Abdullah Tahiri Committer: wmayer Details Diff |
Hyperbola solver equality constraint The Ellipse radii solver constraint was reused generalised to MajorAxisConic class. UI representation of the Equality sign not yet handled (appears on the origin). |
||
mod - src/Mod/Sketcher/App/Sketch.cpp | Diff File | ||
mod - src/Mod/Sketcher/App/planegcs/Constraints.cpp | Diff File | ||
mod - src/Mod/Sketcher/App/planegcs/Constraints.h | Diff File | ||
mod - src/Mod/Sketcher/App/planegcs/GCS.cpp | Diff File | ||
mod - src/Mod/Sketcher/App/planegcs/GCS.h | Diff File | ||
mod - src/Mod/Sketcher/App/planegcs/Geo.h | Diff File | ||
master 8de37eb1 2016-01-12 16:21:19 Abdullah Tahiri Committer: wmayer Details Diff |
Hyperbola: Support for moving the center of the hyperbola | ||
mod - src/Mod/Sketcher/App/Sketch.cpp | Diff File | ||
master 0cf0f5cc 2016-01-12 16:13:03 Abdullah Tahiri Committer: wmayer Details Diff |
Hyperbola PointOnObject UI Constraint You can add a point to be on the hyperbola and it will lock to it. The endpoints of the hyperbola go crazy because of the HyperbolicArcRangeToEndPoints code that is the one of Ellipse <= Awaiting DeepSOIC help ;) |
||
mod - src/Mod/Sketcher/App/Sketch.cpp | Diff File | ||
master 27a76afa 2016-01-12 15:52:14 Abdullah Tahiri Committer: wmayer Details Diff |
In Part:Geometry: - Fixing Hyperbola classes to get CCW emulation (like Ellipse classes). In Sketcher: - The Sketcher representation deals with the right branch of the Hyperbola only. - Solver model is: Center, Focus1 (focus of the right branch), minor radius (b). - HyperbolicArcRangeToEndPoints code is the one of Ellipse <= Awaiting DeepSOIC help ;) - ConstraintPointOnHyperbola solver constraint is now implemented and should be working. - No InternalAligment constraints implemented yet. |
||
mod - src/Mod/Part/App/Geometry.cpp | Diff File | ||
mod - src/Mod/Part/App/Geometry.h | Diff File | ||
mod - src/Mod/Sketcher/App/Sketch.cpp | Diff File | ||
mod - src/Mod/Sketcher/App/SketchObject.cpp | Diff File | ||
mod - src/Mod/Sketcher/App/planegcs/Constraints.cpp | Diff File | ||
mod - src/Mod/Sketcher/App/planegcs/Constraints.h | Diff File | ||
mod - src/Mod/Sketcher/App/planegcs/GCS.cpp | Diff File | ||
mod - src/Mod/Sketcher/App/planegcs/GCS.h | Diff File | ||
mod - src/Mod/Sketcher/App/planegcs/Geo.cpp | Diff File | ||
mod - src/Mod/Sketcher/App/planegcs/Geo.h | Diff File | ||
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp | Diff File | ||
master e0ee8bb8 2016-01-12 01:26:34 Details Diff |
+ allow to open system macros in read-only mode | ||
mod - src/Gui/DlgMacroExecute.ui | Diff File | ||
mod - src/Gui/DlgMacroExecuteImp.cpp | Diff File | ||
mod - src/Gui/PythonEditor.cpp | Diff File | ||
master 0ba829de 2016-01-12 01:18:31 Details Diff |
Fixed typo in last commit | ||
mod - src/Mod/Arch/ArchProfile.py | Diff File | ||
master 97aea8a4 2016-01-12 01:08:02 Details Diff |
Arch: search for profiles.csv also in current dir | ||
mod - src/Mod/Arch/ArchProfile.py | Diff File | ||
master db539008 2016-01-11 23:48:59 Details Diff |
+ fix whitespaces | ||
mod - src/Gui/DlgMacroExecuteImp.cpp | Diff File | ||
master 99731988 2016-01-11 20:07:20 Committer: yorik Details Diff |
Copy Profiles.csv to data dir of build dir | ||
mod - src/Mod/Arch/CMakeLists.txt | Diff File | ||
master 5c1ab743 2016-01-11 16:36:42 Details Diff |
Target URLs in Help menu are now translatable - fixes 0002394 |
Affected Issues 0002394 |
|
mod - src/Gui/CommandStd.cpp | Diff File | ||
master 86a1897e 2016-01-11 16:08:28 Details Diff |
Arch: small encoding fixes | ||
mod - src/Mod/Arch/ArchServer.py | Diff File | ||
mod - src/Mod/Arch/importIFC.py | Diff File | ||
master cbad6310 2016-01-11 16:08:13 Details Diff |
Detecting windows10 in about dialog | ||
mod - src/Gui/Splashscreen.cpp | Diff File | ||
master 89cb2479 2016-01-11 13:01:01 Details Diff |
+ handle degenerated ellipse for SVG output | ||
mod - src/Mod/Drawing/App/DrawingExport.cpp | Diff File |