Re: [Ubuntu-phone] Deploy QMake (*.pro) C++/QML project?

2014-03-31 Thread David Marceau
Have you read this article? http://notyetthere.org/on-manually-creating-click-packages/ On 03/31/2014 08:14 PM, José Expósito wrote: > Hi David, > > Thank you very much for the tip, but the camera-app is using CMake to > generate the click package, not QMake... Anyway it was very useful check > t

Re: [Ubuntu-phone] Deploy QMake (*.pro) C++/QML project?

2014-03-31 Thread Robert Schroll
On Mon, Mar 31, 2014 at 8:14 PM, José Expósito wrote: Does someone know if it is possible to generate a click package just by preparing an output directory like that? I have checked the click command help but it is not very extensive... Does someone know where could I get more information? A

Re: [Ubuntu-phone] Deploy QMake (*.pro) C++/QML project?

2014-03-31 Thread José Expósito
Hi David, Thank you very much for the tip, but the camera-app is using CMake to generate the click package, not QMake... Anyway it was very useful check the Camera App. After checking the structure of the "package" folder, after building the project, I have noticed that: - The root folder con

Re: [Ubuntu-phone] Deploy QMake (*.pro) C++/QML project?

2014-03-31 Thread David Marceau
Within the core apps, there are many .cpp applications that use qt, but from what I understand there has been a lot of tweaking to make them produce Ubuntu Touch-required .click packages. .click packages are what get installed. Your .pro only produces executables not .click packages. Take a look

[Ubuntu-phone] Deploy QMake (*.pro) C++/QML project?

2014-03-31 Thread José Expósito
Hi! I have fully adapted my C++ and QML App to run in Ubuntu: https://github.com/JoseExposito/ubuntuone-qt-files As you can see the project is a plain qmake project and I'm able to execute it on desktop. However, when I try to deploy it to my device the (Build -> Ubuntu) Qt Creator recognizes my

[Ubuntu-phone] how do ubuntu-phone developers currently interact with version control systems through ubuntu-sdk's ide?

2014-03-31 Thread David Marceau
I noticed many version control systems supported as plugins within the ubuntu-sdk ide. The one most interesting is the git one. How do you interact with the version control systems through ubuntu-sdk's ide? Have you managed to create a project and have it integrate directly with github/launchpad?

Re: [Ubuntu-phone] Default Locale for images

2014-03-31 Thread Dimitri John Ledkov
On 29 March 2014 01:59, Sergio Schvezov wrote: > On Fri, Mar 28, 2014 at 7:49 PM, Steve Langasek > wrote: >> On Fri, Mar 28, 2014 at 06:37:09PM -0400, Nicholas Skaggs wrote: >>> Popey noted that doing "sudo -u phablet -i" to gain phablet user >>> after shelling gets me a posix locale, while doing

Re: [Ubuntu-phone] Landing team 31.03.14

2014-03-31 Thread Dave Morley
On 31/03/14 17:23, Didier Roche wrote: > Hey, > > Three images this week-end, and an additional one today to get a fix for > a "no crash reported" regression. Still some blockers are preventing us > to promote an image though, but work and landings are going on. > > #267: > - a new telephony serv

Re: [Ubuntu-phone] Priority of work items relating to "reserved" policy groups

2014-03-31 Thread Jamie Strandboge
On 03/31/2014 09:38 AM, Daniel Holbach wrote: > Hello, > > On 27.03.2014 15:59, Daniel Holbach wrote: >>- Online Accounts: LP: #1230091 >>- Calendar: LP: #1227824 >>- Camera + Sensors + Video: LP: #1197134 >>- Connectivity: LP: #1226844 >>- Contacts: LP: #1227821 >>- Friend

Re: [Ubuntu-phone] Priority of work items relating to "reserved" policy groups

2014-03-31 Thread Jamie Strandboge
On 03/31/2014 09:31 AM, Daniel Holbach wrote: > Hello, > > On 27.03.2014 16:09, David Barth wrote: >> Le 27/03/2014 15:59, Daniel Holbach a écrit : >>> Hello everybody, >>> >>> right now we have a couple of work items which block apps using >>> certain policy groups. Up until now we have allowed s

[Ubuntu-phone] Landing team 31.03.14

2014-03-31 Thread Didier Roche
Hey, Three images this week-end, and an additional one today to get a fix for a "no crash reported" regression. Still some blockers are preventing us to promote an image though, but work and landings are going on. #267: - a new telephony service for ensuring it's launched at startup, activat

Re: [Ubuntu-phone] Priority of work items relating to "reserved" policy groups

2014-03-31 Thread Зонов Роман
Thank you for trying to fix these bugs. >From my point of view, these bugs should be marked as "Critical", because it >is an API for developers, and very important API. If system has API, but >developers can't use it in their projects, it is simply strange and can cause >little number of develo

Re: [Ubuntu-phone] Triggering on-screen keyboard with HTML5 SDK

2014-03-31 Thread Robert Schroll
On Mon, Mar 31, 2014 at 9:42 AM, Alexandre Abreu wrote: On Wed, Mar 26, 2014 at 3:59 PM, Robert Schroll wrote: Is there a bug about this I should be watching? not at this point, Should I submit a bug report? If so, against which project? Robert -- Mailing list: https://launchpad.net/

Re: [Ubuntu-phone] Priority of work items relating to "reserved" policy groups

2014-03-31 Thread Daniel Holbach
Hello, On 27.03.2014 15:59, Daniel Holbach wrote: - Online Accounts: LP: #1230091 - Calendar: LP: #1227824 - Camera + Sensors + Video: LP: #1197134 - Connectivity: LP: #1226844 - Contacts: LP: #1227821 - Friends: LP: #1231737 so leaving out webview (which is/was discussed in

Re: [Ubuntu-phone] Update to MP testing for touch apps and packages

2014-03-31 Thread Leo Arias
This is nice. Thanks Francis. -- 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

Re: [Ubuntu-phone] Priority of work items relating to "reserved" policy groups

2014-03-31 Thread Daniel Holbach
Hello, On 27.03.2014 16:09, David Barth wrote: Le 27/03/2014 15:59, Daniel Holbach a écrit : Hello everybody, right now we have a couple of work items which block apps using certain policy groups. Up until now we have allowed some (trusted) apps into the store which make use of that functional

Re: [Ubuntu-phone] Is there an equivalent to Layout.columnSpan available on Ubuntu Touch?

2014-03-31 Thread Michał Sawicz
On 31.03.2014 14:17, David Marceau wrote: > I attempted to do the same on Ubuntu Touch but it didn't compile/run. > > Any suggestions? I see a great emphasis on anchors. Is this the only > way to do this stuff at present? Layouts are a new thing post-Qt 5.0, the proposed images already contain

Re: [Ubuntu-phone] Is there an equivalent to Layout.columnSpan available on Ubuntu Touch?

2014-03-31 Thread Michael Zanetti
Hi, next time please create a new email instead of replying to another thread and changing the subject. It messes up with threaded views in mail clients. On Monday 31 March 2014 09:17:02 David Marceau wrote: > I have a 2-column grid. I would have like to take a label and span it > two columns,

Re: [Ubuntu-phone] Qt 5.2 - Events are queued when rendering blocked

2014-03-31 Thread Michał Sawicz
On 31.03.2014 14:24, Kevin Gunn wrote: > @Gerry - yes, i think our current proposed plan of solving will address > avoiding potentially stale data in the pipeline upon resuming of the render. BTW, because we don't *want* to be rendering when the screen is off, that's an orthogonal topic. Once the

Re: [Ubuntu-phone] Triggering on-screen keyboard with HTML5 SDK

2014-03-31 Thread Alexandre Abreu
On Wed, Mar 26, 2014 at 3:59 PM, Robert Schroll wrote: > On Wed, Mar 26, 2014 at 3:48 PM, Alexandre Abreu < > alexandre.ab...@canonical.com> wrote: > >> On Wed, Mar 26, 2014 at 3:04 PM, Robert Schroll >> wrote: >> >>> Once focus is on the input, the keydown, keyup, and keypress events will >>> t

Re: [Ubuntu-phone] Is there an equivalent to Layout.columnSpan available on Ubuntu Touch?

2014-03-31 Thread David Marceau
Being that I couldn't find something equivalent to Layout.columnSpan, I decided to break the Page layout's one grid into 3 grids. grid1 with 2 columns grid2 with 1 column grid3 with 2 columns. When I tried it, it placed all three grids at the top left on top of each other. To resolve this, grid1

Re: [Ubuntu-phone] Qt 5.2 - Events are queued when rendering blocked

2014-03-31 Thread Kevin Gunn
@Michal Hruby - We are working on a solution that unblocks the GUI thread's event handling & avoids the race (between eglswapbuffer & the side channel expose event). However, we're not going to return true when that's not the case, that would be naughty, what if that one frame was _the_ most impor

[Ubuntu-phone] Update to MP testing for touch apps and packages

2014-03-31 Thread Francis Ginther
An update to the jenkins jobs and scripts used to test MPs is planned for Wednesday, April 2 at 13:00 UTC. There are some significant improvements coming as a result: 1) The new jobs and scripts are based on the same tools used to execute the daily smoke tests. This brings our CI infrastructure a

[Ubuntu-phone] Is there an equivalent to Layout.columnSpan available on Ubuntu Touch?

2014-03-31 Thread David Marceau
I have a 2-column grid. I would have like to take a label and span it two columns, then follow it with the datepicker which would also span two columns. Using qt layouts, I would: import QtQuick.Layouts 1.1 then within the grid, I would: Layout.columnSpan: 2 I attempted to do the same on Ubuntu

[Ubuntu-phone] Bug in formatDate sample

2014-03-31 Thread David Marceau
The current sample in the ubuntu-sdk api documentation for Qt.formatDate seems incorrect. When month letters in Qt.formatDate are lower-case: text: "Shift Start Date:" + Qt.formatDate(datePicker.date, "dd-mmm-") It improperly displays: 31-mmm-2014 The month letters should be upper-case: text

Re: [Ubuntu-phone] Ubuntu Open Week - Volunteer Needed!

2014-03-31 Thread Daniel Holbach
Hello José, On 20.03.2014 09:57, José Antonio Rey wrote: The Ubuntu Classroom team has started organizing Open Week , a series of online classes to welcome newcomers to the Community who want to get involved. We basically have different people from various

[Ubuntu-phone] Core Apps Update 2014-03-28

2014-03-31 Thread Alan Pope
Last week we had another round of Core Apps Hack Days. In the past we've used these as a means to focus attention on a set of critical bugs for release, as well as bitesize bugs for new developers. This time around there's been a lot of focus on bug fixing (as you'll see below) and polish. There i

[Ubuntu-phone] Call For Testing: Valgrind update

2014-03-31 Thread Thomas Voß
Hey all, Matthias is preparing an update of valgrind in the archive. As both mir and unity-scopes-api are heavy users of valgrind, he asked us for testing if the current build setups still work with the update. The overall request including links to a PPA is available here: https://bugs.launchp

Re: [Ubuntu-phone] Landing team 27.03.14

2014-03-31 Thread Alejandro J. Cura
On Thu, Mar 27, 2014 at 5:50 PM, Leo Arias wrote: > On Thu, Mar 27, 2014 at 11:22 AM, Didier Roche wrote: > >> ** If I install an app it still shows in Available section (Pawel) >> https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1297770 >> -> QA said it wasn't a blocker >> > > This is not