[Touch-packages] [Bug 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-08-31 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: Fix Committed => 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/1457528 Title:

[Touch-packages] [Bug 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-08-26 Thread Bill Filler
** Changed in: canonical-devices-system-image Status: New = Fix Committed -- 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/1457528 Title:

[Touch-packages] [Bug 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-08-24 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None = ww34-2015 ** Changed in: canonical-devices-system-image Assignee: (unassigned) = Zoltan Balogh (bzoltan) ** Changed in:

[Touch-packages] [Bug 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-06-25 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit - 1.3.1534+15.10.20150625-0ubuntu1 --- ubuntu-ui-toolkit (1.3.1534+15.10.20150625-0ubuntu1) wily; urgency=medium [ Christian Dywan ] * Use TextField.write rather than keyboard.type. * Update normal.backgroundText in SuruDark

[Touch-packages] [Bug 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/ubuntu-ui-toolkit -- 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/1457528 Title: Theme.createStyleComponent deprecation

[Touch-packages] [Bug 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-06-24 Thread Alberto Mardegan
Actually as it appears from the discussion of bug 1467851, I'm afraid that the fix for this bug will completely remove the warning, because the QML context is always null (I have an application actively using the theme context property, and yet the context is empty for it, too). Anyway, looking

[Touch-packages] [Bug 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-06-23 Thread Alberto Mardegan
I'm also affected by this. Looking up for more info, I didn't find any mention in developer.ubuntu.com that Theme is deprecated: https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.Theme/ and no mention of ThemeSettings at all. Aren't you speeding up the deprecation process a

[Touch-packages] [Bug 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-06-23 Thread Alberto Mardegan
Actually, my problem is slightly different: I *am* using the Theme component in my application, but it's an application using Ubuntu.Components 1.0 and the 14.10 framework. In that version, Theme *is not deprecated*, therefore I shouldn't see any warnings. That should be the case up to 1.2,

[Touch-packages] [Bug 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-06-23 Thread Tim Peeters
Right, it is a slightly different bug, https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1467851 -- 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 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-06-03 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress = Fix Committed -- 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/1457528 Title:

[Touch-packages] [Bug 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-05-27 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Zsombor Egri (zsombi) = Christian Dywan (kalikiana) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-05-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui- toolkit/noDepNoteForComponents -- 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/1457528 Title:

[Touch-packages] [Bug 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-05-26 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided = High -- 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/1457528 Title:

[Touch-packages] [Bug 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-05-22 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Fix Committed = Confirmed -- 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/1457528 Title:

[Touch-packages] [Bug 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-05-22 Thread Zsombor Egri
I've checked the test with staging, and I get warnings for 0.1, 1.0, 1.1 and 1.2 imports. So seems staging has some fix which makes the warning to be printed everywhere but 1.3. About the logs, staging (and I think overlay PPA will get it soon) has more info on where the problem relies. I am

[Touch-packages] [Bug 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-05-22 Thread Sebastien Bacher
Thanks, but as discussed on IRC as a code writer it doesn't help me much, see the example in the bug description, it's trivial and doesn't use Theme, I don't even know how Theming work. The warning should point that possible reasons include use of outdated components -- You received this bug

[Touch-packages] [Bug 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-05-21 Thread Zsombor Egri
If the warning disappears with 1.1 import then we're in trouble. It should be displayed with 1.1 as well. It should be displayed till Theme is used instead of theme. So if 1.3 import uses Theme, it will show a warning. -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-05-21 Thread Tim Peeters
seb128 timp, the warning goes away if you update the import version to e.g 1.1, so I guess that's what needs to be changed, but the warning hint is not helpful in this case If updating the import version is supposed to fix the warning, we should say that in the printed message to help the app