Re: [SailfishDevel] Building Qt Messaging Framework (QMF)

2016-12-27 Thread Erik Lundin
Yep, the key was to use the correct repo ("messagingframework" rather than "qmf") as suggested by Pekka. /Erik Den 2016-12-27 kl. 17:37, skrev dcali...@free.fr: > Hello, > > À Mardi 27 décembre 2016, Erik Lundin a écrit : >> which seems to be the place

Re: [SailfishDevel] Building Qt Messaging Framework (QMF)

2016-12-27 Thread Erik Lundin
Thanks, Pekka, that worked. Is it possible to remove the "qmf" repo to avoid confusion for others? /Erik Den 2016-12-27 kl. 16:15, skrev Pekka Vuorela: > On ti, 2016-12-27 at 14:36 +0100, Erik Lundin wrote: >> Hi all, >> >> In my attempts to examine a problem

[SailfishDevel] Building Qt Messaging Framework (QMF)

2016-12-27 Thread Erik Lundin
Hi all, In my attempts to examine a problem with an incorrectly interpreted email address, I'm trying to build Qt Messaging Framework (QMF) [1] which seems to be the place where the interesting things happen. Specifically I would like to run the unit tests. However, QMF doesn't seem to be as easy

Re: [SailfishDevel] sudo doesn't work in platform SDK

2016-12-23 Thread Erik Lundin
rev Andrew Branson: > Hi, > > Where's your sdk installed? I had a problem when I tried to install it in my > home. It was an encrypted home which was mounted with nosetuid, which > overrode the setuid flag on the sudo binary. > > Hope that helps, > > Andrew >

[SailfishDevel] sudo doesn't work in platform SDK

2016-12-23 Thread Erik Lundin
Hello, I'm trying to get going with the platform SDK, following https://sailfishos.org/wiki/Platform_SDK_Installation, but sudo doesn't seem to work. This is what I get when entering the SDK environment: erik@zix:~/dev$ sfossdk [sudo] password for erik: Mounting system directories... Mounting / a

Re: [SailfishDevel] [Official Announcement] Join the Sailfish Community Device Program now!

2016-05-30 Thread Erik Lundin
Den 2016-05-30 kl. 19:53, skrev Michal Hrusecky: one more question, are dimensions known? Would like to start looking for some case :-) Height: 142 mm Width: 72 mm Thickness: 9.6 mm Shamelessly copied from https://jolla.com/jollac/ (expand "View full specs") :) /Erik ___

Re: [SailfishDevel] Select multiple values in combobox

2016-02-22 Thread Erik Lundin
og is accepted, is up to you. -kimmo -Original Message- From: devel-boun...@lists.sailfishos.org [mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Erik Lundin Sent: 22. helmikuuta 2016 22:51 To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] Select multiple values in com

Re: [SailfishDevel] Select multiple values in combobox

2016-02-22 Thread Erik Lundin
/powermenu2/blob/master/gui/qmls/pages/ConfigurationPage.qml#L163 -- Исходное сообщение -- От: "Erik Lundin" Кому: devel@lists.sailfishos.org Отправлено: 22.02.2016 2:49:38 Тема: [SailfishDevel] Select multiple values in combobox Is it possible make a QML combobox accept multipl

[SailfishDevel] Select multiple values in combobox

2016-02-21 Thread Erik Lundin
Is it possible make a QML combobox accept multiple selected values? I have tried to look in both the Silica documentation [1] and the Qt documentation [2] but haven't found and answer. Maybe a listview can do it? /Erik [1] https://sailfishos.org/develop/docs/silica/qml-sailfishsilica-sailfish

Re: [SailfishDevel] Push Service for Sailfish OS

2016-02-01 Thread Erik Lundin
Den 2016-02-01 kl. 19:58, skrev george b: The only missing thing is a working push service to get a real user experience with a messaging application. Does anyone know something about that? I didn't find any good resources about this topic on the internet. There exists a question about that at

Re: [SailfishDevel] was "Acceptable Behaviour.." --> Forum

2014-05-24 Thread Erik Lundin
2014-05-24 12:56, christopher.l...@thurweb.ch skrev: My suggestion is that rather than splitting into multiple mailing lists, which does not really cure anything, you replace the mailing lists with a forum. I agree it would be crazy to have both. Now since a forum is suggested, I cannot resist

Re: [SailfishDevel] When does Jolla give us an API?

2014-02-09 Thread Erik Lundin
Hi, 2014-02-03 16:29, Putze Sven skrev: What does a developer need to write quality apps? An API and a documentation of such. I would like to add "best practices" and "experience sharing", which is exactly what StackOverflow provides me as a developer in other projects. In my opinion is a pl

Re: [SailfishDevel] How to translate (lupdate) ?

2014-02-04 Thread Erik Lundin
Sorry to reply to this old thread, but I found that it worked to simply set the lupdate executable to /usr/bin/lupdate-qt4 (installed via the packet manager). Just to clarify: I refer to Options -> Environment -> External Tools /Erik ___ SailfishOS.or

Re: [SailfishDevel] How to translate (lupdate) ?

2014-02-04 Thread Erik Lundin
Hi, Sorry to reply to this old thread, but I found that it worked to simply set the lupdate executable to /usr/bin/lupdate-qt4 (installed via the packet manager). Some kind of fix to the SDK (and documentation) would be welcome. I think it should be easy to write localized apps using the SDK