wmayer
d8e0df9e97
+ fixes #0001678 : Visibility property is ignored on drawing sheets
2015-01-03 17:09:17 +01:00
wmayer
393d64d53c
+ fixes #0000498 : 'Measure Distance' tool sometimes renders distances inside of solid objects
2015-01-02 14:57:14 +01:00
DeepSOIC
9f821e06b5
Sketcher: Responsivity tweaks and AngleViaPoint Constraint
...
Solver iteration limit independent of system size (reduces hangs when
solver fails to converge).
Repaint() instead of update() to force render for every movePoint.
Sketcher: New Constraint AngleViaPoint
* Adding generic CalculateNormal() method
* Reconfiguration of GCS geometry classes: adding a base class "Curve",
that has a pure virtual function CalculateNormal().
* Initial inplementation of the new function.
* adding Vector2D class (I wanted to reuse the existing, but got wierd
compile errors, so implemented a new one... TODO.)
* Adding redirection support into GCS shapes. Adding a Copy method to
GCS::Curve.
* Automatic point-on-object
* Angle precalculation: when AngleViaPoint is added, angle is properly calculated based on
existing geometry.
* Added tangency-via-point using one.
* Implemented placement of tangency-via-point icon in 3d view. Also
affected is the placement of point-on-object icon (since it is very
similar code, it is now shared with tangency-via-point)
* Placement and moving of angle datum
Functions: calculateAngleViaPoint, isPointOnCurve,
calculateConstraintError exposed to python
* Endpoint tangency: All endpoint-to-endpoint and endpoint-to-curve tangency now works
through AngleViaPoint constraint and obsolete code clean up (most procedures
addConstraintTangentXXX2YYY)
2015-01-02 11:48:28 +01: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
b2f8a4ed2a
+ fixes #0001723 : Display errormessage in tree in tooltip
2014-12-30 22:44: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
51c017ae24
+ fixes #0001877 : associate a grayed out icon with Freecad's backup files (fcstd1)
2014-12-28 23:54:08 +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
e8802adcbe
+ fixes #0001838 : When In Sketcher Make It Difficult To Mistakenly Delete A Feature
2014-12-25 22:43:09 +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
c1823efe38
+ fix build failure
2014-12-16 17:06:05 +01:00
wmayer
977fa48b77
+ handle std::exception in Document::slotChangedObject
2014-12-16 15:06:40 +01:00
wmayer
5aac822c71
+ issue #0001038 : Improve and show List properties in Tree View
2014-12-16 14:31:36 +01:00
wmayer
6e5118c9c8
+ fixes #0001038 : Improve and show List properties in Tree View
2014-12-15 23:54:55 +01:00
wmayer
69edf4b6c9
+ merge project on app level
2014-12-13 16:15:21 +01:00
wmayer
7801fbef3a
+ fixes #0001849 : Enable Spin Boxes support for Pad, Fillet and Chamfer
2014-12-11 18:25:30 +01:00
wmayer
5665302521
+ implement PrefQuantitySpinBox
2014-12-11 14:23:32 +01:00
wmayer
d4a5249b4b
+ when creating picture check whether pbuffer is supported
2014-12-09 14:18:44 +01:00
wmayer
5da5be2eea
+ fix crash in spnav settings dialog while changing language, improve whitespaces
2014-12-09 13:44:25 +01:00
wmayer
c02590c666
+ support of merging projects on App level
2014-12-07 00:38:53 +01:00
wmayer
ec4a496866
+ when checking for custom toolbars do not auto-create sub-groups in user parameters
2014-12-06 14:46:08 +01:00
wmayer
2347d677dd
+ support global custom toolbars
2014-12-06 13:21:36 +01:00
wmayer
0db3326e68
+ fixes #0001845 : The Project Utility drops the diffuse colors
2014-12-04 01:23:41 +01:00
wmayer
3de3aa49d3
+ make sure to use valid compression level
2014-12-02 23:02:04 +01:00
wmayer
351ad4f6c7
+ fixes #0001363 : VRML export can produce corrupt files
2014-12-02 15:40:36 +01:00
Sebastian Hoogen
debca91e98
remove support for automake
2014-11-26 10:26:30 +01:00
wmayer
6bdf0b4b76
+ minor fix
2014-11-19 22:56:29 +01:00
wmayer
b11acfd165
+ handle unicode strings in class PythonWrapper
2014-11-19 11:18:18 +01:00
wmayer
3904d0a8ee
+ fixes #0001830 : Gui.export() cannot handle long filenames
2014-11-17 21:11:28 +01:00
wmayer
4e2cbaf045
+ fix saving problem with file names containing an apostrophe
2014-11-15 22:45:56 +01:00
wmayer
730ad0fbea
+ support anti-aliasing in offscreen renderer
2014-11-10 14:10:38 +01:00
wmayer
efe414e4c2
+ fix transparency problem, support antialiasing, background color issue
2014-11-08 23:06:53 +01:00
wmayer
99caf6d015
+ support of arbitrary background colors in snapshot function
2014-11-08 18:23:41 +01:00
wmayer
97696aadfa
+ fix gradient background issue when creating snapshot, remove superfluous signal from FileOptionsDialog
2014-11-08 14:50:27 +01:00
wmayer
82ed56a3a9
+ fix bug in SoQTQuarterAdaptor::processSoEvent
2014-11-06 19:14:14 +01:00
Stefan Tröger
69f4bbb2ef
fixes #0001781 : Reimplement arrow keys for 3d view
...
- including minor formating fixes
2014-11-06 18:56:51 +01:00
wmayer
4a28b93521
+ workaround for cropped images with Coin4
2014-11-06 16:49:50 +01:00
wmayer
fa3a2a0d3a
+ fix various rendering problems
2014-11-04 18:56:05 +01:00
wmayer
d66fc092e1
+ better exception handling in Part module
2014-11-04 11:03:51 +01:00
wmayer
a7157ce6a9
+ add new render type to 3d viewer
2014-11-03 23:09:38 +01:00
wmayer
9256de8c1a
+ fixes #0001665 : Allow setting higher value for number of backup files
2014-10-28 18:15:51 +01:00
wmayer
822e45c4f7
+ fixes #0001806 : Wrong object name shown in App::PropertyLink Properties in the property editor
2014-10-27 17:05:27 +01:00
wmayer
a239e7b194
+ fixes #0001797 : Fix focus problem with Quarter based viewer
2014-10-27 11:36:33 +01:00
wmayer
30d38e6749
+ fix bug in Python binding of Quarter viewer
2014-10-24 19:29:35 +02:00
wmayer
f119e740c8
+ port cache context handling
2014-10-22 15:26:22 +02:00