Re: [Ubuntu-phone] Ubuntu Touch Audio stack for 13.10 release

2013-09-09 Thread Daniel Holbach
On 27.08.2013 15:25, Daniel Holbach wrote: > Hello, > > On 27.08.2013 14:35, David Henningsson wrote: >> I added a link to this message in the "Further reading" section. Maybe I >> should write something more complete for another day, also when I know a >> few more problems that porters run into -

Re: [Ubuntu-phone] [SDK][Theming] Styling a compound widget

2013-09-09 Thread Zsombor Egri
Hi Robert, With the previous theme engine it would have been possible to do such a On Sun, Sep 8, 2013 at 7:39 PM, Robert Schroll wrote: > Hi all, > > This email is going to run on a bit, so let me put my questions here at > the top and motivate them afterwards: > > 1) Is it possible to adjust

Re: [Ubuntu-phone] [SDK][Theming] Styling a compound widget

2013-09-09 Thread Zsombor Egri
Ahh, sorry, the previous mail went out accidentally uncompleted. So, continuing: CustomStyle.qml in Ubuntu.Components.Themes.Ambiance Item { property string firstLabelFamily: "Ubuntu" property string secondLabelFamily: "Courrier New" } CustomComponent.qml StyledItem { id: custom

Re: [Ubuntu-phone] [SDK][Theming] Styling a compound widget

2013-09-09 Thread Robert Schroll
Hi Zsombor, Thanks for the detailed reply! There's still some things I'm confused about, but this may reflect more my lack of understanding of QML. So don't be afraid to tell me that these are stupid questions. On Mon, Sep 9, 2013 at 8:41 AM, Zsombor Egri wrote: 2) If not (and I haven't

Re: [Ubuntu-phone] QGeoPositionSource & AppArmor

2013-09-09 Thread Jamie Strandboge
On 09/07/2013 09:12 PM, Michael Zanetti wrote: > Hi, > > I just had another go with my location based app and noticed that the > apparmor > policy group "location" doesn't seem to be enough for creating a > PositionSource in QML. When trying to create one, the app terminates with the > followi