Re: [Development] [Bug] QOpenGLWidget::grab() not behaving properly

2017-11-29 Thread Sergio Martins
On 2017-11-29 16:02, Jose Fernandez Navarro wrote: Hello, I have a QOpenGLWidget object where I draw using both OpenGL and QPainter. When I called grab() on the object prior 5.9.2 I would get a seg. fault. Now (5.9.2) I can grab the widget's image but the QPainter stuff is missing and actually

Re: [Development] CI problems

2017-11-29 Thread Simon Hausmann
Thanks for fixing the DNS issue. I don't know about the dev blocking in Gerrit. We were able to address the underlying infrastructure issue for a while, but the symptoms are back now :( Simon From: Thiago Macieira Sent: Tuesday,

[Development] [Bug] QOpenGLWidget::grab() not behaving properly

2017-11-29 Thread Jose Fernandez Navarro
Hello, I have a QOpenGLWidget object where I draw using both OpenGL and QPainter. When I called grab() on the object prior 5.9.2 I would get a seg. fault. Now (5.9.2) I can grab the widget's image but the QPainter stuff is missing and actually it dissappears from the widget until I refresh it