Re: [Development] CI broken again

2014-10-19 Thread Saether Jan-Arve
any update on this? It seems tst_pauseanimation is failing constantly (only on OSX 10.9) Jan Arve Fra: development-bounces+jan-arve.saether=theqtcompany@qt-project.org [development-bounces+jan-arve.saether=theqtcompany@qt-project.org] på vegne

Re: [Development] Qt5*Config.cmake files: _qt5_*_check_file_exists macros and plugins

2014-10-19 Thread Stephen Kelly
Kevin Kofler wrote: Those _qt5_*_check_file_exists checks look unnecessary to me in the first place. Part of the intention of the way CMake config-packages and IMPORTED targets work is that if the FooConfig.cmake is present and found, and the Foo IMPORTED target is present, then you can

Re: [Development] [QtIFW] CPack IFW Generator

2014-10-19 Thread Stephen Kelly
Konstantin Podsvirov wrote: Thank you! This is what I need. I have a Gerrit account (user: kot). But I haven't contributed in Qt code. What sequence of actions? What instruction I to read? I can also create a patch with boilerplate topics or sections where you can add the information.

Re: [Development] QtRemoteObjects (was Replicant)

2014-10-19 Thread Simon Hausmann
On Thursday, October 16, 2014 11:14:53 AM Stottlemyer, Brett wrote: Qt Devs, I know I've been silent for a while after the discussing Replicant and QQSM at the Qt Contributors Summit. If you aren't aware, QQSM was renamed to DSM (Declarative State Machine) and has been incorporated into

Re: [Development] CI broken again

2014-10-19 Thread Sean Harmer
The OS X 10.9 nodes seem to be heavily loaded. For Qt3D integrations, the OS X 10.9 nodes are taking about 3.5 hours longer than any other platforms. Is something hogging CPU or IO on there? Cheers, Sean On 19/10/2014 09:58, Saether Jan-Arve wrote: any update on this? It seems

[Development] Event loop of Qt window in DLL injected into another process

2014-10-19 Thread Arkadiusz Szulakiewicz
Hello, I have a problem with event loop. I am creating DLL which I am injecting into MFCapplication – my dll spawns a qt window. it works fine, except ‘input’ to spawned window is blocked: for ex. i have edit box, i am typing into it and nothing happens – unless, I resize / minimalzie window

[Development] boot android app

2014-10-19 Thread Nicola De Filippo
Hi, i have developed a simple application, main screen with 6 button. On Nexus 5 the app start-up time is immediate, on Samsung Galaxy tab 3, i have 10 seconds. Why is this difference? Nicola ___ Development mailing list

Re: [Development] QtRemoteObjects (was Replicant)

2014-10-19 Thread Stottlemyer, Brett (B.S.)
On Sunday, October 19, 2014 10:12 AM Simon Hausmann wrote: I'm very fond of the idea of Qt making it very easy to talk to other applications living in other processes on potentially other machines (devices). Me too ;-) I think if we want to address this in Qt, then we should take three

Re: [Development] QSettings refactor updates

2014-10-19 Thread Branislav Katreniak
Cache format: binary json You use json internally as cache. What is the motivation to introduce new classes with similar API like QJson classes? Is the implicit shared semantics not suitable for this use case? Can it be addressed in QJson classes directly? If Qt gets some type safe wrappers

Re: [Development] Event loop of Qt window in DLL injected into another process

2014-10-19 Thread Thiago Macieira
On Sunday 19 October 2014 19:12:29 Arkadiusz Szulakiewicz wrote: Hello, I have a problem with event loop. I am creating DLL which I am injecting into MFCapplication – my dll spawns a qt window. it works fine, except ‘input’ to spawned window is blocked: for ex. i have edit box, i am typing

Re: [Development] QSettings refactor updates

2014-10-19 Thread Thiago Macieira
On Sunday 19 October 2014 22:39:42 Branislav Katreniak wrote: Cache format: binary json You use json internally as cache. What is the motivation to introduce new classes with similar API like QJson classes? It's an implementation detail because the binary json loading and parsing is

Re: [Development] Event loop of Qt window in DLL injected into another process

2014-10-19 Thread Tim Blechmann
Hello, I have a problem with event loop. I am creating DLL which I am injecting into MFCapplication – my dll spawns a qt window. it works fine, except ‘input’ to spawned window is blocked: for ex. i have edit box, i am typing into it and nothing happens – unless, I resize / minimalzie window