Re: [Ubuntu-phone] Preferred Settings API for Ubuntu apps

2014-08-07 Thread Michal Karnicki
Hi guys, Have there been any decisions/activity in the subject? We currently use Qt.labs.settings in one of the apps and sadly need to install the qml package each time we flash the device. Thanks, karni On Fri, Aug 1, 2014 at 10:55 AM, Christian Dywan < christian.dy...@canonical.com> wrote: >

Re: [Ubuntu-phone] Preferred Settings API for Ubuntu apps

2014-08-07 Thread Nekhelesh Ramananthan
Hi Karni, Yes the decision has been made. Check out https://lists.launchpad.net/ubuntu-phone/msg09350.html for more details. Cheers, Nekhelesh On Thu, Aug 7, 2014 at 1:40 PM, Michal Karnicki < michal.karni...@canonical.com> wrote: > Hi guys, > > Have there been any decisions/activity in the su

Re: [Ubuntu-phone] Preferred Settings API for Ubuntu apps

2014-08-07 Thread Roberto Alsina
Old trick: JSON-encode everything and always store strings. Makes it a bit slower but it lets you use most useful data types. On Fri, Aug 1, 2014 at 5:55 AM, Christian Dywan < christian.dy...@canonical.com> wrote: > On 31.07.2014 19:45, Sam Bull wrote: > > On ĵaŭ, 2014-07-31 at 17:44 +0200, Chri

[Ubuntu-phone] Landing team 07.08.14

2014-08-07 Thread Łukasz 'sil2100' Zemczak
ubuntu.com/smokeng/utopic/touch/mako/176:20140807:20140805.2/9544/ * Some useful documentation: (Still under development) https://wiki.ubuntu.com/citrain/ComponentSupportList https://wiki.ubuntu.com/citrain/LandingTeam https://wiki.ubuntu.com/citrain/FAQ http://people.canonical.com/~platform/citrain

[Ubuntu-phone] Ubuntu Error Tracker and phones

2014-08-07 Thread Brian Murray
The Ubuntu Error Tracker has recently gained some features to facilitate viewing of crashes from Ubuntu on phones. Previously, one could (and still can) filter problems by package architecture and using armhf as an architecture was an approximate way to find problems from Ubuntu on phones. Now it

Re: [Ubuntu-phone] SDK Team status update - 05.08

2014-08-07 Thread Alex Chiang
Hi Christian, On Tue, Aug 5, 2014 at 11:44 PM, Christian Dywan wrote: > > I'm a very practical person. Just try this (example attached): > > env APP_ID=uitk XDG_CONFIG_HOME=/tmp qmlscene settings.qml > > Et voilá the settings go where you expect them. The line above creates: /tmp/qt-project.org

Re: [Ubuntu-phone] SDK Team status update - 05.08

2014-08-07 Thread Zoltán Balogh
On 08/08/2014 05:00 AM, Alex Chiang wrote: Hi Christian, On Tue, Aug 5, 2014 at 11:44 PM, Christian Dywan wrote: I'm a very practical person. Just try this (example attached): env APP_ID=uitk XDG_CONFIG_HOME=/tmp qmlscene settings.qml Et voilá the settings go where you expect them. The lin