Commit Graph

3139 Commits

Author SHA1 Message Date
Sebastian Hoogen
5e7a61bc04 OpenSCAD Module: Adds support for Frustum and fixes minor bugs 2014-02-14 14:43:29 -02:00
wmayer
927811213d + fixes #0001410: Base::Quantity::getValueAs does not properly check the dimension 2014-02-14 17:14:39 +01:00
wmayer
3a8422d01e + fixes #0001413: Part.Shape.transformGeometry on Null Shape causes SIGSEGV 2014-02-14 15:02:26 +01:00
wmayer
cc016c9365 + fixes #0001409: implement FreeCAD.Units.Quantity().__float__() 2014-02-14 14:50:01 +01:00
wmayer
ed4729dac1 + extend number protocol 2014-02-14 13:53:47 +01:00
wmayer
8c354c7635 + extend number protocol 2014-02-14 13:45:56 +01:00
wmayer
438b6d4681 + extend number protocol 2014-02-14 12:46:30 +01:00
wmayer
67c72af58a + remove unneeded methods from PropertyLength 2014-02-13 17:24:03 +01:00
wmayer
09da3bf9ba Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2014-02-13 17:04:14 +01:00
wmayer
e0edec90f5 + PropertyLength inherits PropertyQuantity 2014-02-13 17:03:48 +01:00
Yorik van Havre
2349c8600a Draft: small fix in point object 2014-02-13 12:19:59 -02:00
wmayer
8c72cdaa3b Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2014-02-13 14:08:34 +01:00
wmayer
a2209cda1f + Proper reimplmentation of PropertyUnitItem 2014-02-13 14:08:08 +01:00
Yorik van Havre
f1fc606239 Draft: prevent other Draft objects from becoming Support 2014-02-13 10:04:06 -02:00
Yorik van Havre
c1996a4230 Arch: small bugfix in window 2014-02-13 10:03:45 -02:00
logari81
d8cca2ad88 Sketcher: fix polyline closing when coincident points are involved 2014-02-12 22:23:43 +01:00
jriegel
34d3c39dc3 Implementing Calculix binding 2014-02-12 19:39:49 +01:00
wmayer
688680c8e7 + Fix undo/redo issue with pad 2014-02-12 16:15:24 +01:00
wmayer
e8eb0bd828 + support loading projects with old pad features, fix critical bug where the unit gets replaced 2014-02-12 15:14:02 +01:00
wmayer
cfe77ee175 + emit valueChanged(double) signal from InputField 2014-02-12 14:03:42 +01:00
wmayer
f1f17c9602 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2014-02-12 13:37:37 +01:00
wmayer
035ff37353 + fix whitespace, typos, docs 2014-02-12 13:37:04 +01:00
Yorik van Havre
0724e2ace6 Arch: improvements to survey tool 2014-02-12 09:39:07 -02:00
wmayer
3d7c8808bb + fixes #0001400: Revert back to using native file dialog on Mac OS X 2014-02-12 10:50:02 +01:00
jriegel
c25379158c Writing Calculix file 2014-02-12 00:15:57 +01:00
jriegel
d6be948820 FixBug #1402 2014-02-11 23:03:26 +01:00
jriegel
62a686c850 Calculix Analysis output 2014-02-11 19:49:47 +01:00
Yorik van Havre
d27d21936d Arch: Survey tool 2014-02-11 16:30:16 -02:00
wmayer
83ab31f917 + Add PropertyQuantity to type system 2014-02-11 19:20:31 +01:00
wmayer
22efe13bd9 + Using locale delimiter 2014-02-11 17:36:04 +01:00
Yorik van Havre
563f5d1770 Arch: added a pref option to disable snapping to the base object (restores normal snapping for arch objects) 2014-02-11 11:17:39 -02:00
jriegel
ea16b3cab0 Added new color types to Preferences 2014-02-10 21:25:54 +01:00
jriegel
bb8fcd2bf3 Using Locale delimiter 2014-02-10 21:25:53 +01:00
Yorik van Havre
6a52847771 Draft: small fix in DXF exporter 2014-02-10 17:09:46 -02:00
Yorik van Havre
c3890cf35c Arch: option to save a list of exported objects together with an ifc file - fixes #1371 2014-02-10 12:54:27 -02:00
wmayer
c3384e4b5a + fixes #0001380: Allow to set user-defined names for constraints 2014-02-10 15:36:58 +01:00
wmayer
9e8f124af7 + undo changes of 8b610aff on issue 0001375 because this was done in c7e41c 2014-02-10 11:23:01 +01:00
wmayer
e9f3ce1d24 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2014-02-10 10:52:42 +01:00
wmayer
f6c950e953 + fixes #0001375: FreeCAD does not support of pivy and shiboken in Libpack8.x 2014-02-10 10:52:18 +01:00
jriegel
2cdb8f39c2 Further implementing MechanicalAnalysis 2014-02-09 21:40:46 +01:00
jriegel
9f47c54e51 First tests of using InputField via Python 2014-02-09 20:50:07 +01:00
jriegel
fad3e2cfbc Fix doulbe value entry in history of InpuField 2014-02-09 19:28:15 +01:00
jriegel
4a4d851fb8 Fix default bug in Pad dialog 2014-02-09 19:21:01 +01:00
jriegel
a1af077d49 PySide switch for LibPack >= 8.2 default on in the vanilla sourc
This means that you need 8.2 or higher or you have to switch of FREECAD_LIBPACK_USEPYSIDE!
2014-02-09 18:59:35 +01:00
jriegel
131e4c2568 Finish get nodes by surface 2014-02-09 17:55:35 +01:00
jriegel
b87ea22edf Get node of face implementation 2014-02-09 17:55:34 +01:00
Yorik van Havre
19f58fbfaf Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2014-02-09 13:33:09 -02:00
WandererFan
a6c75661e6 Avoid OCC error for closed Draft.BSpline with same first/last points 2014-02-09 13:30:49 -02:00
jriegel
7a7710873e Fully implement Units in PartDesign Pad 2014-02-09 16:23:06 +01:00
jriegel
3dcc86caf1 Merge remote-tracking branch 'refs/remotes/s7726-repo/PadToolDatum' 2014-02-09 16:23:05 +01:00