wmayer
bedd2b15a7
+ fix copying Python resource files to destination on Windows
2014-11-08 11:08:58 +01:00
Yorik van Havre
75deaa658f
Arch and Draft rc files are now compiled at build time - issue #1796
2014-11-05 20:07:53 -02:00
WandererFan
fc6d57f8b3
Fix #1787 Draft.PathArray align
...
Correct handling of Euler angle calculations.
2014-11-03 10:24:23 -02:00
Yorik van Havre
bd1bbff874
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
81d4b94902
issue #1788 SVG output of trimmed curves
2014-10-15 15:52:59 +02:00
Yorik van Havre
daedcf4f1c
Draft: Adapted Draft module for python3 compatibility - issue #995
2014-10-05 19:40:14 -03:00
Yorik van Havre
3c091ac69a
Draft: prevented possible deletion of draft wire during edit - fixes #1680
2014-10-05 17:30:18 -03:00
Yorik van Havre
537e759142
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
463b5d4a7e
Draft: display coordinates using the current locale's decimal separator - fixes #1741
2014-09-27 16:23:59 -03:00
Sebastian Hoogen
e820a32653
issue #1701
2014-09-27 13:07:30 -03:00
Yorik van Havre
16e8b0ee3f
Draft: Reverting provisorily to the old version of DraftGeomUtils.sortEdges
2014-09-24 18:13:55 -03:00
Stefan Tröger
ad1bfc32fb
fix reported bugs
...
- compile on windows
- fix cursors
2014-09-23 10:11:12 +02:00
wmayer
eae8f22ee5
+ add lost s
2014-09-20 18:01:40 +02:00
Sebastian Hoogen
6a89b33816
fixes #1745 Encode Annotation Text using latin1
...
for Coin Versions <= 3
2014-09-20 16:26:59 +02:00
Sebastian Hoogen
6ad50db01b
fixes #1744 Use unicode in Unit system
2014-09-20 08:58:06 +02:00
Yorik van Havre
328bdcf636
Draft: small fix in trackers - fixes #1757
2014-09-18 19:39:37 -03:00
Yorik van Havre
0f559a7184
Draft: Fixed rotation UI unit - fixes #1664
2014-09-18 11:18:15 -03:00
Yorik van Havre
f796cacf65
Draft: Grid now checks preferences settings when redrawn - fixes #1671
2014-09-18 11:09:43 -03:00
Yorik van Havre
552c0b3af3
Arch: fixed window movements - fixes #1597
2014-09-17 19:39:54 -03:00
Yorik van Havre
e7cc192650
Draft: provisorily fixed error in sortEdges
2014-09-17 14:19:42 -03:00
Yorik van Havre
6e9d2e9b21
Draft: Added progress bar to dxf library download - fixes #1644
2014-09-17 13:30:51 -03:00
Sebastian Hoogen
d537fc9b53
try to use Execptions in Draft module
2014-09-17 12:52:36 +02:00
Yorik van Havre
b0c66cf6f7
Draft: fixed typo
2014-09-16 11:26:47 -03:00
Yorik van Havre
a4f208c8ac
Draft: replaced DraftGeomUtils.sortEdges with better version from pkoning2 - fixes #1691
2014-09-15 17:30:37 -03:00
Yorik van Havre
78f34666b2
Draft: Added a button to Dimension UI to select existing edges - fixes #1636
2014-09-15 17:05:44 -03:00
Yorik van Havre
4b59ef1586
Draft: fixed sticky fonts - fixes #1725
2014-09-15 16:43:14 -03:00
Yorik van Havre
0446f60277
Draft: fixing bugs in previous commit
2014-09-15 15:56:07 -03:00
Sebastian Hoogen
1100d2d0bd
move encoding strings for coin to function
2014-09-15 15:45:44 -03:00
Yorik van Havre
96eccd44ae
Draft: upgrade tool now converts single-linear-edge objects into Draft lines
2014-09-15 12:51:26 -03:00
Sebastian Hoogen
5d406144aa
use utf-8 for coin4 and latin1 for coin3
2014-09-14 11:08:55 +02:00
Yorik van Havre
7318a1d443
Arch: minor improvements in panel
2014-09-11 19:27:33 -03:00
Yorik van Havre
9af4df3ce5
Draft: minor fix in Shapestring
2014-09-10 15:56:50 -03:00
Yorik van Havre
93e01c16b6
Draft: Fixed copying of Draft points
2014-09-05 17:48:30 -03:00
Yorik van Havre
a723ec4b81
Draft: Allow sticky fonts in ShapeString
2014-09-04 15:57:59 -03:00
Sebastian Hoogen
a81a307346
issue #1700 replace raise Exception()
2014-09-01 22:47:05 +02:00
Yorik van Havre
f647f25490
Arch: optimizations in IFC import + furniture objects can be included in spaces
2014-08-31 23:30:02 -03:00
Yorik van Havre
67b54f8052
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
6ff67ee5c3
Draft: grid size is now settable in preferences
2014-08-28 16:00:08 -03:00
Yorik van Havre
16ede0e55c
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
806c857c6f
Draft: removed unnecessary latin1 decode operations
2014-08-21 11:44:28 -03:00
Sebastian Hoogen
3c7c04cafe
bugfix in Draft.ViewProiderPoint
...
remove access to nonexistant property
2014-08-18 14:45:42 -03:00
Sebastian Hoogen
5ecf0cb40b
Reverse the projection direction of DXF exports
2014-08-18 14:45:42 -03:00
Yorik van Havre
14292c11cd
Draft: Objects drawn on an existing face will no longer take it as support unless the face was already selected
2014-08-17 18:09:44 -03:00
Yorik van Havre
f0eee59283
Draft: Fixed small regression in Draft2Sketch
2014-08-16 19:40:35 -03:00
Yorik van Havre
b33d8f6244
Draft - Allow to export Drawing pages to DXF - fixes #1686
...
* Uses DXF algos of the Drawing module instead of the Draft dxf library
* Uses a DXF template with the same name as the SVG template, if existing
* Only Draft, Arch, Part and Annotation views are currently supported
* Drawing module's projectToDXF() now returns only a fragment instead of a full DXF file
2014-08-15 18:14:17 -03:00
Yorik van Havre
7665e34a3a
Draft: Fixed wrong preferences text
2014-08-14 19:51:31 -03:00
Yorik van Havre
7369fbd154
Draft: clearer preference text for dimension style setting
2014-08-14 11:57:17 -03:00
Yorik van Havre
d0288deabb
Arch: small bugfixes in Drawing projection stuff
2014-08-13 16:21:08 -03:00
Yorik van Havre
a9b5970512
Arch: Misc improvements to section planes
2014-08-13 00:28:27 -03:00
Yorik van Havre
a05bf739c5
Draft: Fixed Offset tool - fixes #1634 , #1635
2014-08-09 13:41:52 -03:00