From kde-kimageshop Wed Apr 19 09:03:05 2017 From: =?UTF-8?Q?Fazekas_L=c3=a1szl=c3=b3?= Date: Wed, 19 Apr 2017 09:03:05 +0000 To: kde-kimageshop Subject: Re: animation import problem Message-Id: <48b88952-d47a-5362-995e-f9063685d7d2 () freemail ! hu> X-MARC-Message: https://marc.info/?l=kde-kimageshop&m=149259260409491 Hello, Played with this again and still don't know what happens. It seems the emit in the requestTimeSwitchNonGUI() function of the animation interface is simply not working if the image is coming from a loaded file. But it's working if the image is newly created. I tried a direct call to switchCurrentTimeAsync() there, and with that, it's working normally. I checked that the connect() of this signal in the animation interface constructor returns true and the signals are not globally blocked when the emit called. What could be the problem? What can block this emit call? Can you reproduce this bug? Or is it bad only for me? (Ubuntu 16.04, 64bits, QT 5.5.1) Fazek 2017-04-18 11:27 keltezéssel, Dmitry Kazakov írta: > Could you send me a file that reproduces the problem? > > On 18.04.2017 12:09, Fazekas László wrote: >> I have a serious problem with the current master version of Krita. >> After opening a file with animation, the current frame position on >> the timeline and on the animation panel is not working. I cannot >> switch between the keyframes of the animation. This happens with .csv >> and .kra files, and maybe with other file types too. Also, the >> program crashes very often at the start of a file opening. >> >> I suspect there is something with the sigInternalRequestTimeSwitch >> signal of KisImageAnimationInterface, it's not working. >> >> Any idea? >> >> Fazek >> >> >