Re: [SailfishDevel] QGeoSatelliteInfoSource in Sailfish

2014-02-02 Thread christopher . lamb
Hi Aaron Adding that information proved easier than I had expected: it just took a few minutes during breakfast! void SatInfoSource::onSatsInViewUpdated(const QList &list) { int newInView = list.count(); if (newInView != _satsInView) { qDebug() << "satInfoSource.cpp: onSat

Re: [SailfishDevel] Carsten Munk FOSSDEM talk

2014-02-02 Thread Silviu Vulcan
I would expect it to show up here: http://video.fosdem.org/2014/ once they edited and transcoded everything (if it was recorded ofc) On Fri, Jan 31, 2014 at 12:23 AM, Rigoberto Calleja < rigober...@alumni.cmu.edu> wrote: > Hi, > > Is Carsten's Munk talk at FOSSDEM going to be streamed or reco

Re: [SailfishDevel] QGeoSatelliteInfoSource in Sailfish

2014-02-02 Thread christopher . lamb
Aaron I will have to write some more code to spit out the sat ids to the debug console. At the moment my SatInfoSource declarative plugin is ultra-simple, it just exposes the numbers of Sats InView and InUse, nothing more. At the moment my hypothesis is based on the circumstantial evidenc

Re: [SailfishDevel] QGeoSatelliteInfoSource in Sailfish

2014-02-02 Thread Aaron McCarthy
Hi, On Sat, 1 Feb 2014 10:37:59 christopher.l...@thurweb.ch wrote: > A slight correction to my previous post > > I think that the high number of Sats in View shown on the Jolla means > that it is showing both GPS and Glonass Satellites, and thus gives a > figure almost double of that I was used t

Re: [SailfishDevel] How to access the viewfinder of the QCamera?

2014-02-02 Thread Ove Kåven
Den 25. jan. 2014 21:22, skrev Marcel: Or if I use C++ implementing an own QAbstractVideoSurface as viewfinder for a QCamera object (which would be my prefered way as I want to precess the image data) I get the following error: [W] CameraBinSession::processBusMessage:912 - CameraBin error: "No c

Re: [SailfishDevel] QtContacts and Calendar access doesn't work after update.

2014-02-02 Thread christopher . lamb
Matthias I connect via ssh as user nemo by calling the following from a terminal on my development workstation: ssh -p 22 -i ~/.ssh/jolla_rsa nemo@192.168.2.17 See the link below for more details how to connect: http://flyingsheeponsailfish.blogspot.ch/2014/01/connecting-to-jolla-with-rsa-k

Re: [SailfishDevel] QtContacts and Calendar access doesn't work after update.

2014-02-02 Thread Matthias Barmeier
Could you please give me a link hon how to connect to the phone with permissions that will allow me to edit this file. Thanks. Am 01.02.2014 13:02, schrieb Bernd Wachter: Andrey Kozhevnikov writes: same here for QtContacts: contactsdatabase.cpp:1028 static QSqlDatabase ContactsDatabase::op

Re: [SailfishDevel] How to access the viewfinder of the QCamera?

2014-02-02 Thread Stefan Brand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, I would also be really interested in how to do this, since I see the same error. So did anyone succeed in using the camera with a viewfinder in QML? Or is this just not supported at the moment? Any comments from Jolla on this? Regards Ste

Re: [SailfishDevel] dbus-sessionbus connection fails

2014-02-02 Thread Dmitry
Hi You should run your daemon form user systemd unit. https://wiki.archlinux.org/index.php/Systemd/User On 1 February 2014 21:53, Kimmo Lindholm wrote: > Hi, > > I'm using QtDBus in my daemon (systemd service), and I can register my own > service on systemBus, and also can connect to systembu

Re: [SailfishDevel] Charts to app

2014-02-02 Thread Mikko Leppänen
Hi, You could try PyOtherSide QML plugin to get access to matplotlib (2d plotting library for Python). Pyotherside's github repository contains an example using matplotlib(and numpy). Python 3 and PyOtherSide QML plugin should be now available on the device but, however, these are not instal

[SailfishDevel] SDK update

2014-02-02 Thread Dmitry
Hi. I have Mer VM and emulator version 2013.10.18-0 installed on Windows, will VM disk image will be overwriten during update to 2013.12.10-1 and i loose everything installed in VM? ___ SailfishOS.org Devel mailing list

[SailfishDevel] Charts to app

2014-02-02 Thread Jukka Heikkilä
Hi, I'm seeking way to show data in charts (e.g. Bar Chart or Line Chart) to my program. Is there any library which Jolla Harbour will accept? I found the Qt Commercial Charts, but I assume that they won't accept it, or do you have any other thoughts? I have seen some implementations with Canvas,