Yorik van Havre
cb0fc8cd8e
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2015-01-20 20:04:54 -02:00
Yorik van Havre
645d176a13
Added preference setting to set default Author & License - fixes #1883
...
* added fields in Prefereces->Default->Document
* new documents take the values of those fields
2015-01-20 20:01:14 -02:00
wmayer
2c7d8a2358
+ fixes #0001928 : The export CAD dialog in PartGui always adds an extension to the filename
2015-01-20 21:38:38 +01:00
wmayer
85214a4359
+ fix problem with values > 1000 in quantity spinbox
2015-01-19 21:59:51 +01:00
wmayer
ca0fb1480e
+ fix gcc build failure
2015-01-19 11:42:45 +01:00
wmayer
3c754da0cb
+ improve QuantitySpinBox
2015-01-19 00:36:07 +01:00
Yorik van Havre
3887080274
Wait before deleting __objs__ (Werner can you check if its Ok? Thanks)
2015-01-18 15:42:28 -02:00
wmayer
86882eec6a
+ Handle PyCXX exception in Command::invoke
2015-01-17 16:36:19 +01:00
Yorik van Havre
ae3fafea6c
Updated base translation files for crowdin
2015-01-13 20:00:09 -02:00
wmayer
bdfaaee833
+ fixes #0001869 : Clones displayed in wrong view mode
2015-01-12 19:36:04 +01:00
wmayer
a672630756
+ fixes #0001905 : Group-ordering of orphaned children not working as expected
2015-01-11 22:15:18 +01:00
wmayer
c5b2609974
+ select number of quantity spinbox when value is set in property editor
2015-01-07 22:05:00 +01:00
Michael Georg Hansen
be919bb6b3
Use the FreeCAD's working directory as initial directory for FileChooser.
2015-01-05 23:01:52 +01:00
wmayer
296c07142a
+ fixes #0001896 : Selection View widget don't display latin characters for label.
2015-01-05 21:46:51 +01:00
wmayer
489f2451fa
+ fix a couple of issues in selection view
2015-01-05 19:48:43 +01:00
wmayer
55d124255e
+ fixes #0001851 : Qt Assistant loads Error 404
2015-01-05 18:02:15 +01:00
Stefan Tröger
7895134432
+ Assign the correct context id to the new render action so that correct VBOs are used
2015-01-05 11:20:28 +01:00
wmayer
b2e32abe7e
+ fixes #0001705 : Download manager does not follow redirect (HTTP status 302)
2015-01-04 23:15:58 +01:00
wmayer
c3102b69bc
+ issue #0001705 : Download manager does not follow redirect (HTTP status 302)
2015-01-04 18:15:20 +01:00
wmayer
0d1fc35b20
+ add try/catch block to notify() method
2015-01-04 13:26:34 +01:00
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