Yorik van Havre
1f9ecfa509
Draft: Better error messages when trying to convert a bspline to a sketch
2014-12-31 13:17:25 -02:00
wmayer
ca5062cbfe
+ fixes #0001885 : Unhandled exception when trying to enter edit-mode for objects while drawing view is active
2014-12-31 14:08:03 +01:00
wmayer
4d618955b3
+ fixes #0001884 : Crash when double-clicking on Clip element with drawing page closed
2014-12-31 13:15:33 +01:00
wmayer
b2f8a4ed2a
+ fixes #0001723 : Display errormessage in tree in tooltip
2014-12-30 22:44:29 +01:00
wmayer
2c53bd1e9a
+ fixes #0001670 : Orthographic projection: scale/position is empty when unchecking 'Auto scale/position'
2014-12-30 19:14:07 +01:00
wmayer
c231866b8d
+ fixes #0001746 : Part Fillet and Chamfer do not show correct length/radius when editing old items
2014-12-30 17:20:32 +01:00
wmayer
ff09f0524d
+ fixes #0001656 : Vertical/horizontal distance constraint confuses for a line or two points
2014-12-30 15:20:29 +01:00
wmayer
fba0ef0671
+ fixes #0001657 : Sketcher: First digit can not be deleted when editing grid size
2014-12-30 14:18:02 +01:00
wmayer
7aa91ecee3
+ fixes #0001760 : FC fails to load a *.FCStd file if the filename lacks the *.FCStd file extension
2014-12-30 00:31:39 +01:00
wmayer
72f947433c
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-12-29 22:28:52 +01:00
wmayer
f51daa88e0
+ fixes #0001819 : Getter Methods for Data inside a sketch
2014-12-29 22:28:12 +01:00
Yorik van Havre
2f78c021db
Arch: Fixed encodings in Survey - fixes #1825
2014-12-29 18:54:33 -02:00
Yorik van Havre
638fa8ba75
Draft: Changed working plane button text to Auto - fixes #1879
2014-12-29 17:54:04 -02:00
wmayer
84aad261fc
+ fixes #0001876 : replace helpful text in task tab with an info button
2014-12-29 18:49:17 +01:00
wmayer
d83c02387c
+ fix constraint evaluation function
2014-12-29 15:17:04 +01:00
Peter Lama
32dd867a30
Fix duplicate 'optimized' when using new libpack
...
When using a CLbundler libpack, PYTHON_LIBRARY has both optimized and debug
libs, but it doesn't when using an old libpack, which was the reason for
commit f5a4e680
2014-12-28 19:04:31 -08:00
wmayer
6a1cb47e30
+ fixes #0001616 : crash when selecting 'Edit Sketch'
2014-12-29 01:13:03 +01:00
wmayer
51c017ae24
+ fixes #0001877 : associate a grayed out icon with Freecad's backup files (fcstd1)
2014-12-28 23:54:08 +01:00
wmayer
e329cb5c3a
+ fixes #0001878 : model refine exception
2014-12-28 18:10:02 +01:00
wmayer
7d8b1f30c3
+ fixes #0001720 : Freecad crash when handling invalid sketches
2014-12-28 17:10:54 +01:00
wmayer
6a211b9dbe
+ fixes #0001060 : Editing sketch crashes FreeCAD
2014-12-27 22:47:21 +01:00
wmayer
16a8965038
+ do not long apply changes in mesh settings on existing mesh objects
2014-12-27 18:32:18 +01:00
wmayer
7149cce90f
+ fixes #0000957 : Sketch view problem when go to edit
2014-12-27 17:50:37 +01:00
wmayer
b172e069a1
+ fix conversion from Qi image to Inventor when image uses a color table
2014-12-27 13:51:36 +01:00
wmayer
6a9252744d
+ fixes #0000976 : Usability: default Material drop-down is not the active material type
2014-12-27 00:56:46 +01:00
wmayer
93e5668967
+ make undo/redo accessible from drawing view
2014-12-26 22:46:02 +01:00
wmayer
9290274e1c
+ fixes #0000711 : fileted borders not projected on 2D drawing + deleted views still showing
2014-12-26 22:24:45 +01:00
wmayer
d060cdf400
+ revert changes for issue 1873
2014-12-26 00:08:26 +01:00
wmayer
272cb566e9
+ fix minor issue in toggle construction command
2014-12-25 23:13:01 +01:00
wmayer
29d50dbc01
+ improve whitespace
2014-12-25 23:10:42 +01:00
wmayer
e8802adcbe
+ fixes #0001838 : When In Sketcher Make It Difficult To Mistakenly Delete A Feature
2014-12-25 22:43:09 +01:00
wmayer
a6b8bd6815
+ improve whitespace, fix warnings
2014-12-25 09:48:23 +01:00
wmayer
33bc596fd8
+ fixes #0001873 : Error working with getSelectionEx()[0].SubObjects
2014-12-23 22:04:34 +01:00
Yorik van Havre
11a4025c4b
Arch: Fixed Ifc explorer to work with recent ifcopenshell
2014-12-23 17:34:56 -02:00
Sebastian Hoogen
d0126061c8
DRAWEXE export: minor bugfix
2014-12-23 15:58:17 +01:00
Sebastian Hoogen
ca3ad00da8
SVG export: minor improvements and bugfixes
...
export Names as "id" attributes and Lables to "title" elements.
avoid duplicate path names in SVG export
handle faces with holes in SVG export
sort the edges in given wires using fixWire()
2014-12-23 15:57:57 +01:00
wmayer
2db457b74a
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-12-23 15:32:37 +01:00
wmayer
3fa8a1ed2b
+ fixes #0001874 : Scripted constraints not evaluated correctly
2014-12-23 15:32:03 +01:00
Yorik van Havre
da5504eebb
Draft: Fixed autoconversion of bsplines to circles in DXF export
2014-12-23 12:13:25 -02:00
wmayer
c918ef7e40
+ fix whitespaces in Python module
2014-12-22 12:54:09 +01:00
wmayer
491ea2b52a
+ use QApplication instead of qApp
2014-12-22 12:30:44 +01:00
wmayer
5478c0fdfe
+ fixes #0001872 : HAVE_CONFIG_H regression
2014-12-22 10:24:26 +01:00
wmayer
a5bbabdc3e
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-12-22 03:07:53 +01:00
wmayer
5aefd2d346
+ fixes #0001859 : Unable to select PNG files for icons for macros in Tools-Customize
2014-12-22 03:07:26 +01:00
wmayer
366e974b7f
+ fixes #0001864 : Support Command-D and Command-. on Mac OSX
2014-12-21 14:56:56 +01:00
wmayer
02cc02eaee
+ fix build failure
2014-12-21 11:21:32 +01:00
Abdullah Tahiri
75377ebfd3
Part Module New Feature: Hyperbola & ArcOfHyperbola
...
- Completed Hyperbola c++ implementation and python wrapper
- Created ArOfHyperbola c++ and python wrapper implementation
2014-12-21 00:54:07 +01:00
Abdullah Tahiri
6997cc9991
Part Module New Feature: Parabola & ArcOfParabola
...
- Completed Parabola c++ implementation and python wrapper implementation
- Created ArOfParabola c++ and python wrapper implementation
2014-12-21 00:51:24 +01:00
Sebastian Hoogen
2b01506c65
reapply changes from 6f907c3b
...
avoiding to wrongly attribute the follwoing commit message to jobermayr
Thew previous commit detects the OCC/OCE version by parsing Standard_Version.hxx
using a REGEX. The result is saved as OCC_VERSION_STRING. The comparsion
VERSION_LESS requires cmake version >= 2.8.0
2014-12-20 22:41:31 +01:00
Johannes Obermayr
f050733132
Fix OCE / OCC version detection.
2014-12-20 22:41:31 +01:00