Re: [Development] qt-4.8.x gcc5 version/detection issues

2015-02-17 Thread Rex Dieter
Thiago Macieira wrote: On Monday 16 February 2015 08:55:14 Rex Dieter wrote: * webkit components don't build, this is due to a configure check for gcc-4.x, here's my quick-n-dirty fix (for g++ stanza only, others probably should get touched too):

[Development] New Qt 5.4.1 snapshot available

2015-02-17 Thread Heikkinen Jani
Hi all, We have new Qt 5.4.1 snapshot available: Windows: http://download.qt.io/snapshots/qt/5.4/5.4.1/2015-02-17_112/ Linux: http://download.qt.io/snapshots/qt/5.4/5.4.1/2015-02-17_116/ Mac: http://download.qt.io/snapshots/qt/5.4/5.4.1/2015-02-17_102/ Please sanitycheck these packages

Re: [Development] Failed assertion in QSGBatchRenderer::ShaderManager::prepareMaterial()

2015-02-17 Thread Bojan Petrović
Here's what I get: qt.scenegraph.info: Animation Driver: using vsync: 16.67 ms qt.scenegraph.info: texture atlas dimensions: 512x512 qt.scenegraph.info: R/G/B/A Buffers:8 8 8 8 qt.scenegraph.info: Depth Buffer: 24 qt.scenegraph.info: Stencil Buffer: 8 qt.scenegraph.info:

[Development] [FYI] jira troubles resolved

2015-02-17 Thread Oswald Buddenhagen
moin, as some of you noticed, we had two issues with jira: - on january 19, we had a database problem which resulted in weird-looking tasks and whatever else. some people responded to that by filing many duplicates of the same task. i recovered the best-looking instance of each task and

Re: [Development] Failed assertion in QSGBatchRenderer::ShaderManager::prepareMaterial()

2015-02-17 Thread Gunnar Sletta
What is the output when you run with QSG_INFO=1 in the environment? cheers, Gunnar On 17 Feb 2015, at 13:07, Bojan Petrović boja...@gmail.com wrote: Hi Gunnar, It's the official dynamic build for VS 2013. I am working on a laptop with AMD Radeon HD 7470M card. Driver is

Re: [Development] Mime database size

2015-02-17 Thread Cristian Adam
On Tue, Feb 17, 2015 at 1:48 PM, Иван Комиссаров abba...@gmail.com wrote: Do you think it's ok to store binary file in a git repo? 2015-02-17 15:25 GMT+03:00 Giuseppe D'Angelo dange...@gmail.com: On 17 February 2015 at 13:22, Mark Gaiser mark...@gmail.com wrote: Glib and libxml also

Re: [Development] Mime database size

2015-02-17 Thread Иван Комиссаров
Hello, Arnaud Vrac. What tool should should generate binary cache on Mac OS/Windows? 2015-02-17 13:56 GMT+03:00 Arnaud Vrac raw...@gmail.com: Here is the description of the binary file from the shared-mime-info spec:

Re: [Development] Does QNetworkAccessManager could provide the Server Sent Event feature ?

2015-02-17 Thread Paul Chavent
On 02/16/2015 11:58 PM, Thiago Macieira wrote: On Monday 16 February 2015 23:52:19 Paul Chavent wrote: The parts 6 Parsing an event stream [2] gives the specs of the format over http. The part 7 Interpreting an event stream explains how it should be handled by the client. For some sample code,

Re: [Development] Does QNetworkAccessManager could provide the Server Sent Event feature ?

2015-02-17 Thread Thiago Macieira
On Tuesday 17 February 2015 20:50:44 Paul Chavent wrote: On 02/16/2015 11:58 PM, Thiago Macieira wrote: On Monday 16 February 2015 23:52:19 Paul Chavent wrote: The parts 6 Parsing an event stream [2] gives the specs of the format over http. The part 7 Interpreting an event stream explains

Re: [Development] Failed assertion in QSGBatchRenderer::ShaderManager::prepareMaterial()

2015-02-17 Thread Gunnar Sletta
The renderer will give that assertion if your OpenGL context isn’t working correctly. For instance, if you compiled Qt with desktop gl, but you don’t have up to date drivers. Though this should have been caught by the error checking in the render loop already, so it is a bit puzzling. What

Re: [Development] Mime database size

2015-02-17 Thread Arnaud Vrac
Here is the description of the binary file from the shared-mime-info spec: http://standards.freedesktop.org/shared-mime-info-spec/latest/ar01s02.html#idm140622087725744 On Tue, Feb 17, 2015 at 11:51 AM, Arnaud Vrac raw...@gmail.com wrote: Commit fbeeaf2 in qtbase adds QT_NO_MIMETYPE: The mime

Re: [Development] Mime database size

2015-02-17 Thread Arnaud Vrac
On Tue, Feb 17, 2015 at 12:13 PM, Иван Комиссаров abba...@gmail.com wrote: Hello, Arnaud Vrac. What tool should should generate binary cache on Mac OS/Windows? I think the update-mime-database binary can also be compiled for Windows and Mac, but it unfortunately depends on glib and libxml.

Re: [Development] Mime database size

2015-02-17 Thread Mark Gaiser
On Tue, Feb 17, 2015 at 12:17 PM, Arnaud Vrac raw...@gmail.com wrote: On Tue, Feb 17, 2015 at 12:13 PM, Иван Комиссаров abba...@gmail.com wrote: Hello, Arnaud Vrac. What tool should should generate binary cache on Mac OS/Windows? I think the update-mime-database binary can also be

Re: [Development] Mime database size

2015-02-17 Thread Иван Комиссаров
Do you think it's ok to store binary file in a git repo? 2015-02-17 15:25 GMT+03:00 Giuseppe D'Angelo dange...@gmail.com: On 17 February 2015 at 13:22, Mark Gaiser mark...@gmail.com wrote: Glib and libxml also compile under windows. What's the need for windows compilation anyhow? The binary

Re: [Development] Nominating Timur Pocheptsov as approver

2015-02-17 Thread Pocheptsov Timur
Thank you guys! :) Best regards, Timur. From: development-bounces+timur.pocheptsov=theqtcompany@qt-project.org development-bounces+timur.pocheptsov=theqtcompany@qt-project.org on behalf of Blasche Alexander alexander.blas...@theqtcompany.com

Re: [Development] Nominating Timur Pocheptsov as approver

2015-02-17 Thread Blasche Alexander
Approver rights have been granted. Congratulations. -- Alex From: development-bounces+alexander.blasche=theqtcompany@qt-project.org development-bounces+alexander.blasche=theqtcompany@qt-project.org on behalf of Blasche Alexander

Re: [Development] Mime database size

2015-02-17 Thread Giuseppe D'Angelo
On 17 February 2015 at 13:22, Mark Gaiser mark...@gmail.com wrote: Glib and libxml also compile under windows. What's the need for windows compilation anyhow? The binary blob can be regenerated under Unix (when the .xml gets updated) and other platforms would just use it? -- Giuseppe D'Angelo