Torsten Sadowski
46aa5fb0ad
x11EventFilter must be overridden for Qt4
2019-03-17 10:03:20 +01:00
Torsten Sadowski
e987801096
Fixed compilation of 3Dconnexion/libspacenav wit Qt4
2019-03-17 10:02:56 +01:00
Torsten Sadowski
8489864d5b
Use QSocketNotifier for the libspnav polling interface
2019-03-17 10:02:38 +01:00
Torsten Sadowski
f7fdc52de2
GuiNativeEventLinux* compiles again after changes for Mac
2019-03-17 10:02:12 +01:00
Torsten Sadowski
f95d236112
Mac build of new Spacenavigator class works
2019-03-17 10:01:50 +01:00
Torsten Sadowski
3799b60596
Blind update for Windows code
2019-03-17 10:01:30 +01:00
Torsten Sadowski
48b305cd75
The platform dependant stuff is in different files chosen by the build system. Building on Linux/Qt5 works without libspacenav, with the X11 interface and the polling interface. All run. Spacemouse works with the polling interface and should work with the X11 interface under a real X system.
2019-03-17 10:00:49 +01:00
Torsten Sadowski
2acb6996b8
Spacemouse platform dependent code is moved to different classes. Compiles and works for Linux
2019-03-17 10:00:24 +01:00
Torsten Sadowski
b7fbbd97be
X11 independant implementation for USB SpaceNavigator, works with Wayland
2019-03-17 09:59:58 +01:00
Sabin Iacob
7cff64643e
Path: fix grbl_post preamble parameter handling
2019-03-17 09:39:44 +01:00
Sabin Iacob
b38da0afa0
Path: fix grbl_post postamble parameter handling
2019-03-17 09:39:44 +01:00
wandererfan
891988f4fd
Fix PVS-studio error
...
- QGCMark duplicates field & method from base class
2019-03-16 20:11:58 -04:00
wmayer
a7919b63de
PVS: V703 It is odd that the 'previewFaceSet' field in derived class 'ViewProviderPrimitive' overwrites field in base class 'ViewProviderAddSub'
2019-03-16 12:41:53 +01:00
wmayer
805ccd8deb
reset expressions of a property when removing it
2019-03-16 00:01:33 +01:00
wmayer
51fcdd2c00
in case object deletion fails then make sure to re-enable updates of the main window
2019-03-15 14:43:50 +01:00
wmayer
ca7770b80a
Document::breakDependency should handle exceptions to avoid to leave document in an inconsistent state
2019-03-15 14:41:43 +01:00
Abdullah Tahiri
45a04278f6
Complete parameter comments
2019-03-14 23:46:46 +01:00
Abdullah Tahiri
4c4fdbac52
Correct paramter comments
2019-03-14 23:46:45 +01:00
Abdullah Tahiri
0d56bcabf3
PVS Fix
2019-03-14 23:46:45 +01:00
Craig Marshall
23ecb8eace
Fix #2034 with more precision attempt 2
2019-03-14 23:16:14 +01:00
Fabio Rossi
de3b63e779
An error happens when building with gcc8:
...
freecad-9999/src/Mod/Assembly/App/opendcm/core/imp/clustergraph_imp.hpp: In member function ‘void dcm::ClusterGraph<edge_prop, vertex_prop, cluster_prop, objects>::initIndexMaps()’:
freecad-9999/src/Mod/Assembly/App/opendcm/core/imp/clustergraph_imp.hpp:881:38: error: expected primary-expression before ‘>’ token
setProperty<vertex_index_prop>(*vit.first, c);
^
freecad-9999/src/Mod/Assembly/App/opendcm/core/imp/clustergraph_imp.hpp:886:36: error: expected primary-expression before ‘>’ token
setProperty<edge_index_prop>(*eit.first, c);
^
2019-03-14 23:11:16 +01:00
wmayer
970af45ae6
set 0.19 development version
2019-03-14 23:10:50 +01:00
wmayer
bb6e4e6ad4
fix mouse selection for high DPI screens
2019-03-14 19:51:44 +01:00
wmayer
2f2d505359
fixes 0003130: FreeCAD 0.17 Qt5 bugs with external display
2019-03-14 19:28:11 +01:00
wmayer
a14b99e774
improve drawing of overlay pixmaps for high DPI screens
2019-03-14 18:32:21 +01:00
wmayer
87bf7094a5
PVS: V601 The bool type is implicitly cast to the double type
...
PVS: V668 There is no sense in testing pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error
2019-03-13 14:09:10 +01:00
wmayer
5f52bd7b46
PVS: V728 An excessive check can be simplified
2019-03-13 13:49:04 +01:00
wmayer
93f0d1bec9
PVS: V1024 The 'file' stream is checked for EOF before reading from it, but is not checked after reading. Potential use of invalid data
2019-03-13 13:34:45 +01:00
wmayer
d232164ba0
PVS: V519 Variable is assigned values twice successively
2019-03-13 12:55:31 +01:00
wmayer
e392fc2f07
PVS: V522 There might be dereferencing of a potential null pointer
2019-03-13 12:47:05 +01:00
wmayer
f611102db3
PVS: V794 The assignment operator should be protected from the case of 'this == ...'
2019-03-13 12:38:46 +01:00
wmayer
51811e4bf4
PVS: V688 A local variable possesses the same name as one of the class members, which can result in a confusion
2019-03-13 11:58:43 +01:00
wmayer
4e018c506b
extend mesh repair functions
2019-03-13 01:39:27 +01:00
wmayer
51aeb5867a
PVS: fixes several issues
2019-03-13 01:19:00 +01:00
wmayer
8f6bf8eafc
fixes 0003861: Sketch change plane when changing Attachment Offset (UI quirk)
2019-03-12 22:54:37 +01:00
wmayer
83545717d2
PVS: fix several issues
2019-03-12 22:38:22 +01:00
wmayer
32c527c5a6
PVS: V547 Expression is always true/false
2019-03-12 18:33:26 +01:00
wmayer
8d8255981f
PVS: V730 Not all members of a class are initialized inside the constructor
2019-03-12 18:33:25 +01:00
wmayer
96144560b3
PVS: V530 The return value of function 'freopen' is required to be utilized
2019-03-12 18:33:24 +01:00
wmayer
51b6a09525
fix problem that too large splash image make dialog too large
2019-03-12 15:12:18 +01:00
Craig Marshall
690774c0ef
Fixes Bug 2034. Made Part dimensional arrows proportional to line length and radius
2019-03-12 10:38:07 -03:00
Bernd Hahnebach
639a497c9d
FEM: in out VTK, return obj on vtk result import
2019-03-12 10:45:58 +01:00
Bernd Hahnebach
eb171db379
FEM: mesh tools, add method to find 2D zplane meshes
2019-03-12 10:45:58 +01:00
Bernd Hahnebach
6a7085fe08
FEM: material task panel, fix it when Poissons Ration is given but empty
2019-03-12 10:45:58 +01:00
Bernd Hahnebach
67a19b758a
FEM: inp file export pref widget, add missing tool tip
2019-03-12 10:45:58 +01:00
Bernd Hahnebach
1a67718022
FEM: vtk file import pref widget, fix tooltip, fixes #3886
2019-03-12 10:45:57 +01:00
wmayer
ec86db4bfb
when saving parameters make sure document exists
2019-03-12 01:05:50 +01:00
wmayer
194f5d779e
fixes 0003894: Part Thickness dialog thickness field not Expressions enabled
2019-03-12 01:04:24 +01:00
Yorik van Havre
6323069cbb
AddonManager: fixed iconless button
2019-03-11 17:29:40 -03:00
wmayer
568faf67a0
0003897: 'View Sketch' button doesn't account for container transform
2019-03-11 12:54:26 +01:00