Sebastian Hoogen
01cf0f5872
issue #1027 use unicode filepaths
2014-10-11 13:32:06 +02:00
Sebastian Hoogen
7db2cdc008
use Icons for Refine and Increase tolerance features
2014-10-11 13:09:33 +02:00
Sebastian Hoogen
6157cf3c4a
fixes #1782 remove unused precsion parameters
...
from gp_Trsf::SetValues
2014-10-11 13:03:02 +02:00
Sebastian Hoogen
0f4435232b
fixes #1740 quote pov-ray binary on windows
...
this fixes a bug introduced by 3523741e96
it restores the double quotes for the shell and uses single quotes for the
python string.
2014-10-11 12:56:38 +02:00
wmayer
f7a5fe162d
+ fix expressions
2014-10-10 19:01:34 +02:00
wmayer
ee6cb252fa
+ fix issues with force constraint
2014-10-10 17:42:33 +02:00
wmayer
bb6b2ec5c5
+ fix anti-aliasing issue
2014-10-10 16:58:02 +02:00
wmayer
2f2061eabb
+ fix whitespaces
2014-10-10 15:48:31 +02:00
wmayer
21ea4e972a
+ fix stack overflow error
2014-10-10 15:47:20 +02:00
Yorik van Havre
203fcb7a1b
Draft: Adapted Draft module for python3 compatibility - issue #995
2014-10-05 19:40:14 -03:00
Yorik van Havre
30abbabb58
Little fixes to allow pycxx to compile with python3
2014-10-05 17:31:17 -03:00
Yorik van Havre
cfe6613c71
Draft: prevented possible deletion of draft wire during edit - fixes #1680
2014-10-05 17:30:18 -03:00
Sebastian Hoogen
8234d97dd5
bugfix in unit parser
...
partly revert to 810fadab23
and change python string handling to "et" method
2014-10-05 14:44:04 -03:00
Yorik van Havre
8fd880d51b
Arch: Fixed axis object - fixes #1605
2014-10-05 13:09:08 -03:00
Jose Luis Cercos-Pita
5a98d932d3
Set PySide to all ambiguous QtGui and QtCore calls
2014-10-04 11:42:34 -03:00
Yorik van Havre
80e55003d8
Draft: Added DraftGeomUtils.pocket2d(shape,float)
...
Returns a list of wires obtained by offsetting the wires of the given
shape by the given amount (outer wire inside, inner wires outside) and
resolving intersections
2014-10-03 17:35:40 -03:00
wmayer
599ac0e819
+ add missing header to Tools2D.h
2014-10-02 11:40:39 +02:00
Yorik van Havre
dce8676d1e
Start: Set version info text color to white - fixes #1772
2014-10-01 19:27:50 -03:00
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