Re: [SailfishDevel] qml component repository

2017-02-10 Thread David van rijn
On 9 February 2017 at 14:00, Alexander Ivash wrote: > David, have you heard about this: https://www.qpm.io/ ? At the moment > it contains a few Qt qml components but I think publishing > SailfishOS-specific components might be also possible. > > 2017-02-07 18:07 GMT+03:00 David van Rijn

[SailfishDevel] qml component repository

2017-02-07 Thread David van Rijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Guys, I was just busy adding a feature i wanted to an app (posting pictures to slackfish) and i didn't feel like writing another media selection dialog, so i borrowed it from hangish. However, it would be really nice if there was a central repos

Re: [SailfishDevel] Beginning Sailfish programming?

2016-01-28 Thread David van rijn
Hi Paul, I agree with Michael. Just find some app of which you think "this could really use [insert feature here" and make it. That's what i did with Fahrplan. In my experience they are all on github. Enjoy, David 2016-01-28 14:58 GMT+01:00 Paul Duncan : > Michael, > > Thank for the reply - I'

Re: [SailfishDevel] Maps and Goodbye (for now)

2016-01-05 Thread David van rijn
GMT+01:00 Chris Walker < cdw_noki...@the-walker-household.co.uk>: > On Sun, 03 Jan 2016 12:52:57 + > Mike Gabriel wrote: > > > Hi David, > > > > On Mi 23 Dez 2015 16:51:04 CET, David van rijn wrote: > > > > > Hello, > > > > > > Sadl

[SailfishDevel] Maps and Goodbye (for now)

2015-12-23 Thread David van rijn
Hello, Sadly, i broke my phone, and i don't have money for a new one. So i will not be developing for a while. This does make me sad, but I would like you to carry on. I have been working on a maps- Component for use in QML. (I mailed about it before.) And I think it would be a waste if my work we

Re: [SailfishDevel] About applications presenting a map interface

2015-09-12 Thread David van rijn
Hi Guys, I definitely agree that there should be an easy way to add a map in any application. This would make things so much more efficient. I believe there were some mails earlier in this group about storing all the cached tiles in the same place, so apps can share them. A while ago i started wi

Re: [SailfishDevel] (no subject)

2014-12-18 Thread David van rijn
would be really cool if it is possible to have all apps use the same maps, and have those be configurable somewhere central (like in the settings app). cheers, David 2014-12-18 0:16 GMT+01:00 Martin Kolman : > > Wed, 17 Dec 2014 16:04:31 +0100 David van rijn > : > > > Hello,

[SailfishDevel] (no subject)

2014-12-17 Thread David van rijn
Hello, I am writing a qml component to display a slippy map (eg. google maps). (You can look at the code at https://github.com/unsanded/harbour-mapp.) The idea is to be able to add maps in qml by just typing something like: SlippyMap{ GoogleMapsProvider{ apiKey: "blabla" } } I have a few