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
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
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
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
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
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
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
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
greetings
Matthias Fehring
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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 >
> >
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
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,
> >
>
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
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
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
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
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
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
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
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
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
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
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
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
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
38 matches
Mail list logo