Re: [Development] Trigger Qt event loop from external message loop

2013-12-14 Thread Roland Winklmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks very much Olivier and Thiago! That works brilliant. No idea why I forgot that QThread must not be used. But its of course obvious. I made a quick setup with native threads (std::thread is unfortunately not supported by VC2010) and it works perf

Re: [Development] Trigger Qt event loop from external message loop

2013-12-14 Thread Thiago Macieira
On sábado, 14 de dezembro de 2013 12:42:32, Roland Winklmeier wrote: > n qthread_win.cpp > QThreadPrivate::start -> > void QThreadPrivate::createEventDispatcher(QThreadData *data) > { > QEventDispatcherWin32 *theEventDispatcher = new QEventDispatcherWin32; > data->eventDispatcher.storeRelea

Re: [Development] How can I use a proxy to push change to codereview.qt-project.org?

2013-12-14 Thread Yang Fan
Open your ~/.ssh/config, add some configurations like this: Host codereview.qt-project.org Port 29418 ProxyCommand nc -x 192.168.2.111: -X 5 %h %p User missdeer BTW, make sure that you have installed an OpenBSD version netcat. On Sat, Dec 14, 2013 at 12:14 PM, Liang Jian wrote:

Re: [Development] Trigger Qt event loop from external message loop

2013-12-14 Thread Olivier Goffart
On Saturday 14 December 2013 00:45:20 Roland Winklmeier wrote: > Hi there, > > I'm working on an application using Qt5 for its window framework. The > requirement for this application is to run standalone and as a plugin > for a native application. > While the case standalone application is easy,

Re: [Development] Nominating Michael Brüning as Approver

2013-12-14 Thread Hausmann Simon
+1, no doubt :) Simon Fra: Allan Sandfeld Jensen Sendt: 14:51 fredag 13. desember 2013 Til: development@qt-project.org Emne: Re: [Development] Nominating Michael Brüning as Approver On Friday 13 December 2013, Jocelyn Turcotte wrote: > Hello, > > Michael has been working for Nokia since 2008 an

Re: [Development] Trigger Qt event loop from external message loop

2013-12-14 Thread Roland Winklmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 14.12.2013 02:16, schrieb Thiago Macieira: > On sábado, 14 de dezembro de 2013 00:45:20, Roland Winklmeier > wrote: >> Since I cannot run Qt's event loop with QApplication::exec() - I >> dont want the plugin to block the parent application - I try

Re: [Development] [Interest] there should be a function to allow follow redirections

2013-12-14 Thread Richard Moore
On 13 December 2013 12:53, iMath <2281570...@qq.com> wrote: > The Network Access API does not by default follow redirections, ok ,but > there should be a function to allow follow all redirections. > Although we can check if there is a redirect with the > QNetworkRequest::RedirectionTargetAttribute

Re: [Development] Nominating Michael Brüning as Approver

2013-12-14 Thread Knoll Lars
Another +1. Lars On 13/12/13 23:51, "Allan Sandfeld Jensen" wrote: >On Friday 13 December 2013, Jocelyn Turcotte wrote: >> Hello, >> >> Michael has been working for Nokia since 2008 and joined the QtWebKit >>team >> in 2011, which he then followed in Digia. He has since then been >> contributi