touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #36925
[Bug 1395690] Re: importing Ubuntu.Components makes Image source property non notify-able
This bug was fixed in the package ubuntu-ui-toolkit -
1.1.1341+15.04.20141124-0ubuntu1
---------------
ubuntu-ui-toolkit (1.1.1341+15.04.20141124-0ubuntu1) vivid; urgency=medium
[ Christian Dywan ]
* Re-introduce NOTIFY to Image under a different name.
Fixes LP: #1395690 LP: #1395793
[ Florian Boucault ]
* TextArea/TextField: make sure that the copy/paste popup is far
enough from the finger for it to be visible and legible.
Fixes LP: #1384422
[ Zoltán Balogh ]
* Updated test plan executer script
-- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx> Mon, 24 Nov 2014 22:14:25 +0000
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Confirmed => Fix Released
--
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/1395690
Title:
importing Ubuntu.Components makes Image source property non notify-
able
Status in “ubuntu-ui-toolkit” package in Ubuntu:
Fix Released
Bug description:
The following code works
import QtQuick 2.3
Image {
id: image
visible: source != ""
Component.onCompleted: image.source = "myimage.jpg"
}
but if you add the Ubuntu.Components import it breaks
import QtQuick 2.3
import Ubuntu.Components 1.1
Image {
id: image
visible: source != ""
Component.onCompleted: image.source = "myimage.jpg"
}
and you get
QQmlExpression: Expression file:///home/tsdgeos_work/borrame/main.qml:8:14 depends on non-NOTIFYable properties:
QQuickImage::source
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1395690/+subscriptions