Re: [SailfishDevel] Fwd: Docker build engine

2020-05-12 Thread Matthias Fehring
Am Dienstag, 12. Mai 2020, 16:22:38 CEST schrieb Martin Kampas: > Hello Schorsch, > > OK, let's see if we can reproduce it. What is your host OS > and Docker version please? > > BR, > Martin Hello Martin, I think I had the same issue as Schorsch and I also moved back to VirtualBox. For me this

Re: [SailfishDevel] SDK SIGSEGV when adding new kit

2020-04-20 Thread Matthias Fehring
Ah, forgot to describe my environment: SailfishOS SDK 3.0.7 openSUSE Tumbleweed 64 bit Linux 5.6.4 glibc 2.31 Best regards Matthias Am Montag, 20. April 2020, 16:43:05 CEST schrieb Matthias Fehring: > Hello, > > maybe someone can confirm this: When I try to add a new Kit i

[SailfishDevel] SDK SIGSEGV when adding new kit

2020-04-20 Thread Matthias Fehring
Hello, maybe someone can confirm this: When I try to add a new Kit in the SDK, qtcreator crashes with a segmentation fault. Best regards Matthias This is my backtrace: Thread 1 "qtcreator" received signal SIGSEGV, Segmentation fault. 0x774838fa in QWidget::insertAction(QAction*, QAction

Re: [SailfishDevel] Sailfish SDK 2.1 has been released to all users

2019-06-21 Thread Matthias Fehring
Hello, harbour now accepts packages using C++14 with newer libstsdc++ bindings. Best regards. Matthias Am Mittwoch, 19. Juni 2019, 07:35:26 CEST schrieb Lukáš Karas: > Hi Sailors. > > It seems that I am not the only one who has this issue. If it really is > Harbour bug, is there any chance that

Re: [SailfishDevel] mapplauncherd/booster and C++ QML plugin

2018-12-12 Thread Matthias Fehring
Am Mittwoch, 12. Dezember 2018, 21:32:41 CET schrieb Caliste Damien: > Hello, > > Le mercredi 12 décembre 2018, Matthias Fehring a écrit : > > But what works is when I use "generic" booster type, then the app > > works. > > From my understanding, this is

Re: [SailfishDevel] mapplauncherd/booster and C++ QML plugin

2018-12-12 Thread Matthias Fehring
I was using a private library before, when the booster worked as expected. Main difference now is, that I am using a C++ QML plugin that uses the library previously used directly in the app. Am Mittwoch, 12. Dezember 2018, 23:21:39 CET schrieb Matthias Fehring: > Thank you for the solution Coderu

Re: [SailfishDevel] mapplauncherd/booster and C++ QML plugin

2018-12-12 Thread Matthias Fehring
app main lacks of Q_DECL_EXPORT, so it can't be boosted. > > ср, 12 дек. 2018 г. в 21:00, Matthias Fehring > > Hello > > > > I am using a C++ QML plugin in an application that works as expected when > > the > > app executable is called dire

[SailfishDevel] mapplauncherd/booster and C++ QML plugin

2018-12-12 Thread Matthias Fehring
Hello I am using a C++ QML plugin in an application that works as expected when the app executable is called directly. But when the application is loaded via mapplauncherd/booster, the window is blank without any error message. So, the following works: /usr/bin/harbour-intfuorit But with the s

[SailfishDevel] FadeAnimator in Sailfish OS 2.1

2017-03-04 Thread Matthias Fehring
greetings Matthias Fehring ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Connect to 2 databases

2016-09-14 Thread Matthias Fehring
Am Donnerstag, 8. September 2016, 14:40:16 CEST schrieb Chris Walker: > Can anybody point me in the direction of some C++ code to connect to > two SQL databases please? Does it have to be pure C++ code? If not and if it can be the Qt way, read on. :) > I want to have one set as read-only and the

Re: [SailfishDevel] SQLite: ON DELETE CASCADE with Foreign Keys not working

2016-08-24 Thread Matthias Fehring
> returns > > {"foreign_keys":0}. > > Can you map this implementation to your C++ code and tell the difference? > > Cheers, > Thomas > > On 24.08.2016 13:54, Matthias Fehring wrote: > > Hello Thomas, > > > > for me foreign key support is working

Re: [SailfishDevel] SQLite: ON DELETE CASCADE with Foreign Keys not working

2016-08-24 Thread Matthias Fehring
Hello Thomas, for me foreign key support is working. Directly after establishing the connection to the SQLite database (QSqlDatabase::open()) I use QSqlQuery to execute "PRAGMA foreign_keys = ON". I think you have to do it every time you open a closed database, so I implemented it in my databa

[SailfishDevel] Unreliable cover status

2016-08-23 Thread Matthias Fehring
Hello list, the cover status information seems to be not reliable or faulty in Sailfish OS 2.0.1.11. In some situation it ends up that Cover.status contains an undefined value. For example, if you put the application in the background. The cover than is visible and the expected status would be

Re: [SailfishDevel] Open source in-app ad API helper for QML - please, join

2016-06-02 Thread Matthias Fehring
My experiences with donations: Many talk about but only really few do really donate. But this few mostly donates more as I would charge for selling the app. For example, I had ocNews as paid app in the Ovi Store for Meego and I think it was in a price range of 1,99€ for Germany (other countries

Re: [SailfishDevel] Device IP address

2016-05-11 Thread Matthias Fehring
Ifconfig seems to be only accessible by user root. And I hoped for a more direct approach as QNetworkInterface::allAddresses :) But I will then go with that. Best greetings Matthias Fehring Am Donnerstag, 12. Mai 2016, 01:40:30 CEST schrieb E.S. Rosenberg: > ifconfig? > If QNetworkInterf

[SailfishDevel] Device IP address

2016-05-11 Thread Matthias Fehring
Hello list, I am searching for a way to get the currently used IP address of the device. Is there a Qt-way or some Sailfish/Mer specific API? Best greetings Matthias Fehring -- Das Gesetz hat zum Schneckengang verdorben, was Adlerflug geworden wäre. (Friedrich Schiller - Die Räuber) Und der

[SailfishDevel] Determine keyboard locale

2015-11-25 Thread Matthias Fehring
Hello list, is there a way to query the locale of the currently used keyboard in QML? Qt.inputMethod.locale.name returns only "C", whatever keyboard is used. Best greetings Matthias -- Das Gesetz hat zum Schneckengang verdorben, was Adlerflug geworden wäre. (Friedrich Schiller - Die Räuber) U

Re: [SailfishDevel] Clear cookies in SilicaWebView

2015-10-01 Thread Matthias Fehring
Hello Alex, there are some experimental properties for QtWebKit, but i am not sure if it really works. For your SilicaWebView: import QtWebKit.experimental 1.0 and then in the SilicaWebView set: experimental.preferences.privateBrowsingEnabled: true Best greetings Matthias Am Donnerstag, 1

Re: [SailfishDevel] Event view notifications app name

2015-09-27 Thread Matthias Fehring
n-notifications/libnemono > tifications-notification.html/ > > Thanks, > Matt > > From: devel-boun...@lists.sailfishos.org > [devel-boun...@lists.sailfishos.org] on behalf of Matthias Fehring > [buschm...@huessenbergnetz.de] Sent: Satur

[SailfishDevel] Event view notifications app name

2015-09-25 Thread Matthias Fehring
Hello list, since Sailfish OS 1.1.9.28, notifications are grouped by the notificating application on the event view. I do not use MNotificationGroup. The "header" for my notifications is the name of my app's executable, what is not really nice. Is there a way to set this name? In the sources o

Re: [SailfishDevel] translations and internationalisations

2015-03-20 Thread Matthias Fehring
Hey Stefan, the ts file without language code extension is like a template file for further languages. That is the reason why it is not compiled into a qm file. It would only contain strings that already exist in your source code. So if you use qsTr with English as source language there is no n

Re: [SailfishDevel] applicationDisplayName and applicationName

2015-03-20 Thread Matthias Fehring
Hey Stefan, this behaviour is correct.The entries in the desktop file are not connected to the properties of QGuiApplication and QCoreApplication. QCoreApplication.applicationName is used to name configuration directories for QSettings. If it is not set, it takes the executable name (harbour-my

Re: [SailfishDevel] Clear text predictions

2014-05-23 Thread Matthias Fehring
42, Peter Pykäläinen ?: > > Could you just disable word prediction all togehter? > > I always do that with search fields in my apps. > > > > > > // Peter Pykäläinen > > > > > > On 23 May 2014 12:30, Matthias Fehring > > >

[SailfishDevel] Clear text predictions

2014-05-23 Thread Matthias Fehring
Hello list, in my Transifex client Framrekkari I am loding next and previous source strings by simple exchanging the content of the Text area. But this keeps word predictions from previous entries active. Is there a way to clear the text prediction, too? The still appear if the text area conten

Re: [SailfishDevel] Undocumented Silica components

2014-05-21 Thread Matthias Fehring
I am using GlassItem in Framrekkari and that is in official Jolla store. So it seems to be allowed. :) Best greetings Buschmann Am Sonntag, 18. Mai 2014, 07:33:13 schrieb Kimmo Lindholm: > Is the GlassItem still no-no ? > > On Monday 06 January 2014 01:16 Martin Jones wrote: > > > Hi, > > >

[SailfishDevel] How to clear the predicted text in a text field

2014-05-11 Thread Matthias Fehring
Hello list, when I write something in a TextArea and there is a text prediction, the prediction ist still shown after clearing the TextArea (text = ""). How can I clear the prediction in the text field, too? Best greetings Buschmann -- Das Gesetz hat zum Schneckengang verdorben, was Adlerflug

[SailfishDevel] What happens on Harbour between approved and published?

2014-04-13 Thread Matthias Fehring
Hello, does anyone know what happens on Harbour between the approved and the published status? One of my apps (Markat) is now appoved in a new version since two days, but keeps in that state instead of getting published. Or is it only because of weekend? ;-) Best greetings Buschmann -- Da

[SailfishDevel] In app advertisement in Harbour Apps

2014-03-08 Thread Matthias Fehring
Hello Sailors and Jolla Crew, I have a question to the rules of the Jolla Harbour. Is advertisement allowed in Harbour apps? Best greetings Buschmann -- Das Gesetz hat zum Schneckengang verdorben, was Adlerflug geworden wäre. (Friedrich Schiller - Die Räuber) Und der Buschfunk spielt gerade m

[SailfishDevel] Show application content in cover on certain page

2014-02-27 Thread Matthias Fehring
Hello sailors, if the cover is set to undefined it shows the current application content (like the Sailfish browser). But how to change between cover page and undefined? For example, the app should show CoverBackground element on certain pages, but when it shows a WebView, it should show the c

Re: [SailfishDevel] Local desktop files

2014-02-10 Thread Matthias Fehring
For the records: lipstick launcher is only searching in /usr/share/applications for desktop icons. See also https://github.com/nemomobile/lipstick/tree/master/src/components Am Samstag, 8. Februar 2014, 14:21:12 schrieb Matthias Fehring: > Hello, > > is it somehow possible to inst

[SailfishDevel] Local desktop files

2014-02-08 Thread Matthias Fehring
Hello, is it somehow possible to install local desktop files in locations like ~/.local/share/applications that are shown in the launcher? Trying to put some in that path or in ~/Desktop (with xdg-desktop-icon) does not show them up in the launcher. Seems that the launcher only observes /usr/s

[SailfishDevel] SearchField focus in ListView with Qt/C++ data model

2014-01-18 Thread Matthias Fehring
Hello, I already read some posts about the SearchField losing focus after model update. https://lists.sailfishos.org/pipermail/devel/2013-August/000615.html https://www.mail-archive.com/devel@lists.sailfishos.org/msg02204.html I adapted the example from the component gallery and also set curren

Re: [SailfishDevel] SSL certificate manager

2014-01-18 Thread Matthias Fehring
ishos.org > [devel-boun...@lists.sailfishos.org] on behalf of Matthias Fehring > [buschm...@huessenbergnetz.de] Sent: Saturday, January 18, 2014 4:39 PM > To: devel@lists.sailfishos.org > Subject: [SailfishDevel] SSL certificate manager > > Hello, > > is there something l

[SailfishDevel] SSL certificate manager

2014-01-18 Thread Matthias Fehring
Hello, is there something like a SSL certificate manager availbale on Sailfish OS? Something one can use in own apps to check and accept SSL certificates, especially self signed certs? Maybe something similar to aegis-certman on Harmattan? Best greetings Matthias -- Das Gesetz hat zum Schne

Re: [SailfishDevel] Two executables and D-Bus interfaces in a package

2014-01-15 Thread Matthias Fehring
ou can use everything you want if dont need to go to harbour :) On 16.01.2014 04:35, Matthias Fehring wrote: Hello, I have a question concerning the harbour rules and the currently allowed stuff. My application (http://ocnews.buschmann23.de [1]) consists of two executable files. One is the fro

Re: [SailfishDevel] Two executables and D-Bus interfaces in a package

2014-01-15 Thread Matthias Fehring
04:35, Matthias Fehring wrote: Hello, I have a question concerning the harbour rules and the currently allowed stuff. My application (http://ocnews.buschmann23.de [1]) consists of two executable files. One is the frontend, the other one is a daemon/engine. Both are communicating through D-Bus

Re: [SailfishDevel] Two executables and D-Bus interfaces in a package

2014-01-15 Thread Matthias Fehring
Thank you for the fast answer. The openrepos.net is the solution for me. :) Best greetings Matthias Am 15.01.2014 23:43, schrieb Andrey Kozhevnikov: D-Bus interfaces not allowed for harbour. And you can use everything you want if dont need to go to harbour :) On 16.01.2014 04:35, Matthias

[SailfishDevel] Two executables and D-Bus interfaces in a package

2014-01-15 Thread Matthias Fehring
Hello, I have a question concerning the harbour rules and the currently allowed stuff. My application (http://ocnews.buschmann23.de) consists of two executable files. One is the frontend, the other one is a daemon/engine. Both are communicating through D-Bus, the daemon/engine is also starte