Re: [Development] IMPORTANT: topic reviews on gerrit disabled

2011-11-17 Thread Oswald Buddenhagen
On 11/16/11 16:44, Storm-Olsen Marius (Nokia-MP-Qt/Austin) wrote: On 11/14/11 5:13 PM, ext Oswald Buddenhagen oswald.buddenha...@nokia.com wrote: due to about a dozen bugs, a few of them fairly serious, i went ahead and disabled the topic review functionality. it will come back, but not

Re: [Development] NOTE: Gerrit going down for quick fix deployment (13:30 CET)

2011-11-17 Thread marius.storm-olsen
On 11/17/11 1:12 PM, ext marius.storm-ol...@nokia.com marius.storm-ol...@nokia.com wrote: Hi, Gerrit will go down at 13:30 CET today, for deployment of fixes for the following issues: https://bugreports.qt.nokia.com/browse/QTQAINFRA-167

Re: [Development] proposing Richard Moore as approver

2011-11-17 Thread marius.storm-olsen
On 11/16/11 6:07 PM, ext Sven Anderson sven.ander...@snom.com wrote: Am 02.11.2011 11:14, schrieb Olivier Goffart: But am I alone to think that 3 weeks of waiting time is a lot? 15 work day is a lot, how about reducing it to something between 7 and 10 work days? OTOH, is this really a

[Development] Behavior of QStringList in QML changed recently?

2011-11-17 Thread xizhi.zhu
Hi, I have some C++ code, returning QStringList to QML. Then I have these code in QML: var stringList = myObject.getStringList(); console.log(stringList) // place 1 var idx = stringList.indexOf(rants); if (idx != -1) stringList.splice(idx, 1); At place 1, it was printing the string list,

Re: [Development] QTemporaryDir API

2011-11-17 Thread André Pönitz
On Thursday 17 November 2011 14:52:55 ext lars.kn...@nokia.com wrote: Hi David, looks good in general. I am however concerned about the static removeDir() method. This one is pretty much the equivalent of a 'rm -rf'. Since it's not limited to temporary directories, so it doesn't match the

Re: [Development] QTemporaryDir API

2011-11-17 Thread David Faure
On Thursday 17 November 2011 13:52:55 lars.kn...@nokia.com wrote: Hi David, looks good in general. I am however concerned about the static removeDir() method. This one is pretty much the equivalent of a 'rm -rf'. Since it's not limited to temporary directories, so it doesn't match the

Re: [Development] NOTE: Gerrit going down for quick fix deployment (13:30 CET)

2011-11-17 Thread Rohan McGovern
marius.storm-ol...@nokia.com said: On 11/17/11 1:12 PM, ext marius.storm-ol...@nokia.com marius.storm-ol...@nokia.com wrote: Hi, Gerrit will go down at 13:30 CET today, for deployment of fixes for the following issues: https://bugreports.qt.nokia.com/browse/QTQAINFRA-167

Re: [Development] Behavior of QStringList in QML changed recently?

2011-11-17 Thread xizhi.zhu
Bug reported at: https://bugreports.qt.nokia.com/browse/QTBUG-22808 Thanks in advance ;) Xizhi Zhu (Steven) Software Engineer @ Qt Development Frameworks Nokia Mobile: +358 (0)50 480 1247 From: Adams Christopher (Nokia-MP-Qt/Brisbane)