Re: [Interest] Translation fall-back rules

2016-05-20 Thread Thiago Macieira
Em sexta-feira, 20 de maio de 2016, às 18:31:30 PDT, Jason H escreveu: > Can someone tell me what the fall-back order is for translations? > > While source string is key, what roles do context and developer comments > play? They are context only. They never appear in the translation. > How are

Re: [Interest] [QT3D] transparencies

2016-05-20 Thread Sean Harmer
Hi, With the materials and framegraph you can do either traditional alpha blended geometry sorted back to front or you are free to implement whatever flavour of OIT you desire. The framegraph gives you complete control over render targets and passes. Nothing is hard wired in the Qt 3D

Re: [Interest] [QT3D] transparencies

2016-05-20 Thread Jérôme Godbout
Transparency is always a bit tricky, having transparent object leave the blending to add background color to current fragment. The easy not so good is to render back object to the front. But since the order in which you render affect the final results you end up with transparency that may look

Re: [Interest] [QT3D] transparencies

2016-05-20 Thread Sean Harmer
Hi, works already since 5.6 I think. There is a transparent phong material. You may need to customise a framegraph a little though. See http://code.qt.io/cgit/qt/qt3d.git/tree/tests/manual/transparency-qml?h=5.7 Cheers, Sean On 20/05/2016 19:17, Pierre Chicoine wrote: Is there an update on

[Interest] [QT3D] transparencies

2016-05-20 Thread Pierre Chicoine
Is there an update on when transparencies will be supported by default? I am still on Qt 5.6. Maybe 5.7 or 5.8? Or should I plan on setting up my own shader? Pierre Chicoine ___ Interest mailing list Interest@qt-project.org

Re: [Interest] plugin trouble with webkit using QT_SCALE_FACTOR

2016-05-20 Thread Frank Hemer
On Friday 20 May 2016 18:51:37 Allan Sandfeld Jensen wrote: > On Friday 20 May 2016, Frank Hemer wrote: > > Hi, > > > > I really appreciate the option to globally scale qt applications with > > QT_SCALE_FACTOR. After some tweaking I have managed to work around most of > > the bugs that are still

Re: [Interest] plugin trouble with webkit using QT_SCALE_FACTOR

2016-05-20 Thread Allan Sandfeld Jensen
On Friday 20 May 2016, Frank Hemer wrote: > Hi, > > I really appreciate the option to globally scale qt applications with > QT_SCALE_FACTOR. After some tweaking I have managed to work around most of > the bugs that are still there. > > Now qwebengine currently does not provide pdf support, so

[Interest] Translation fall-back rules

2016-05-20 Thread Jason H
Can someone tell me what the fall-back order is for translations? While source string is key, what roles do context and developer comments play? How are missing plurals handled? Many thanks! ___ Interest mailing list Interest@qt-project.org

[Interest] plugin trouble with webkit using QT_SCALE_FACTOR

2016-05-20 Thread Frank Hemer
Hi, I really appreciate the option to globally scale qt applications with QT_SCALE_FACTOR. After some tweaking I have managed to work around most of the bugs that are still there. Now qwebengine currently does not provide pdf support, so this is a major regression in 5.6 due to webkit being

Re: [Interest] [Qt3D] OpenCL support

2016-05-20 Thread Sean Harmer
Hi, On Friday 20 May 2016 00:28:51 Xavier Bigand wrote: > Hi, > > I found a really interesting SSAO post process (Line-Sweep Ambient > Obscurance ), but the reference > implementation is written in cuda and it exist a OpenCL port. > So I would know if it can be

Re: [Interest] Performance of QGraphics[View Scene] changes with zoom

2016-05-20 Thread Uwe Rathmann
On Wed, 18 May 2016 15:57:04 -0300, Lisandro Damián Nicanor Pérez Meyer wrote: > Now if I add a lot of straight lines (QGraphicsLineItem instances) > performance (number of movements seen on screen per second) varies > according the zoom. If I zoom in I get to a point in which everything is > too