Re: [SailfishDevel] GPLv3 warning

2014-12-03 Thread Franck Routier (perso)

Hi,

Le 03/12/2014 07:18, Kimmo Lindholm a écrit :

Just for that your yaml says:

License: GPLv3

Yes, that's intended. Why a warning ? What's the problem ?

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


Re: [SailfishDevel] No RPM built ?

2014-12-03 Thread Franck Routier (perso)


Le 02/12/2014 22:48, Peter Pykäläinen a écrit :


Deploy by building fails for me too. Always has.
If you are able to deploy to phone then you have the RPM on your disk too.

// Peter Pykäläinen


I think it used to work here (but I've not been working on the project 
for months, so my memory might be faulty).

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


Re: [SailfishDevel] GPLv3 warning

2014-12-03 Thread sfietkonstantin
Hi Franck,

This is related to package inclusion to Mer. Mer requires packages to be non 
(L)GPLv3 because of some issues with this license. Since the Mer build-engine 
uses spectacle, that is used for packaging Mer packages too, there is a warning 
here.

However, as you are developing your own app, just ignore the warning.

Regards,
Lucien

- Mail original -
De: Franck Routier (perso) a...@mecadu.org
À: devel@lists.sailfishos.org
Envoyé: Mercredi 3 Décembre 2014 09:52:25
Objet: Re: [SailfishDevel] GPLv3 warning

Hi,

Le 03/12/2014 07:18, Kimmo Lindholm a écrit :
 Just for that your yaml says:

 License: GPLv3
Yes, that's intended. Why a warning ? What's the problem ?

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] What processor do you have in your SailfishOS SDK machine?

2014-12-03 Thread Andrey Kozhevnikov
Peoples, send direct mail to carsten.m...@jolla.com - NOT on this 
mailing list please, don't flood our inboxes. Thanks :)


02.12.2014 15:08, Carsten Munk пишет:
Send me a direct mail - NOT on this mailing list with answers to: 


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] No RPM built ?

2014-12-03 Thread Kimmo Lindholm
Don't know how you do it, but I use  'deploy project' from the Build menu (not 
from the left-bottom-corner toolbar) and it works for me. 

And iirc my settings are defaults; 
https://app.younited.com/?shareObject=3ca32a4b-94b7-1352-31d5-712020ff2c2f

The rpm appears in ..\build-projectname\RPMS\ -directory.

-kimmo


 -Original Message-
 From: devel-boun...@lists.sailfishos.org [mailto:devel-
 boun...@lists.sailfishos.org] On Behalf Of Franck Routier (perso)
 Sent: 3. joulukuuta 2014 11:05
 To: devel@lists.sailfishos.org
 Subject: Re: [SailfishDevel] No RPM built ?
 
 
 Le 02/12/2014 22:48, Peter Pykäläinen a écrit :
 
  Deploy by building fails for me too. Always has.
  If you are able to deploy to phone then you have the RPM on your disk too.
 
  // Peter Pykäläinen
 
 
 I think it used to work here (but I've not been working on the project for
 months, so my memory might be faulty).
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


Re: [SailfishDevel] Wrap data in Item to get notifiable properties ?

2014-12-03 Thread François K .
Hi,
 
 It is a good practice to load the minimal amount of data in a
 ListModel. I don't know which app you are developing, but for an
 example TODO list app, the main page would only load (from a
 storage, like a database), only the title and id of the TODO
 entries. Clicking on an entry will trigger the load of the full TODO
 entry from the database, based on the id.

That's exactly what I'm doing right now (a Tasks app + just load the minimum 
amount of data required for the list + load the full Task properties when 
entering the DetailsView).


 Usual application goes from less detailed to more detailed
 information (all TODO entries - one TODO entry, all friends - one
 friend's wall - one post etc.), so I wonder why you have to modify
 the ListModel when you pushed the page ?

Isn't that what you suggested in your previous answer (when I was trying to get 
notifiable properties) ?
I'm confused (and also sorry, because I really guess it's a very trivial issue 
:( )

 
 If you want to modify the model nevertheless, I think that the best
 way would be to provide a signal in your sub-page, that is emitted
 and caught in the main page in order to call model.set. This is
 better than passing the model, as the sub-page and page are more
 separated.

Ok, I'll keep that in mind, thanks :)

Thanks again...

-- 
François
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org