Re: [Development] Nominating Pier Luigi Fiorini (plfiorini) as an Approver

2015-07-14 Thread Lorn Potter
On 15/07/15 00:37, Robin Burchell wrote: > Hi, > > I would like to nominate plfiorini for Approver status. > > He's been quite helpful in working on Wayland (client & compositor) side > things in conjunction with the Hawaii desktop (http://hawaiios.org/), > and offering review on related patches.

Re: [Development] Nominating Pier Luigi Fiorini (plfiorini) as an Approver

2015-07-14 Thread Giulio Camuffo
2015-07-14 17:37 GMT+03:00 Robin Burchell : > Hi, > > I would like to nominate plfiorini for Approver status. > > He's been quite helpful in working on Wayland (client & compositor) side > things in conjunction with the Hawaii desktop (http://hawaiios.org/), > and offering review on related patches

Re: [Development] 5.5 CI having problems on tst_qmimedatabase-xml

2015-07-14 Thread Thiago Macieira
On Monday 13 July 2015 15:41:11 Thiago Macieira wrote: > I've added a change to get a little more information: > https://codereview.qt-project.org/121374 Output: FAIL! : tst_QMimeDatabase::initTestCase() 'm_temporaryDir.isValid()' returned FALSE. (Could not create temporary subdir in C:/U

[Development] Nominating Pier Luigi Fiorini (plfiorini) as an Approver

2015-07-14 Thread Robin Burchell
Hi, I would like to nominate plfiorini for Approver status. He's been quite helpful in working on Wayland (client & compositor) side things in conjunction with the Hawaii desktop (http://hawaiios.org/), and offering review on related patches. He also has knowledge of QPA thanks to this work, and

Re: [Development] ios build issues

2015-07-14 Thread Simon Hausmann
On Monday, July 13, 2015 05:46:15 PM Hausmann Simon wrote: > ‎Hi, > > We're seeing odd build issues on ios in declarative since this morning. The > forwarded email below contain more details as well as a link to the > complete build log. Does anyone have an idea what could cause this? > > There i

Re: [Development] QML CameraimageProcessing

2015-07-14 Thread Lopes Yoann
> On 13 Jul 2015, at 23:56, Matías Néstor Ares wrote: > > Is there some place to take a look to a list of supported features and > available platforms? https://wiki.qt.io/Qt_5.5.0_Multimedia_Backends ___ Development mailing list Development@qt-project

Re: [Development] 5.5 CI having problems on tst_qmimedatabase-xml

2015-07-14 Thread Иван Комиссаров
Just saw this thread. Yes, i've already encountered with issue that QFile::copy copies read-only permissions. 1) We need to check other places where QFile::copy is used 2) Maybe we should add flag to QFile::copy wheter to copy permissions or not? 2015-07-14 11:18 GMT+03:00 Friedemann Kleint < frie

Re: [Development] 5.5 CI having problems on tst_qmimedatabase-xml

2015-07-14 Thread Friedemann Kleint
Hi, found it, alternatively: https://codereview.qt-project.org/#/c/121383/ Regards, Friedemann -- Friedemann Kleint | The Qt Company ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] 5.5 CI having problems on tst_qmimedatabase-xml

2015-07-14 Thread Friedemann Kleint
Hi, the test leaves a tempdir containing read-only test files behind, but I fail to see where they come from ATM. Could the maintainers have a look, please? IIRC, there was a change in testlib unpacking resources to a temporary dir that initially had this issue (creating read-only files), b

Re: [Development] 5.5 CI having problems on tst_qmimedatabase-xml

2015-07-14 Thread Friedemann Kleint
Hi, the log says it all when running it: QTemporaryDir: Unable to remove "D:\\temp\\tst_qmimedatabase-l9Mfi9" most likely due to the presence of read-only files. That is, either there are readonly files left behind or some sub-process of the test is "sitting" on some files in the temp dir and