Kurt Kremitzki
b68fa265c6
Fix preferences Python console bug
2017-03-23 20:19:35 -05:00
Ian Rees
a3c4c6016d
Remove warnings about Qt4 + OpenGL + MacOS issues
2017-03-23 21:06:46 +13:00
Zheng, Lei
5744cd5ba9
Gui: do not round pre-select coord display
2017-03-22 15:51:21 +08:00
wmayer
4d9169faf7
Qt5OpenGL: add missing header for macOS/Linux builds
2017-03-21 20:37:03 +01:00
wmayer
3da36c1682
Qt5OpenGL: add missing header for macOS/Linux builds
2017-03-21 20:37:03 +01:00
wmayer
08a901a0d0
Qt5OpenGL: fix to make the 3d viewer fit into the mdi area after re-docking it
2017-03-21 20:37:03 +01:00
wmayer
2ec2ea5ac0
Qt5OpenGL: fix flickering on resize
2017-03-21 20:37:03 +01:00
wmayer
2ba7d8e632
Qt5OpenGL: update flags when dragging or removing
2017-03-21 20:37:03 +01:00
wmayer
0568209a52
Qt5OpenGL: add OpenGL debug logger (deactivated)
2017-03-21 20:37:03 +01:00
wmayer
3ac834c734
Qt5OpenGL: use OpenGL debug logger to locate problems, fix a couple of errors
2017-03-21 20:37:03 +01:00
wmayer
2c6f1fd56a
Qt5OpenGL: fix transparency issue with framebuffer objects with old OpenGL API
2017-03-21 20:37:03 +01:00
wmayer
e1c5597a5e
Qt5OpenGL: implement grabFramebuffer
2017-03-21 20:37:03 +01:00
wmayer
ed33adc35d
Qt5OpenGL: make off-screen renderer working
2017-03-21 20:37:03 +01:00
wmayer
5bf326c1fb
Qt5OpenGL: fix creating thumbnals, pdf, print preview and snapshot
2017-03-21 20:37:03 +01:00
wmayer
4bf14e7096
Ot5OpenGL: fix phantom objects in sketcher selection mode, get texture with the exact content of the 3d viewer
2017-03-21 20:37:03 +01:00
wmayer
f04badda03
Qt5OpenGL: at startup determine some basic information about OpenGL setup
2017-03-21 20:37:03 +01:00
wmayer
6638ff90d9
Qt5OpenGL: do not use pixel buffer for the moment
2017-03-21 20:37:03 +01:00
wmayer
b0cd0a5163
Qt5OpenGL: release context when finished
2017-03-21 20:37:03 +01:00
wmayer
749ace7e6b
Qt5OpenGL: Framebufferobject rendering works and handles transparency and anti-aliasing
2017-03-21 20:37:03 +01:00
wmayer
27d76f3a47
Qt5OpenGL: port Image rendering mode to make box zoom & selection and cutting work again
2017-03-21 20:37:03 +01:00
wmayer
1abc9d3c42
port Flag class to use QOpenGLWidget
2017-03-21 20:37:03 +01:00
wmayer
f587ec5b29
disabling depth test makes 3d viewer work again
2017-03-21 20:37:03 +01:00
wmayer
a1dd462de9
move QuarterWidget to QOpenGLWidget
2017-03-21 20:37:03 +01:00
Zheng, Lei
f852e6b789
Gui: increase pre-select information display
...
The pre-select sub-element string maybe clipped depending on the main
window size. This patch increased sub-element display width by
increasing MainWindow::showMessage text width and shortening pre-select
coordinate information.
2017-03-21 10:05:52 +01:00
Zheng, Lei
a210cc5bc9
Gui: added bbox selection style to GeometryObject
2017-03-21 09:29:15 +01:00
AjinkyaDahale
6a385f5ee3
Possible solution to a problem in pad/pocket up-to-face
...
Somehow we weren't able to pad/pocket up-to-face when the profile sketch
is made on a datum plane
2017-03-19 18:09:14 -03:00
looooo
bcfac0e9b7
use __ModDirs__ for module directories and set the search path of FreeCAD to the base directories, which contain all the modules
2017-03-18 18:20:59 +01:00
looooo
c2cdc9eded
py3: Gui: FreeCADGuiInit.py
2017-03-18 18:20:59 +01:00
Zheng, Lei
378f99f1b3
Added App::PropertyPrecision
...
The purpose of this property and the associated property item is to
properly display floating value of many decimal points, such as
Precision::Confusion()
2017-03-15 10:46:32 -03:00
Yorik van Havre
6b66a38ee3
Updated translations with latest files from crowdin
2017-03-06 11:53:09 -03:00
wmayer
db66835c63
add option to placement dialog to rotate around center of mass
2017-03-05 18:47:34 +01:00
wmayer
45bf8ed91e
fix -Wunused-private-field, -Woverloaded-virtual
2017-03-05 10:10:53 +01:00
Kunda
19f8fd4c10
source typo fixes pt5
...
+ cleaning up some more non-short-URLs
Issue #2914
2017-03-04 13:07:13 -03:00
wmayer
adca327b34
add 'no shading' and 'hidden line' styles
2017-03-03 16:41:38 +01:00
Bruce B. Lacey
61658e60ad
Qt5: Enabled HiDPI scaling and Use HiDPI Qt Pixmaps
...
* Enable HiDPI scaling on displays that support it
on Qt 5.6 and later
* Enable HiDPI Pixmaps on Qt 5.1 and later
2017-03-03 11:58:38 -03:00
Ian Rees
ac9f475702
Clean up clang inconsistent override warnings.
2017-03-01 22:00:41 +01:00
hgutsche
6226d2bc9e
Improved comment about Quarter doxygen commands
2017-02-28 18:52:04 +01:00
hgutsche
de8f66f857
Some fixes for doygen syntax errors and some configuration to make it run smoother under Windows
2017-02-28 18:52:04 +01:00
Kunda
dde52952f4
source typo fixes pt1 (only on py3 merged code)
...
issue 0002914
2017-02-27 11:32:47 +01:00
wmayer
441ce4a158
issue #0002741 : Crashes when drawing tutorial
2017-02-27 09:02:22 +01:00
Bruce B. Lacey
28f7944027
Use scalable application icon resources on macOS
...
Fixes #2920
2017-02-23 20:27:55 -08:00
wmayer
dd20ba3d06
use Ctrl+MMB for zooming
2017-02-22 10:22:11 +01:00
Kunda
d61de347ea
Cleanup non-short-url wiki links in translations
...
...to avoid translators translating the url varable names
2017-02-21 12:35:25 -05:00
wmayer
f55635900f
fix setEdit, unsetEdit and doubleClicked methods of Python view provider
2017-02-20 22:16:56 +01:00
wmayer
6630bcf9fa
issue #0001999 : [STEP] Tessellation data or OpenInventor data memory leak
2017-02-20 10:08:18 +01:00
Jean-Marie Verdun
2209c7d5d7
Fix ProgressBar rendering following STEP reader enhancement
2017-02-18 10:08:48 +01:00
Mateusz Skowroński
7e42975556
Fix more GCC warnings.
2017-02-18 09:35:31 +01:00
wwmayer
52f420d848
Merge pull request #515 from kkremitzki/view-mappings
...
Update view mappings to sensible defaults
2017-02-15 23:05:26 +01:00
Mateusz Skowroński
49a8705b1d
Fix some Quarter High DPI Display issues. Ported from code by Randall O'Reilly.
...
https://grey.colorado.edu/svn/coin3d/quarter/trunk/
2017-02-15 22:16:46 +01:00
wwmayer
ec0089395f
Merge pull request #519 from f3nix/qt5-warnings-1
...
Fix some Qt5 build warnings
2017-02-12 19:01:27 +01:00