Commit Graph

273 Commits

Author SHA1 Message Date
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
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
49dc7da2d2 Draft: removed unnecessary latin1 decode operations 2014-08-21 11:44:28 -03:00
Sebastian Hoogen
dfcf54e975 bugfix in Draft.ViewProiderPoint
remove access to nonexistant property
2014-08-18 14:45:42 -03:00
Yorik van Havre
1003e556cb 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
f2bde70bd5 Arch: small bugfixes in Drawing projection stuff 2014-08-13 16:21:08 -03:00
Yorik van Havre
60d9335b8f Arch: Misc improvements to section planes 2014-08-13 00:28:27 -03:00
Yorik van Havre
5d1e487760 Draft: Fixed Offset tool - fixes #1634, #1635 2014-08-09 13:41:52 -03:00
Yorik van Havre
26c49d4cd0 Arch: minor bugfixes 2014-08-08 19:07:26 -03:00
Yorik van Havre
7fb849a9c8 Draft: small fix in Array object 2014-08-06 19:33:55 -03:00
Yorik van Havre
f4dfea182b Draft: issue message if an object cannot be moved or rotated - fixes #1642 2014-08-05 18:28:26 -03:00
Yorik van Havre
8da3e7b9e8 Arch: improvements in Space object
* Better text control
* Text position editable with Draft Edit
* Additional properties such as finish types
2014-08-05 16:19:39 -03:00
Yorik van Havre
d127ce2760 Draft: Array objects now have an IntervalAxis property to build helicoidal compounds 2014-08-01 20:57:53 -03:00
Yorik van Havre
1349b7cbf2 Draft + Arch: fixes when working without the GUI 2014-07-29 22:20:06 -03:00
Yorik van Havre
e3647543d4 Arch: Further work on panel 2014-07-20 13:17:36 -03:00
Yorik van Havre
05fb154f85 Draft: Further fix in text encodings 2014-07-11 17:41:26 -03:00
Yorik van Havre
3aa86fc98c Draft - fixed some text encodings in dimensions 2014-07-11 11:54:33 -03:00
Yorik van Havre
83c4a64d6b Draft: fix in angular dimension 2014-07-01 22:30:36 -03:00
Yorik van Havre
01fbb9d149 Arch: small fix in section planes 2014-06-21 18:57:14 -03:00
Yorik van Havre
6e3f0de48a Arch: added an option to section planes to allow non-solids to be cut too 2014-06-21 11:59:33 -03:00
Yorik van Havre
a2e261bb25 Draft: Renamed Layer to VisGroup 2014-06-10 10:21:01 -03:00
Yorik van Havre
c95204f871 Draft: Clones are now 2D if made from a 2D object 2014-06-02 11:23:39 -03:00
Yorik van Havre
cf9aedeb7a Draft: Used replace strategy in latin1 encodings - issue #853 2014-05-17 12:32:04 -03:00
Johannes Reinhardt
950841a28e Change "making" to "creating"
This avoids a double entendre in "making faces" and keeps consistency.
2014-05-16 19:24:21 +02:00
Yorik van Havre
b4bc5163f4 Draft: enabled double-click on dimensions 2014-05-12 21:54:51 -03:00
Yorik van Havre
d2e86b7566 Arch: Big cleanup - fixes #1524
* Removed redundant code in Arch objects
* Supports wandererfan's Units code in Draft module
* Cleanup of the IFC exporter
* Better support of extruded profiles in IFC export
2014-05-11 14:40:39 -03:00
Yorik van Havre
cfcd70a1c8 Draft: small improvements to units system in dimensions 2014-05-09 17:47:08 -03:00
Yorik van Havre
bbca257549 Draft: Filling objects with faces is now optional - fixes #1395
Closable Draft objects now have a new MakeFace property, that specifies
if they must be turned into a face or stay a wire only. Older Draft
objects continue to behave the old way for compatibility. The default
behaviour can be set in Draft Preferences -> Fill objects with faces
2014-05-07 19:03:00 -03:00
WandererFan
5b82b129bf issue #1524 UNITS for Draft Dimension 2014-05-07 11:13:34 -03:00
WandererFan
dd0df24d42 issue #1524 Add UNITS to Draft Shapestring 2014-05-07 11:13:34 -03:00
Yorik van Havre
20264383c5 Arch: Fixed OBJ exporter to work with curves - fixes #1527 2014-05-04 13:04:52 -03:00
Yorik van Havre
af4d1a3213 Draft: use latin1 in texts if coin < 4 - issue #1404 2014-05-03 13:00:44 -03:00
wmayer
79a0612179 + Exception handling in _BSpline.execute 2014-05-03 14:06:14 +02:00
Sebastian Hoogen
7a90b0e62a use transformShape for uniform scaling in Draft._Clone Feature 2014-05-01 11:59:56 +02:00
Yorik van Havre
b79ced4cad Draft: support for multiline dim texts in svg 2014-04-29 09:41:04 -03:00
Yorik van Havre
5e30df7e5f Draft: small change in Dan's tesselation code 2014-04-23 19:43:00 -03:00
Daniel Falck
2b11375257 adding tessellation to ellipses and adding a user parameter for line
segment length of ellipses and splines with a Shape2DView projection.
This will make it useful for DXF output.
2014-04-23 19:39:57 -03:00
Daniel Falck
0526e94127 had trouble rebasing so added tanderson's commits by copy paste method 2014-04-23 19:39:57 -03:00
Yorik van Havre
9ac97a71d3 Draft: further fix for utf8 texts - issue #1404 2014-04-19 13:26:24 -03:00
Yorik van Havre
ed844d46dc Draft: DXF in/out now supports Draft Layers - fixes #1504 2014-04-17 19:02:57 -03:00
Yorik van Havre
4bed68f6ec Draft: Added Layer tool - issue #1504 2014-04-17 18:18:51 -03:00
WandererFan
969c5580b8 Correct handling of rotated base shape. 2014-04-17 10:03:33 +02:00
WandererFan
9951025362 Fix Mantis #1500 for Draft Ellipse,Shape2DView 2014-04-15 10:55:04 -03:00
Yorik van Havre
ddb762c232 Draft: small fix in dimensions 2014-04-15 10:34:45 -03:00