Changesets: FreeCAD
master 7085e1ec 2015-03-27 23:02:50 Committer: wmayer Details Diff |
Gestures: inventor touch events and device | ||
mod - src/Gui/CMakeLists.txt | Diff File | ||
add - src/Gui/SoTouchEvents.cpp | Diff File | ||
add - src/Gui/SoTouchEvents.h | Diff File | ||
mod - src/Gui/View3DInventorViewer.cpp | Diff File | ||
master 7f0ca581 2015-03-27 22:57:48 Committer: wmayer Details Diff |
Gestures: tuning windows to enable rotates and switch off horz/vert stickiness of pans | ||
mod - src/Gui/View3DInventorViewer.cpp | Diff File | ||
master c0d15db4 2015-03-27 22:39:04 Committer: wmayer Details Diff |
Gestures: subscribe 3d view to recieve gestures | ||
mod - src/Gui/View3DInventorViewer.cpp | Diff File | ||
mod - src/Gui/View3DInventorViewer.h | Diff File | ||
master 77ef990f 2015-03-27 22:34:28 Committer: wmayer Details Diff |
Gestures: custom Windows gesture recognizer Translates native Windows pinch and rotate gestures into Qt's pinch gestures. |
||
mod - src/Gui/CMakeLists.txt | Diff File | ||
add - src/Gui/WinNativeGestureRecognizers.cpp | Diff File | ||
add - src/Gui/WinNativeGestureRecognizers.h | Diff File | ||
master 436749f8 2015-03-27 16:42:14 Details Diff |
+ fixes 0002029: VRML inline ignored |
Affected Issues 0002029 |
|
mod - src/Gui/ApplicationPy.cpp | Diff File | ||
mod - src/Gui/ViewProviderVRMLObject.cpp | Diff File | ||
master 75070b18 2015-03-26 22:25:53 Torsten Sadowski Committer: wmayer Details Diff |
Builds and runs with or without 3Dconnexion.framework on Mac Moved on top of a clean master |
||
mod - CMakeLists.txt | Diff File | ||
add - src/Gui/3Dconnexion/GuiApplicationNativeEventAwareMac.cpp | Diff File | ||
mod - src/Gui/CMakeLists.txt | Diff File | ||
mod - src/Gui/GuiApplicationNativeEventAware.cpp | Diff File | ||
mod - src/Gui/GuiApplicationNativeEventAware.h | Diff File | ||
master 5d9b7a4e 2015-03-26 20:55:30 Committer: wmayer Details Diff |
Sketcher: fix repr string for symmetric constr. | ||
mod - src/Mod/Sketcher/App/ConstraintPyImp.cpp | Diff File | ||
master 6a6a3d3b 2015-03-25 16:08:31 Details Diff |
use multiFuse in Draft/Array issue 0001971 |
Affected Issues 0001971 |
|
mod - src/Mod/Draft/Draft.py | Diff File | ||
master ccfaa56b 2015-03-25 05:09:50 Committer: wmayer Details Diff |
Improves build on MacOS with Homebrew or MacPorts Squashed commit of the following: commit e158a2049b922cead90cee4a9d3814093db8d00d Merge: e7c5c06 d545f5b Author: Ian Rees <ian.rees@gmail.com> Date: Wed Mar 25 17:08:56 2015 +1300 Merge branch 'mac-app-bundle' into macports-build-1 commit d545f5b0de0efa6a0fd020ac98bb6809d9254019 Author: Ian Rees <ian.rees@gmail.com> Date: Thu Mar 19 22:30:20 2015 +1300 Minor fixes to Mac application bundle creation commit e7c5c0630b47e89fc719259f3d81be724627f915 Author: Ian Rees <ian.rees@gmail.com> Date: Thu Mar 19 16:35:34 2015 +1300 Report error if no OpenCasCADe found commit 976b51c13a1619acf66b9d4fad5594fee292aa76 Author: Ian Rees <ian.rees@gmail.com> Date: Thu Mar 19 16:30:47 2015 +1300 Detects OCE automatically on Homebrew and MacPorts commit 1cc477f77f388f2ccb26f3884320819f8cb33249 Author: Ian Rees <ian.rees@gmail.com> Date: Tue Mar 17 15:00:34 2015 +1300 Find PySide and Shiboken automagically on MacPorts commit 8bf2ebf7397a1c8c4b1b6f1d97e303f335ab47d7 Author: Ian Rees <ian.rees@gmail.com> Date: Mon Mar 16 23:05:35 2015 +1300 Finds the Python include dir and library on OSX commit 8bba9b2c78cfe65d7c295c4c99f0a176e1281539 Author: Ian Rees <ian.rees@gmail.com> Date: Mon Mar 16 17:31:43 2015 +1300 Detects Python executable in MacPorts or Homebrew commit 349a2e0e5c4d370c331bdb54d80d8f4323db8a6b Author: Ian Rees <ian.rees@gmail.com> Date: Mon Mar 16 08:25:16 2015 +1300 Missing correct Python lib is error on cmake-ing commit 1625fe7c1c7fb2d944b04d93be8cf90d5c829be9 Author: Ian Rees <ian.rees@gmail.com> Date: Sun Mar 15 21:06:08 2015 +1300 Find PySide's UIC and RCC tools properly on MacPorts |
||
mod - CMakeLists.txt | Diff File | ||
mod - cMake/FindOpenCasCade.cmake | Diff File | ||
mod - cMake/FindPySideTools.cmake | Diff File | ||
mod - src/MacAppBundle/CMakeLists.txt | Diff File | ||
mod - src/MacAppBundle/FreeCAD.app/Contents/Info.plist | Diff File | ||
mod - src/Tools/MakeMacBundleRelocatable.py | Diff File | ||
master b149ba02 2015-03-24 21:00:37 Przemo Firszt Committer: wmayer Details Diff |
FEM: Make CalculiX execute error message red Signed-off-by: Przemo Firszt <przemo@firszt.eu> |
||
mod - src/Mod/Fem/MechanicalAnalysis.py | Diff File | ||
master a15ea4ca 2015-03-24 19:22:05 Bernd Hahnebach Committer: wmayer Details Diff |
Fem: add Support for loads and supports on edges to CalculiX file | ||
mod - src/Mod/Fem/App/FemMesh.cpp | Diff File | ||
mod - src/Mod/Fem/App/FemMesh.h | Diff File | ||
mod - src/Mod/Fem/App/FemMeshPy.xml | Diff File | ||
mod - src/Mod/Fem/App/FemMeshPyImp.cpp | Diff File | ||
mod - src/Mod/Fem/MechanicalAnalysis.py | Diff File | ||
master e4c24213 2015-03-24 19:15:54 Bernd Hahnebach Committer: wmayer Details Diff |
Fem: added Support for more than one Force- and FixedObject in CalculiX file | ||
mod - src/Mod/Fem/MechanicalAnalysis.py | Diff File | ||
master b4b0ed5c 2015-03-24 11:29:51 Bernd Hahnebach Committer: wmayer Details Diff |
Fem: fix: system() is evaluated instead of calling it | ||
mod - src/Mod/Fem/MechanicalAnalysis.py | Diff File | ||
releases d8bbbc1d 2015-03-24 11:29:51 Bernd Hahnebach Details Diff |
Fem: fix: system() is evaluated instead of calling it | ||
mod - src/Mod/Fem/MechanicalAnalysis.py | Diff File | ||
master f6d50e6f 2015-03-23 21:08:28 Details Diff |
+ disable lighting effect of axis cross | ||
mod - src/Gui/SoAxisCrossKit.cpp | Diff File | ||
releases b82a28cd 2015-03-23 19:56:07 Details Diff |
+ re-enable check for active window for spaceball events | ||
mod - src/Gui/GuiApplicationNativeEventAware.cpp | Diff File | ||
master 70a1124a 2015-03-23 19:44:04 Details Diff |
+ re-enable check for active window for spaceball events |
Affected Issues 0002019 |
|
mod - src/Gui/GuiApplicationNativeEventAware.cpp | Diff File | ||
master 5ff38ba7 2015-03-22 18:39:49 Details Diff |
+ add methods to get GProps from curves and surfaces | ||
mod - src/Mod/Part/App/TopoShapeEdgePy.xml | Diff File | ||
mod - src/Mod/Part/App/TopoShapeEdgePyImp.cpp | Diff File | ||
mod - src/Mod/Part/App/TopoShapeFacePy.xml | Diff File | ||
mod - src/Mod/Part/App/TopoShapeFacePyImp.cpp | Diff File | ||
mod - src/Mod/Part/App/TopoShapeShellPy.xml | Diff File | ||
mod - src/Mod/Part/App/TopoShapeShellPyImp.cpp | Diff File | ||
mod - src/Mod/Part/App/TopoShapeWirePy.xml | Diff File | ||
mod - src/Mod/Part/App/TopoShapeWirePyImp.cpp | Diff File | ||
master eba335c6 2015-03-22 17:37:30 blobfish Committer: wmayer Details Diff |
Part: ModelRefine: catch bspline isEqual exception | ||
mod - src/Mod/Part/App/modelRefine.cpp | Diff File | ||
releases 99b87881 2015-03-22 17:37:30 blobfish Committer: wmayer Details Diff |
Part: ModelRefine: catch bspline isEqual exception | ||
mod - src/Mod/Part/App/modelRefine.cpp | Diff File | ||
master 0a4b08fc 2015-03-22 12:13:14 Details Diff |
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code | ||
mod - .gitignore | Diff File | ||
mod - src/Tools/offlinedoc/buildpdf.py | Diff File | ||
mod - src/Tools/offlinedoc/buildwikiindex.py | Diff File | ||
add - src/Tools/offlinedoc/toc.txt | Diff File | ||
master 1719f426 2015-03-22 12:12:42 Details Diff |
+ check if directory exists when trying to save image | ||
mod - src/Gui/View3DPy.cpp | Diff File | ||
releases be823acd 2015-03-21 23:40:27 Details Diff |
fix locale handling unset LC_ALL in MainGui like it was done in MainCmd in f32caef40c6eb0a1a |
||
mod - src/Main/MainGui.cpp | Diff File | ||
master d67d9603 2015-03-21 21:45:08 Details Diff |
Better PDF generation script | ||
mod - .gitignore | Diff File | ||
mod - src/Tools/offlinedoc/buildpdf.py | Diff File | ||
mod - src/Tools/offlinedoc/buildwikiindex.py | Diff File | ||
add - src/Tools/offlinedoc/toc.txt | Diff File | ||
master f87fbe7e 2015-03-21 19:56:00 Details Diff |
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code | ||
mod - src/Mod/Draft/Draft.py | Diff File |