Re: [Qgis-developer] Deactivating multi-threaded rendering - Was: QGIS' TimeManager plugin in action

2014-04-07 Thread Martin Dobias
Hi Anita On Sat, Apr 5, 2014 at 5:10 PM, Anita Graser anitagra...@gmx.at wrote: Hi, Are there plans to let plugins (which are not working well with multi-threaded rendering) deactivate the feature when needed? No there are no plans to allow deactivation of rendering in background. I think it

[Qgis-developer] Deactivating multi-threaded rendering - Was: QGIS' TimeManager plugin in action

2014-04-05 Thread Anita Graser
Hi, Are there plans to let plugins (which are not working well with multi-threaded rendering) deactivate the feature when needed? Thanks and best wishes, Anita Am 04.04.2014, 05:44 Uhr, schrieb Mathieu Pellerin nirvn.a...@gmail.com: Hmm, is there no way to deactivate MTR? As far as I

Re: [Qgis-developer] Deactivating multi-threaded rendering - Was: QGIS' TimeManager plugin in action

2014-04-05 Thread Nathan Woodrow
Anita, I don't think this could be done nor should it be. What iisues do you have with your time manager and MTR? Nathan On 06/04/2014 1:11 am, Anita Graser anitagra...@gmx.at wrote: Hi, Are there plans to let plugins (which are not working well with multi-threaded rendering) deactivate

Re: [Qgis-developer] Deactivating multi-threaded rendering - Was: QGIS' TimeManager plugin in action

2014-04-05 Thread Anita Graser
Hi Nathan, Am 05.04.2014, 22:54 Uhr, schrieb Nathan Woodrow madman...@gmail.com: What iisues do you have with your time manager and MTR? The export image series does not work properly anymore: it sometimes saves before the map is done rendering. Maybe there's some signal I could use?

Re: [Qgis-developer] Deactivating multi-threaded rendering - Was: QGIS' TimeManager plugin in action

2014-04-05 Thread Nathan Woodrow
Yeah there is a renderComplete() or renderJobFinsihed. I think you need to use renderJobFinished. - Nathan On Sun, Apr 6, 2014 at 8:05 AM, Anita Graser anitagra...@gmx.at wrote: Hi Nathan, Am 05.04.2014, 22:54 Uhr, schrieb Nathan Woodrow madman...@gmail.com: What iisues do you have with

Re: [Qgis-developer] Deactivating multi-threaded rendering - Was: QGIS' TimeManager plugin in action

2014-04-05 Thread Anita Graser
Am 06.04.2014, 00:08 Uhr, schrieb Nathan Woodrow madman...@gmail.com: Yeah there is a renderComplete() or renderJobFinsihed. I think you need to use renderJobFinished. Thanks! The process is currently controlled by a timer object. Do you know what's best practice to combine a time +

Re: [Qgis-developer] Deactivating multi-threaded rendering - Was: QGIS' TimeManager plugin in action

2014-04-05 Thread Mathieu Pellerin
Seems code will have to move away from a timer and instead trigger rendering on determined timeout which will trigger another timeout upon renderJobFinish if timemanager is playing / exporting. MRT has greatly improved interaction with timemanager time slider btw. M On 6 Apr 2014 05:30, Anita