[Development] Upcoming CI disruptions

2012-09-18 Thread Rohan McGovern
In preparation for the transfer of remaining systems from Nokia to Digia, various projects covered by the Qt CI will soon be migrated from Nokia's Pulse infrastructure to a new Jenkins setup. The migration will begin tomorrow. The first projects to be migrated will be QA-related projects (dogfoodi

Re: [Development] Digia acquisition closed

2012-09-18 Thread Loaden
Text Editors & Language Support Germany — Text Editors & Language SupportC/C++ Germany — Congrats! But seems we lost the C/C++ Language maintainer. :( 2012/9/18 Thorbjørn Martsum > +1 and thanks for the info :) > > Is there an official (and final) count of developers moved from Nokia to > Dig

Re: [Development] Adding network services to Service Framework

2012-09-18 Thread Andrew Stanley-Jones
Fantastic work Lincoln! This is a great addition to SFW. I had better get my personal machines up to speed and get this tested and in. -Andrew On Mon, Sep 17, 2012 at 10:11 PM, Lincoln Ramsay wrote: > So I have this little client/server thing that started life as a single > program. All the n

Re: [Development] Digia acquisition closed

2012-09-18 Thread Lorn Potter
On 18/09/2012, at 11:19 PM, Thorbjørn Martsum wrote: > +1 and thanks for the info :) > > Is there an official (and final) count of developers moved from Nokia to > Digia? > Is it assumable that the current maintainers keep their positions within > Digia? Not all maintainers had the chance to

Re: [Development] Bad merge resolution in qtbase's second commit

2012-09-18 Thread Sergio Ahumada
On 09/18/2012 02:05 PM, Thiago Macieira wrote: > > Interesting. We're still using 2.2, so it might be a good idea to consider > upgrading. > https://bugreports.qt-project.org/browse/QTQAINFRA-466 https://codereview.qt-project.org/#admin,project,qtqa/gerrit,info if somebody wants to give it a try

Re: [Development] Digia acquisition closed

2012-09-18 Thread BogDan
Congrats !!! Cheers, BogDan. P.S. Please move also the labs.qt.nokia.com, I really miss the labs RSS :) > > From: Knoll Lars >To: "development@qt-project.org" >Sent: Tuesday, September 18, 2012 2:19 PM >Subject: [Development] Digia acquisition closed > >Hi eve

Re: [Development] Digia acquisition closed

2012-09-18 Thread Thorbjørn Martsum
+1 and thanks for the info :) Is there an official (and final) count of developers moved from Nokia to Digia? Is it assumable that the current maintainers keep their positions within Digia? (and in that case ... the maintainer list seems to need an update http://qt-project.org/wiki/Maintaine

Re: [Development] Digia acquisition closed

2012-09-18 Thread Linos
+1 I am pretty happy to hear this. Regards, Miguel Angel. On 18/09/12 13:45, Atlant Schmidt wrote: > All: > > Congratulations to everyone who survived the transition; > I can't imagine it's been an easy several years for any > of you! > > And best wishes to the Qt team going forwards!

Re: [Development] Bad merge resolution in qtbase's second commit

2012-09-18 Thread Konstantin Tokarev
18.09.2012, 16:05, "Thiago Macieira" : > On terça-feira, 18 de setembro de 2012 15.09.41, Konstantin Tokarev wrote: > >>  18.09.2012, 14:51, "Thiago Macieira" : >>>  To all developers and maintainers who have code in qtbase: >>> >>>  It appears that the merge resolution of the second commit in qt

Re: [Development] Bad merge resolution in qtbase's second commit

2012-09-18 Thread Thiago Macieira
On terça-feira, 18 de setembro de 2012 12.06.56, liang...@nokia.com wrote: > 9f9f3314144b54121a29c37270c73075bae2e129 is the issue commit. Thanks Liang That commit's message has nothing to do with half of the changes being committed, so my guess is that it is *also* a bad merge / rebase conflict

Re: [Development] Bad merge resolution in qtbase's second commit

2012-09-18 Thread liang.qi
I checked history/qtquick2 branch in qt repo from gitorious, looks like both daba2c507ad42c66dafa6a29cffa94e9641e0c58 and d9c06bf25210b3d0b31ee6126e57bcb82c292da1 are there. I "git blame src/corelib/io/qprocess_unix.cpp" and "git log" it, got 9f9f3314144b54121a29c37270c73075bae2e129 is the iss

Re: [Development] Bad merge resolution in qtbase's second commit

2012-09-18 Thread Thiago Macieira
On terça-feira, 18 de setembro de 2012 15.09.41, Konstantin Tokarev wrote: > 18.09.2012, 14:51, "Thiago Macieira" : > > To all developers and maintainers who have code in qtbase: > > > > It appears that the merge resolution of the second commit in qtbase (which > > is not represented in the reposit

Re: [Development] Digia acquisition closed

2012-09-18 Thread Atlant Schmidt
All: Congratulations to everyone who survived the transition; I can't imagine it's been an easy several years for any of you! And best wishes to the Qt team going forwards! Atlant -Original Message- From: development-bounces+aschmidt=dekaresearch.

[Development] Digia acquisition closed

2012-09-18 Thread Knoll Lars
Hi everybody, I wanted to let you all know that the acquisition of Qt by Digia has been completed yesterday. Many Trolls in Oslo and Berlin have their first day working for Digia today. In Oslo we had lots of champagne and cake in the morning, giving us a pretty good start into the day ;-) You

Re: [Development] Bad merge resolution in qtbase's second commit

2012-09-18 Thread Konstantin Tokarev
18.09.2012, 14:51, "Thiago Macieira" : > To all developers and maintainers who have code in qtbase: > > It appears that the merge resolution of the second commit in qtbase (which is > not represented in the repository, only the results are) introduced a few > regressions. So all developers workin

[Development] Bad merge resolution in qtbase's second commit

2012-09-18 Thread Thiago Macieira
To all developers and maintainers who have code in qtbase: It appears that the merge resolution of the second commit in qtbase (which is not represented in the repository, only the results are) introduced a few regressions. So all developers working in qtbase, please take a moment to look at the c

[Development] [Qt4.8.1 QtWebKit]Memory usage problems

2012-09-18 Thread Fred Fung
Hi all, I use a subclass object of QWebView to visit http://www.youtube.com/leanback on my embedded linux platform (MIPS). Input any keyword in leanback's search page, then view the search results straight ahead always by “down” arrow-key. I found that the memory usage is kept in incre

Re: [Development] Proposing QSqlQuery syntax sugar

2012-09-18 Thread Thiago Macieira
On terça-feira, 18 de setembro de 2012 00.24.45, Thiago A. Corrêa wrote: > Hi, > > I'd like to propose a templated QSqlQuery::value in the same way > QVariant::value works. This syntax suggar allows one to write: > > QSqlQuery query; > ... > int myvalue = query.value(0); > >