Re: [Interest] creating a binary .rcc version of a series of Freedesktop icon themes linked through inheritance

2017-06-21 Thread Thiago Macieira
On Wednesday, 21 June 2017 11:36:08 PDT René J. V. Bertin wrote: > Thiago Macieira wrote: > > You don't need rcc files inheriting from each other. Just link more than > > one into your application. They just have to use different file paths. > But then you have to register each one individually wit

Re: [Interest] creating a binary .rcc version of a series of Freedesktop icon themes linked through inheritance

2017-06-21 Thread René J . V . Bertin
Thiago Macieira wrote: > You don't need rcc files inheriting from each other. Just link more than one > into your application. They just have to use different file paths. But then you have to register each one individually with QResource::registerResource(), no? To be more explicit: I'm looking

Re: [Interest] [Releasing] First Qt 5.9.1 snapshot available

2017-06-21 Thread Bullinger, Julius
-Original Message- From: Simon Hausmann [mailto:simon.hausm...@qt.io] Sent: Wednesday, June 21, 2017 08:47 To: Bullinger, Julius Cc: interest@qt-project.org; releas...@qt-project.org Subject: Re: [Releasing] First Qt 5.9.1 snapshot available > Hi, > > If my memory serves me right then i

Re: [Interest] Problem with float texture rendering in QOpenGLWidget on Ivy Bridge/Haswell Intel GPUs on Windows

2017-06-21 Thread Elvis Stansvik
2017-06-21 15:33 GMT+02:00 Sean Harmer : > > > On 21/06/2017 14:16, Elvis Stansvik wrote: >> >> 2017-06-21 14:23 GMT+02:00 Viktor Engelmann : >>> >>> On 21.06.2017 13:22, Elvis Stansvik wrote: ... However, I was hesitant to create a Qt bug report as I'm not at all sure yet that

Re: [Interest] creating a binary .rcc version of a series of Freedesktop icon themes linked through inheritance

2017-06-21 Thread Thiago Macieira
On Wednesday, 21 June 2017 02:18:23 PDT René J.V. Bertin wrote: > Hi, > > I'd like to create a single binary .rcc resource from a total of 4 > Freedesktop icon themes that are linked through inheritance. Merging the > actual directories is straightforward, but creating a merged index.theme > file

Re: [Interest] Problem with float texture rendering in QOpenGLWidget on Ivy Bridge/Haswell Intel GPUs on Windows

2017-06-21 Thread Sean Harmer
On 21/06/2017 14:16, Elvis Stansvik wrote: 2017-06-21 14:23 GMT+02:00 Viktor Engelmann : On 21.06.2017 13:22, Elvis Stansvik wrote: ... However, I was hesitant to create a Qt bug report as I'm not at all sure yet that it's a Qt problem. There's still a possibility that it's a bug in the VTK r

Re: [Interest] Problem with float texture rendering in QOpenGLWidget on Ivy Bridge/Haswell Intel GPUs on Windows

2017-06-21 Thread Elvis Stansvik
2017-06-21 14:23 GMT+02:00 Viktor Engelmann : > On 21.06.2017 13:22, Elvis Stansvik wrote: >> ... >> However, I was hesitant to create a Qt bug report as I'm not at all >> sure yet that it's a Qt problem. There's still a possibility that it's >> a bug in the VTK rendering engine (though it does wor

[Interest] qmake replaces 'debug'/'release' in DESTDIR

2017-06-21 Thread Benjamin TERRIER
Hi everyone, I have encountered something unexpected with qmake on Windows. If DESTDIR contains either "release" or "debug", qmake will replace it with the one matching the actual build configuration. For instance if I have: "DESTDIR = foo/release/bar" and I run: "qmake CONFIG+=debug" the actual

Re: [Interest] Problem with float texture rendering in QOpenGLWidget on Ivy Bridge/Haswell Intel GPUs on Windows

2017-06-21 Thread Viktor Engelmann
On 21.06.2017 13:22, Elvis Stansvik wrote: > ... > However, I was hesitant to create a Qt bug report as I'm not at all > sure yet that it's a Qt problem. There's still a possibility that it's > a bug in the VTK rendering engine (though it does work when VTK is > configured to use GLEW). I actually

Re: [Interest] Problem with float texture rendering in QOpenGLWidget on Ivy Bridge/Haswell Intel GPUs on Windows

2017-06-21 Thread Elvis Stansvik
2017-06-21 12:28 GMT+02:00 Viktor Engelmann : > Hello Elvis, > > Haswell and Ivy Bridge indeed ring a bell here. We have a lot of > WebEngine bug reports that affect these GPUs only. > Can you create a bug report please? Alright, good to know that I'm not completely alone. However, I was hesitant

Re: [Interest] Problem with float texture rendering in QOpenGLWidget on Ivy Bridge/Haswell Intel GPUs on Windows

2017-06-21 Thread Viktor Engelmann
Hello Elvis, Haswell and Ivy Bridge indeed ring a bell here. We have a lot of WebEngine bug reports that affect these GPUs only. Can you create a bug report please? OpenGL 3.2 context raises an eyebrow here, because just yesterday I have seen a qtdiag output from a Debian 7 machine (2013 isn't TH

Re: [Interest] Problem with float texture rendering in QOpenGLWidget on Ivy Bridge/Haswell Intel GPUs on Windows

2017-06-21 Thread Elvis Stansvik
2017-06-21 11:38 GMT+02:00 Elvis Stansvik : > This may or may not be a Qt issue. > > I'm trying to help the VTK folks narrow down a problem with their new > QVTKOpenGLWidget, which is a newly-introduced QOpenGLWidget-based > class for letting VTK render into a QOpenGLWidget. > > The problem manifes

Re: [Interest] [Releasing] First Qt 5.9.1 snapshot available

2017-06-21 Thread Jani Heikkinen
>> >> >>From: Releasing on >>behalf of Simon Hausmann >>Sent: Wednesday, June 21, 2017 9:47 AM >>To: Bullinger, Julius >>Cc: releas...@qt-project.org; interest@qt-project.org >>Subject: Re: [Releasing] First Qt 5.9.1 snapshot available >> >>Hi, >> >>If my

[Interest] Problem with float texture rendering in QOpenGLWidget on Ivy Bridge/Haswell Intel GPUs on Windows

2017-06-21 Thread Elvis Stansvik
This may or may not be a Qt issue. I'm trying to help the VTK folks narrow down a problem with their new QVTKOpenGLWidget, which is a newly-introduced QOpenGLWidget-based class for letting VTK render into a QOpenGLWidget. The problem manifests itself as volume renderings not showing up on Windows

[Interest] creating a binary .rcc version of a series of Freedesktop icon themes linked through inheritance

2017-06-21 Thread René J . V . Bertin
Hi, I'd like to create a single binary .rcc resource from a total of 4 Freedesktop icon themes that are linked through inheritance. Merging the actual directories is straightforward, but creating a merged index.theme file isn't . Does anyone know of a tool to assist in that part of the merge or