wmayer
4a494fec69
Coverity: Dereference null return value
2020-07-20 17:34:26 +02:00
wmayer
421f6c52cb
Coverity: Dereference after null check
2020-07-20 17:34:25 +02:00
wmayer
473553a212
PVS: V595 A pointer was utilized before it was verified against nullptr
2020-07-18 10:59:28 +02:00
wmayer
16f953ad65
PVS: V1004 A pointer was used unsafely after it was verified against nullptr
2020-07-18 10:59:27 +02:00
wmayer
309f7197f4
PVS: V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'setupUi' function.
...
Avoid to include ui generated header files within other header files but use forward declarations instead. This reduces dependencies between files and compile time considerably
2020-07-18 10:59:27 +02:00
wmayer
73cc1d271f
PVS: V570 A variable is assigned to itself
2020-07-18 10:59:27 +02:00
wmayer
e9bc970c28
PVS: V522 There might be dereferencing of a potential null pointer
2020-07-18 10:59:27 +02:00
wmayer
cbb5f99ade
PVS: V730 Not all members of a class are initialized inside the constructor
2020-07-18 10:59:27 +02:00
wandererfan
30ff7fb6e4
[TD]multiple faces in GeomHatch
2020-07-16 08:14:16 -04:00
luz paz
3dfae3ba46
Merged crowdin translations
2020-07-13 14:49:45 +02:00
Yorik van Havre
fbfe821e8c
Updated master ts files
2020-07-13 13:20:21 +02:00
WandererFan
2465f66034
[TD]Section line symbol rotation
2020-07-09 08:46:21 -04:00
wandererfan
b7e8ad9a4e
[TD]DPG spacing for oblique views
2020-07-07 15:26:20 -04:00
wmayer
da6b379566
fixes #0004318 : Compilation fails with Qt 5.15 beta with QPainterPath errors [skip ci]
2020-07-02 13:19:43 +02:00
donovaly
62129362bf
TaskProjGroup.ui: correct a typo
2020-06-21 08:22:49 -04:00
donovaly
0e0e9dbbc4
disable keyboardTracking for the scale to avoid unnecessary recomputes
2020-06-21 08:22:49 -04:00
donovaly
e50db2ed78
[TD] add spacing to ProjGroup dialog
...
Add the setting to auto-distribute projections to the dialog
2020-06-21 08:22:49 -04:00
wandererfan
ff66708c35
[TD]Detail default scale
2020-06-20 12:36:54 -04:00
wandererfan
b7a448dadc
[TD]fix 4335 section line pos on rotated base
2020-06-15 13:57:55 -04:00
wandererfan
6632921e38
[TD]change misleading prop name - Shape
2020-06-15 13:57:55 -04:00
wmayer
f3b460e42e
boost: fix for boost < 1.60
2020-06-15 19:38:39 +02:00
donovaly
6632580aba
get rid of unnecessary UI specifications
2020-06-15 08:05:05 -04:00
donovaly
b292194ccb
[TD] remove frame from pref dialogs
2020-06-15 08:05:05 -04:00
donovaly
c6c549cc64
[TD] use KeyboardTracking for section view dialog
...
use the keyboardTracking feature as we now also do for the detail view dialog
2020-06-14 06:47:37 -04:00
donovaly
0313f485db
DlgPrefsTechDrawGeneral.ui: get rid of explicit font family
...
this is unnecessary since Qt will automatically use the available font. It only raises questions since one see in the commit diffs that depending on who modified the dialog, his system default font will appear. (like in the initial commit of this PR)
2020-06-13 20:44:57 -04:00
donovaly
1822fcc354
[TD] some wording fixes
...
- I had a look at Crowdin and saw that the translators don't know what to do with the uppercase letter words. And in fact we can use "normal" terms
- I also fixed a typo (missing 'd') to be consistent
2020-06-13 20:44:57 -04:00
donovaly
1ae69d2ac8
code simplification
2020-06-13 09:46:20 -04:00
donovaly
79b267a3dc
[TD] fix hatch color issue
...
as discussed: https://forum.freecadweb.org/viewtopic.php?f=35&t=47536&p=407916#p407916
there are 2 types of SVG declarations possible
2020-06-13 09:46:20 -04:00
wmayer
c535881459
Qt5: Replace deprecated functions of QString:
...
'QString& QString::vsprintf(const char*, __va_list_tag*)' is deprecated: Use vasprintf(), arg() or QTextStream instead [-Wdeprecated-declarations]
'QString& QString::sprintf(const char*, ...)' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations]
2020-06-12 17:51:33 +02:00
wmayer
6d0a136aad
Qt5: 'void Q[Plain]TextEdit::setTabStopWidth(int)' is deprecated [-Wdeprecated-declarations]
2020-06-12 17:51:33 +02:00
wmayer
1ee3d79d7c
Qt5: 'int QFontMetrics::width' is deprecated since Qt 5.11: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
2020-06-12 17:51:33 +02:00
wmayer
4ec45b545e
boost 1.73.0: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated
2020-06-12 17:51:33 +02:00
wmayer
c814eb1a50
Qt5: 'QString::null' is deprecated: use QString() [-Wdeprecated-declarations]
2020-06-12 17:51:33 +02:00
donovaly
9726ad3f4a
[TD] add dialog for hatches
...
as discussed in the forum, the hatch feature misses a dialog. So here it is. The code is more or less just the one of the existing GeomHatch dialog
2020-06-12 08:12:37 -04:00
donovaly
7366339266
[TD] GeomHatch dialog: use sensible hatch limits
...
- negative scale and line width is not sensible and lead to strange effects thus set a minimum
- set the minimum reasonably above 0 since e.g. a hatch scale of 0.01 fills 8 GB RAM -> out of RAM error
- disable KeyboardTracking since we don't want a time-consuming recomputation while the user changes a value
2020-06-12 08:12:07 -04:00
donovaly
4d0cd751da
[TD] detail view: add missing tooltip
2020-06-12 08:11:25 -04:00
donovaly
b7bb7d1f2b
[TD] update view when autoscale was set
2020-06-10 08:04:18 -04:00
wandererfan
dd0273ff4e
[TD]Fix CosmeticVertex size
2020-06-09 16:12:14 -04:00
donovaly
86655f067e
[TD] add scale settings to detail task dialog
2020-06-09 08:51:46 -04:00
wandererfan
cda235aba0
[TD]Fix geometric hatch in Pdf
2020-06-09 07:22:00 -04:00
donovaly
652d965d54
[TD] use new keyboardTracking feature for Detail dialog
...
Werner finally implemented that FC's spinboxes accept Qt's keyboardTracking. So we can use it now for dialogs like the Detail dialog.
2020-06-08 09:07:14 -04:00
wandererfan
d693ff13db
[TD]Fix preference directory pickers
2020-06-07 11:26:56 -04:00
WandererFan
6974598dc1
[TD]Improve section face display
2020-06-04 09:00:22 -04:00
donovaly
98d2bb64a2
Merge branch 'master' of github.com:FreeCAD/FreeCAD into TD-DetailWork
2020-06-01 14:06:56 +02:00
wandererfan
c405349e86
[TD]export Svg hatch as bitmap (PDF)
2020-05-31 11:26:56 -04:00
donovaly
6cfc208db8
[TD] TaskDetail: omit problematic slot issue
2020-05-31 02:14:20 +02:00
donovaly
92bd5b56b1
Merge branch 'master' of github.com:FreeCAD/FreeCAD into TD-DetailWork
2020-05-31 00:24:29 +02:00
wandererfan
a9b718d1e0
[TD]Export Svg hatch as bitmap
2020-05-29 20:53:24 -04:00
wandererfan
ad405545e6
[TD]handle new identifier for Draft objects
2020-05-20 21:44:26 -04:00
wandererfan
add17980b3
[TD]Eliminate replace fcns for Cosmetic objs
2020-05-16 07:42:45 -04:00