Re: [SailfishDevel] Built-in icon theme?

2013-11-28 Thread Thomas Tanghus
Excellent - thanks :) On Thursday 28 November 2013 19:49 Damien Tardy-Panis wrote: > Hi Thomas, > > You can find these icons on the Mer VM > /srv/mer/targets/SailfishOS-i486-x86/usr/share/themes/jolla-ambient/meegotou > ch/icons/ > > Just use the same format "image://theme/icon-l-play" and it's

Re: [SailfishDevel] Built-in icon theme?

2013-11-28 Thread Damien Tardy-Panis
Hi Thomas, You can find these icons on the Mer VM /srv/mer/targets/SailfishOS-i486-x86/usr/share/themes/jolla-ambient/meegotouch/icons/ Just use the same format "image://theme/icon-l-play" and it's working. Regards, Damien On Thursday 28 November 2013 19:31:27 Thomas Tanghus wrote: > In the exa

[SailfishDevel] Built-in icon theme?

2013-11-28 Thread Thomas Tanghus
In the example in the SDK, there are two examples of built-in icon, theme/icon-cover-next and theme/icon-cover-pause. Are there any other built-in cover icons that can be used? -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Dev

Re: [SailfishDevel] Mer SDK

2013-11-28 Thread David Greaves
For some value of 'like' ... yes. We use scratchbox2 .. it runs like: sb2 [-t ] [] If you omit (which is usally make or similar) then it gives you such a shell so a simple sb2 Luciano is right though, you 'should' use "mb2 build" though - it builds your rpm in-place in a controlled way; jus

Re: [SailfishDevel] 2nd wave delivery: via Jolla store or DNA shop?

2013-11-28 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 First wave preorder (on 20/05/13), and still no instruction to finalize my order :-( Le 28/11/2013 16:48, Artem Marchenko a écrit : > Go my 2nd wave invitation and there are two options: - buy directly > from Jolla with postal delivery - buy from DNA

[SailfishDevel] 2nd wave delivery: via Jolla store or DNA shop?

2013-11-28 Thread Artem Marchenko
Go my 2nd wave invitation and there are two options: - buy directly from Jolla with postal delivery - buy from DNA operator from nearest DNA shop I assume there is no difference in product-firmware-warranty (or is there?), but what would be the fastest way to delivery? Any hunch on whether Jolla

[SailfishDevel] Unsubscripbe

2013-11-28 Thread Marius van den Berg
[Description: Description: Description: Description: Dipar systems Final.jpg] Marius van den Berg t| (021) 946 1171f| (021) 946 1178 NOTICE: This message and any attachments are confidential and intended solely for the addressee. If you have received this message in error, please notify

Re: [SailfishDevel] Generating MapQuickItems from model

2013-11-28 Thread Antoine Reversat
Well I was actually able to do what I want with MapItemView. On Thu, Nov 28, 2013 at 3:52 AM, Antoine Reversat wrote: > Hi guys (and gals), > > I'm trying to populate a map with marker based on a model. > > I wanted to do this > > Map { > id: stationsMap > anchors.fill: parent >

[SailfishDevel] Generating MapQuickItems from model

2013-11-28 Thread Antoine Reversat
Hi guys (and gals), I'm trying to populate a map with marker based on a model. I wanted to do this Map { id: stationsMap anchors.fill: parent plugin: nokia center: currentLocation.coordinate zoomLevel: stationsMap.maximumZoomLevel - 7 gesture.enabl