-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
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
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:
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,
+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
-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
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
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