Re: [SailfishDevel] Jolla owner - day 1

2013-12-28 Thread Kimmo Lindholm
I tried to check what was wrong with the contacts, but could not figure it out. As workaround, i did import most important contacts as vcf. Just few minutes ago, there were again contacts missing from the people app. I was fustrated, and started to write this email. Then wanted to check again

[SailfishDevel] Developer mode: SSH config and devel-su

2013-12-28 Thread Graham Cobb
I would like to make a few changes to the login/auth setup for developer mode on my phone, to make it more similar to the other embedded devices I hack on. Does anyone see any problem with doing the following: 1) Put an authorized key in /home/nemo/.ssh and set PasswordAuthentication no in

[SailfishDevel] Project tries to use spec file from another project

2013-12-28 Thread christopher . lamb
Hi I have now had the following strange behaviour a few times in QtCreator. I have 2 projects open in QtCreator. The first, abstractui, is a library on which the second landed25_QT5 depends. Most of my development is in landed25_QT5, but ever so often I need to make a change to

Re: [SailfishDevel] Developer mode: SSH config and devel-su

2013-12-28 Thread David Greaves
On 28/12/13 11:20, Graham Cobb wrote: I would like to make a few changes to the login/auth setup for developer mode on my phone, to make it more similar to the other embedded devices I hack on. Does anyone see any problem with doing the following: 1) Put an authorized key in

Re: [SailfishDevel] Project tries to use spec file from another project

2013-12-28 Thread christopher . lamb
Hi I have been able to isolate this behaviour a bit more. It seems to happen if, having changed things in the library project abstractui, the current active file displayed in the QtCreator Editor pane belongs to abstracuti (e.g. the the qml file I just changed), even though the project I

Re: [SailfishDevel] Developer mode: SSH config and devel-su

2013-12-28 Thread Graham Cobb
On 28/12/13 12:01, David Greaves wrote: On 28/12/13 11:20, Graham Cobb wrote: I would like to make a few changes to the login/auth setup for developer mode on my phone, to make it more similar to the other embedded devices I hack on. ... I'm not sure how future updates will handle manually

Re: [SailfishDevel] Harbour: Allow more libraries to link against

2013-12-28 Thread Mikael Hermansson
I agree on atleast libcrypto support should be in the core OS. Don't know about qmf and its stability etc... But I have requested for libcrypto before and some say libcrypto is still not API/ABI stable, so could be a reason to not include it in the core and instead static link it in our

Re: [SailfishDevel] Dynamically initialisation of a ListModel

2013-12-28 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok, answering my own question: the call init() must be in the Component.onCompleted of the ListModel component itself, not in the GridView. Thansk, Franck Le 28/12/2013 15:03, Franck Routier (perso) a écrit : Hi, I want to dynamically create a

[SailfishDevel] Boosted process (pid=721) was terminated due to signal 11

2013-12-28 Thread christopher . lamb
Hi All My application quits unexpectedly during startup, apparently due to signal 11. This seems to be caused by turning the GPS on, as the error occurs immediately after the app does that. I experience this on the Emulator, so it maybe down to the Emulator not having a real GPS. (my

Re: [SailfishDevel] Harbour: Allow more libraries to link against

2013-12-28 Thread Ruediger Gad
Hi, thanks for the reply. It's good to know that this is the right channel and that you are listening. :) Unfortunately, I discovered two more libs some other apps I may try to port would rely on: - libsndfile - qt5-qtconnectivity-qtbluetooth Those are the package names and not the actual

[SailfishDevel] How to handle app settings?

2013-12-28 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I didn't find any reference to the way application settings are to be handled in SailfishOS. Does this apply http://developer.nokia.com/Community/Wiki/How-to_create_a_persistent_settings_database_in_Qt_Quick_%28QML%29 ? Or this

Re: [SailfishDevel] How to handle app settings?

2013-12-28 Thread Kimmo Lindholm
I did it like this with QSettings, it works. I don't know is it the correct way... (comments anyone?) introduce me in main() QCoreApplication::setOrganizationDomain(diibadaaba); QCoreApplication::setOrganizationName(diibadaaba ); QCoreApplication::setApplicationName(badbreath);

Re: [SailfishDevel] How to handle app settings?

2013-12-28 Thread Artem Marchenko
Hi there I believe somebody was posting to IRC a link to a QML wrapper for QSettings done as a part of some nemo project. If you want something QML that works, I use this pure QML LocalStorage approach for the last couple of years fine -

Re: [SailfishDevel] How to handle app settings?

2013-12-28 Thread Bob Jelica
I use a QML-enabled QSettings wrapper created by Nokia at some point. Here’s the download link: https://dl.dropboxusercontent.com/u/10015284/qml_settings/settings.cpp and https://dl.dropboxusercontent.com/u/10015284/qml_settings/settings.h Put those into your project, then register it in your

Re: [SailfishDevel] Are Jolla core apps opensource ?

2013-12-28 Thread Joseph Crowell
I would lean towards licensing of included libraries like xt9. On 12/26/2013 06:35 PM, Tone Kastlunger wrote: Current closed source might have other reasons rather than salary; - competitive advantage? - API completeness? etc main point should be discussion on clarification on how, if and when

[SailfishDevel] Statically link python

2013-12-28 Thread Benoit
Hi all ! As you probably know dynamic linking to python isn t yet allowed in harbour. So, maybe someone can point me to some docs for including a static libs in package in SDK (this will also help me for an other project). Thanks a lot -- Benoît HERVIER - http://khertan.net

Re: [SailfishDevel] Statically link python

2013-12-28 Thread Martin Kolman
29.12.2013 00:17, Benoit: Hi all ! As you probably know dynamic linking to python isn t yet allowed in harbour. So, maybe someone can point me to some docs for including a static libs in package in SDK (this will also help me for an other project). Thanks a lot Or maybe just bundle all the