Yorik van Havre
a2a58e6555
Draft: small bugfix
2014-01-15 19:49:43 -02:00
Yorik van Havre
767b839c64
Draft: added a debug message to bspline-to-svg conversion
2014-01-15 19:41:33 -02:00
Sebastian Hoogen
2b8e371cf7
support curves in Draft.getSVG()
...
curves with a degree<=3 will be converted to bezier segments
curves with a higher degree are discretized
2014-01-15 22:22:40 +01:00
jriegel
b48581c16a
Fix for Python binding in FEM result objects
2014-01-15 19:33:44 +01:00
Sebastian Hoogen
966f5d13e1
Updated ISO7200 based drawing templates
...
added Working space and Title block tags
2014-01-15 12:03:55 -02:00
Yorik van Havre
95db266c8d
Arch: removed degug messages in collada importer
2014-01-15 12:01:57 -02:00
Yorik van Havre
05be507b7c
Added icon-based feedback for InputField
2014-01-15 11:48:16 -02:00
Yorik van Havre
0ba68273ec
Draft: small unicode bugfix
2014-01-15 10:44:05 -02:00
Yorik van Havre
bca6311a80
Arch: Add a pref option to disable auto wall-merge
2014-01-14 17:02:16 -02:00
Yorik van Havre
709644ca38
Arch: Automatic wall height - fixes #980
...
+ Walls can now be capped by roofs, by subtracting a roof from them
+ Walls and Structs with height = 0 take height from their parent floor
+ Changing the placement of a floor changes all the placements of its children
2014-01-14 16:16:04 -02:00
Yorik van Havre
97c026b654
Arch: Refactored Stairs code for easier extension
2014-01-14 15:12:08 -02:00
wmayer
75f84bfd61
+ workaround for strange behaviour of Qt 4.8 regarding period/colon
2014-01-14 13:50:13 +01:00
wmayer
8ad5d0416b
fixes #0001191 : Cannot manipulate length if moved away from between the 'red lines'
2014-01-14 11:48:34 +01:00
Yorik van Havre
284e8d4202
Draft: Fixed utf8 bug in shapestring
2014-01-14 00:36:59 -02:00
Yorik van Havre
910b1bf75f
Draft: Fixed Draft edit again! (better this time...)
2014-01-13 17:54:45 -02:00
Yorik van Havre
bdf8790fb6
Draft: Fixes in Draft edit
2014-01-13 14:12:28 -02:00
wmayer
c04a3251e9
+ Rename methods
2014-01-12 21:42:46 +01:00
wmayer
8d2489d504
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-01-12 18:49:24 +01:00
wmayer
7e9e6bbb51
+ Projection of edges and wires
2014-01-12 18:48:55 +01:00
jriegel
248d8013d3
fix some warnings
2014-01-12 16:25:47 +01:00
jriegel
0394d952dd
Merge branch 'refs/heads/j-downsett-orthos_finished'
...
Conflicts:
src/Mod/Drawing/Gui/TaskOrthoViews.cpp
2014-01-12 16:23:03 +01:00
jriegel
94754186e7
Fix for Windows
2014-01-12 16:21:07 +01:00
Jose Luis Cercos-Pita
eb67ec3daf
rebased (regenerated) branch from master
2014-01-12 15:07:19 +01:00
wmayer
640ccd8002
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-01-11 15:00:14 +01:00
wmayer
5cdef5e45e
+ fixes #0001350 : error on line 1507 at column 1: Encoding error - Not possible to create a drawing in french language
2014-01-11 14:59:51 +01:00
Yorik van Havre
0262d5080c
Arch:workaround for horizontal extrusions in IFC export
2014-01-11 11:55:42 -02:00
jriegel
506ef4f619
Increase Performance Postprocessing
2014-01-11 14:50:22 +01:00
jriegel
0bb6181049
Improving Post-Processeing performance
2014-01-11 14:50:08 +01:00
Sebastian Hoogen
5c7cb8d99f
0001349 recognize remote branches for Version.h in detached head state
2014-01-11 13:37:36 +01:00
Yorik van Havre
e8ec419e72
Draft: fixed message containing PyQt
2014-01-10 17:55:03 -02:00
wmayer
b838853581
+ Fix in ui loader
2014-01-10 14:22:30 +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
j-dowsett
646ed9c61a
Applying tanderson's patch to replace invertY with (1,-1) scaling of SVG itself. Commented out invertY as no longer used.
2014-01-10 11:31:14 +00:00
wmayer
f197f575ae
+ Prepare PySide to work with custom widgets
2014-01-09 23:49:41 +01:00
Yorik van Havre
b357fd6e02
Switched TemplatePyMod scripts to PySide
2014-01-09 18:46:16 -02:00
Yorik van Havre
bb22b13a05
Spreadsheet: switched to pyside
2014-01-09 18:23:39 -02:00
Yorik van Havre
3ea694b998
Draft: fixed ultra-condensed toolbar
2014-01-09 18:14:31 -02:00
wmayer
4551a2eb1c
+ Fix translation issue in StartPage
2014-01-09 16:08:13 +01:00
wmayer
302deae47c
+ Add method loadUi to PySideUic
2014-01-09 15:26:07 +01:00
wmayer
50657dc505
+ Migrate Fem to PySide
2014-01-09 13:36:29 +01:00
wmayer
cfbde5d334
+ Add PySideUic helper module
2014-01-09 13:35:42 +01:00
Yorik van Havre
c30c898257
OpenSCAD: Recompiled rc file with pyside
2014-01-09 10:17:35 -02:00
Sebastian Hoogen
aad15c2ef5
Port OpenSCAD WB to PySide
2014-01-08 23:30:57 -02:00
Sebastian Hoogen
5326adcd55
fixes #0001306 : use Part_RegularPolygon in exportCSG
2014-01-08 23:30:57 -02:00
wmayer
b61dc240e9
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-01-08 22:49:56 +01:00
wmayer
85400b0e35
+ Update instructions for Mefisto2f build on Win x64
2014-01-08 22:49:19 +01:00
jriegel
1bfe25223b
some fixes
2014-01-08 19:37:47 +01:00
wmayer
51ae609451
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-01-08 12:55:30 +01:00
wmayer
f35d163021
+ Allow to get/set x/y axes of circle
2014-01-08 12:54:45 +01:00
jriegel
5ade4df819
STEP parser writes GraphViz files
2014-01-07 23:30:00 +01:00