Commit Graph

2282 Commits

Author SHA1 Message Date
Torsten Sadowski
2d5fd706f2 Fix Windows build 2019-03-17 10:22:25 +01:00
Torsten Sadowski
c6882e8de7 Spacemice support refactored to use a common base class 2019-03-17 10:21:59 +01:00
Torsten Sadowski
91b2a3cff3 Fix Windows build 2019-03-17 10:21:43 +01:00
Torsten Sadowski
9c2578de74 Copyright notices added 2019-03-17 10:20:50 +01:00
Torsten Sadowski
edb213844e Not used for SpaceNavigator devices, no change necessary 2019-03-17 10:15:16 +01:00
Torsten Sadowski
0d3c670785 Use std::vector to copy Spacemouse data from helper class to Application 2019-03-17 10:03:41 +01:00
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
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
bb6e4e6ad4 fix mouse selection for high DPI screens 2019-03-14 19:51:44 +01:00
wmayer
a14b99e774 improve drawing of overlay pixmaps for high DPI screens 2019-03-14 18:32:21 +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
51b6a09525 fix problem that too large splash image make dialog too large 2019-03-12 15:12:18 +01:00
wmayer
4a1c04e059 keep selection order with Selection.getSelection() 2019-03-10 18:01:25 +01:00
wmayer
00f2bd4e62 PVS: fix some more coding flaws 2019-03-07 14:43:16 +01:00
Yorik van Havre
dcae6d027e Updated translations 2019-03-06 21:50:08 -03:00
wmayer
c3fb5edc41 allow to define custom background images 2019-03-06 11:09:14 +01:00
wmayer
55160676d3 fixes 0003880: list of languages is not sorted in the preferences settings 2019-03-05 17:50:15 +01:00
wmayer
1daa0aa79c improve Copy&Paste handling in Python console 2019-03-05 10:20:50 +01:00
wmayer
16a84b9605 add some comments 2019-03-04 19:25:43 +01:00
wmayer
f24bed170a fix navigation with Tab or Shift+Tab in property editor 2019-03-04 19:15:53 +01:00
wmayer
f29df543c2 remove unused controls from General preference page 2019-03-04 15:18:05 +01:00
wmayer
28b195d6e2 PVS issues:
consistently define copy constructor and assignment operator
remove superfluous casts
initialize member variables in constructor
avoid double assignment
2019-03-04 11:53:49 +01:00
wmayer
d28e6a6ae7 hide some controls from preferences pages that are not implemented yet 2019-03-03 22:49:24 +01:00
Yorik van Havre
ad28ba5095 Tools: Fixed bug in FreeCAD.ts generation 2019-03-02 19:32:10 -03:00
Yorik van Havre
a70a82e19f Revert "Merged crowdin translations" for investigation due to some problems found in the translation files...
This reverts commit 9032c4c587.
2019-03-02 19:17:44 -03:00
wmayer
337c9c936f fix various flaws detected by PVS 2019-03-01 22:52:41 +01:00
Yorik van Havre
9032c4c587 Merged crowdin translations 2019-02-28 21:53:37 -03:00
wmayer
f9d30cdc7c fix typo in German translation 2019-02-28 22:15:55 +01:00
wmayer
59a0144a4f fix saving view provider attributes for Copy&Paste or Duplicate selection 2019-02-28 18:48:30 +01:00
triplus
b0d83f3c5e Optional ClearMenuBar parameter
Forum discussion:
https://forum.freecadweb.org/viewtopic.php?f=34&t=34366

P.S. Note that some mixed line endings were detected in this file and were normalized automatically.
2019-02-28 03:15:13 +01:00
wmayer
85da6c363d make Del shortcut working again in Sketch edit mode 2019-02-25 17:17:32 +01:00
wmayer
4e973324ae when restoring object then only expand single items, not its parent items 2019-02-24 00:37:53 +01:00
wmayer
a4e46d1fa1 Undo/Redo of renaming an object via context-menu 2019-02-23 22:26:21 +01:00
wmayer
4765b7e2fe fixes 0003848: Preferences dialog not fully visible 2019-02-23 16:28:39 +01:00
wmayer
bd89326d06 avoid using hard-code precision when writing double to streams 2019-02-23 14:58:41 +01:00
wmayer
2631df09c0 correctly handle again NotImplementedError in Python view providers 2019-02-22 13:26:33 +01:00
wmayer
f6d9ec8568 fix creation of filter list for export dialog 2019-02-21 23:03:47 +01:00
wmayer
66da83ef92 fixes 0003605: Scrolling on length inputs with Building Euro unit system has max value 2019-02-21 13:30:13 +01:00
wmayer
9d87d13dd2 fixes 0003843: registration of pointer in navigation cube/cluster is off, makes clicking difficult (fixed by garya) 2019-02-20 17:39:53 +01:00
wmayer
2e8412f684 fix position of version number in splash screen 2019-02-20 14:05:13 +01:00
wmayer
a12f4f364f fixes 0003823: FEM, unusable material property changing when using task panel 2019-02-18 23:26:00 +01:00