Changesets: FreeCAD
master ced08b04 2014-08-02 18:26:23 Details Diff |
+ fix memory leak | ||
mod - src/Mod/Part/Gui/ViewProvider2DObject.cpp | Diff File | ||
master 578fbbef 2014-08-02 17:52:12 Details Diff |
+ fix bug when releasing button after dragging point or curve | ||
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp | Diff File | ||
master c836dab5 2014-08-02 10:04:56 Details Diff |
Removed some debugging stuff that was accidentally pushed earlier | ||
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp | Diff File | ||
master 2d8963de 2014-08-02 02:44:46 Details Diff |
Arch: Added scaling in IFC importer | ||
mod - src/Mod/Arch/Arch_rc.py | Diff File | ||
mod - src/Mod/Arch/Resources/ui/archprefs-import.ui | Diff File | ||
mod - src/Mod/Arch/importIFC.py | Diff File | ||
master a548203c 2014-08-02 02:34:49 Details Diff |
Arch: removed obsolete IFC preference options | ||
mod - src/Mod/Arch/Arch_rc.py | Diff File | ||
mod - src/Mod/Arch/Resources/ui/archprefs-import.ui | Diff File | ||
master 3b86494a 2014-08-02 02:28:32 Details Diff |
Arch: fixed bug in wall extrusions | ||
mod - src/Mod/Arch/ArchComponent.py | Diff File | ||
master bf101bbf 2014-08-02 01:57:53 Details Diff |
Draft: Array objects now have an IntervalAxis property to build helicoidal compounds | ||
mod - src/Mod/Draft/Draft.py | Diff File | ||
master fec636b8 2014-08-01 23:39:10 Details Diff |
Arch: Introduced new IFC importer/exporter * The new IFC importer uses excusively the newest ifcopenshell.py module * Renamed old importer to importIFClegacy.py * Included the now deprecated ifcReader and ifcWriter modules into importIFClegacy * The new IFC importer falls back on the older one if the ifcopenshell module is not found |
||
mod - src/Mod/Arch/CMakeLists.txt | Diff File | ||
rm - src/Mod/Arch/ifcReader.py | Diff File | ||
rm - src/Mod/Arch/ifcWriter.py | Diff File | ||
mod - src/Mod/Arch/importIFC.py | Diff File | ||
add - src/Mod/Arch/importIFClegacy.py | Diff File | ||
master 7a3ddd5b 2014-08-01 16:39:59 Details Diff |
+ fix author note, fix various crashes, improve mesh selection stuff | ||
mod - src/App/Application.cpp | Diff File | ||
mod - src/Gui/CommandView.cpp | Diff File | ||
mod - src/Gui/SplitView3DInventor.cpp | Diff File | ||
mod - src/Gui/SplitView3DInventor.h | Diff File | ||
mod - src/Gui/View3DInventor.cpp | Diff File | ||
mod - src/Gui/View3DInventor.h | Diff File | ||
mod - src/Mod/Mesh/App/Core/Evaluation.cpp | Diff File | ||
mod - src/Mod/Mesh/App/Core/Evaluation.h | Diff File | ||
mod - src/Mod/Mesh/App/Mesh.cpp | Diff File | ||
mod - src/Mod/Mesh/Gui/MeshSelection.cpp | Diff File | ||
master 4032a88c 2014-08-01 15:07:27 Details Diff |
Revert "remove TKAdvTools" This reverts commit 6843d6ad5dc875ad0599993ac35c1852d1c97a90. |
||
mod - CMakeLists.txt | Diff File | ||
mod - cMake/FindOpenCasCade.cmake | Diff File | ||
mod - src/3rdParty/salomesmesh/Makefile.am | Diff File | ||
master f0d55647 2014-07-31 16:26:17 Details Diff |
Draft: DXF lib is now pulled from its specific branch | ||
mod - src/Mod/Draft/importDXF.py | Diff File | ||
master 406d32ae 2014-07-31 15:14:27 Details Diff |
+ Replace InputField with QuantitySpinBox | ||
mod - src/Gui/Placement.cpp | Diff File | ||
mod - src/Gui/Placement.h | Diff File | ||
mod - src/Gui/Placement.ui | Diff File | ||
mod - src/Gui/Transform.cpp | Diff File | ||
mod - src/Gui/propertyeditor/PropertyItem.cpp | Diff File | ||
mod - src/Mod/Part/Gui/DlgPrimitives.cpp | Diff File | ||
mod - src/Mod/Part/Gui/DlgPrimitives.ui | Diff File | ||
master 609422f0 2014-07-31 10:58:48 Details Diff |
More detailed error message when xerces fails to read in parameters | ||
mod - src/Gui/ApplicationPy.cpp | Diff File | ||
master d946499e 2014-07-31 04:54:14 Details Diff |
Draft: diverted current dxfLibrary download folder | ||
mod - src/Mod/Draft/importDXF.py | Diff File | ||
master e327662d 2014-07-30 18:21:53 Details Diff |
0001638: Not possible to draw anything. |
Affected Issues 0001638 |
|
mod - src/App/Application.cpp | Diff File | ||
master 7294271c 2014-07-30 12:21:22 Details Diff |
+ Allow to get clean copy of a shape from Python | ||
mod - src/Mod/Part/App/TopoShapePy.xml | Diff File | ||
mod - src/Mod/Part/App/TopoShapePyImp.cpp | Diff File | ||
master a2524716 2014-07-30 10:04:03 Details Diff |
+ fix author notes, fix memory leak, fix build failure under Windows | ||
mod - src/Gui/InventorAll.h | Diff File | ||
mod - src/Gui/PropertyView.cpp | Diff File | ||
mod - src/Gui/View3DInventor.h | Diff File | ||
mod - src/Gui/View3DInventorViewer.cpp | Diff File | ||
mod - src/Gui/View3DInventorViewer.h | Diff File | ||
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp | Diff File | ||
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.h | Diff File | ||
master b74c96dc 2014-07-30 03:20:06 Details Diff |
Draft + Arch: fixes when working without the GUI | ||
mod - src/Mod/Arch/ArchComponent.py | Diff File | ||
mod - src/Mod/Arch/ArchStructure.py | Diff File | ||
mod - src/Mod/Draft/Draft.py | Diff File | ||
mod - src/Mod/Draft/WorkingPlane.py | Diff File | ||
master 6ca58045 2014-07-30 00:35:26 Details Diff |
Squashed commit of the following: commit 8853bf442b6e1a98699fa90fca5eb30b3f6d3a5e Author: Ian Rees <ian.rees@gmail.com> Date: Tue Jul 29 15:46:59 2014 +1200 Refactoring and small fix in constraint icon bounding boxes commit c03e4c13d8fd657e18e3c78d16bbdef209f8c779 Author: Ian Rees <ian.rees@gmail.com> Date: Mon Jul 28 15:41:15 2014 +1200 Implemented picking of individual constraints from combined icons commit 254aaab450fe6646bee7542c532c454af91b6597 Author: Ian Rees <ian.rees@gmail.com> Date: Mon Jul 28 13:04:18 2014 +1200 Added bounding boxes for combined constraint icons commit 4f0738ec30220fbf1abdea14dd121d0a134e5dfd Author: Ian Rees <ian.rees@gmail.com> Date: Sat Jul 26 18:53:33 2014 +1200 Added screenCoordsOfPath() to View3DInventorViewer commit 14e2dc7b4aa79db97cbacd2c848728a66276d644 Author: Ian Rees <ian.rees@gmail.com> Date: Sun Jul 20 14:24:27 2014 +1200 Bit of code to make constraint icon text rendering nicer. This won't be useful unless the font changes, but wanted to add it while I was thinking about it. commit 8020d2d62214d71875cbae101d5ac5e96d998201 Author: Ian Rees <ian.rees@gmail.com> Date: Sun Jul 20 13:54:51 2014 +1200 Fixed an off-by-one in ViewProviderSketch::combineConstratintIcons Bug resulted in icons occasionally not being combined into groups, when they should've been. commit 20d92a3ccc1f795be1cb86f6f92045518dc8eb81 Author: Ian Rees <ian.rees@gmail.com> Date: Tue Jul 15 19:38:20 2014 +1200 Fixed a bug that was introduced two commits ago. commit 69e1ea848e3bc3c8c372c539f30a7b4d2a563aa2 Author: Ian Rees <ian.rees@gmail.com> Date: Tue Jul 15 15:33:30 2014 +1200 Fixed dumb copy-and-paste error commit a998b75a905cc31e1f4f49869e81ecaef5858b69 Author: Ian Rees <ian.rees@gmail.com> Date: Sun Jul 13 18:39:22 2014 +1200 Fixed crash reported by sponssi More info at http://forum.freecadweb.org/viewtopic.php?f=10&t=6965&p=56590 commit 27b7b804790dda5164c7ef0b9418f6c160228859 Author: Ian Rees <ian.rees@gmail.com> Date: Thu Jul 10 13:32:16 2014 +1200 Cleaning up my git repo for FreeCAD. This branch now has just the Sketcher icon fixes, plus a few random comment edits. |
||
mod - src/Gui/PropertyView.cpp | Diff File | ||
mod - src/Gui/View3DInventor.h | Diff File | ||
mod - src/Gui/View3DInventorViewer.cpp | Diff File | ||
mod - src/Gui/View3DInventorViewer.h | Diff File | ||
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp | Diff File | ||
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.h | Diff File | ||
master 580c5410 2014-07-29 23:01:29 Details Diff |
+ Add class CoordinateSystem and use it to compute placement of plane from fit | ||
mod - src/Base/CMakeLists.txt | Diff File | ||
add - src/Base/CoordinateSystem.cpp | Diff File | ||
add - src/Base/CoordinateSystem.h | Diff File | ||
mod - src/Mod/ReverseEngineering/Gui/Command.cpp | Diff File | ||
master 65c974ed 2014-07-29 17:26:28 Details Diff |
Squashed commit of the following: commit 6e78052d325eadcb212a6d50c6cd09cc29ac7870 Author: Johan K <johankristensen@gmail.com> Date: Tue Jul 29 14:52:08 2014 +0200 Adding missing file RegularPolygon.py commit 416396283032a31a1ea307df23d33ecfccf37935 Author: Johan K <johankristensen@gmail.com> Date: Mon Jul 28 22:51:28 2014 +0200 Replaced sketcher implementation of RegularPolygons with a Python script version. |
Affected Issues 0001640 |
|
mod - src/Mod/Sketcher/App/CMakeLists.txt | Diff File | ||
mod - src/Mod/Sketcher/CMakeLists.txt | Diff File | ||
mod - src/Mod/Sketcher/Gui/CommandCreateGeo.cpp | Diff File | ||
add - src/Mod/Sketcher/ProfileLib/RegularPolygon.py | Diff File | ||
master 290bc13c 2014-07-29 11:37:32 Details Diff |
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code | ||
mod - src/Mod/Arch/importIFC.py | Diff File | ||
mod - src/Mod/Draft/importDXF.py | Diff File | ||
master c5431112 2014-07-29 11:36:42 Details Diff |
+ Add method getEditorMode() to see if a property is hidden or read-only in the property editor | ||
mod - src/App/PropertyContainerPy.xml | Diff File | ||
mod - src/App/PropertyContainerPyImp.cpp | Diff File | ||
master c10ddae0 2014-07-29 01:25:09 Committer: wmayer Details Diff |
Bugs in mouse panning when viewport is "portrait" orientation | ||
mod - src/Gui/NavigationStyle.cpp | Diff File | ||
master 19135f95 2014-07-29 00:47:40 Details Diff |
Draft: small bug fix in DXF importer | ||
mod - src/Mod/Arch/importIFC.py | Diff File | ||
mod - src/Mod/Draft/importDXF.py | Diff File |