Commit Graph

901 Commits

Author SHA1 Message Date
Yorik van Havre
d6c953d301 Arch: Allow to manually edit structural nodes - issue #2356 2016-10-09 23:18:23 -03:00
Yorik van Havre
1745c4791c Draft: Fixed parametric dimensions - fixes #1804, #2614 2016-10-09 14:20:05 -03:00
Yorik van Havre
4375299724 Made Path objects properties translatable - fixes #2524 2016-10-07 22:21:02 -03:00
Yorik van Havre
e284a00570 Made Draft objects properties translatable - issue #2524 2016-10-07 21:55:26 -03:00
Yorik van Havre
4bd03cd0ef Draft: Disabled builtin ctrl+z shortcut in wire drawing (indicated UI shortcut works) - fixed #2696 2016-10-06 11:23:54 -03:00
Yorik van Havre
30c545ea98 Draft: support dimension ticks on Drawing pages 2016-10-03 17:06:16 -03:00
Yorik van Havre
75fec57195 Draft: Fixed wrong shortcuts info - fixes #2519 2016-09-30 19:42:08 -03:00
Yorik van Havre
834814521f Draft: Support elevation of LWPolylines in DXF importer 2016-09-26 22:18:45 -03:00
Yorik van Havre
074edc5cf4 Draft: Fixed filled mode - fixes #2708 2016-09-25 14:31:37 -03:00
wmayer
9a4b4695e2 fix unicode/utf-8 encoding problems 2016-09-24 16:48:30 +02:00
wmayer
6bcd112c4b fix -Wextra in Draft 2016-09-23 21:19:38 +02:00
wmayer
574e85be9d switch off dtd validation when reading svg files 2016-09-16 23:09:56 +02:00
Yorik van Havre
b7c4241bb6 Arch: IFC exporter now exports 2D geometry as IfcAnnotations 2016-09-14 18:55:55 -03:00
Yorik van Havre
4161326fbe Draft: Fixed missing end arrow in SVG rendering of wires/splines 2016-09-14 16:07:38 -03:00
Yorik van Havre
6775227589 TechDraw: Extended Draft View 2016-09-14 12:38:34 -03:00
Yorik van Havre
e57d68dea9 Draft: small optimizations of Draft's SVG output and fixed wrong dash scale 2016-09-13 20:11:03 -03:00
Yorik van Havre
8463bca92d Draft: minor bugfix in SVG output 2016-09-08 16:18:24 -03:00
Yorik van Havre
5f054b2417 Draft: fixed export of invalid shapes to DXF 2016-08-28 14:18:12 -03:00
Yorik van Havre
3cff94b046 Minor bugfixes in Arch & Draft 2016-08-26 15:10:33 -03:00
Yorik van Havre
c47a1c5fae Draft: Apply clones scaling before the placement - fixes #2681 2016-08-26 11:25:01 -03:00
Yorik van Havre
fa9e476185 Arch: Fixed remaining bugs in Pipes 2016-08-24 11:25:57 -03:00
Pablo Gil
12930db160 new patterns designed from scratch 2016-08-24 09:35:53 -03:00
Yorik van Havre
e75d34daed Draft: Added Draft Slope command - allows to change the slope of a selected Line or Wire 2016-08-22 17:34:38 -03:00
Yorik van Havre
031bf0ec10 Arch: Added specials snap
* Remove Arch option to snap to wall base (reimplemented below)
* Added new Specials snap button
* Special snap snaps to wall baselines, structure basepoints, and contents of SnapPoints property, if existing
2016-08-22 13:49:54 -03:00
Yorik van Havre
09101c65af Draft: Pressing Wire when several connected lines are selected now turns them into a wire 2016-08-19 20:24:27 -03:00
Yorik van Havre
1deb2f2b82 Draft: removed trailing spaces 2016-08-19 18:59:24 -03:00
Yorik van Havre
8b7bbc1bc9 Draft: Fixed grid that was not working anymore after closing a document 2016-08-17 16:38:23 -03:00
Yorik van Havre
4bca3b694d Draft: fixed issues with DXF import when used by OpenSCAD WB 2016-08-16 16:43:47 -03:00
Wolfgang E. Sanyer
d8298c6cff Fixed Draft.makeSketch to work with planes other than xy. 2016-08-12 22:48:33 -04:00
Yorik van Havre
d09d3987bb Draft: fixed typo 2016-08-08 13:08:24 -03:00
Wolfgang E. Sanyer
d1d2f1f811 This commit adds getShape and setShape to TopoShape 2016-08-06 23:42:55 +02:00
Yorik van Havre
60287f2605 Draft: fixed wrong decimals in dimensions display + minor bugfix 2016-08-04 19:16:38 -03:00
Jonathan Wiedemann
ebcd480c7c Fix wrong display of translated message. 2016-07-24 19:57:23 -03:00
Sergei Krivonos
4629c99350 fixed makeWire face parameter treating
Change-Id: If72a3a1615a56064b113b4d4b1f282ad0229b88d
2016-07-23 11:58:35 -03:00
Yorik van Havre
cb92f2b3ec Temporary workaround for the fractions issue in new imperial unit schema (using + between inches and fractions) 2016-07-09 14:01:07 -03:00
Mateusz Skowroński
211a94da4d Use byteCount() instead of obsolete numBytes().
This change is Qt4/Qt5 neutral.
2016-07-07 15:10:31 -03:00
Yorik van Havre
4efe02c3cc Draft: Fixed buggy units display in Draft widgets 2016-07-03 18:41:33 -03:00
Yorik van Havre
dcf30946f7 Draft: builtin C++ DXF importer is now the default 2016-06-30 15:26:07 -03:00
Yorik van Havre
80bcfb0845 Draft: Fixed upgrading several faces 2016-06-18 19:32:19 -03:00
Yorik van Havre
2ca69cf3bc Arch: Fixed export of cloned windows to IFC 2016-06-16 17:42:27 -03:00
Yorik van Havre
741ea3f3cd Arch: misc improvements and bugfixes
* Allow mesh-based windows (with non-solid shape) to pass through
* Allow precast elements to be clones
* Structure elements now display a different icon when thry are clones
* Arch clones now get the same placements as their cloned object on create
* Fixed the bad export of clones to IFC
* Recoded the Site/Building/Floor IFC export to be more flexible
2016-06-15 21:17:44 -03:00
Yorik van Havre
42d4b418a0 Draft: Added preference setting to customize labels of Draft and Arch clones 2016-06-14 19:17:02 -03:00
Yorik van Havre
5e21c0de2d Draft: Center Snap can now also snap to center of faces 2016-06-13 13:46:51 -03:00
Yorik van Havre
e543601099 Draft: Handle exception in DXF output 2016-06-04 17:42:22 -03:00
Yorik van Havre
41ffcc81b0 Draft: Improvement to Draft Drawing views
* Property to specify if the view must appear even if the Source obj is off
* Property to set the line spacing for multiline texts
2016-05-30 13:23:37 -03:00
Yorik van Havre
895494a889 Draft: Grid can now be changed on-the-fly from the Set Working Plane button - fixes #2566 2016-05-29 19:23:11 -03:00
Yorik van Havre
26d25807fb Fixed buggy Building-US units schema 2016-05-29 12:15:35 -03:00
tomate44
44f8dc3b87 Draft Bspline parameterization property 2016-05-28 23:45:22 -03:00
Yorik van Havre
533a3aa852 Draft: solved bug in snapper - fixes #2563 2016-05-28 22:35:14 -03:00
Yorik van Havre
631217b8ab Draft: adapted dimensions to use US Building units schema 2016-05-26 20:38:27 -03:00