Commit Graph

651 Commits

Author SHA1 Message Date
wmayer
cd658c953b + fix whitespaces in Python module 2014-12-22 12:54:09 +01:00
Michael Georg Hansen
120394c386 Prevent pages and views from being put into the drawing sheet. 2014-12-20 22:18:43 +01:00
Michael Georg Hansen
a268574e2b Remove leftover debug output and use named parameters. 2014-12-20 22:18:22 +01:00
Michael Georg Hansen
bb2958b24d Reuse projection settings from an existing view when creating new draft views.
Select a draft object and a view on a drawing page, then the view created for
the draft object will have the same projection settings as the selected view.
2014-12-20 22:17:08 +01:00
Sebastian Hoogen
5f4a9e9bf0 support for ellipses and elliptical arcs in flattened SVG output
(cherry picked from commit 59eabdbcb043f3d462c3e9ed0ba21cfe65b7aae6)
2014-12-20 12:33:34 +01:00
wmayer
d14f1aeda7 + fixes #0001848: Radius of circle given in degrees 2014-12-16 12:10:15 +01:00
Yorik van Havre
20dbf0c2ae Draft: small fix in Draft.py 2014-12-12 14:38:07 -02:00
Yorik van Havre
dcd01e7c55 Draft: Fixed polygon center snap 2014-12-03 11:16:08 -02:00
Sebastian Hoogen
46a00d1380 remove support for automake 2014-11-26 10:26:30 +01:00
Yorik van Havre
9ed9925352 Draft: trimex extrusions now sets the solid property of the extruded object to True 2014-11-10 09:44:38 -02:00
wmayer
4459b37e45 + fix copying Python resource files to destination on Windows 2014-11-08 11:08:58 +01:00
Yorik van Havre
8676ed01c3 Arch and Draft rc files are now compiled at build time - issue #1796 2014-11-05 20:07:53 -02:00
WandererFan
56f4603dd4 Fix #1787 Draft.PathArray align
Correct handling of Euler angle calculations.
2014-11-03 10:24:23 -02:00
Yorik van Havre
e713ce6af3 Draft: Disabled automatic DXF library download - fixes #1785
Note for existing users: Can be reenabled in menu Edit > Preferences >
Import-Export > DXF > Automatic update
2014-10-18 10:21:26 -03:00
Sebastian Hoogen
f3d2d0928c issue #1788 SVG output of trimmed curves 2014-10-15 15:52:59 +02:00
Yorik van Havre
203fcb7a1b Draft: Adapted Draft module for python3 compatibility - issue #995 2014-10-05 19:40:14 -03:00
Yorik van Havre
cfe6613c71 Draft: prevented possible deletion of draft wire during edit - fixes #1680 2014-10-05 17:30:18 -03:00
Yorik van Havre
80e55003d8 Draft: Added DraftGeomUtils.pocket2d(shape,float)
Returns a list of wires obtained by offsetting the wires of the given
shape by the given amount (outer wire inside, inner wires outside) and
resolving intersections
2014-10-03 17:35:40 -03:00
Yorik van Havre
1c78aed46f Draft: display coordinates using the current locale's decimal separator - fixes #1741 2014-09-27 16:23:59 -03:00
Sebastian Hoogen
9ad67346cc issue #1701 2014-09-27 13:07:30 -03:00
Yorik van Havre
cc39f914e6 Draft: Reverting provisorily to the old version of DraftGeomUtils.sortEdges 2014-09-24 18:13:55 -03:00
Stefan Tröger
f1d122b78c fix reported bugs
- compile on windows
- fix cursors
2014-09-23 10:11:12 +02:00
wmayer
4d328992d3 + add lost s 2014-09-20 18:01:40 +02:00
Sebastian Hoogen
efbd320f78 fixes #1745 Encode Annotation Text using latin1
for Coin Versions <= 3
2014-09-20 16:26:59 +02:00
Sebastian Hoogen
59596bb6b0 fixes #1744 Use unicode in Unit system 2014-09-20 08:58:06 +02:00
Yorik van Havre
6b8036784a Draft: small fix in trackers - fixes #1757 2014-09-18 19:39:37 -03:00
Yorik van Havre
e5a49e306e Draft: Fixed rotation UI unit - fixes #1664 2014-09-18 11:18:15 -03:00
Yorik van Havre
2b99706910 Draft: Grid now checks preferences settings when redrawn - fixes #1671 2014-09-18 11:09:43 -03:00
Yorik van Havre
9b52c19fe3 Arch: fixed window movements - fixes #1597 2014-09-17 19:39:54 -03:00
Yorik van Havre
974f95b295 Draft: provisorily fixed error in sortEdges 2014-09-17 14:19:42 -03:00
Yorik van Havre
e6e582bc8f Draft: Added progress bar to dxf library download - fixes #1644 2014-09-17 13:30:51 -03:00
Sebastian Hoogen
67b01c5aae try to use Execptions in Draft module 2014-09-17 12:52:36 +02:00
Yorik van Havre
16c99a426d Draft: fixed typo 2014-09-16 11:26:47 -03:00
Yorik van Havre
a454bab2d1 Draft: replaced DraftGeomUtils.sortEdges with better version from pkoning2 - fixes #1691 2014-09-15 17:30:37 -03:00
Yorik van Havre
e207a563fc Draft: Added a button to Dimension UI to select existing edges - fixes #1636 2014-09-15 17:05:44 -03:00
Yorik van Havre
1cc6ffa375 Draft: fixed sticky fonts - fixes #1725 2014-09-15 16:43:14 -03:00
Yorik van Havre
534125c855 Draft: fixing bugs in previous commit 2014-09-15 15:56:07 -03:00
Sebastian Hoogen
eb52aa726b move encoding strings for coin to function 2014-09-15 15:45:44 -03:00
Yorik van Havre
b0190d2ba2 Draft: upgrade tool now converts single-linear-edge objects into Draft lines 2014-09-15 12:51:26 -03:00
Sebastian Hoogen
6394e7b7d7 use utf-8 for coin4 and latin1 for coin3 2014-09-14 11:08:55 +02:00
Yorik van Havre
a70bcceb54 Arch: minor improvements in panel 2014-09-11 19:27:33 -03:00
Yorik van Havre
bf4ff68633 Draft: minor fix in Shapestring 2014-09-10 15:56:50 -03:00
Yorik van Havre
8300f35cb4 Draft: Fixed copying of Draft points 2014-09-05 17:48:30 -03:00
Yorik van Havre
2f2b88aae2 Draft: Allow sticky fonts in ShapeString 2014-09-04 15:57:59 -03:00
Sebastian Hoogen
c7cfee0539 issue #1700 replace raise Exception() 2014-09-01 22:47:05 +02:00
Yorik van Havre
617eff8cd3 Arch: optimizations in IFC import + furniture objects can be included in spaces 2014-08-31 23:30:02 -03:00
Yorik van Havre
6ab34f16d4 Draft: clones now correctly adopt the diffuse color of their base object - fixes #1704 2014-08-28 16:30:34 -03:00
Yorik van Havre
9f5014c43d Draft: grid size is now settable in preferences 2014-08-28 16:00:08 -03:00
Yorik van Havre
0efd3e0f5a Draft: fixes in DXF exporter - fixes #1590, #1653
* Fixed arc directions
* Turned max spline segment length preference option into a float
* Fixed ellipses export
2014-08-28 13:32:45 -03:00
Yorik van Havre
49dc7da2d2 Draft: removed unnecessary latin1 decode operations 2014-08-21 11:44:28 -03:00