Commit Graph

2895 Commits

Author SHA1 Message Date
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
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
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
Yorik van Havre
827351b39f Draft: made last commit more backward-compatible 2014-02-09 13:08:02 -02:00
Daniel Falck
b660c4f97f added way of breaking BSplines into line segments in Shape2DView 2014-02-09 13:02:38 -02:00
wmayer
9ee73174f4 + expose zoomIn/zoomOut to Python 2014-02-09 15:28:43 +01:00
logari81
220930941d + fixes #0000928: Change selection numbering base in the Sketcher from 0 to 1 2014-02-08 23:51:15 +01:00
wmayer
57ddafe29b + Add pipette icon 2014-02-08 16:10:16 +01:00
Gavin Swanson
12091030a2 Add fancy unit/math input to pad tool
Pad tool does not currently save the units, so the result is still in mm.
2014-02-07 22:10:31 -08:00
Yorik van Havre
ae5d3bc9a1 Arch: IFC browser - fixes #1384
Arch -> Utilities -> IFC Explorer
This opens a browser window that displays the contents of an IFC file
in a more readable manner than a text editor.
2014-02-07 10:57:34 -02:00
jriegel
ce3075f8a3 First version of new Windows installer 2014-02-06 23:10:28 +01:00