it can't "doesn't help much". you initializing thread wrong.
simple threading way is:
MyXmlParser *parser = new MyXmlParser(xmlDocument);
QThread *thread = new QThread(parser);
parser->moveToThread(thread);
QObject::connect(thread, SIGNAL(started()), parser, SLOT(parse()));
QObject::connect(pars
On 27/05/14 18:54, christopher.l...@thurweb.ch wrote:
> Hi Stefano
>
> Sorry If I distracted the line of argument with the forum vs. ML vs. TJC
> thing...
>
> To directly answer your / David's question: I have been in the ML since pretty
> early on, and I have never felt "oh I wish this list was
Hi list,
I have a rather large xml file to parse and it causes the UI to freeze, I
assingned the parser to a different thread, but it doesn't help much.
According to the Qt documentation QThread::setPriority() doesn't work on
Linux, is there some kind of workaround that could be used?
Than
--
Benoît HERVIER - http://khertan.net/
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
Hi Stefano
Sorry If I distracted the line of argument with the forum vs. ML vs.
TJC thing...
To directly answer your / David's question: I have been in the ML
since pretty early on, and I have never felt "oh I wish this list was
moderated, get me out of here ...". Indeed I have welcomed t
Thank you, Jonni.
I've added some comments here:
https://together.jolla.com/question/41476/oops-problem-with-account-creation-go-back-to-try-again-or-skip-now-and-add-this-account-later
On 5/27/2014 15:02, Jonni Rainisto wrote:
Better place is in here https://together.jolla.com/questions/ask/
On Saturday 24 May 2014 21:53:13 Erik Lundin wrote:
> 2014-05-24 12:56, christopher.l...@thurweb.ch skrev:
> > My suggestion is that rather than splitting into multiple mailing lists,
> > which does not really cure anything, you replace the mailing lists with
> > a forum. I agree it would be crazy
Android Controls are pretty far behind Silica when it comes to OS
integrated appearance for obvious reasons right now but a look at
staging on qt-project's jira will show you that most of those issues
should be resolved by the next minor release.
On 5/26/2014 11:08 PM, mikete...@gmail.com wrot
Better place is in here https://together.jolla.com/questions/ask/
From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org]
on behalf of mourik jan heupink - merit [heup...@merit.unu.edu]
Sent: Tuesday, May 27, 2014 3:54 PM
To: devel@lis
Hi list,
I'm not sure if this is something that belongs here... if it doesn't
belong here: apologies...
I'm having a problem adding an ActiveSync account (from SOGo) to my
phone. The same account works on outlook and android, so it looks like
something jolla-specific.
It verifies my passwo
2014-05-27 9:57 GMT+03:00 Stefano Mosconi :
> Just to try to steer the boat back on the original journey this the question
> that David was asking at the beginning:
>
> On 22/05/14 17:18, David Greaves wrote:
>> We need to be careful about over-policing discussions but there is such a
>> thing as
On Tuesday 27 May 2014 09:57:26 Stefano Mosconi wrote:
> It seems that the original topic was a bit forgotten in favor of the forum
> vs. ML vs. TJC (which is a good and intersting topic but no matter what
> tool we use we will have to go back to the main question).
>
> Just to try to steer the bo
Hi,
On Tuesday 27 May 2014 08:17:52 Christopher Lamb wrote:
> Hi all
>
> I am pleasantly surprised at the volume of traffic resulting from a
> thread that I innocently kicked of that the weekend. Thanks for the
> active and balanced discussion.
>
> I probably won't be able to take an active part
13 matches
Mail list logo