[Interest] Behavior on parent with ParentAnimation

2014-12-24 Thread Dmitry Volosnykh
Documentation mentions only usage with states, transitions and ParentChange. Is it possible to use ParentAnimation inside Behavior or even as a standalone animation that is launched manually? Here's modified example from ParentAnimation's web page: import QtQuick 2.0 Item { objectName: root

[Interest] QProcess and QJob vs. OS X 10.9+

2014-12-24 Thread René J . V . Bertin
Hello, Ever since (finally) upgrading from OS X 10.6.8 to OS X 10.9.5 I notice that KDevelop (v 4.7) often slows to a crawl when importing and/or parsing large projects. Despite disabling App Nap via the Finder's Get Info box, Info.plist and even system-wide, and also disabled support for

[Interest] Is update() needed?

2014-12-24 Thread Igor Mironchik
Hi. If to show() QWidget then it will be repainted, or I should use update() after show()? I.e. is QWidget repainted after show() even if it was shown or not? Thank you. -- Best Regards, Igor Mironchik. ___ Interest mailing list

Re: [Interest] Is update() needed?

2014-12-24 Thread Marian Beermann
Qt handles repainting automatically. No need to explicitly call update. On 12/24/2014 12:25 PM, Igor Mironchik wrote: Hi. If to show() QWidget then it will be repainted, or I should use update() after show()? I.e. is QWidget repainted after show() even if it was shown or not? Thank

Re: [Interest] QProcess and QJob vs. OS X 10.9+

2014-12-24 Thread René JV Bertin
On 24 Dec 2014, at 13:33, Thiago Macieira thiago.macie...@intel.com wrote: That's KJob, since QJob doesn't exist. Oops :) Does anyone on here have similar experiences on recent OS X versions (with solutions, please :)), and/or does Qt5.x contain back-portable fixes? KDevelope's

Re: [Interest] QProcess and QJob vs. OS X 10.9+

2014-12-24 Thread Thiago Macieira
On Wednesday 24 December 2014 13:55:25 René JV Bertin wrote: My experience is that newer versions of OS X have schedulers tuned to more powerful and current hardware, which means you'll feel slowness if you upgrade your old Mac hardware to newer versions of OS X. That seems to affect

Re: [Interest] QProcess and QJob vs. OS X 10.9+

2014-12-24 Thread René J . V . Bertin
On Wednesday December 24 2014 11:11:59 Thiago Macieira wrote: The problem is that they must be tuning the I/O scheduler for SSDs these days, so if you have a regular HD (spinning rust), you'll suffer. Possible, though the parser remains so long on a single file sometimes that I have a hard