wmayer
4e72e4a937
+ fix Qt help problems
2014-10-01 17:16:43 +02:00
Stefan Tröger
761e05a98a
Prevent QPainter buffer swap
...
As the QGraphicsScene overlay does not work for all cards/drivers we disable the possible buffer swap of the qpainter, as this could be a potential source of the flickering. If the painter swaps buffers and we do it again the user will see first the correct picture (first swap) and then something uninitalized (second swap)
2014-09-29 10:11:29 +02:00
Stefan Tröger
6fd459feee
Make stereo modes work again
...
Be aware that stereo rendering based on SoRenderManager does not allow background colors as the opengl buffers are cleared before rendering. As FreeCAD draws the background before the standart coin rendering the background gets erased again.
2014-09-29 10:11:28 +02:00
wmayer
24886ad909
+ fix minor bug when adding coincidence constraint
2014-09-28 15:06:02 +02:00
Yorik van Havre
1c78aed46f
Draft: display coordinates using the current locale's decimal separator - fixes #1741
2014-09-27 16:23:59 -03:00
Sebastian Hoogen
9ad67346cc
issue #1701
2014-09-27 13:07:30 -03:00
wmayer
cff917b013
+ Proper handling of sketch plane parallel to view direction
2014-09-27 15:53:21 +02:00
Yorik van Havre
29cadd9681
Patched PyCXX 6.2.5 with original FreeCAD changes made in 6.2.0
2014-09-24 18:19:26 -03:00
Yorik van Havre
f5e87dd358
Fixed relativepaths in PyCXX
2014-09-24 18:19:25 -03:00
Yorik van Havre
97296606f6
Upgraded PyCXX to version 6.2.5
2014-09-24 18:19:25 -03:00
Yorik van Havre
cc39f914e6
Draft: Reverting provisorily to the old version of DraftGeomUtils.sortEdges
2014-09-24 18:13:55 -03:00
Yorik van Havre
a5cea497d0
Arch: fixed string encoding in Space object
2014-09-24 18:13:18 -03:00
wmayer
493d1343ae
+ fix typos
2014-09-24 22:06:13 +02:00
wmayer
8bdc9b0f09
+ add option to disable automatic fit to view when loading data file
2014-09-24 18:49:19 +02:00
wmayer
ddb267fdf6
+ fix warnings with clang
2014-09-24 18:00:46 +02:00
wmayer
696d4a5f4a
+ fix warnings with clang
2014-09-24 17:46:04 +02:00
wmayer
20398c9f35
+ fix warnings with clang
2014-09-24 16:00:10 +02:00
wmayer
055dcb0512
+ fix warnings with clang
2014-09-24 15:55:36 +02:00
wmayer
4449d1abdc
+ fixes #0001762 : Update 'About FreeCAD' Screen
2014-09-23 19:31:37 +02:00
wmayer
f2c63d04f2
+ set fix precision for FPS counter
2014-09-23 18:19:35 +02:00
wmayer
a63b94620b
+ fix build error
2014-09-23 12:51:31 +02:00
Stefan Tröger
dce299bed0
fix framerate rendering
2014-09-23 10:11:12 +02:00
Stefan Tröger
2fd86af7cf
fix qt moc warnings
2014-09-23 10:11:12 +02:00
Stefan Tröger
d0605dd6c2
fix backlight issue
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
ec26dd381c
fix rotation center after view all
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
0303c699f8
Port QuarterWidget to QGraphicsView
...
Derive from QGraphicsView instead of QGLWidget to allow to add widgets as overlay over the 3d scene later on.
2014-09-23 10:11:12 +02:00
Stefan Tröger
6b629aed56
add View3DInventorViewer python interface
...
As quarter is not wrapped by SWIG we need to expose our own python interface class.
This is a start with the most important functions to access the render and event
manager. Furthermore all extra functions available next to the swig wrapper functions
are exposed. Everything else can be added when needed.
2014-09-23 10:11:12 +02:00
Stefan Tröger
cccfe3d554
Adopt mouse selection to quarter widget
...
Quarter Widget soes not allow to switch of multisampling on the fly, therefore we need to use glgraphicsitem instead of direct opengl xor rendering for mouse selection
2014-09-23 10:11:11 +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
Stefan Tröger
f44ddc107e
add default quarter files
2014-09-23 10:11:11 +02:00
Yorik van Havre
e3554a7805
Arch: Extended role property to all Arch objects - fixes #1577
2014-09-21 15:12:06 -03:00
Yorik van Havre
b7f25be562
Spreadsheet - added a recompute() - fixes #1761
2014-09-21 14:40:01 -03:00
Sebastian Hoogen
9f1b2c5ffa
use the commit time (in UTC) in version information
...
as it is more meaningfull than the author time
2014-09-20 21:54:41 +02:00
wmayer
4d328992d3
+ add lost s
2014-09-20 18:01:40 +02:00
wmayer
2b8b11c71f
+ build with Qt < 4.7 and OCC < 6.5
2014-09-20 17:49:29 +02:00
Sebastian Hoogen
efbd320f78
fixes #1745 Encode Annotation Text using latin1
...
for Coin Versions <= 3
2014-09-20 16:26:59 +02:00
Sebastian Hoogen
59596bb6b0
fixes #1744 Use unicode in Unit system
2014-09-20 08:58:06 +02:00
Yorik van Havre
a31a01a2ac
Fixed bug introduced by last commit
2014-09-19 13:13:34 -03:00
Sebastian Hoogen
edbc1e637a
fixes #1755 : don't translate toolbar names
...
in InitGui.py of Arch and Spreadsheet
2014-09-19 10:35:00 -03:00
jriegel
df8cce057b
Merge branch 'refs/heads/Rift'
2014-09-19 11:08:00 +02:00
jriegel
083527c5d9
FreeCAD-VR: Small fix for older compilers
2014-09-19 11:03:35 +02:00
Yorik van Havre
a9b363af0e
Fixed label of document - fixes #453
2014-09-18 20:17:50 -03:00
Yorik van Havre
6b8036784a
Draft: small fix in trackers - fixes #1757
2014-09-18 19:39:37 -03:00
Yorik van Havre
46e1754bac
Added base translation file for the Web WB - issue #453
2014-09-18 12:24:16 -03:00
Yorik van Havre
e5a49e306e
Draft: Fixed rotation UI unit - fixes #1664
2014-09-18 11:18:15 -03:00
Yorik van Havre
2b99706910
Draft: Grid now checks preferences settings when redrawn - fixes #1671
2014-09-18 11:09:43 -03:00
Abdullah Tahiri
f1035e8481
Sketcher fixes: Symmetry arrows properly scaled, fixed icon in constraint taskbar list contextual menu
2014-09-18 16:01:34 +02:00
jriegel
ae2f3e7c9c
FreeCAD-VR: Small cleanups
2014-09-18 10:25:28 +02:00