wmayer
a12695e44f
Gui: move methods startDefaultEditMode() and addDefaultAction() to ViewProviderDocumentObject
2021-12-06 19:24:26 +01:00
wmayer
9b145fc830
TD: fix undo/redo for dimension objects
...
* do not emit dragFinished() signal inside mousePressEvent as nothing has been done. This avoids to create an empty transaction and doesn't touch the document
* inside mouseReleaseEvent() check if the mouse has been moved and only if yes emit the signal
* improve error handling in mouseDoubleClickEvent
* in mouseDoubleClickEvent start to edit the view provider
2021-02-14 19:03:19 +01:00
wmayer
2824acedda
TechDraw: fixes for dimension feature:
...
* reimplement ViewProviderDimension::setupContextMenu() to show menu item to start editing it
* fix TaskDimension::accept() and TaskDimension::reject()
2021-02-12 15:55:26 +01:00
donovaly
1a296a4006
[TD] add dialog to modify some dimension settings
...
also fix issue that tolerance could be set despite theoretically exact is true under some circumstances
also some wording improvements
also a minor fix to use 0.0 instead of DBL_MIN
2021-01-15 05:21:49 +01:00
donovaly
fa8d809268
CanDelete is necessary for dimensions
...
- therefore revert commit bd0bf690b53f8355400278a127524029d225dffb.
- handle balloons the same way
- fix line ending in ViewProviderProjGroupItem.cpp
2020-03-04 08:24:17 -05:00
donovaly
d31cf9478c
ViewProviderDimension: remove unused function
2020-03-04 08:24:17 -05:00
donovaly
def5159c38
[TD] handle object deletions better
...
see https://forum.freecadweb.org/viewtopic.php?p=366902#p366902
2020-03-04 08:24:17 -05:00
donovaly
f44eeae863
[TD] Use PropertyLength for LineWidths
...
- contributed by @uwe
- also assure that the LineStyle is restricted to the range 0-5
fix another conversion routine mistake
2020-01-27 09:09:25 -05:00
wandererfan
4ac6415828
[TD]refix Dim select area problem
2020-01-08 15:07:28 -05:00
Tomas Pavlicek
39518f8dff
Complete remake of drawing dimensions
2019-09-25 15:20:14 +02:00
Tomas Pavlicek
b23243b1af
TechDraw: Radius drawing refactored - ASME support
2019-08-21 19:27:12 -04:00
Tomas Pavlicek
1544c68a57
Enhance Radius dimension drawing
2019-08-10 19:41:03 -04:00
wandererfan
61aa0f6230
Add option to reverse arrowheads on Dims
2018-10-02 09:42:16 -03:00
WandererFan
946cce2fc1
Fix DrawViewAnnotation TextSize
...
- text size was originally specified in integer
point size. Now they are specified in mm. The
relevant Properties have been changed to
PropertyLength.
2018-02-22 19:17:40 +01:00
WandererFan
bdba11d965
Dimension Graphic Properties to Gui side
2018-02-14 15:42:26 -05:00
WandererFan
95653cb63d
Fix getViewObject inheritance across all ViewProviders
2016-09-11 13:12:24 -04:00
Mateusz Skowroński
6abf16b720
Fix files encoding. Go from ISO8859-1 to UTF-8.
2016-07-14 14:49:19 +02:00
WandererFan
05bca371dc
more /Drawing/TechDraw/ edits. VP name conflicts
2016-07-11 15:32:16 +02:00
WandererFan
df13886349
Add Mod/TechDraw/Gui
2016-07-11 15:32:16 +02:00