[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 & in

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): >> >> http://pkgs.fedoraproject.org/cgi

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

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 sa

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: Sa

[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] Mime database size

2015-02-17 Thread Cristian Adam
On Tue, Feb 17, 2015 at 1:48 PM, Иван Комиссаров 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 : > >> On 17 February 2015 at 13:22, Mark Gaiser wrote: >> > Glib and libxml also compile under windows. >> >> What's the need for w

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ć 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 8.93-111205a-131054C (OpenGL

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 on behalf of Blasche Alexander Sent: Tuesday, February 17, 2015 1:18 PM To: development@qt-project.org Subject: Re: [Development] Nom

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 : > On 17 February 2015 at 13:22, Mark Gaiser wrote: > > Glib and libxml also compile under windows. > > What's the need for windows compilation anyhow? The binary blob can be > regenerated unde

Re: [Development] Mime database size

2015-02-17 Thread Giuseppe D'Angelo
On 17 February 2015 at 13:22, Mark Gaiser 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 _

Re: [Development] Mime database size

2015-02-17 Thread Mark Gaiser
On Tue, Feb 17, 2015 at 12:17 PM, Arnaud Vrac wrote: > On Tue, Feb 17, 2015 at 12:13 PM, Иван Комиссаров > 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

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 on behalf of Blasche Alexander Sent: Thursday, January 22, 2015 07:52 To: development@qt-project.org Subject: [Devel

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

2015-02-17 Thread Bojan Petrović
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 8.93-111205a-131054C (OpenGL version 6.14.10.11399). Bojan On 17 February 2015 at 16:56, Gunnar Sletta wrote: > The renderer will give that assertion if your OpenGL context

Re: [Development] Mime database size

2015-02-17 Thread Arnaud Vrac
On Tue, Feb 17, 2015 at 12:13 PM, Иван Комиссаров 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. Here is the sour

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 : > 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#idm140622087725

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 wrote: > Commit fbeeaf2 in qtbase adds QT_NO_MIMETYPE: > > "The mime type stuff g

[Development] Mime database size

2015-02-17 Thread Arnaud Vrac
Commit fbeeaf2 in qtbase adds QT_NO_MIMETYPE: "The mime type stuff generates one of the biggest translation units in QtCore due to the compressed 1.7MB freedesktop.org.xml resource. With QT_NO_MIMETYPE, libQt5Core.so is almost 400Kb smaller (4.8MB->4.4MB gcc 4.9 stripped release build)" It would

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 kind