Commit Graph

734 Commits

Author SHA1 Message Date
wmayer
5f6a457cb0 + handle unicode strings in class PythonWrapper 2014-11-19 11:18:18 +01:00
wmayer
3d249812b6 + fixes #0001830: Gui.export() cannot handle long filenames 2014-11-17 21:11:28 +01:00
wmayer
64839751f4 + fix saving problem with file names containing an apostrophe 2014-11-15 22:45:56 +01:00
wmayer
ce8b810ae0 + support anti-aliasing in offscreen renderer 2014-11-10 14:10:38 +01:00
wmayer
f6f6c5c73b + fix transparency problem, support antialiasing, background color issue 2014-11-08 23:06:53 +01:00
wmayer
303f00a06d + support of arbitrary background colors in snapshot function 2014-11-08 18:23:41 +01:00
wmayer
de62919885 + fix gradient background issue when creating snapshot, remove superfluous signal from FileOptionsDialog 2014-11-08 14:50:27 +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
f7546de362 + workaround for cropped images with Coin4 2014-11-06 16:49:50 +01:00
wmayer
8857f9825f + fix various rendering problems 2014-11-04 18:56:05 +01:00
wmayer
adf3c12ced + better exception handling in Part module 2014-11-04 11:03:51 +01:00
wmayer
3da4ede31d + add new render type to 3d viewer 2014-11-03 23:09:38 +01:00
wmayer
16b2a516ea + fixes #0001665: Allow setting higher value for number of backup files 2014-10-28 18:15:51 +01:00
wmayer
8715bb8670 + fixes #0001806: Wrong object name shown in App::PropertyLink Properties in the property editor 2014-10-27 17:05:27 +01:00
wmayer
2d2f046ef2 + fixes #0001797: Fix focus problem with Quarter based viewer 2014-10-27 11:36:33 +01:00
wmayer
bf2194460f + fix bug in Python binding of Quarter viewer 2014-10-24 19:29:35 +02:00
wmayer
2a49ac5878 + port cache context handling 2014-10-22 15:26:22 +02:00
wmayer
d9093a1823 + change API of GLPainter 2014-10-22 14:48:38 +02:00
wmayer
9fb670ae16 + fixes #0001794: new defined as a macro sometimes conflicts with boost 2014-10-22 12:39:43 +02:00
wmayer
18a5d80423 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2014-10-21 21:41:28 +02:00
wmayer
90e63f054e + make help system more flexible 2014-10-21 21:41:07 +02:00
wmayer
6ede5695d6 + remove useless statement 2014-10-21 21:40:25 +02:00
wmayer
b24f53f0ec + formatting message 2014-10-20 21:43:35 +02:00
Sebastian Hoogen
5bfbddb569 Output Mac OS version (or Windows 8) on splashscreen 2014-10-19 20:02:10 +02:00
wmayer
616b1d0d99 + save last used export/import filter 2014-10-19 19:42:50 +02:00
wmayer
9c83e55d9b + fix Python binding of 3d viewer 2014-10-19 18:59:05 +02:00
wmayer
4ffb856f33 + fix more Quarter port issues 2014-10-19 17:49:31 +02:00
wmayer
7ade19fde2 + support of home path with non-ASCII chars 2014-10-19 17:27:02 +02:00
wmayer
be949a054d + harmonize API 2014-10-19 14:25:51 +02:00
Sebastian Hoogen
dc69e119af fixes #1706 rename anaglyph stereo mode red/cyan 2014-10-15 15:53:18 +02:00
wmayer
fd2c2e165b + fix build failure 2014-10-15 15:45:40 +02:00
wmayer
e0d755b91d + share GL widgets when creating further 3d views of a document 2014-10-15 12:04:06 +02:00
wmayer
398546aecb + fix build problems with Python & MacOSX 2014-10-13 22:02:57 +02:00
Sebastian Hoogen
01cf0f5872 issue #1027 use unicode filepaths 2014-10-11 13:32:06 +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
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
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
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
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
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