wmayer
9337114714
fix possible segfault in SoQTQuarterAdaptor::convertOrtho2Perspective
2019-09-19 17:54:42 +02:00
Zheng, Lei
c9ba972d26
Gui: add support of selection context
...
The patch implements context-aware selection and rendering in 3D view.
Please check [here](https://git.io/fjiY5 ) for more details, including
the following 'Render Caching' section.
The patch also includes modification of View3DInventorViewer to support
always-on-top selection rendering using the secondary selection context
and the new coin node SoFCPathAnnotation.
Another small change in SoQtQuarterAdaptor for more responsive frame
rate display. The original implementation reports skewed frame rate
in the presence of long idle period.
2019-08-17 14:52:10 +02:00
wmayer
4e8a684a6d
PVS: fix several issues
2019-03-12 22:38:22 +01:00
wmayer
6c5a0cf125
fix build failure on Ubuntu Bionic
2019-02-13 10:46:55 +01:00
wmayer
f0a13f0530
fix possible crash in Quarter viewer
2018-07-25 19:50:25 +02:00
Unknown
e3eca59173
Misc. typo fixes
...
Various workbenches
2017-12-23 14:30:30 +01:00
wmayer
e9bed58f4b
make the fps counter more stable
2017-10-13 00:13:19 +02:00
wmayer
9e42badfaf
move QuarterWidget to QOpenGLWidget
2017-03-21 20:37:03 +01:00
Kunda
de2392eb18
source typo fixes pt5
...
+ cleaning up some more non-short-URLs
Issue #2914
2017-03-04 13:07:13 -03:00
DeepSOIC
8415bc32b6
Gui: Selection: pick radius support
2016-08-10 18:46:45 +02:00
wmayer
67c76596ce
+ add convenience methods to SoQTQuarterAdaptor
2016-04-04 12:53:06 +02:00
wmayer
7c55086d2c
+ fix crash when viewer has no camera
2016-04-04 12:48:58 +02:00
Eivind Kvedalen
cfc3de186a
SIM::Coin3D::Quarter::SoQTQuarterAdaptor: Added missing initializationg of member field m_viewingflag.
2016-03-08 16:09:25 +01:00
Mateusz Skowroński
6942c23895
Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false.
...
158f39ec78
This change is Qt4/Qt5 neutral.
2016-01-05 16:43:33 +01:00
wmayer
629dc9aad0
+ fixes #0001972 : FreeCAD crashes when using keyboard shortcut H to constrain a line
2015-02-18 12:50:16 +01:00
wmayer
75e08f0730
+ fix bug in SoQTQuarterAdaptor::processSoEvent
2014-11-06 19:14:14 +01:00
Stefan Tröger
95a976c3d0
fixes #0001781 : Reimplement arrow keys for 3d view
...
- including minor formating fixes
2014-11-06 18:56:51 +01:00
wmayer
696d4a5f4a
+ fix warnings with clang
2014-09-24 17:46:04 +02:00
wmayer
f2c63d04f2
+ set fix precision for FPS counter
2014-09-23 18:19:35 +02:00
Stefan Tröger
dce299bed0
fix framerate rendering
2014-09-23 10:11:12 +02:00
Stefan Tröger
99a61cc03e
ensure that the glwidget is returned
2014-09-23 10:11:12 +02:00
Stefan Tröger
f1d122b78c
fix reported bugs
...
- compile on windows
- fix cursors
2014-09-23 10:11:12 +02:00
Stefan Tröger
512a2b94d2
Adaption of FreeCAD to QuarterWidget
...
-removes all soqtviewer references
-create a quarter adaptor class which implements missing functionality
-adopts freecad code to make use of SoRenderManager and changed View3DInventorViewer interface
2014-09-23 10:11:11 +02:00