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
Sebastian Hoogen
46a00d1380
remove support for automake
2014-11-26 10:26:30 +01: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
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
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
jriegel
13d1d5be6e
Fix for VC11, should be backwards compatible
2014-08-13 21:01:27 +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
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
67edfb895b
+ Fix prefix of Python extensions built with MinGW
2014-04-30 18:22:52 +02:00
mdinger
f53989e7a6
Fix precompiled header build error
2014-04-30 13:41:19 +02:00
mdinger
e2bd648e9a
Remove unnecessary quotes.
2014-04-30 13:41:16 +02:00
mdinger
3e3ce381f6
Apply SET_BIN_DIR macro to Mod
2014-04-30 13:41:13 +02:00
Yorik van Havre
bc73f76a63
Updated ts files from source
2014-03-10 20:36:59 -03:00
wmayer
b82668a450
+ fixes #0001312 : Save sheet doesn't write the file in some directories
2014-03-04 10:38:40 +01:00
wmayer
0a8b3a7ec8
+ fixes #0001447 : Crash when opening task dialog for orthographic projection while another task dialog is open
2014-02-27 11:14:53 +01:00
jriegel
248d8013d3
fix some warnings
2014-01-12 16:25:47 +01:00
jriegel
94754186e7
Fix for Windows
2014-01-12 16:21:07 +01:00
j-dowsett
1a24de3b8a
Rewrite of OrthoViews. Detect page size and titleblock from tags in SVG template. Separation of logic from GUI. Much improved logic. No longer uses python to manipulate views - calls C++ methods directly. Can now support more views, and axonometric views in any position.
2014-01-10 11:33:34 +00:00
wmayer
f63e91a63a
fixes #0001337 : Add american templates to Drawing workbench 'New Drawing' drop-down button
2013-12-24 12:39:15 +01:00
j-dowsett
69d7506b2a
Added manual scaling to axonometric view
2013-12-15 11:26:54 +00:00
j-dowsett
79b51af1c3
Correctly identify standard template files
2013-12-15 11:26:54 +00:00
j-dowsett
572d4faf07
Correctly enables/disables axonometric tab when axonometric view added/removed.
2013-12-15 11:26:54 +00:00
j-dowsett
5ada742f7e
Fixed overwriting of axo view when ortho views changed.
2013-12-15 11:26:54 +00:00
j-dowsett
7ee2d974a9
Fix to axonometric projection for objects not centred at y = 0
2013-12-15 11:26:53 +00:00
j-dowsett
db78317777
Added functionality for axonometric views in orthogrpahic projection tool
2013-12-15 11:26:53 +00:00
Yorik van Havre
e888e4f6b3
Drawing: Symbol command
...
A new symbol command and Drawing::FeatureViewSymbol object allow to
load the contents of an external svg file and place it as a symbol
on a Drawing page. This symbol can then be moved and rescaled.
2013-11-01 19:12:09 -02:00
wmayer
ad877e1ae1
+ Make Python API more pythonic
2013-10-11 13:57:05 +02:00
jriegel
00ea24e07e
Integrate Werners & Jans double branch
...
Move from float to double
Further suggestions for float -> double move
Moved Tools2D from float to double
More suggestions for float->double move from Gui subdirectory
Changes to FEM constraint visuals for float->double move
Suggested changes for float -> double move
Suggestions for Part module moving float -> double
2013-09-24 11:00:57 +02:00
Yorik van Havre
9eb8b5df54
Modified a couple of icons (Raytracing and Drawing) to give a more unified look
2013-09-16 12:18:15 -03:00
wmayer
62474aa27b
Switch new selection style explicitly off for some types
2013-04-28 17:23:54 +02:00
wmayer
58717708d9
Add project shape command to Drawing menu
2013-01-02 14:39:07 +01:00
Yorik van Havre
7f882a66b5
Updated with latest crowdin translations
2012-12-18 13:28:11 -02:00
Yorik van Havre
ed6cd0ce59
Updated translation strings
2012-12-07 10:56:57 -02:00
wmayer
15fc11c16f
Fix build failures with automake
2012-12-06 20:13:24 +01:00
wmayer
565a2f014e
Add DXF export of Drawing module to export command
2012-11-30 16:42:30 +01:00
Yorik van Havre
d71beba746
Added new translations to makefiles
2012-10-30 10:49:36 -02:00
Yorik van Havre
1def021530
Updated translations from crowdin
...
* Updated the updateTranslations.py tool so it can now work with
unzipped folders, and it updates qt resource files when necessary.
* Updated existing translations, changed a couple of language codes:
es -> es-ES, pt -> pt-BR, zh -> zh-CN, se -> sv-SE
* Added new translations that have more than 50% translated:
cs, hu, ro, sk, zh-TW, tr
2012-10-30 09:59:55 -02:00
wmayer
c08f4f1925
Fix translation issues
2012-08-31 13:11:52 +02:00
Yorik van Havre
9d5d9f94f1
Updated translation files
2012-08-16 16:09:56 -03:00