wmayer
1a60e9ad7c
+ fixes #0001357 : Freecad fails when sketch being deleted
2014-03-11 10:27:55 +01:00
Yorik van Havre
6db48d6bfb
Draft: bug in DXF export - fixes #1440
2014-03-10 22:36:37 -03:00
Yorik van Havre
bc73f76a63
Updated ts files from source
2014-03-10 20:36:59 -03:00
Yorik van Havre
e5cc789b28
Updated updatets.py script with Draft changes
2014-03-10 20:36:12 -03:00
wmayer
e33cb5981d
+ polish x64 installer
2014-03-11 00:23:26 +01:00
wmayer
6f272f3457
+ fix minor issues in NSIS script
2014-03-10 23:36:53 +01:00
wmayer
1fc146d3a8
+ change copyright notice
2014-03-10 23:13:42 +01:00
wmayer
64b7947c87
+ minor fixes on x86 installer, new x64 installer
2014-03-10 23:09:36 +01:00
wmayer
76d0f3f1d5
+ fix minor issues in NSIS script
2014-03-10 21:48:57 +01:00
wmayer
7d3c4ca328
+ fixes #0001131 : Crash when trying to edit sketch
2014-03-10 17:16:47 +01:00
wmayer
f264ecbe81
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-03-10 13:36:16 +01:00
wmayer
ddddf007b7
+ fixes #0001339 : Crash when giving sketch with external geometry a new support (face) after the original support was deleted
2014-03-10 13:35:41 +01:00
Yorik van Havre
49665c41cf
Spreadsheet: small bugfixes
2014-03-09 22:13:15 -03:00
Yorik van Havre
4ed157b350
Arch: Don't create a drawing view on section plane creation
...
This was very heavy and often caused unnecessary computations. Adding
a new Drawing view is now done manually, with the Draft to Drawing tool
2014-03-09 19:44:36 -03:00
Yorik van Havre
ebfccb452f
Start: minor text correction
2014-03-09 18:50:13 -03:00
Yorik van Havre
9629761b35
Draft: Small fix in hatch patterns
2014-03-09 18:49:35 -03:00
wmayer
cb10b00e29
+ issue #0001049 : Sketcher preferences in preferences editor
2014-03-09 21:44:37 +01:00
wmayer
d4aa9beb99
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-03-09 20:10:12 +01:00
wmayer
6ad25ef75d
+ fixes #0001393 : Allow the user to set desired font size in pixels (used by sketcher constraints) in preferences
2014-03-09 18:29:26 +01:00
Yorik van Havre
bcd86ba3a9
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-03-09 14:09:38 -03:00
Yorik van Havre
4a82d8f4ad
Start: Fixes in css - issue #1017
2014-03-09 14:07:58 -03:00
wmayer
c21c2ae9fe
+ move sketcher related settings into own page
2014-03-09 18:07:46 +01:00
wmayer
bbdbf10304
+ fixes #0001039 : Add the property PropertyBoolList
2014-03-09 17:10:11 +01:00
wmayer
e9f73c9db3
+ fixes #0001309 : Revise Mouse Dialog Edit->Preferences->Display->CAD Navigation->[Mouse]
2014-03-09 15:36:33 +01:00
wmayer
bb5c41dfc3
+ issue #0000953 : No scroll bar on preferences dialog window
2014-03-09 15:04:44 +01:00
wmayer
06b0928ad0
+ issue #0000953 : No scroll bar on preferences dialog window
2014-03-09 13:03:49 +01:00
wmayer
1cd62d5744
+ fix typo, fixes #0001310 : Amend tooltip for Sketcher symmetry constraint
2014-03-09 11:17:33 +01:00
wmayer
8c33b39bf5
+ fixes #0001112 : Changing sketch size that contains arcs after padding will create an artifact on bottom side
2014-03-09 11:02:33 +01:00
wmayer
755ae1461d
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-03-08 17:59:51 +01:00
wmayer
e7f923318a
+ fix gcc build
2014-03-08 17:59:22 +01:00
Yorik van Havre
9c1c3c3ab1
Start: better scrolling of the description box - issue #1017
2014-03-08 13:42:18 -03:00
Yorik van Havre
9a6f0b0989
Draft: Fixed bug in Wire-to-Bspline conversion
2014-03-08 13:37:21 -03:00
Yorik van Havre
ee186af541
Start: more improvements to the start page
2014-03-08 12:37:24 -03:00
wmayer
d2501d4cc8
+ use dialog button box where possible, replace old Python icon
2014-03-08 15:17:56 +01:00
jriegel
749eeddd54
remove .DIR directories from install
2014-03-08 09:30:19 +01:00
Yorik van Havre
7d09ca7314
Arch: minor fixes around Arch & Draft
2014-03-07 20:44:22 -03:00
Yorik van Havre
05dc5a8355
Draft: added workingplane snap mode - fixes #1461
2014-03-07 15:58:51 -03:00
Sebastian Hoogen
cf538e94b8
OpenSCAD Module: bugfixes and improvements
...
if more than 14 digits are given don round in general,
but test for <eps only.
refine before extrusion
support polyhedron faces which replaces polyhedron faces
importCSG round rotations
don't call Draft.makecircle and makeprism as they trigger a recompute
use group placholder for objects with no children
move removesubtree to OpenSCADUtils
add resize and offset keywords
add OpenSCAD_ExplodeGroup command
add OpenSCAD_IncreaseToleranceFeature
change refine shape logo
2014-03-06 19:41:38 +01:00
wmayer
d4f4c30028
+ relates to #0001421
2014-03-06 16:35:33 +01:00
wmayer
6e9c60cb04
+ fixes #0001463 : setting Vertex.Tolerance modifies bound and shared shapes
2014-03-06 09:50:49 +01:00
wmayer
e213734866
+ fixes #0001423 : Crash on draw on face
2014-03-06 09:33:35 +01:00
Yorik van Havre
f7e27ac870
Start: Fixed utf8 bug
2014-03-05 11:53:09 -03:00
wmayer
8ba282576d
+ Add method to get typeid of property via Python
2014-03-05 15:10:37 +01:00
wmayer
1a24718898
+ work on item 0000494
2014-03-05 13:53:08 +01:00
wmayer
4e0add0749
+ fix scale in TopoShapePy
2014-03-05 11:10:55 +01:00
jriegel
3d676c51d7
Unstable name
2014-03-04 22:15:38 +01:00
jriegel
be811dc867
Delivering VisualStudio runtime with installer
2014-03-04 21:48:27 +01:00
Yorik van Havre
dddfbac6aa
Arch: Fixed SectionPlane direction
2014-03-04 13:51:18 -03:00
Yorik van Havre
edca9a19c4
Arch: temporary workaround to SoBrepFaceSet freeze
2014-03-04 12:51:44 -03:00
wmayer
b82668a450
+ fixes #0001312 : Save sheet doesn't write the file in some directories
2014-03-04 10:38:40 +01:00