wmayer
519d161492
+ support Bezier curves for SVG output
2015-01-11 16:02:27 +01:00
wmayer
87e4296d7d
+ fixes #0001898 : Drawing workbench draws cylinder in orthographic projection wrong
2015-01-11 01:46:31 +01:00
wmayer
178d41a6a1
+ fixes #0001856 : Add standard set of blank ISO drawing template sizes
2015-01-10 22:21:20 +01:00
wmayer
740ca47637
+ add new templates from triplus
2015-01-10 22:19:46 +01:00
wmayer
492135fc23
+ issue #0001856 : Add standard set of blank ISO drawing template sizes
2015-01-10 19:09:58 +01:00
wmayer
c98655a21e
+ fixes #0001553 : printing drawing full size (1:1) prints wrong size
2015-01-09 21:15:27 +01:00
wmayer
a701c69e4e
+ fixes #0000932 : Unexpected scaling of a printed Drawing From FreeCAD but not always from exported SVG
2015-01-09 14:00:18 +01:00
wmayer
cb897785a0
+ issue #0000932 : Unexpected scaling of a printed Drawing From FreeCAD but not always from exported SVG
2015-01-07 19:35:52 +01:00
Sebastian Hoogen
b5e9f28cd4
revise drawing dxf ellipse export
2015-01-05 12:26:51 +01:00
wmayer
553ddff9c1
+ fix undo/redo issues with ortho views
2015-01-03 22:39:07 +01:00
wmayer
56234513b3
+ fixes #0001678 : Visibility property is ignored on drawing sheets
2015-01-03 17:09:17 +01:00
wmayer
44a7b31dc3
+ close drawing view when deleting page object
2015-01-03 14:23:17 +01:00
wmayer
7ff61a13f5
+ fixes #0001698 : All drawing pages are opened automatically when opening a project file
2015-01-03 13:45:12 +01:00
wmayer
e274b793c3
+ fixes #0001884 : Crash when double-clicking on Clip element with drawing page closed
2014-12-31 13:15:33 +01:00
wmayer
537c04a11e
+ fixes #0001670 : Orthographic projection: scale/position is empty when unchecking 'Auto scale/position'
2014-12-30 19:14:07 +01:00
wmayer
f0a1208347
+ make undo/redo accessible from drawing view
2014-12-26 22:46:02 +01:00
wmayer
7b676331d7
+ fixes #0000711 : fileted borders not projected on 2D drawing + deleted views still showing
2014-12-26 22:24:45 +01:00
Michael Georg Hansen
f7915fcffa
Simplify access to projection properties.
...
Directly access the properties where possible.
2014-12-20 22:17:46 +01:00
Michael Georg Hansen
4ee88ee085
Reuse projection settings from an existing view when creating new part views.
...
Select a part and a view on a drawing page, then the view created for the part
will have the same projection settings as the selected view.
2014-12-20 22:16:41 +01:00
Yorik van Havre
40f8ecb379
Drawing: added new set of empty templates - issue 1856
2014-12-13 13:30:15 -02:00
jriegel
58411cbbd3
Merge branch 'refs/heads/master' into review-CL-Bundler
2014-11-29 15:43:19 +01:00
Sebastian Hoogen
46a00d1380
remove support for automake
2014-11-26 10:26:30 +01:00
Peter Lama
7d30188d01
Add support for CLbundler created LibPack
...
* New 'UseLibPack' cmake file sets CMAKE_PREFIX_PATH so that find_package
can be used for most packages.
* Mimic fc_wrap_cpp defined in other 'UseLibPack' files. Some file
dependencies did not get set correctly otherwise.
* OCE 0.16 does not have Standard_ctype.hxx
* shfolder.h can't be used with Win SDK 7.0
2014-11-14 08:01:09 -08:00
Sebastian Hoogen
2900f31050
issue #1573 remove unavailable headers
2014-10-14 18:46:24 +02:00
Sebastian Hoogen
01cf0f5872
issue #1027 use unicode filepaths
2014-10-11 13:32:06 +02:00
Stefan Tröger
512a2b94d2
Adaption of FreeCAD to QuarterWidget
...
-removes all soqtviewer references
-create a quarter adaptor class which implements missing functionality
-adopts freecad code to make use of SoRenderManager and changed View3DInventorViewer interface
2014-09-23 10:11:11 +02:00
Sebastian Hoogen
1bc2e5d430
removed catch (...) in Drawing
...
which discarded type information when rethrowing base type
2014-09-17 11:15:56 +02:00
Sebastian Hoogen
af50cbf964
fixes #0001422 : Subclass Exception
...
inherit Base.FreeCADError form RuntimeError
inherit Part.OCCError from Base.FreeCADError
inherit OCCDomainError from Part.OCCError
inherit OCCRangeError from Part.OCCError
inherit OCCConstructionError from OCCDomainError
inherit OCCDimensionError from OCCDomainError
Added PY_CATCH_OCC macro
replace PyExc_Exception
use FreeCADError in makeWireString
catch exception in BSplineCurve.increasedegree
2014-09-17 11:15:56 +02:00
wmayer
c94403412d
+ fixes #0001719 : Show current shortcuts (S) in menus and hover text.
2014-08-31 14:28:33 +02:00
jriegel
d0d832896a
Merge remote-tracking branch 'refs/remotes/origin/jriegel/NewWinBuild' into jriegel/review-NewLibPack
...
Conflicts:
src/3rdParty/salomesmesh/CMakeLists.txt
2014-08-27 15:39:00 +02:00
wmayer
2732a324e8
+ fix DrawingView::onRelabel() to accept any page names
2014-08-21 17:26:52 +02:00
Michael G. Hansen
675693c719
Fix typo.
2014-08-19 15:26:58 +02:00
Michael G. Hansen
784e52ddb6
Fix bug 1643: Projections are always added to the first drawing page
2014-08-19 15:07:02 +02:00
wmayer
6ea9fdde3f
+ fixes #0001689 : Show name of the drawing page in the tab of the drawing
2014-08-18 14:44:28 +02:00
wmayer
f46ec01849
+ fixes #0001689 : Show name of the drawing page in the tab of the drawing
2014-08-16 15:08:55 +02: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
jriegel
6377b7d092
remove Standard_String.hxx, no longer needed
2014-08-13 21:04:27 +02:00
jriegel
13d1d5be6e
Fix for VC11, should be backwards compatible
2014-08-13 21:01:27 +02:00
wmayer
1d2ccdf0b7
+ fixes #0001682 : Crash after updating editable texts in drawing
2014-08-13 12:49:09 +02:00
wmayer
4bc153f1c0
+ fixes #0001667 : 'Save file' disabled when viewing a drawing
2014-08-11 22:59:16 +02:00
Yorik van Havre
e46fbcdb8e
Drawing: Allow to select the page in which to create a view feature - fixes #1668
2014-08-07 22:00:31 -03:00
Yorik van Havre
5a193f0e47
Fix in Drawing page object - fixes #1540
...
* Changing the editable texts updates the page automatically
* Added a doc.recompute() after creating a new page
2014-08-07 10:39:33 -03:00
jriegel
103ae7c2ad
move build specifier in own cMake group
2014-08-03 20:53:19 +02:00
wmayer
c93127d7cf
+ fixes #0001628 : Fixed A4 Drawing Template
2014-07-23 13:56:16 +02:00
Sebastian Hoogen
29ea3d1a14
remove all references to BRepMesh
2014-07-18 10:43:16 +02:00
Yorik van Havre
867f526d3b
Updated translations
2014-05-24 17:35:20 -03:00
wmayer
6ac93e9d72
Add initial support for different libdir (jobermayr)
2014-05-10 12:57:38 +02:00
wmayer
4b2b243e47
+ compile with clang
2014-05-05 16:24:01 +02:00
mdinger
1498e99cef
Move python module prefix and suffix properties into macro to be set together
2014-05-03 16:00:30 +02:00
wmayer
a22f68c3db
+ Remove redefinition of /EHa which causes warnings with QtCreator
2014-04-30 19:21:49 +02:00