Yorik van Havre
ff7deabf56
Reformatted README & added more links
2015-02-22 14:53:30 -03:00
wmayer
b5b54c59f1
+ fix for OCC 6.3
2015-02-22 18:41:18 +01:00
wmayer
e8fafa1691
Merge commit '7fa991944298e3723641891cc49424a552b42804'
2015-02-22 18:28:15 +01:00
Peter Lama
119d55be4c
Integrate script for making a relocatable OS X app
2015-02-22 18:23:10 +01:00
wmayer
f47df84705
+ change doc string of Vector.projectPointToLine
2015-02-22 18:14:45 +01:00
Peter Lama
7fa9919442
Add python bin dir as hint for finding PySide tools
...
(On OS X and Windows)
This should handle most situations
2015-02-21 20:08:56 -08:00
wmayer
f2d8fc91ec
+ issue #0001970 : Spaceball 5000 USB no longer works in Windows 7 in 0.15 dev versions
2015-02-21 18:46:06 +01:00
wmayer
153e988237
+ make argument of multiFuse const reference
2015-02-21 12:48:12 +01:00
Sebastian Hoogen
c2ce8f5eba
add TopoShape::multiFuse method
...
to fuse multiple shapes at once.
2015-02-21 12:35:21 +01:00
Sebastian Hoogen
acfafc0b2b
Use multiple tool shapes for MultiFuse Feature
...
issue #1971
2015-02-21 12:35:20 +01:00
wmayer
312f63e43e
+ edit command for meshes to display components
2015-02-20 22:28:37 +01:00
wmayer
18f1cf7821
+ fix issue with bad default value of natural direction
2015-02-20 14:40:03 +01:00
wmayer
a869033925
+ add slots for undo/redo to Python document observer
2015-02-18 21:36:47 +01:00
wmayer
22b63a7653
+ fix ambiguous shortcuts
2015-02-18 13:07:42 +01:00
wmayer
78171d59fd
+ fixes #0001972 : FreeCAD crashes when using keyboard shortcut H to constrain a line
2015-02-18 12:50:16 +01:00
DeepSOIC
aeabffeed8
Sketcher: bugfix in updating constraints after external geometry delete
2015-02-17 12:27:32 +01:00
DeepSOIC
13406a4daf
Sketch:Validation: swap endpoints for reversed + constraint orientation locking controls
...
Added buttons to port sketches to CCW-emulation Sketcher.
Bonus =) : Added constraint orientation lock/unlock buttons (affects
point-wise modes of tangent and perpendicular constraints so far)
2015-02-17 12:27:32 +01:00
DeepSOIC
0767cd35f8
Sketcher: fix reversed geometry and rotated arcs
...
Fixes a bug where an arc, ellipse, or arc-of-ellipse, being reversed in
XY plane, behaved badly in sketcher (see forum thread "Sketch: how to
handle reversed external arcs?"
http://forum.freecadweb.org/viewtopic.php?f=10&t=9130 ).
Also fixes a problem with rotated arcs (see forum thread "Rotating Arc
in Sketcher"
http://forum.freecadweb.org/viewtopic.php?f=22&t=9145#p74262 ).
This is done by adding an emulation flag to a few methods in
Part::GeomXXX, which makes the shape to pretend being non-reversed
(CCW). This causes endpoints of reversed arcs of circles lineked as
external geometry to swap, causing broken sketches sometimes.
2015-02-17 12:27:31 +01:00
Abdullah Tahiri
0b081876e5
Ellipse: External geometry rotated fix
...
This commit solves the problem that a ellipse appears rotated when added as external geometry, if the face having the
elliptical shape has a direction vector in the -z axis.
This solves the problem. However, the issue with CW and CCW shapes in the sketcher shall be further investigated in order
to arrive to a general acceptable solution.
2015-02-17 12:27:31 +01:00
Eivind Kvedalen
c3af4232a4
Spreadsheet: getProperty does not return 0 when property is not found, but throws an exception. Handle this instead.
2015-02-17 11:47:56 +01:00
Eivind Kvedalen
4ab13b9fea
Spreadsheet: Remove empty set from documentObjectToCellMap.
2015-02-17 11:47:11 +01:00
Eivind Kvedalen
43e777c7e5
Spreadsheet: docDeps property was not properly maintained, resulting in spurious links to other objects.
2015-02-17 11:46:12 +01:00
Eivind Kvedalen
2621c22409
Spreadsheet: Don't return error message when custom attribute is not found.
2015-02-17 11:45:30 +01:00
Eivind Kvedalen
1b43ca109b
Spreadsheet: Consistently use App::Document::Label as reference for document names when tracking dependencies.
2015-02-17 11:44:55 +01:00
Eivind Kvedalen
1f94a15869
Fixed crash when setting/resetting bold/italic/underline on empty cells.
2015-02-17 11:44:21 +01:00
Yorik van Havre
423e700e8a
Arch: fixed support of 2D entities in IFC importer
2015-02-16 12:20:29 -02:00
Yorik van Havre
9b4b46f1d0
Arch: small fix in DAE importer
2015-02-15 23:41:46 -02:00
Yorik van Havre
0bb651da4d
Updated translation files
2015-02-14 12:16:39 -02:00
Yorik van Havre
7bbdb0a333
Spreadsheet: Added translation file
2015-02-14 12:15:01 -02:00
Yorik van Havre
0b0f6cf215
Spreadsheet: Added back old python spreadsheet code for archiving purposes
2015-02-14 12:03:22 -02:00
wmayer
be2bb52796
+ open transaction when duplicating selection
2015-02-13 23:12:51 +01:00
wmayer
74e169dc11
+ open transaction when pasting clipboard into document
2015-02-13 23:01:41 +01:00
wmayer
d89d1808b7
+ fixes #0001945 : selection out of sync with viewer
2015-02-13 22:26:04 +01:00
wmayer
f54da66bd3
+ remove unused variable
2015-02-13 22:13:38 +01:00
Eivind Kvedalen
d153fb2dbd
+ Fixed merge of cells to retain value in upper left cell+ Replaced std::map::at() with iterators and find. Removed some superfluous calls to std::map::find()
...
+ Visual Studio fixes
+ Fixed return values
+ Removed unused variables
2015-02-13 21:53:59 +01:00
Eivind Kvedalen
383ffa6e15
Initial implementation of Spreadsheet module (C++ version) by Eivind Kvedalen.
...
Various fixes for Windows by
Peter Lama <peterldev94@gmail.com>
Werner Mayer <wmayer@users.sourceforge.net>
2015-02-13 21:53:58 +01:00
Eivind Kvedalen
8ec6b3493d
Added Quantity::operator>(...).
2015-02-13 21:53:58 +01:00
Eivind Kvedalen
75dab66916
Added InterpreterSingleton::getValue(...) function.
2015-02-13 21:53:57 +01:00
Eivind Kvedalen
524e982b5e
Added tracking of external documents to dependency tracking code.
2015-02-13 21:53:57 +01:00
Eivind Kvedalen
e70b859395
Made Property::encodeAttribute static.
2015-02-13 21:53:56 +01:00
Yorik van Havre
5a9d79ac94
Draft: Fixed DXF imorter for non-GUI operation - fixes #1961
2015-02-13 16:49:29 -02:00
Yorik van Havre
40f0927705
Arch: Adapted IFC importer for new IfcOpenShell6
...
Squashed following commits:
* Arch: Adapted IFC importer for IfcOpenShell6
* Arch: further fixes for ifcopenshell6 compatibility
* Arch: IFC importer now converts to/from meters for better compatibility with IfcOpenShell
* Arch: further fixes with ifcopenshell6
* Arch: precision adjustments in IFC exporter
* Arch: small fix in makeRoof
2015-02-13 16:41:34 -02:00
Yorik van Havre
6202476061
Draft: made new DXF libraries dialogs translatable
2015-02-13 16:01:16 -02:00
wood-galaxy
c516b2456e
Draft : Show dialog if DXF libraries not found/not downloadable
2015-02-13 15:31:50 -02:00
wmayer
e551c4ef28
+ write out material information for x3d format
2015-02-13 17:26:49 +01:00
Sebastian Hoogen
192a32d8d1
refuse to change the placement of PartDesign::Feature Objects
...
in OpenSCAD/Explode Group command
2015-02-13 00:40:27 +01:00
Yorik van Havre
cd5783ac2e
Draft: fixed importSVG - fixes #1964
2015-02-12 11:57:39 -02:00
wmayer
c61a382a73
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2015-02-12 14:07:10 +01:00
Sebastian Hoogen
cd771f65c6
meshing was removed from StlTransfer
...
with OCCT CR0025357 issue #1906
2015-02-12 13:46:14 +01:00
Yorik van Havre
4bb365f9b6
Draft: Small fix in DXF importer - fixes #1961
2015-02-12 13:46:14 +01:00