Commit Graph

3390 Commits

Author SHA1 Message Date
wmayer
dcb3a55f57 + restore arrow cursor when mouse moves into empty area in 3d view 2014-04-05 19:57:40 +02:00
wmayer
0c5087c6ea + extend Python API of selection gate 2014-04-03 13:57:57 +02:00
wmayer
0efd2597c7 + code cleanup 2014-04-03 10:23:57 +02:00
wmayer
938f623b8e + Re-enable Mefisto for MSVC 2014-04-03 10:23:30 +02:00
wmayer
ad0ab4b816 + implement key up/down for input field, fix wheel event 2014-04-02 12:22:28 +02:00
wmayer
6112c1917b + fixes #0001497: Implement getCameraOrientation similarly to getViewDirection 2014-04-02 11:40:36 +02:00
wmayer
f238671b8a + fix bug in spiral creation 2014-04-02 10:46:13 +02:00
Yorik van Havre
49676f1e62 Draft: Fixes from wandererfan 2014-04-01 19:23:31 -03:00
wmayer
86621e06e8 + Add CountEdges to Python interface of Mesh class 2014-04-01 17:27:33 +02:00
wmayer
abe46d5ce7 + do meshing of shapes in parallel 2014-04-01 16:38:44 +02:00
wmayer
a8fe58d93b + use Quantity type as QVariant, add quantity property to InputField and implement a PySide converter 2014-04-01 15:43:40 +02:00
Yorik van Havre
3b645362e6 Arch: cosmetic improvements in wall and prefs 2014-03-31 16:25:41 -03:00
Yorik van Havre
e83fcb3a88 Arch: fixed a text in Arch preferences 2014-03-31 15:44:46 -03:00
Yorik van Havre
8f1faa2829 Arch: Converted wall tool to units system 2014-03-31 15:40:52 -03:00
wmayer
a690bcb79d + fix possible crashes in mirror and polar pattern feature 2014-03-31 16:35:22 +02:00
wmayer
ded1996a73 + Fix crash when editing the linear pattern feature, suppress some warnings in release mode 2014-03-31 14:42:55 +02:00
Yorik van Havre
00641c26a1 Draft: fixes in offset 2014-03-29 19:39:11 -03:00
Yorik van Havre
4d8488d457 Spreadsheet: Allow to control sketches datum values 2014-03-29 18:38:33 -03:00
Yorik van Havre
efe27b5808 Spreadsheet: small fix 2014-03-29 16:49:06 -03:00
Yorik van Havre
6d7283b901 Spreadsheet: property controller - fixes #926
Added a new object and tool called property controller, which
must be added to a spreadsheet and gives the value of a cell to
a property of an object.
2014-03-29 16:16:04 -03:00
Yorik van Havre
b7fc417253 Draft - enabled utf8 in coin3d and svg - relates to issue #1404 2014-03-29 14:31:45 -03:00
wmayer
13fb708c4a + remove plus sign 2014-03-29 13:19:48 +01:00
Barleyman
d578e6ceae Update Idf.py
Fixes from bug 1366 http://www.freecadweb.org/tracker/view.php?id=1366
2014-03-29 13:08:22 +01:00
wmayer
b8b13dc992 Merge branch 'patch-1' of https://github.com/Barleyman/FreeCAD_sf_master 2014-03-29 13:00:41 +01:00
Marcus Brinkmann
8525fae12b Find Coin3 header files on Fedora. 2014-03-29 12:42:28 +01:00
wmayer
3de07fd68b + fixes: #0001475: Implement a 3 point arc similar to solidworks in sketcher (mdinger) 2014-03-29 12:20:32 +01:00
wmayer
5c63c3cc59 + fixes #0001490: Implement a perimeter circle (3 point circle) similar to solidworks in sketcher (mdinger) 2014-03-29 12:03:17 +01:00
wmayer
cd48beffed + minor change in Vector2D 2014-03-29 11:57:58 +01:00
wmayer
966b12813a + fix typos or documentation 2014-03-29 11:46:07 +01:00
wmayer
45ed776daa + Re-insert workbench box in Complete due to weird behaviour on some systems 2014-03-29 09:53:26 +01:00
WandererFan
50760054dc Fixes to PathArray
- missing refresh() in DraftTools
- handle case where Base obj has non-trivial Placement
- copy Base obj format to PathArray object
2014-03-28 22:54:33 -03:00
Yorik van Havre
6681272564 Arch: Axis-bbased structural systems are now a separate object - fixes #1486 2014-03-28 18:31:22 -03:00
Yorik van Havre
a83b4a016b Arch: Added a pref option to export everything as Brep in IFC files 2014-03-27 18:55:55 -03:00
Yorik van Havre
e03256427a Arch: Fixed toolbar mode - fixes #1473 2014-03-27 17:18:14 -03:00
Yorik van Havre
3ab911a77e Draft: Downgrade now splits multi-solid compounds into individual solids 2014-03-27 16:22:49 -03:00
Yorik van Havre
a145b3dbd1 Draft: Small fix in patterns 2014-03-27 11:52:07 -03:00
wmayer
fa14dec3fa + allow to set deflection of a mesh with exportStl 2014-03-27 10:41:25 +01:00
Barleyman
4ce002aa58 Update Idf.py
Fixes for bugs 0001491, 0001492, 0001493
2014-03-25 17:07:20 +02:00
wmayer
7bcb9919b7 + Make extrude again working for shapes without wires but edges 2014-03-25 10:16:50 +01:00
wmayer
b888d3dd41 + Fix reference leak in _getSupportIndex 2014-03-25 10:15:54 +01:00
jriegel
bd2af70902 fix load of BDF with element number bigger 1000000 2014-03-24 21:12:21 +01:00
Yorik van Havre
d2962a21d7 Draft: small fix to Draft Clone
If scale is (1,1,1), matrix transform is no longer applied
2014-03-24 13:22:08 -03:00
Yorik van Havre
86aa8ced74 Draft: Added Ulrichs patch to fix Draft-Drawing projections - fixes #1376 2014-03-23 17:28:17 -03:00
Yorik van Havre
a8561a9eea Fixes Draft encoding bug - fixes #1487 2014-03-22 13:25:59 -03:00
wmayer
11048388e8 + set correct group information to pad and pocket properties 2014-03-21 15:18:26 +01:00
wmayer
8e502bc3c2 + fixes #0001484: Do not sort properties in alphabetical order 2014-03-21 15:04:35 +01:00
wmayer
6b5ad25dc5 + Apply patch on DocumentObject.py (http://forum.freecadweb.org/viewtopic.php?f=22&t=6128) 2014-03-21 09:53:22 +01:00
Peter Lama
0f5d0b3f77 fixes #0001485: 'About FreeCAD' disappears on Mac OS X 2014-03-20 16:47:35 -07:00
wmayer
593ae37f64 + fixes #0001479: 'Escape' key dismissing dialog cancels Sketch editing 2014-03-18 14:18:55 +01:00
wmayer
aee30113fd + fixes #0001480: Crash when editing sketch with Pad hidden 2014-03-18 13:14:04 +01:00