pre-commit-ci[bot]
9fe130cd73
All: Reformat according to new standard
2025-11-11 13:49:01 +01:00
bofdahof
ba2c2ca5ad
Console: rename PascalCase named methods to camelCase
2025-05-06 17:50:21 +02:00
andrea
19272554e1
Removed old code using qt<5.4
2023-09-09 17:50:51 +02:00
luzpaz
fc844ebac9
Migrate tabs to spaces in src/Gui/3Dconnexion/*
2023-03-22 17:06:47 +01:00
luz paz
818e2b2841
Gui: fix trailing whitespace
2022-12-02 19:18:54 -06:00
luz paz
cc0f72953f
3Dconnexion: Clarify ambivalent console output warning
...
This commit simply demystifies the warning that most users will see when they boot in to FreeCAD "Couldn't connect to spacenav daemon." by adding
"Please ignore if you don't have a spacemouse."
2021-02-15 15:40:15 -05:00
wmayer
dd12c587b8
Gui: [skip ci] make log messages distinguishable to see if X11 or polling API if spacenav is used
2020-03-22 12:55:52 +01:00
wmayer
732eb6dbb5
fixes 0003913: libspnav crash on linux wayland during startup
2019-04-05 17:42:53 +02:00
Torsten Sadowski
0e44b87446
Fixed Python3 build, Python slots Qt slots clash
2019-03-17 10:22:40 +01:00
Torsten Sadowski
1914aec92f
Spacemice support refactored to use a common base class
2019-03-17 10:21:59 +01:00
Torsten Sadowski
9840275af6
Copyright notices added
2019-03-17 10:20:50 +01:00
Torsten Sadowski
f88474454d
Use std::vector to copy Spacemouse data from helper class to Application
2019-03-17 10:03:41 +01:00
Torsten Sadowski
8e48d58bcc
Fixed compilation of 3Dconnexion/libspacenav wit Qt4
2019-03-17 10:02:56 +01:00
Torsten Sadowski
d14917ebff
GuiNativeEventLinux* compiles again after changes for Mac
2019-03-17 10:02:12 +01:00
Torsten Sadowski
535f4cb161
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