Re: [Ubuntu-phone] Cross-compile with CMake from SDK Apps to Unity8/Mir

2013-12-16 Thread Dimitri John Ledkov
On 15 December 2013 12:26, Alberto Mardegan wrote: > Hi Dimitri, > > On 12/13/2013 07:58 PM, Dimitri John Ledkov wrote: >> As of latest cmake upload into trusty, it is now trivial to >> cross-compile CMake based projects: >> >> One time setup: >> $ mk-sbuild --target armhf trusty >> >> Building a

Re: [Ubuntu-phone] Cross-compile with CMake from SDK Apps to Unity8/Mir

2013-12-16 Thread Dimitri John Ledkov
On 15 December 2013 12:29, Michał Sawicz wrote: > On 15.12.2013 13:26, Alberto Mardegan wrote: >> >> I'm interested in having the same support in qmake; is someone already >> working on it? >> What do your changes do, exactly? Do I understand correctly that the >> goal is to have the build system

Re: [Ubuntu-phone] Cross-compile with CMake from SDK Apps to Unity8/Mir

2013-12-16 Thread Olivier Tilloy
On Mon, Dec 16, 2013 at 12:56 PM, Dimitri John Ledkov wrote: > On 15 December 2013 12:26, Alberto Mardegan > wrote: > > Hi Dimitri, > > > > On 12/13/2013 07:58 PM, Dimitri John Ledkov wrote: > >> As of latest cmake upload into trusty, it is now trivial to > >> cross-compile CMake based projects:

Re: [Ubuntu-phone] Cross-compile with CMake from SDK Apps to Unity8/Mir

2013-12-16 Thread Marc Deslauriers
On 13-12-16 07:07 AM, Olivier Tilloy wrote: > Are you implying there are canonical projects not using CMake yet? > > > There are, yes. Off the top of my head: > - ubuntu-ui-toolkit > - oxide (not in the archive yet) > > There might be more. > I've added a work item to switch oxide to CMa

Re: [Ubuntu-phone] Cross-compile with CMake from SDK Apps to Unity8/Mir

2013-12-16 Thread David Planella
Dimitri, Really cool stuff. If I want to use my laptop to cross-compile a C++ QML extension I'd like to ship as a binary in a .click package (and not necessarily build a .deb package), could I use this as well? And if so, how? Thanks! Cheers, David. On Mon, Dec 16, 2013 at 1:44 PM, Marc Deslau

[Ubuntu-phone] Multiple versions of apps in store

2013-12-16 Thread Alan Pope
Hi, We have an upcoming (in the new year) Qt transition to 5.2 on the platform. At that point we'll start building system and core apps against Qt 5.2 which will mean they won't work on older images which aren't 5.2 based. We have core apps and 3rd party apps in the store. Currently each app in t

Re: [Ubuntu-phone] Cross-compile with CMake from SDK Apps to Unity8/Mir

2013-12-16 Thread Dimitri John Ledkov
On 16 December 2013 12:56, David Planella wrote: > Dimitri, > > Really cool stuff. If I want to use my laptop to cross-compile a C++ QML > extension I'd like to ship as a binary in a .click package (and not > necessarily build a .deb package), could I use this as well? And if so, how? > Yes, you

Re: [Ubuntu-phone] Cross-compile with CMake from SDK Apps to Unity8/Mir

2013-12-16 Thread Dimitri John Ledkov
On 16 December 2013 12:07, Olivier Tilloy wrote: > > There are, yes. Off the top of my head: > - ubuntu-ui-toolkit > - oxide (not in the archive yet) > > There might be more. About ubuntu-ui-toolkit. Is it something that should be maintained at qt upstream as a platform module? (if that at all

Re: [Ubuntu-phone] Multiple versions of apps in store

2013-12-16 Thread Martin Albisetti
On Mon, Dec 16, 2013 at 10:14 AM, Alan Pope wrote: > > > We have core apps and 3rd party apps in the store. Currently each app > in the store has one published version and that has ubuntu-sdk-13.10 > defined as the framework in the manifest.json. Related, as I > understand it we have a plan to swi

Re: [Ubuntu-phone] Multiple versions of apps in store

2013-12-16 Thread Roberto Alsina
IIRC (I'd have to look at the code) yes, we do send the SDK version (and if we didn't, then we only need to add it before the switch happens). This opens the door for devs to upload multiple versions with slightly different names supporting different SDKs, which sucks. On Mon, Dec 16, 2013 at 10

Re: [Ubuntu-phone] Multiple versions of apps in store

2013-12-16 Thread Martin Albisetti
On Mon, Dec 16, 2013 at 10:38 AM, Roberto Alsina wrote: > This opens the door for devs to upload multiple versions with slightly > different names supporting different SDKs, which sucks. And why do you think this doesn't happen in Android or iOS? -- Martin -- Mailing list: https://launchpad.

Re: [Ubuntu-phone] Multiple versions of apps in store

2013-12-16 Thread Roberto Alsina
Well, on iOS people just support the latest because it has ~80% device coverage in weeks. If we can do that, then it will not happen here. As for Android ... well, I have no idea. But plenty of apps don't work on plenty of devices after a specific app version, and there is no way to get the old ver

Re: [Ubuntu-phone] Multiple versions of apps in store

2013-12-16 Thread Marc Deslauriers
On 13-12-16 08:27 AM, Martin Albisetti wrote: > On Mon, Dec 16, 2013 at 10:14 AM, Alan Pope wrote: >> >> >> We have core apps and 3rd party apps in the store. Currently each app >> in the store has one published version and that has ubuntu-sdk-13.10 >> defined as the framework in the manifest.json

Re: [Ubuntu-phone] Multiple versions of apps in store

2013-12-16 Thread Martin Albisetti
On Mon, Dec 16, 2013 at 10:44 AM, Roberto Alsina wrote: > Well, on iOS people just support the latest because it has ~80% device > coverage in weeks. If we can do that, then it will not happen here. Yes, this is the plan. > As for Android ... well, I have no idea. But plenty of apps don't work

Re: [Ubuntu-phone] Multiple versions of apps in store

2013-12-16 Thread John McAleely
On 16/12/13 13:48, Martin Albisetti wrote: > On Mon, Dec 16, 2013 at 10:44 AM, Roberto Alsina > wrote: >> Well, on iOS people just support the latest because it has ~80% device >> coverage in weeks. If we can do that, then it will not happen here. > > Yes, this is the plan. Apple stopped executi

Re: [Ubuntu-phone] Multiple versions of apps in store

2013-12-16 Thread Dimitri John Ledkov
On 16 December 2013 13:27, Martin Albisetti wrote: > On Mon, Dec 16, 2013 at 10:14 AM, Alan Pope wrote: >> >> >> We have core apps and 3rd party apps in the store. Currently each app >> in the store has one published version and that has ubuntu-sdk-13.10 >> defined as the framework in the manifes

Re: [Ubuntu-phone] Cross-compile with CMake from SDK Apps to Unity8/Mir

2013-12-16 Thread Alberto Mardegan
On 12/16/2013 01:56 PM, Dimitri John Ledkov wrote: > 1) Simply because qmake encodes and assumes the same "host" > configration options as were used when qmake & qmake modules were > created. To properly support multiarch, all qmake modules instlalation > path will need to transition from non-multi

Re: [Ubuntu-phone] Cross-compile with CMake from SDK Apps to Unity8/Mir

2013-12-16 Thread Thomas Voß
On Mon, Dec 16, 2013 at 3:06 PM, Alberto Mardegan wrote: > On 12/16/2013 01:56 PM, Dimitri John Ledkov wrote: >> 1) Simply because qmake encodes and assumes the same "host" >> configration options as were used when qmake & qmake modules were >> created. To properly support multiarch, all qmake mod

Re: [Ubuntu-phone] Cross-compile with CMake from SDK Apps to Unity8/Mir

2013-12-16 Thread Daniel Holbach
On 16.12.2013 14:14, Dimitri John Ledkov wrote: > On 16 December 2013 12:56, David Planella wrote: >> Really cool stuff. If I want to use my laptop to cross-compile a C++ QML >> extension I'd like to ship as a binary in a .click package (and not >> necessarily build a .deb package), could I use th

Re: [Ubuntu-phone] Cross-compile with CMake from SDK Apps to Unity8/Mir

2013-12-16 Thread Dimitri John Ledkov
On 16 December 2013 14:06, Alberto Mardegan wrote: > On 12/16/2013 01:56 PM, Dimitri John Ledkov wrote: >> 1) Simply because qmake encodes and assumes the same "host" >> configration options as were used when qmake & qmake modules were >> created. To properly support multiarch, all qmake modules i

Re: [Ubuntu-phone] Cross-compile with CMake from SDK Apps to Unity8/Mir

2013-12-16 Thread Dimitri John Ledkov
On 16 December 2013 14:51, Daniel Holbach wrote: > On 16.12.2013 14:14, Dimitri John Ledkov wrote: >> On 16 December 2013 12:56, David Planella wrote: >>> Really cool stuff. If I want to use my laptop to cross-compile a C++ QML >>> extension I'd like to ship as a binary in a .click package (and n

Re: [Ubuntu-phone] Cross-compile with CMake from SDK Apps to Unity8/Mir

2013-12-16 Thread Daniel Holbach
Hello, On 16.12.2013 15:57, Dimitri John Ledkov wrote: > On 16 December 2013 14:51, Daniel Holbach wrote: >> On 16.12.2013 14:14, Dimitri John Ledkov wrote: >>> On 16 December 2013 12:56, David Planella wrote: Really cool stuff. If I want to use my laptop to cross-compile a C++ QML ext

Re: [Ubuntu-phone] Multiple versions of apps in store

2013-12-16 Thread Jamie Strandboge
On 12/16/2013 07:27 AM, Martin Albisetti wrote: > On Mon, Dec 16, 2013 at 10:14 AM, Alan Pope wrote: >> >> >> We have core apps and 3rd party apps in the store. Currently each app >> in the store has one published version and that has ubuntu-sdk-13.10 >> defined as the framework in the manifest.js

Re: [Ubuntu-phone] Cross-compile with CMake from SDK Apps to Unity8/Mir

2013-12-16 Thread Dimitri John Ledkov
On 16 December 2013 15:10, Daniel Holbach wrote: >> >> I think you want: >> >> click chroot -a armhf install ubuntu-sdk-libs-dev:armhf cmake >> >> does that work better? Note the arch qualified suffix ":armhf" on the >> ubuntu-sdk-libs-dev. > > This gets me into http://paste.ubuntu.com/6583849/ >

Re: [Ubuntu-phone] Multiple versions of apps in store

2013-12-16 Thread Jamie Strandboge
On 12/16/2013 07:54 AM, Dimitri John Ledkov wrote: > On 16 December 2013 13:27, Martin Albisetti wrote: >> On Mon, Dec 16, 2013 at 10:14 AM, Alan Pope wrote: >>> >>> >>> We have core apps and 3rd party apps in the store. Currently each app >>> in the store has one published version and that has u

Re: [Ubuntu-phone] Cross-compile with CMake from SDK Apps to Unity8/Mir

2013-12-16 Thread Jamie Strandboge
On 12/13/2013 11:58 AM, Dimitri John Ledkov wrote: > As of latest cmake upload into trusty, it is now trivial to > cross-compile CMake based projects: > Awesome! ... > > With chroots managed by click: one can simply use "cmake ../; make" direct. > > This together with a working emulator complet

Re: [Ubuntu-phone] Cross-compile with CMake from SDK Apps to Unity8/Mir

2013-12-16 Thread Alberto Mardegan
On 12/16/2013 04:28 PM, Thomas Voß wrote: > I think the policy and guideline is pretty simple: For every new > project that Canonical is upstream for, we will default to CMake > (language/runtime-specific build systems aside). With that, all > developers benefit from cross-build support and best po

Re: [Ubuntu-phone] Cross-compile with CMake from SDK Apps to Unity8/Mir

2013-12-16 Thread Alberto Mardegan
Hi Dimitri, thanks for explaining things so clearly! On 12/16/2013 04:54 PM, Dimitri John Ledkov wrote: [...] > There is no technical limitation, why a qmake binary cannot be adapted > to read all configuration & qmake modules from a configurable location > at runtime, instead of hard-coded one

Re: [Ubuntu-phone] Multiple versions of apps in store

2013-12-16 Thread Dimitri John Ledkov
On 16 December 2013 15:27, Jamie Strandboge wrote: > On 12/16/2013 07:54 AM, Dimitri John Ledkov wrote: >> On 16 December 2013 13:27, Martin Albisetti wrote: >>> On Mon, Dec 16, 2013 at 10:14 AM, Alan Pope wrote: We have core apps and 3rd party apps in the store. Currently each ap

Re: [Ubuntu-phone] [Ubuntuone-users] Ubuntu One Qt/QML mobile App available in Google Play

2013-12-16 Thread José Expósito
Hi Thank you very much Roman, I am glad you like it :D Bonjour José, > > I hope you are considering to offer localized version of your app. > I'd be happy to coordinate the French translation for you. > Transifex is a great translation platform/site. Check it out. I coordinate > many software tra

Re: [Ubuntu-phone] Multiple versions of apps in store

2013-12-16 Thread Marc Deslauriers
On 13-12-16 11:05 AM, Dimitri John Ledkov wrote: > On 16 December 2013 15:27, Jamie Strandboge wrote: >> On 12/16/2013 07:54 AM, Dimitri John Ledkov wrote: >>> On 16 December 2013 13:27, Martin Albisetti wrote: On Mon, Dec 16, 2013 at 10:14 AM, Alan Pope wrote: > > > We ha

Re: [Ubuntu-phone] Multiple versions of apps in store

2013-12-16 Thread Jamie Strandboge
On 12/16/2013 10:05 AM, Dimitri John Ledkov wrote: > On 16 December 2013 15:27, Jamie Strandboge wrote: >> On 12/16/2013 07:54 AM, Dimitri John Ledkov wrote: ... >> Fat packages are being implemented for shipping multiple binaries for >> different >> architectures in a single click package and

Re: [Ubuntu-phone] Multiple versions of apps in store

2013-12-16 Thread Loïc Minier
On Mon, Dec 16, 2013, Jamie Strandboge wrote: > To me it makes sense to support one version *per framework* per application. > This gives power to the developer to support what he/she wants[1]. Support the > latest framework only to always stay cutting edge-- fine, but you will likely > have fewer

[Ubuntu-phone] Landing team 16.12.13

2013-12-16 Thread Łukasz 'sil2100' Zemczak
ng changes - some related to changing background images. Let's see how it goes tomorrow. Today, a quick list of tasks related to 'going green': * ubuntu-weather-app (Nicholas): Still flaky tests it seems - one failure on mako, two on maguro: - http://ci.ubuntu.com/smokeng/trusty

Re: [Ubuntu-phone] Cross-compile with CMake from SDK Apps to Unity8/Mir

2013-12-16 Thread Michael Zanetti
On Monday 16 December 2013 15:28:23 Thomas Voß wrote: > I think the policy and guideline is pretty simple: For every new > project that Canonical is upstream for, we will default to CMake > (language/runtime-specific build systems aside). With that, all > developers benefit from cross-build support

[Ubuntu-phone] {DEVELOPMENT] ls result for debug

2013-12-16 Thread François Leblanc
Hello, Does someone can post 'ls' result under ubuntu rootfs? I need to know if /system, /data (and some other) need to exist, Regards -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phone More help

Re: [Ubuntu-phone] Landing team 16.12.13

2013-12-16 Thread Olivier Tilloy
lure: > > http://ci.ubuntu.com/smokeng/trusty/touch/mako/68:20131216:20131211.2/5483/gallery-app-autopilot/575353/ That’s a flaky test indeed, a MR that fixes it is pending review: https://code.launchpad.net/~osomon/gallery-app/wait-for-confirm-dialogue/+merge/199076 . However it is blocke

Re: [Ubuntu-phone] Landing team 10.12.13

2013-12-16 Thread Thomi Richards
Hey everyone, On Mon, Dec 16, 2013 at 1:15 PM, Łukasz 'sil2100' Zemczak < lukasz.zemc...@canonical.com> wrote: > > Right, it might sound a bit scary indeed. The main thing that Didier > wanted to say is that we want all the tests to be reliable. I totally agree > We no longer > do re-runs in

Re: [Ubuntu-phone] Landing team 16.12.13

2013-12-16 Thread Kevin Gunn
On Mon, Dec 16, 2013 at 12:06 PM, Łukasz 'sil2100' Zemczak < lukasz.zemc...@canonical.com> wrote: > > > * unity8 (Kevin): > One failure on maguro. Is this still a random failure? I guess we need > to push on that as well: > > http://ci.ubuntu.com/smokeng/trust

Re: [Ubuntu-phone] Landing team 16.12.13

2013-12-16 Thread Michał Sawicz
On 16.12.2013 19:06, Łukasz 'sil2100' Zemczak wrote: * unity8 (Kevin): One failure on maguro. Is this still a random failure? I guess we need to push on that as well: http://ci.ubuntu.com/smokeng/trusty/touch/maguro/68:20131216:20131211.2/5485/unity8-autopilot/ That&#

Re: [Ubuntu-phone] Landing team 16.12.13

2013-12-16 Thread Tomas
//ci.ubuntu.com/smokeng/trusty/touch/maguro/68:20131216:20131211.2/5485/unity8-autopilot/ That'd be: https://bugs.launchpad.net/unity8/+bug/1260860 -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ub

Re: [Ubuntu-phone] Cross-compile with CMake from SDK Apps to Unity8/Mir

2013-12-16 Thread Dimitri John Ledkov
On 16 December 2013 18:14, Michael Zanetti wrote: > On Monday 16 December 2013 15:28:23 Thomas Voß wrote: >> I think the policy and guideline is pretty simple: For every new >> project that Canonical is upstream for, we will default to CMake >> (language/runtime-specific build systems aside). With

Re: [Ubuntu-phone] {DEVELOPMENT] ls result for debug

2013-12-16 Thread Dimitri John Ledkov
Hello, On 16 December 2013 18:57, François Leblanc wrote: > Hello, > > Does someone can post 'ls' result under ubuntu rootfs? > > I need to know if /system, /data (and some other) need to exist, > Depending on which mounting style is used, they should be. E.g. in the system-image, flipped, styl

Re: [Ubuntu-phone] LP: #1260712 post-mortem and improving our processes

2013-12-16 Thread Leo Arias
On Fri, Dec 13, 2013 at 4:25 PM, Barry Warsaw wrote: > AFAIK, system-image and system-settings are not autopilot tested, but again > it's not clear that such testing would have caught *this* issue. Not that > autopiloting the upgrade sequence isn't still a good idea! We need to talk > about tha

[Ubuntu-phone] error ubuntu touch keyboard

2013-12-16 Thread Chit Ko Ko Win
After update and upgrade, I can't use keyboard .How should i do ? Chit Ko Ko Win Ubuntu Myanmar LoCo Team http://chitkoko.ubuntu-mm.net EF49 DD71 FE8D 5656 9510 3ED4 1511 4B86 5F9B 9E63 -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscr

Re: [Ubuntu-phone] LP: #1260712 post-mortem and improving our processes

2013-12-16 Thread Thomas Voß
On Sat, Dec 14, 2013 at 12:41 PM, Kevin Krammer wrote: > On Saturday, 2013-12-14, 08:24:03, Thomas Voß wrote: >> On Sat, Dec 14, 2013 at 12:05 AM, Dimitri John Ledkov > wrote: >> > On 13 December 2013 22:25, Barry Warsaw wrote: >> >> So, what steps can be taken to avoid such problems in the futu

[Ubuntu-phone] Where is Jani?

2013-12-16 Thread Jani Monoses
Hi, starting from next Monday, December the 23rd until Jan the 6th, on vacation. -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp