[Interest] [Qml] Best way to detect unnecessary import

2016-08-25 Thread Jérôme Godbout
Hi, is their a good way to detect unnecessary import into Qml script? we did many modules and refactor, as any good developer we would like to keep the code as possible. I was think by doing a walker on every script file that load the file and try to remove each import to see if the Component stil

Re: [Interest] Myanmar-QWERTY crashes OS X application

2016-08-25 Thread Timothy W. Grove
On 23/08/2016 09:18, Viktor Engelmann wrote: I wouldn't suggest using virtual machines as reference, because you never know what problems might be solved (or caused) by the VM in the background... Agreed, its just after destroying a partition while attempting to upgrade Mavericks to El Capi

Re: [Interest] Key_Return and Key_Enter QtWebEngine input field

2016-08-25 Thread Johannes Pointner
Hello Viktor, 2016-08-25 10:09 GMT+02:00 Viktor Engelmann : > Hello Hannes, > > have you tried triggering the submit button? > No, I haven't tried this yet. > But consider that a website could override the events - and it is also > generally not considered good style to control an object by si

Re: [Interest] Key_Return and Key_Enter QtWebEngine input field

2016-08-25 Thread Viktor Engelmann
Hello Hannes, have you tried triggering the submit button? But consider that a website could override the events - and it is also generally not considered good style to control an object by simulating user input (it is very fragile and could also be disrupted by actual user inputs). I would rath