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 re
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
__
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
Hi All
If I read Harbour FAQ correctly, you are not allowed to install daemons (as
you are not allowed to write to /etc/init.d). Okay, hacks are probably
possible (app could try modifying /etc/init.d at runtime), but I guess
putting daemons under strict control is Jolla's intention.
What would th
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 mai
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 -
https://github.com/amarchen/Wikipedia/blob/master/src/qml/c
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");
use QSettings
On 28.12.2013 23:14, Franck Routier (perso) wrote:
-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_
-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
http://harmattan-
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 library
use gdb, bro 8)
On 28.12.2013 22:45, christopher.l...@thurweb.ch wrote:
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
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
Hi All
I am onto an app that will manipulate user images and figured that current
SDK mediagallery example wouldn't actually be allowed in the habour.
import QtDocGallery 5.0 and import org.nemomobile.thumbnailer 1.0 and not
in the allowed imports list.
Could it be added?
Or what would a workaro
-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
Hi,
I want to dynamically create a ListModel to be used in my page.
I have tried adding a init() method on my ListModel, and to call init()
on Component.onCompleted in my view, but this does not seem to work...
Here are some code snippets:
CardSetModel.qml:
import QtQuick 2.0
ListModel {
id:
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 apps
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 manu
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 a
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 /home/n
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 "abs
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 sshd
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
w
22 matches
Mail list logo