Eivind Kvedalen
1f347b53cf
+ 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
935ec5b034
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
337bd00de0
Added Quantity::operator>(...).
2015-02-13 21:53:58 +01:00
Eivind Kvedalen
c16139da7f
Added InterpreterSingleton::getValue(...) function.
2015-02-13 21:53:57 +01:00
Eivind Kvedalen
264c28b96e
Added tracking of external documents to dependency tracking code.
2015-02-13 21:53:57 +01:00
Eivind Kvedalen
53083e091c
Made Property::encodeAttribute static.
2015-02-13 21:53:56 +01:00
Yorik van Havre
9220ceb692
Draft: Fixed DXF imorter for non-GUI operation - fixes #1961
2015-02-13 16:49:29 -02:00
Yorik van Havre
c023355fcb
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
52aa640086
Draft: made new DXF libraries dialogs translatable
2015-02-13 16:01:16 -02:00
wood-galaxy
762ec9f718
Draft : Show dialog if DXF libraries not found/not downloadable
2015-02-13 15:31:50 -02:00
wmayer
65061346d8
+ write out material information for x3d format
2015-02-13 17:26:49 +01:00
Sebastian Hoogen
f0dd9a3182
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
75f16b24e4
Draft: fixed importSVG - fixes #1964
2015-02-12 11:57:39 -02:00
wmayer
6d4c1d54e3
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2015-02-12 14:07:10 +01:00
Sebastian Hoogen
fcabea8d92
meshing was removed from StlTransfer
...
with OCCT CR0025357 issue #1906
2015-02-12 13:46:14 +01:00
Yorik van Havre
cba87af78f
Draft: Small fix in DXF importer - fixes #1961
2015-02-12 13:46:14 +01:00
Yorik van Havre
ac14a45064
Fixed typo
2015-02-12 13:46:13 +01:00
Yorik van Havre
d3207edb22
Drawing: reset the default template to the classic one
2015-02-12 13:46:13 +01:00
Yorik van Havre
8548e45a40
Draft: Small fix in DXF importer - fixes #1961
2015-02-11 16:08:34 -02:00
Yorik van Havre
0471698cfd
Fixed typo
2015-02-11 15:50:18 -02:00
Yorik van Havre
170753508c
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2015-02-11 11:25:09 -02:00
wmayer
b9fb49e856
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2015-02-11 09:50:41 +01:00
Yorik van Havre
60334c49d8
Drawing: reset the default template to the classic one
2015-02-10 14:05:14 -02:00
Sebastian Hoogen
8421a0b951
disable conversion of BSplines to circles in SVG drawing output
...
partly revert 0a31bebaed
2015-02-10 15:45:34 +01:00
Yorik van Havre
a6e5895e72
Fixed typo in text
2015-02-10 11:52:49 -02:00
Yorik van Havre
228e29244e
Draft: re-added Draft-Drawing tool to DraftWB
2015-02-09 12:26:41 -02:00
Johannes Obermayr
5d0d74d3b9
Mod/Complete: Check for modules at runtime.This fixes runtime errors if e. g. TestGui isn't installed due to -DBUILD_TEST=OFF ...
2015-02-08 16:37:14 +01:00
Johannes Obermayr
84fbdbf044
Mod/Complete: Check for modules at runtime.
...
This fixes runtime errors if e. g. TestGui isn't installed due to -DBUILD_TEST=OFF ...
2015-02-08 16:24:04 +01:00
Sebastian Hoogen
d2bb75566e
add encoding parameter to .as_std_string()
...
to handle PyUnicode Objects. Usually ASCII for object names and Utf-8
for file names and console output.
issue #995
2015-02-08 15:37:00 +01:00
Sebastian Hoogen
6a0bcfbaee
set the max. segments in BSpline approximation to 50
...
in Draft and Drawing WBs
2015-02-08 15:14:32 +01:00
Sebastian Hoogen
b54dd77a50
rename python classes for shapes and
...
implememnt __getstate__ and __setstate__ to enable pickling
issue #1948
2015-02-04 17:07:29 +01:00
wmayer
586e327276
+ correct usage of SoPolygonOffset
2015-02-02 14:18:16 +01:00
wmayer
f95082da33
+support to write/read colors to/from OFF file
2015-02-02 09:59:02 +01:00
wmayer
afb2641c60
+ fix possible crash in DocumentItem
2015-02-01 12:09:37 +01:00
wmayer
0973f81e7a
+ improve loading SVG files in debug mode
2015-02-01 11:14:00 +01:00
wmayer
86576b585e
+ fixes #0001938 : addObject() maximum recursion depth exceeded Error
2015-01-31 17:26:03 +01:00
Yorik van Havre
4beaaa4db2
Fixed a typo
2015-01-27 13:57:49 -02:00
Yorik van Havre
1e214e7475
Draft: small fix in SVG generation
2015-01-26 17:38:30 -02:00
Yorik van Havre
dd4bd4ecf5
Cosmetic fix in crowdin script
2015-01-26 16:26:28 -02:00
Yorik van Havre
c2226d02c0
Updated ts files
2015-01-26 16:23:48 -02:00
Yorik van Havre
7a40da3497
Drawing: small fix in DraftView command
2015-01-26 16:00:13 -02:00
Yorik van Havre
15428fbb1e
Disabled internal pivy building by default on non-windows platforms - fixes #1335
2015-01-25 12:17:36 -02:00
wmayer
85bc04f0a0
+ fix problems on unit tests, open transaction when creating distance object, layout warning, ...
2015-01-25 14:04:33 +01:00
wmayer
69605efc46
+ fixes #0001776 : Illegal character when opening project
2015-01-25 12:36:24 +01:00
wmayer
f746297edf
+ fix linker error with MSVC
2015-01-25 12:22:04 +01:00
Sebastian Hoogen
7485b6c36c
round the drawing view projection direction
...
before calculating the necessary view rotation to anticipate the
rounding that happens on saving and reloading the file. fixes #1909
2015-01-24 23:37:38 +01:00
Sebastian Hoogen
0dc2202347
respect locale environment except for LC_NUMERIC
...
fixes #1852
2015-01-24 19:52:25 +01:00
wmayer
1bd787ff1c
+ fixes #0001482
2015-01-24 16:32:21 +01:00
wmayer
67b4ab51e4
+ slight fix in file filter
2015-01-24 16:31:49 +01:00
wmayer
b80bbaaed8
+ fixes #0001925 : Preferences not kept well
2015-01-23 19:41:31 +01:00