Re: [Ubuntu-phone] Fwd: [Ubuntu-touch-coreapps] Upcoming UI Toolkit Panel/Toolbar API changes

2013-09-12 Thread Olivier Tilloy
On Thu, Sep 12, 2013 at 9:07 PM, Tim Peeters wrote: > It would be good to find out which applications use/need Panel. > > Since the Toolbar is quite flexible now, it would be easier for us to > maintain (the code itself, and the autopilot tests) if we could make the > Panel internal. The Panel was

Re: [Ubuntu-phone] Flashing a nexus device from Mac OS X using phablet-flash works.

2013-09-12 Thread Evan Dandrea
On 12 September 2013 20:55, Mike McCracken wrote: > In my experience, flashing the device with phablet-flash is not simple from > within VBox because the VM will drop USB connection when the device reboots, > then phablet-flash will time out. You can add the device under USB Device Filters in the

Re: [Ubuntu-phone] "Can I use the internet?"

2013-09-12 Thread Jamie Strandboge
On 08/01/2013 08:23 AM, Jamie Strandboge wrote: > On 08/01/2013 05:23 AM, Iain Lane wrote: >> On Wed, Jul 31, 2013 at 05:42:43PM +0100, Iain Lane wrote: >>> On Wed, Jul 31, 2013 at 03:18:27PM +0400, Alberto Mardegan wrote: On 07/30/2013 07:50 PM, Iain Lane wrote: > Admittedly I didn't know

Re: [Ubuntu-phone] Current status of policykit on Ubuntu Touch

2013-09-12 Thread Jamie Strandboge
On 09/12/2013 02:05 PM, Jamie Strandboge wrote: > > Hi, > > My team was asked to look into the security ramifications of the current > policykit situation on Ubuntu Touch. As it stands now: policykit's > allow_active/allow_inactive doesn't work because it can't find the active > seat. > To find

Re: [Ubuntu-phone] Cross-compiling QML extensions, using CMake

2013-09-12 Thread David Planella
We've wanted to polish this until we had the cross-compilation instructions figured out, but since there are some out there that seem to work for some people already, here's how you can manually package your apps + QML C++ extensions with click: http://developer.ubuntu.com/resources/tutorials/gett

Re: [Ubuntu-phone] touch init script update list of data partition names

2013-09-12 Thread Florian Will
Hi Patrick, Am 12.09.2013 22:04, schrieb Patrick Seemann: > What is the preffered way of handling this issue? Not sure if this is the best way to solve the issue in your case, but you could try to add the "datapart=/dev/whatever" kernel cmdline parameter. This should help with booting but still c

[Ubuntu-phone] Flashing a nexus device from Mac OS X using phablet-flash works.

2013-09-12 Thread Mike McCracken
Hi, this may be of interest to you if you are working on a Mac OS X system and using Ubuntu within VirtualBox. In my experience, flashing the device with phablet-flash is not simple from within VBox because the VM will drop USB connection when the device reboots, then phablet-flash will time out.

[Ubuntu-phone] touch init script update list of data partition names

2013-09-12 Thread Patrick Seemann
Hello, I'm trying to get the flipped ubuntu touch image running on my samsung galaxy tab 10.1 wifi (p4wifi). The tablet currently boots straight into BusyBox, because the init script can't find my data partition. I get "initrd: Couldn't find data partition. Spawning adbd ..." The problem is in

Re: [Ubuntu-phone] Cross-compiling QML extensions, using CMake

2013-09-12 Thread Dmitrijs Ledkovs
On 12 September 2013 19:51, Roman Shchekin wrote: > Whoohoo! > Thanks, Dmitrijs! > Without you, my participation would be in doubt :) > > Now I need to create Click package. > Can you advice me where I should place my plugin (I mean "YadPlugin" folder > with binary *.so and qmldir file inside) in

Re: [Ubuntu-phone] Fwd: [Ubuntu-touch-coreapps] Upcoming UI Toolkit Panel/Toolbar API changes

2013-09-12 Thread Tim Peeters
It would be good to find out which applications use/need Panel. Since the Toolbar is quite flexible now, it would be easier for us to maintain (the code itself, and the autopilot tests) if we could make the Panel internal. The Panel was is more generic than the toolbar (it can be attached to any e

[Ubuntu-phone] Current status of policykit on Ubuntu Touch

2013-09-12 Thread Jamie Strandboge
Hi, My team was asked to look into the security ramifications of the current policykit situation on Ubuntu Touch. As it stands now: policykit's allow_active/allow_inactive doesn't work because it can't find the active seat. To find the active seat, logind needs to be present and for logind to be

Re: [Ubuntu-phone] Cross-compiling QML extensions, using CMake

2013-09-12 Thread Roman Shchekin
Whoohoo! Thanks, Dmitrijs! Without you, my participation would be in doubt :) Now I need to create Click package. Can you advice me where I should place my plugin (I mean "YadPlugin" folder with binary *.so and qmldir file inside) in primary (qmlproject) app? I think that I should put it to root f

Re: [Ubuntu-phone] Cross-compiling QML extensions, using CMake

2013-09-12 Thread Dmitrijs Ledkovs
On 12 September 2013 18:16, Roman Shchekin wrote: > Hello, Dmitrijs Ledkovs! > > There you can find plugin code: > https://code.launchpad.net/~mrqtros/+junk/yad-plugin > And there QML part: https://code.launchpad.net/~mrqtros/yad/trunk > > Please, help me to compile QML extension for armhf! > I'll

Re: [Ubuntu-phone] Cross-compiling QML extensions, using CMake

2013-09-12 Thread Roman Shchekin
Hello, Dmitrijs Ledkovs! There you can find plugin code: https://code.launchpad.net/~mrqtros/+junk/yad-plugin And there QML part: https://code.launchpad.net/~mrqtros/yad/trunk Please, help me to compile QML extension for armhf! I'll owe you one =) Big big big thanks! Best regards, Roman. 201

Re: [Ubuntu-phone] [qml] Expansion

2013-09-12 Thread Sam Bull
On Thu, 2013-09-12 at 15:36 +0200, Daniel Holm wrote: > This bug was reported a while ago: > https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1169258 > > It's probably what you are going for, right? I agree with you. Thanks for the link, that's the one. signature.asc Description: This is a di

[Ubuntu-phone] Standard icons

2013-09-12 Thread Sam Segers
Hi Is there going to be a qml plugin for exposing some standard icons (like a refresh button or add symbol)? Somewhat like androids icon set. Sam Segers -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu

Re: [Ubuntu-phone] Standard icons

2013-09-12 Thread Jouni Helminen
We have a set of this type of standard icons you can call via gicon, but it's still work in progress. The list of available icon visuals and names will be on the design guidelines website soon, perhaps someone else can comment on where to find documentation on how to use gicon? Jouni On Thu, Sep

Re: [Ubuntu-phone] Fwd: [Ubuntu-touch-coreapps] Upcoming UI Toolkit Panel/Toolbar API changes

2013-09-12 Thread Olivier Tilloy
On Thu, Sep 12, 2013 at 2:25 PM, Tim Peeters wrote: > > > -- Forwarded message -- > From: Tim Peeters > Date: Thu, Sep 12, 2013 at 2:07 PM > Subject: Re: [Ubuntu-touch-coreapps] Upcoming UI Toolkit Panel/Toolbar API > changes > To: Leo Arias > > > Leo is right here for the toolba

Re: [Ubuntu-phone] [qml] Expansion

2013-09-12 Thread Daniel Holm
Hi Sam, This bug was reported a while ago: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1169258 It's probably what you are going for, right? I agree with you. The bug is set as Fixed, but it is not. Sure OptionSelector is now an option, but the expanded ListItems that's used for like mess

Re: [Ubuntu-phone] Fwd: [Ubuntu-touch-coreapps] Upcoming UI Toolkit Panel/Toolbar API changes

2013-09-12 Thread Nicholas Skaggs
On Thu, Sep 12, 2013 at 8:25 AM, Tim Peeters wrote: > Leo is right here for the toolbar, which we promote to use. But for some > specific applications such as the webbrowser-app, currently the Panel > component is used instead of the Toolbar because it is (or was) more > flexible. There are no emu

[Ubuntu-phone] Fwd: [Ubuntu-touch-coreapps] Upcoming UI Toolkit Panel/Toolbar API changes

2013-09-12 Thread Tim Peeters
-- Forwarded message -- From: Tim Peeters Date: Thu, Sep 12, 2013 at 2:07 PM Subject: Re: [Ubuntu-touch-coreapps] Upcoming UI Toolkit Panel/Toolbar API changes To: Leo Arias Leo is right here for the toolbar, which we promote to use. But for some specific applications such as th

[Ubuntu-phone] Fwd: [Ubuntu-touch-coreapps] Upcoming UI Toolkit Panel/Toolbar API changes

2013-09-12 Thread Tim Peeters
-- Forwarded message -- From: Tim Peeters Date: Thu, Sep 12, 2013 at 1:33 PM Subject: Re: [Ubuntu-touch-coreapps] Upcoming UI Toolkit Panel/Toolbar API changes To: Michael Spencer I can imagine that this would be a good solution, but it is really a decision for design to make, a

[Ubuntu-phone] Fwd: Upcoming UI Toolkit Panel/Toolbar API changes

2013-09-12 Thread Tim Peeters
-- Forwarded message -- From: Tim Peeters Date: Thu, Sep 12, 2013 at 1:33 PM Subject: Re: [Ubuntu-phone] Upcoming UI Toolkit Panel/Toolbar API changes To: Renato Filho You are right, it is not correct. The functions are open() and close(), and the property is opened. On Wed, S

[Ubuntu-phone] Fwd: Upcoming UI Toolkit Panel/Toolbar API changes

2013-09-12 Thread Tim Peeters
-- Forwarded message -- From: Tim Peeters Date: Thu, Sep 12, 2013 at 1:31 PM Subject: Re: [Ubuntu-phone] Upcoming UI Toolkit Panel/Toolbar API changes To: Michael Zanetti The toolbar.opened property was not supposed to be used directly anyway, except if you use the Panel compone

[Ubuntu-phone] [qml] Expansion

2013-09-12 Thread Sam Bull
The design docs talk about, and show, the expansion pattern. But, is there any toolkit stuff to implement this in an app? The page doesn't seem to give any, only mentioning that a ListItem is related. signature.asc Description: This is a digitally signed message part -- Mailing list: https://lau

Re: [Ubuntu-phone] QML d-bus

2013-09-12 Thread Thomas Voß
On Thu, Sep 12, 2013 at 12:00 PM, Sam Bull wrote: > On Wed, 2013-09-11 at 23:12 +0200, Thomas Voß wrote: >> good to hear that you are thinking about a bitcoin client. Is there >> any specific reason you are preferring the java API over >> http://libbitcoin.dyne.org/? > > We were looking at the pro

Re: [Ubuntu-phone] QML d-bus

2013-09-12 Thread Sam Bull
On Wed, 2013-09-11 at 23:12 +0200, Thomas Voß wrote: > good to hear that you are thinking about a bitcoin client. Is there > any specific reason you are preferring the java API over > http://libbitcoin.dyne.org/? We were looking at the programs which allow quick (only seconds) synchronisation. The

Re: [Ubuntu-phone] QML d-bus

2013-09-12 Thread Dmitrijs Ledkovs
On 12 September 2013 00:13, wrote: > A click package is incapable of requesting system installation of an apt > package/dependancies? > Click package has only one dependency which is automatically satisfied - the ubuntu sdk for the target release (13.10 at the moment). The root filesystem is r

Re: [Ubuntu-phone] Cross-compiling QML extensions, using CMake

2013-09-12 Thread Dmitrijs Ledkovs
On 11 September 2013 20:01, Roman Shchekin wrote: > Hi all > > So, can I compile my plugin for armhf arch via cmake? I need it for showdown > :) > > Where is your source code? =) Regards, Dmitrijs. > 2013/9/11 Sergio Schvezov >> >> On Wed, Sep 11, 2013 at 8:22 AM, Dmitrijs Ledkovs wrote: >