Re: [Development] v8 on iOS again

2012-04-14 Thread Thiago Macieira
On domingo, 15 de abril de 2012 08.32.54, Hai Phaikawl wrote: > Again, how would the "v8 on iOS" problem be solved? Falling back to the > good old Qt4 js intepreter?? > QtQuick not being able on iPhone or iPad is a big loss. There's currently no known solution. QtQuick2 is too dependent on V8. -

[Development] v8 on iOS again

2012-04-14 Thread Hai Phaikawl
Again, how would the "v8 on iOS" problem be solved? Falling back to the good old Qt4 js intepreter?? QtQuick not being able on iPhone or iPad is a big loss. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listin

Re: [Development] Fixing the DLL/shared/static mess

2012-04-14 Thread Thiago Macieira
On sábado, 14 de abril de 2012 10.09.56, Uwe Rathmann wrote: > On 04/13/2012 06:41 PM, Thiago Macieira wrote: > > Therefore, *ALL* Qt libraries must be either static or shared. Mixed > > builds will not be supported > > Maybe this is a silly question, but what makes a library to be a Qt > library ?

Re: [Development] Qt 5.0 alpha released

2012-04-14 Thread Stefan Majewsky
2012/4/12 : > ~3.4x more Windows downloads than Linux and Mac OSX combined. Not hard > facts, but still interesting. I expect that quite some interested Linux developers will use packages from bleeding-edge repos. Greetings Stefan ___ Development maili

Re: [Development] QPlatformInputContext needs more informations

2012-04-14 Thread BogDan
I create a small video to make sure you'll understand why I need to know the control position and size. http://www.youtube.com/watch?v=qX157pS64BA  BogDan. - Original Message - > From: BogDan > To: "lars.kn...@nokia.com" ; > "development@qt-project.org" > Cc: > Sent: Saturday, A

Re: [Development] QPlatformInputContext needs more informations

2012-04-14 Thread BogDan
> From: "lars.kn...@nokia.com" > To: bog_dan...@yahoo.com; development@qt-project.org > Cc: > Sent: Saturday, April 14, 2012 9:40 PM > Subject: Re: [Development] QPlatformInputContext needs more informations > > > On 4/14/12 8:29 PM, "ext BogDan" wrote: > >> Hello, >> >> I checked QPlatform

Re: [Development] qHash / QHash changes

2012-04-14 Thread Giuseppe D'Angelo
So, after *too many* commits[1] -- QHash randomization was merged a few hours ago! https://qt.gitorious.org/qt/qtbase/commit/c01eaa438200edc9a3bbcd8ae1e8ded058bea268 Thanks to all of the guys involved for the ideas, feedback, reviewing the patches... and staging them :-) Cheers, -- Giuseppe D'A

Re: [Development] QPlatformInputContext needs more informations

2012-04-14 Thread lars.knoll
On 4/14/12 8:29 PM, "ext BogDan" wrote: >Hello, > >I checked QPlatformInputContext interface and I think it needs more >informations Not sure what you're missing. QPlatformInputContext is only there to implement support for an input method, and has received quite some testing. QInputMethod (s

[Development] QPlatformInputContext needs more informations

2012-04-14 Thread BogDan
Hello, I checked QPlatformInputContext interface and I think it needs more informations and also I found one of them a little bit strange. I've learn that using the following code I can get the needed informations about the focused control:     QInputMethodQueryEvent query(queries);     QGuiA

Re: [Development] api changes

2012-04-14 Thread Girish Ramakrishnan
On Fri, Apr 13, 2012 at 12:48 PM, wrote: > On 4/13/12 7:18 PM, "ext Samuel Rødal" wrote: > >>On 04/13/2012 07:08 PM, ext Girish Ramakrishnan wrote: >>> Hi, >>> I am going through all the new apis. I have a couple of more changes >>> to the public apis already. I am not submitting them to api_cha

Re: [Development] New project - QtMediaHub

2012-04-14 Thread Girish Ramakrishnan
Hi, On Wed, Apr 11, 2012 at 2:22 PM, Girish Ramakrishnan wrote: > Hi, > We would like to setup our existing project QtMediaHub under the > qt-project. I will take it that there are no objections :-) I will start the legal process with Cristy and Marius. Thanks, Girish __

Re: [Development] Qt Summit 2012 Registration is now open!

2012-04-14 Thread Andre Somers
Op 14-4-2012 12:08, Sivan Greenberg schreef: > On Fri, Apr 13, 2012 at 8:57 PM, Quim Gil wrote: >> Still "a third party" from a Qt Project point of view but I guess one >> that you are more used to trust. Sorry, it was the fastest and simplest >> way to save us from handling emails manually. > Who

Re: [Development] Qt Summit 2012 Registration is now open!

2012-04-14 Thread Sivan Greenberg
On Fri, Apr 13, 2012 at 8:57 PM, Quim Gil wrote: > Still "a third party" from a Qt Project point of view but I guess one > that you are more used to trust. Sorry, it was the fastest and simplest > way to save us from handling emails manually. Who is the third party in that case? > > PS: But we n

Re: [Development] Fixing the DLL/shared/static mess

2012-04-14 Thread Uwe Rathmann
On 04/13/2012 06:41 PM, Thiago Macieira wrote: > Therefore, *ALL* Qt libraries must be either static or shared. Mixed > builds will not be supported Maybe this is a silly question, but what makes a library to be a Qt library ? Or asking the other way round: what is the difference between a module