Re: [SailfishDevel] How to show toast notification?

2020-03-03 Thread Dylan Van Assche via Devel
I use the `transient` option to briefly show a notification. It's the same type of notification you get when you plug in your phone in a charger for example. https://sailfishos.org/develop/docs/nemo-qml-plugin-notifications/qml-nemo-notifications-notification.html/#isTransient-prop Kind regards,

[SailfishDevel] Nemo Configuration QML won't write new properties

2019-08-23 Thread Dylan Van Assche via Devel
Hi, I'm trying to add an additional setting to Sailbook. However, Nemo Configuration QML won't write to this new setting property in dconf. I added the property here (ConfigurationGroup): https://gitlab.com/dylanvanassche/harbour-sailbook/blob/master/qml/harbour-sailbook.qml And I write to it h

Re: [SailfishDevel] Secure storage for login data

2019-06-13 Thread Dylan Van Assche via Devel
rse, feedback would definitely be appreciated. > > Best regards, > Chris. > > ----------- > > From: Devel [devel-boun...@lists.sailfishos.org] on behalf of Dylan Van > Assche via Devel [devel@lists.sailfishos.org] > Sent: Thursday, June 13, 2019 2:27 PM > To: devel@lists.sai

Re: [SailfishDevel] Secure storage for login data

2019-06-12 Thread Dylan Van Assche via Devel
ple project to github pleaes > > ср, 12 июн. 2019 г. в 23:30, Damien Caliste : > >> Hello, >> >> Indeed, sailfish secrets allow to store encrypted data. I can send an >> example here in C++, and there are C bindings also. >> >> Damien. >> >>&g

[SailfishDevel] Secure storage for login data

2019-06-12 Thread Dylan Van Assche via Devel
Hi, Is there already a ready-to-use solution for storing login data (API keys) for apps? Ks Sailfish Secrets the way to go here? If not, any suggestions? I just don't want to save sensitive data like API keys in plain text. Kind regards, Dylan Sent from ProtonMail mobile___

Re: [SailfishDevel] [Postponed] Sailfish OS, Open Source Community Collaboration meeting on May 2nd 2019 at 08:00 UTC

2019-05-02 Thread Dylan Van Assche via Devel
Hi James, I wish you a quick recovery! Cheers, Dylan Van Assche Sent from ProtonMail mobile Original Message On 2 May 2019 09:58, James Noori wrote: > Hi all, > > Sorry for the super short notice but unfortunately the meeting needs to be > postponed due to me being food pois

Re: [SailfishDevel] qt upgrade

2019-02-09 Thread Dylan Van Assche via Devel
Hi, I would really like this! Getting Qt 5.12 on SFOS would be great :) This way we can keep up with the LTS releases of Qt, this would speed up the development of SFOS apps. Kind regards, Dylan Van Assche Sent from ProtonMail mobile Original Message On 9 Feb 2019 18:44, rin

Re: [SailfishDevel] A probably stupid question

2018-10-22 Thread Dylan Van Assche via Devel
Hi, Thanks! Leszek does most of the work on Youtube :) I keep myself busy with Tinder, Facebook, ... clients :) From what I experienced with Sailbook, a webapp for Facebook, QtWebkit is way out of date. Leszek's update makes it a bit better but Facebook is still a PITA. I gave up a couple months

Re: [SailfishDevel] A probably stupid question

2018-10-22 Thread Dylan Van Assche via Devel
I'm also a Protonmail user, I tried this in the past but I wasn't able to achieve this goal. Currently, I'm a bit busy but I am hoping on QtWebEngine for SFOS. If we have that available at our disposal, a Protonmail webapp would be doable with notifications and stuff I think. Chromium support we

[SailfishDevel] ListView boundaries

2018-10-21 Thread Dylan Van Assche via Devel
Hi, I looked at the Qt docs of QML ListView and QML Flickable but I couldn't find a way to detect if the user is at the boundaries of a ListView. When you do that in a SilicaListView, the view fades out. How can I access that property? Qt 5.9 provides a special signal for this, but SFOS is stil

Re: [SailfishDevel] RPM build error

2018-08-15 Thread Dylan Van Assche via Devel
nable. The "console" CONFIG option will have any effect on > win32-only. It is not needed on other OSes. > > BR, > Martin > > --- > > From: Devel [devel-boun...@lists.sailfishos.org] on behalf of Dylan Van &

Re: [SailfishDevel] RPM build error

2018-08-15 Thread Dylan Van Assche via Devel
n qrail.spec while it is not being created by the > "%install" step. I couldn't verify because for me there are more errors that > prevent the build to proceed that far. > > BR, > Martin > > ------- > &g

[SailfishDevel] RPM build error

2018-08-14 Thread Dylan Van Assche via Devel
Hi, I'm having some trouble with building my test application for my QRail shared library. The RPM can't be build for some reason, I'm not sure why... error: File not found: /home/deploy/installroot/usr/share/qrail-tests File not found: /home/deploy/installroot/usr/share/qrail-tests 19:58:02:

Re: [SailfishDevel] GDB in the SailfishSDK

2018-08-07 Thread Dylan Van Assche via Devel
Never mind, forgot to enable it in the kits... Kind regards, Dylan Van Assche Sent with [ProtonMail](https://protonmail.com) Secure Email. ‐‐‐ Original Message ‐‐‐ On 7 August 2018 5:35 PM, Dylan Van Assche via Devel wrote: > Hi, > > I'm having some troubles install

[SailfishDevel] GDB in the SailfishSDK

2018-08-07 Thread Dylan Van Assche via Devel
Hi, I'm having some troubles installing GDB in the SailfishSDK... What I already did: - Install GDB in my OS - Install GDB server and a Qt package as described by the SailfishSDK known issues - QtCreator sees my GDB on the host OS When I click on 'Start debugging' I get this after launching the

[SailfishDevel] Unittests in seperate application

2018-07-18 Thread Dylan Van Assche via Devel
Hi, For my BeRail project/thesis I would like to create some unit tests. I already managed to get the QtTest framework to work in SFOS but it's launched from the application main. If I use the macro to create a test main: QTEST_MAIN ( TestClass ) then I get the compile error: multiple main()

[SailfishDevel] QDoc tool in the SDK

2018-03-28 Thread Dylan Van Assche via Devel
Hi, Is the qdoc tool available in the Sailfish SDK installation? I looked for it in the SDK folders but I can't find it... I need it to build the QtFeedback docs. Cheers, Dylan Van Assche Verzonden met ProtonMail Mobile___ SailfishOS.org Devel mailing

[SailfishDevel] Watch virtual keyboard state

2018-01-28 Thread Dylan Van Assche via Devel
Hi, For a messaging client I need to watch the virtual keyboard state, when it's opened or closed I need to adjust my SilicaListView to the right position. I tried already this: Connections { target: Qt.inputMethod onVisibleChanged: { console.debug("Keyboard visible:

[SailfishDevel] Nemo Thumbnailer not generating thumbnails

2018-01-19 Thread Dylan Van Assche via Devel
Hi, I'm trying to include Nemo.Thumbnailer 1.0 into my Sailfinder application. I want to have access to the profile images which are stored on an external server. Using the QML Image {} the image is displayed when using Thumbnail {} it's transparent. Can Nemo.Thumbnail not fetch images from an

Re: [SailfishDevel] Best way to seperate QTests

2018-01-04 Thread Dylan Van Assche via Devel
Not that I know of... That's why I post it on the Devel list. > Original Message > Subject: Re: [SailfishDevel] Best way to seperate QTests > Local Time: 4 January 2018 8:56 AM > UTC Time: 4 January 2018 07:56 > From: t.schmittlauch...@orlives.de > To: Dylan Van Assche , Sailfish

[SailfishDevel] Best way to seperate QTests

2018-01-03 Thread Dylan Van Assche via Devel
Hi, I saw that Jolla seperates all it's QTests into seperate packages. What's the best way to do this in Sailfish OS? I want to avoid that my QTests would land in the RPM package that's uploaded on Openrepos/Harbour (RELEASE mode). But when I'm developing I would like to have these tests running

Re: [SailfishDevel] Get it in the Jolla Store

2017-12-26 Thread Dylan Van Assche via Devel
27;having access for all to the store' could bring up licensing issues > for Jolla (Alien Dalvik, Exchange) > > But for the push: OK! ;) > > On Tuesday, December 26, 2017, Dylan Van Assche via Devel wrote: > >> Hi, >> Thanks :) >> >> - Webview of the st

Re: [SailfishDevel] Get it in the Jolla Store

2017-12-26 Thread Dylan Van Assche via Devel
Exchange) > > But if it is not an issue, +1 from me. > > Zoltan > > On Tuesday, December 26, 2017, Dylan Van Assche via Devel wrote: > >> Hi, >> Has Jolla an equivalent of the Google/Apple/Windows store icon: "Get it in >>

[SailfishDevel] Get it in the Jolla Store

2017-12-26 Thread Dylan Van Assche via Devel
Hi, Has Jolla an equivalent of the Google/Apple/Windows store icon: "Get it in the Jolla Store"? If not, this a small effort and would promote the Jolla Store across the web. Kind regards, Dylan___ SailfishOS.org Devel mailing list To unsubscribe, plea

[SailfishDevel] Increase buildspeed of the Application SDK

2017-12-20 Thread Dylan Van Assche via Devel
Hi, Is it possible to increase the build speed of C++ apps in the Application SDK? I can asign more CPUs and RAM in the VM manager but it seems that the Application SDK builds applications with the -j1 MAKE flag (max 1 job). Is there anything I can do to increase the build speed? Big C++ apps li

[SailfishDevel] LED pattern on notification

2017-11-30 Thread Dylan Van Assche via Devel
Hi, Is it possible to use the Nemo Notification plugin directly to enable a LED pattern when a notification is published? I also found the DBus MCE interface to control the LED however only PatternPowerOff and PatternPowerOn seems to work? Kind regards, Dylan Van Assche___

Re: [SailfishDevel] Harbour compatible background apps?

2017-11-25 Thread Dylan Van Assche via Devel
2017 09:41 > From: coderusin...@gmail.com > To: Dylan Van Assche , Sailfish OS > Developers > > Hello, yes this is harbour-compatible. > For example i have this app published in store: > https://github.com/CODeRUS/harbour-screentapshot > > 2017-11-25 12:34 GMT+03:00

[SailfishDevel] Harbour compatible background apps?

2017-11-25 Thread Dylan Van Assche via Devel
Hi Devs, I found a repo from CODeRUS with an example of a background app: https://github.com/CODeRUS/background-application-example/tree/master/src Is this Harbour compatible? The Harbour FAQ allows this AFAIK since it's not a real daemon, it just hides the UI from the screen while that the C++

Re: [SailfishDevel] SDK auto setter/getter

2017-10-30 Thread Dylan Van Assche via Devel
idn't pop up when the getter and setter > already existed. > > BR, > Martin > > --- > > From: Devel [devel-boun...@lists.sailfishos.org] on behalf of Dylan Van > Assche via Devel [devel@lists.sailfishos.org

[SailfishDevel] SDK auto setter/getter

2017-10-27 Thread Dylan Van Assche via Devel
Hi, I'm rewriting my Sailfish OS apps with a C++ backend by following the encapsulation rules. This implies that I need a get/set for each C++ class so I searched online if QtCreator cannot generate these automatically and it should do it: https://stackoverflow.com/questions/21142940/how-to-mak

Re: [SailfishDevel] Installing Nemo Notification C++ in EA SDK

2017-09-12 Thread Dylan Van Assche via Devel
l/devel/2017-September/007991.html > > BR, > Martin > > --- > > From: Devel [devel-boun...@lists.sailfishos.org] on behalf of Dylan Van > Assche via Devel [devel@lists.sailfishos.org] > Sent: Wednesday, September 13, 2017 8:22 AM > T

[SailfishDevel] Installing Nemo Notification C++ in EA SDK

2017-09-12 Thread Dylan Van Assche via Devel
Hi, For some reason I can't install the Nemo Notification plugin in the EA SDK. I would like to use it in my C++ code. This is what I get when installing a package: finished: installing packages - exited with status 0 (with --nodeps --force) Error: Subprocess failed. Error: RPM failed: warning:

Re: [SailfishDevel] QT String issue

2017-09-12 Thread Dylan Van Assche via Devel
s - try data.replace("\"", > "") or better data.remove('"'). > > BR, > Martin > > --------------- > > From: Devel [devel-boun...@lists.sailfishos.org] on behalf of Dylan Van > Assche via

Re: [SailfishDevel] QT String issue

2017-09-12 Thread Dylan Van Assche via Devel
bject >> for which it was called. I.e. >> >> QString str1 = " a "; >> str1.trimmed(); >> // str1 is unchanged but returns a QString object which is "a" >> >> Cheers >> Dmitriy >> >> On Tue, Sep 12, 2017 at 12:25 PM

Re: [SailfishDevel] QT String issue

2017-09-12 Thread Dylan Van Assche via Devel
r.replace("\\\"", ""), where str > an object of QString. > > Also note that trimmed() is a const method and does not change the object for > which it was called. I.e. > > QString str1 = " a "; > str1.trimmed(); > // str1 is unchanged bu

[SailfishDevel] QT String issue

2017-09-12 Thread Dylan Van Assche via Devel
Hi, I'm reading the sfos-release and the hw-release file in /etc from C++ but for some lines I get this in my strings as output: "\"Intex Aqua Fish\"" I tried trimmed() and remove() but I can't figure out how to clean it correctly. The \" characters are annoying. Kind regards, Dylan Van Assch

[SailfishDevel] Retrieve application version

2017-09-03 Thread Dylan Van Assche via Devel
Hi, I'm trying to update the application version everytime I change it in the .SPEC file but it seems that there's no Harbour allowed API is available to querry the application version when running? My last help would be parsing a "pkcon search name " but if there's a better method available, t

Re: [SailfishDevel] Read device info

2017-08-19 Thread Dylan Van Assche via Devel
u can read SFOS version from VERSION_ID line of /etc/os-release and >>> device name from NAME line of /etc/hw-release. Though it claims my Jolla C >>> is actually an Intex Aqua Fish :) >>> >>> Cheers, >>> Andrew Penkrat >>> >>&g

[SailfishDevel] Read device info

2017-08-18 Thread Dylan Van Assche via Devel
Hi devs, Does somebody has a way to read the information displayed on the About Page in Settings? I would like to retrieve the SFOS version, Device name, ... not for spying/collecting data (totally against that) but to check if some new features of SFOS are available for my apps. Kind regards,

Re: [SailfishDevel] SDK version 1707 (2.1.1) is released to Early Access

2017-08-01 Thread Dylan Van Assche via Devel
Hi, Nice improvements! QML-only will make it for Python devs a lot easier to create a project. The Sailfish Ambience development is now official supported, will Harbour accept then Ambiences soon? Kind regards, Dylan > Original Message > Subject: [SailfishDevel] SDK version 1707

[SailfishDevel] Screenshot DBUS API privacy issue

2017-06-15 Thread Dylan Van Assche via Devel
Hi Jolla, While playing around with the several (on)official DBUS API's on Sailfish OS I discovered that the Screenshot DBUS API is free to use on the SessionBus. It's handy for some applications to access this API but it doesn't show a notification when using it (like you see when you hold both

Re: [SailfishDevel] Nemo DBus typedCall

2017-06-15 Thread Dylan Van Assche via Devel
lugin-dbus.readthedocs.io/en/latest/#dbusinterface), you should set signalsEnabled = true. Nemo Mobile D-Bus QML Plugin — Nemo Mobile D-Bus QML Plugin 2.0.0 documentation Regards, rgr --- From: Dylan Van Assche via Devel To: Sailfi

Re: [SailfishDevel] Nemo DBus typedCall

2017-06-15 Thread Dylan Van Assche via Devel
7;, 'value': 'Powered'}, {'type':'v', 'value': valuet}], …); ref: https://talk.maemo.org/archive/index.php/t-92303.html -kimmo From: Devel [mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Dylan Van Assche via Devel Sent: 10. kesäkuuta 201

Re: [SailfishDevel] Nemo DBus typedCall

2017-06-11 Thread Dylan Van Assche via Devel
7;:'s', 'value': 'Powered'}, {'type':'v', 'value': valuet}], …); ref: https://talk.maemo.org/archive/index.php/t-92303.html -kimmo From: Devel [mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Dylan Van Assche via Devel Sent: 10.

[SailfishDevel] Nemo DBus typedCall

2017-06-10 Thread Dylan Van Assche via Devel
Hi devs, I'm playing around with the Nemo DBus QML plugin but I'm a little bit stuck when using the function typedCall(). DBusInterface { id : wifi bus : DBus.SystemBus service : 'net.connman' path : '/net/connman/technology/wifi' iface : 'net.connman.Technology' signalsEnabled

[SailfishDevel] Timedclient-qt5

2017-04-09 Thread Dylan Van Assche via Devel
Hi devs, I don't know if this allowed in Harbour so maybe someone knows it here: May I use Timedclient-qt5 to launch a small script every X minutes as a terminal command? Cheers, Dylan___ SailfishOS.org Devel mailing list To unsubscribe, please send a

Re: [SailfishDevel] Geoclue status

2017-03-29 Thread Dylan Van Assche via Devel
n Van Assche , Sailfish OS Developers Hi Dylan, to my knowledge its not available. See https://bugs.merproject.org/show_bug.cgi?id=1629 Cheers, Rinigus On Wed, Mar 29, 2017 at 9:08 PM, Dylan Van Assche via Devel wrote: Hi devs, We can read the status of our network connections (WiFi, cel

[SailfishDevel] Geoclue status

2017-03-29 Thread Dylan Van Assche via Devel
Hi devs, We can read the status of our network connections (WiFi, cellular, ...) through Connman in "/run/state/providers/connman/Internet" But I am searching for the same to read out the status of the user his location (position fix, accuracy, position provider, ...) Cheers, Dylan

Re: [SailfishDevel] Harbour error

2017-03-22 Thread Dylan Van Assche via Devel
bject: Re: [SailfishDevel] Harbour error Local Time: March 22, 2017 2:16 PM UTC Time: March 22, 2017 1:16 PM From: pami.ketolai...@jolla.com To: devel@lists.sailfishos.org On 03/16/2017 12:00 PM, Dylan Van Assche via Devel wrote: > Hi devs, > > I tried to upload my latest update of Sailfin

[SailfishDevel] Harbour error

2017-03-16 Thread Dylan Van Assche via Devel
Hi devs, I tried to upload my latest update of Sailfinder to Harbour but I get this error: [errorHarbour.png] I used the same YAML file as before but I added the nemo-qml-plugin-configuration-qt5 dependency (see attachment). The RPM validator in the SDK validates the RPM without any issue. As

[SailfishDevel] Launching app when not fully closed yet in Lipstick

2017-03-02 Thread Dylan Van Assche via Devel
Hi, I'm trying to figure out why my app won't launch just after it was closed in the UI by the user, if the user waits for a couple seconds then it's fine. I launched it then for the terminal and the app is properly closed ( I can't execute any command until the app is fully closed) but that beh

Re: [SailfishDevel] org.nemomobile.configuration examples

2017-02-07 Thread Dylan Van Assche via Devel
eboot/blob/3b7644b51a36d57bfe9afacf39959ca27b79e235/qml/common/Settings.qml#L4 Am 07.02.2017 13:46, schrieb Dylan Van Assche via Devel: > Hi devs, > > Currently I'm struggling with the org.nemomobile.configuration QML > module. > > On the SailfishOS Reference pages is exp

[SailfishDevel] org.nemomobile.configuration examples

2017-02-07 Thread Dylan Van Assche via Devel
Hi devs, Currently I'm struggling with the org.nemomobile.configuration QML module. On the SailfishOS Reference pages is explained which properties this module has but I can't find any examples there. After some Googling I found some examples on how to use ConfigurationValue {} but I want to gro

[SailfishDevel] com.jolla.email 1.1

2016-12-31 Thread Dylan Van Assche via Devel
Hi Dev's, I want to build an app using the buildin email composer from Sailfish.Email. However, I want to hide several parts from it... Sailfish.Email uses a QML Loader to load the UI from com.jolla.email 1.1 I can add the property 'visible' to the loader but then it hides the complete item. If