[Touch-packages] [Bug 1401920] Re: Image extension fails to notify of source changes

2016-01-06 Thread Zoltan Balogh
** No longer affects: ubuntu-ui-toolkit (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1401920 Title: Image extension fails to notify of source changes

[Touch-packages] [Bug 1401920] Re: Image extension fails to notify of source changes

2016-01-06 Thread Łukasz Zemczak
This bug was fixed in the package ubuntu-ui-toolkit 1.3.1795+15.04.20160106-0ubuntu1 in https://launchpad.net/~ci-train-ppa- service/+archive/ubuntu/stable-phone-overlay --- ubuntu-ui-toolkit (1.3.1795+15.04.20160106-0ubuntu1) vivid; urgency=medium [ Christian Dywan ] * Fix typo

[Touch-packages] [Bug 1401920] Re: Image extension fails to notify of source changes

2016-01-05 Thread Timo Jyrinki
** Also affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1401920 Title: Image

[Touch-packages] [Bug 1401920] Re: Image extension fails to notify of source changes

2015-12-22 Thread Zoltan Balogh
** Package changed: ubuntu-ui-toolkit (Ubuntu) => ubuntu-ui-toolkit (Ubuntu RTM) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1401920 Title: Image extension

[Touch-packages] [Bug 1401920] Re: Image extension fails to notify of source changes

2015-12-18 Thread Zsombor Egri
Indeed, the sourtceChanged() comes when the toolkit import is removed. However the Image is not unloaded, even though the source doesn't exist. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Touch-packages] [Bug 1401920] Re: Image extension fails to notify of source changes

2015-12-18 Thread Olivier Tilloy
The source with a fragment is not invalid: since it’s a URL, when converting to a local file name the fragment should be removed, but that doesn’t make the URL invalid. This fragment trick is typically used to ensure an image is reloaded without changing the actual file path. -- You received

[Touch-packages] [Bug 1401920] Re: Image extension fails to notify of source changes

2015-12-18 Thread Zsombor Egri
Ok, so the source you gave is a pretty invalid one, the QQuickImageBase - without the toolkit extension - reports that the source had changed, and changes the url, but the actual image is never changed/unloaded, because they also do QQmlFile::urlToLocalFileOrQrc(url), which will cut the

[Touch-packages] [Bug 1401920] Re: Image extension fails to notify of source changes

2015-12-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/imageExtensionFix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1401920 Title: Image extension fails to notify

[Touch-packages] [Bug 1401920] Re: Image extension fails to notify of source changes

2015-11-15 Thread Olivier Tilloy
Please test again. Just open the attached QML file in qmlscene (ensure that there is a test.jpg image in the same directory), and verify that nothing is being printed out to the console. If you comment out the import of Ubuntu.Components, you get logs for source changed and status changed every

[Touch-packages] [Bug 1401920] Re: Image extension fails to notify of source changes

2015-11-14 Thread Zsombor Egri
I checked the issue with .svg and .jpg images, they both seem to work. sourceChanged() signal is emitted and the source is changed accordingly. I have tested with QtQuick 2.4 and UITK 1.3. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Incomplete -- You received this bug

[Touch-packages] [Bug 1401920] Re: Image extension fails to notify of source changes

2015-02-04 Thread Olivier Tilloy
The bug still exists with the latest vivid-proposed as of today. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1401920 Title: Image extension fails to notify