Re: [Ubuntu-phone] Thank you

2017-04-11 Thread Lorn Potter
On 11/04/17 04:21, Pat McGowan wrote: > Dear contributors and enthusiasts > > On behalf of the entire team that worked on Ubuntu Touch, Unity8, Mir, > the apps, the services, the hw enablement, the QA, the releases, the CI > infrastructure... thanks for your commitment, patience and the many >

Re: [Ubuntu-phone] Spotify support in native Ubuntu Music app

2016-06-16 Thread Lorn Potter
Hi On 16/06/16 02:22, Krzysztof TataradziƄski wrote: > Hello, > some time ago I read here [1] that > " It's also interesting to note that Ubuntu devs are also working on > Spotify integration, but that might take a while." > Is that truth? Is there any site at launchpad.net or somewhere else >

Re: [Ubuntu-phone] The one simple fix that make the Ubuntu Phone incredible

2016-04-19 Thread Lorn Potter
On 19/04/16 02:43, Tony Scott wrote: > An interesting suggestion - any views? > > http://www.techrepublic.com/article/the-one-simple-fix-that-make-the-ubuntu-phone-incredible/ He seems to be implying that Ubuntu would be more popular if it were more like all the other guys... ;/ As a past

Re: [Ubuntu-phone] Saving pictures from the phone

2016-04-04 Thread Lorn Potter
On Monday, April 04, 2016 10:51:38 AM Michael Zanetti wrote: > How do you guys copy the pictures you take with an Ubuntu Phone to an > Ubuntu PC? cd ~/Pictures adb pull /home/phablet/Pictures too geeky? -- Mailing list: https://launchpad.net/~ubuntu-phone Post to :

[Ubuntu-phone] backup apps [was] Re: Is it time to flash my phone?

2016-03-21 Thread Lorn Potter
On Monday, March 21, 2016 03:03:59 PM Olivier Tilloy wrote: > > What you want to backup: > > > > * contacts: > > copy the folder /home/phablet/.local/share/evlution/addressbook/ > > > > * SMS/call history: > > you'll find that in /home/phablet/history-service/history.sqlite > > > > * You want

Re: [Ubuntu-phone] Xmlhttprequest (XHR) from qt/qml

2016-02-04 Thread Lorn Potter
On 04/02/16 00:39, Roman Shchekin wrote: Check my project: https://github.com/QtRoS/yadpro. XMLHttpRequest works fine there. AFAIK applicationName:"yadpro" in MainForm s actually, this also suffers from this: Debug-helper> Executing

Re: [Ubuntu-phone] Xmlhttprequest (XHR) from qt/qml

2016-02-03 Thread Lorn Potter
On 04/02/16 14:42, Lorn Potter wrote: Hi, I can confirm this happens. I just tried an example app with code from: http://doc.qt.io/qt-5/qtqml-xmlhttprequest-get-qml.html The 'GetDevices' is revealing, as those calls should have gotten removed from the QtBearer network manager backend, I

Re: [Ubuntu-phone] Xmlhttprequest (XHR) from qt/qml

2016-02-03 Thread Lorn Potter
Hi, I can confirm this happens. I just tried an example app with code from: http://doc.qt.io/qt-5/qtqml-xmlhttprequest-get-qml.html The 'GetDevices' is revealing, as those calls should have gotten removed from the QtBearer network manager backend, I thought in OTA 8.5 On 03/02/16 13:32,

Re: [Ubuntu-phone] Find out if running on a phone

2016-01-12 Thread Lorn Potter
On 12/01/16 06:57, Stephen M. Webb wrote: We can't stop developers from writing crappy software. What we can do is not aid and abet them. We need APIs for feature detection. Apps need feature detection. Apps don't need "system mode" detection. We don't want apps to have "system mode"

Re: [Ubuntu-phone] Find out if running on a phone

2016-01-11 Thread Lorn Potter
On 12/01/16 04:56, Stephen M. Webb wrote: On 16-01-11 01:26 PM, Lorn Potter wrote: imho, we need some way that contained apps know if the device is desktop or phablet mode, which I assumed the QInputInfo API was helping to detect. Right now, phablet mode becomes desktop mode when adding

Re: [Ubuntu-phone] Find out if running on a phone

2016-01-11 Thread Lorn Potter
On 12/01/16 05:35, Robert Park wrote: But the point is that you can't have coffee that says "if desktop: x; if phone: y" because it can change at any time and you can't rely on that. Yes this desktop/phablet mode thing would be dynamic. It can change at any time, which is why it needs to be

Re: [Ubuntu-phone] Find out if running on a phone

2016-01-10 Thread Lorn Potter
On 11/01/16 14:39, Michi Henning wrote: But this requires an input to then find out what the source was (mouse, touch screen, etc.). It does not need an event first. QInputInfoManager::deviceMap() will give a list of devices. You can filter these by setting a filter first. Ah, yes, right

Re: [Ubuntu-phone] Find out if running on a phone

2016-01-10 Thread Lorn Potter
On 11/01/16 13:58, Michi Henning wrote: Right... forgot that it's a gerrit MR, not Launchpad: https://codereview.qt-project.org/#/c/101049/ Thanks for that! I just had a look at https://codereview.qt-project.org/#/c/101049/15/src/systeminfo/qinputinfo.h But this requires an input to then