Re: [SailfishDevel] using icon image provider with custom icons

2020-05-25 Thread Julien Blanc
Le lundi 25 mai 2020 à 14:47 +0300, David Llewellyn-Jones a écrit : > On 25/05/2020 14:31, Julien Blanc wrote: > [snip] > > > > Isn't there something smarter to do ? I can't find where the theme > > image provider gets registered, but i suppose it would be a far > &g

[SailfishDevel] using icon image provider with custom icons

2020-05-25 Thread Julien Blanc
Hello, I’m currently in the process of integrating custom icons into my app. I need this because the available icons in the silica theme simply do not cover every use case. I’d like to benefit from icon coloring and correct size selection. However, it seems the "theme" icon provider only looks

Re: [SailfishDevel] Sailfish SDK 3.1 has been released to Early Access

2020-05-01 Thread Julien Blanc
Le vendredi 01 mai 2020 à 12:38 +0200, Thomas Tanghus a écrit : > > > Anyways, I installed the legacy version and it seems to work, but I > don't > even know what Clang does to start with ;) clang code model brings far superior auto completion than the old qt creator integrated language model.

Re: [SailfishDevel] Problem in interaction qml and c++

2020-04-23 Thread julien . blanc
Your needs are very similar to mine in kontroller app( this is to be expected, needs are very similar).   At first glance, i tried an approach using singleton objects, and qml objects were internally just proxy over the c++ singletons. This proved to be a total mess, not reliable (including

Re: [SailfishDevel] SDK SIGSEGV when adding new kit

2020-04-20 Thread Julien Blanc
In my case, wiping out the following directories : ~/.config/SailfishSDK~/.cache/SailfishSDK solved the crash issue (there was maybe a third directory i had to erase, i don't remember exactly). The cache directory may not be necessary, but i believe erasing it is safe. Erasing the config directory

Re: [SailfishDevel] Lipstick not launching app

2020-04-14 Thread Julien Blanc
ledge can correct me. The regular booster will try and load > > the > > app as a shared library so it will need to be compiled a certain > > way. > > Depends how your app is written. Anything based on the sdk > > templates > > should be fine. > > > >

Re: [SailfishDevel] Lipstick not launching app

2020-04-14 Thread Julien Blanc
erence between silica-qt5 and qt5 ? Why would it cause an app crash ? Regards, Julien > On Tue, 14 Apr 2020 at 11:18, Julien Blanc > wrote: > > Finally found something relevant in the logs : > > > > Apr 14 12:15:42 Sailfish mapplauncherd[5363]: Boosted process > > (pid

Re: [SailfishDevel] Lipstick not launching app

2020-04-14 Thread Julien Blanc
some debug traces. I'm still puzzled as what's the difference between launching from lipstick and from a terminal. Regards, Julien Le mardi 14 avril 2020 à 07:35 +0200, Julien Blanc a écrit : > There it is : > > [Desktop Entry] > Type=Application > X-Nemo-Application-Type=si

Re: [SailfishDevel] Lipstick not launching app

2020-04-13 Thread Julien Blanc
app name in German locale (de). #Name[de]=kontroller The whole source code is available here: https://github.com/Julien-Blanc-tgcm/kontroller I changed a lot of things from v0.6, so tracking which particular change triggers the problem is not an easy task. I’d rather have a way to get more traces

[SailfishDevel] Lipstick not launching app

2020-04-13 Thread Julien Blanc
Hi, I’m running into a pretty annoying issue with lipstick not launching the application i develop anymore (occurs with 3.3, but occurs after i made some changes which should not be relevant). The application launch fine from a terminal, launch fine from the sdk, but launching it from lipstick,

Re: [SailfishDevel] Sailfish SDK 3.0 has been released to Early Access

2020-04-03 Thread Julien Blanc
Le vendredi 03 avril 2020 à 16:11 +0200, Martin Kampas a écrit : > Hello, > > Today (Apr 3rd) at 14:00 UTC we published an update to the Early > Access Build Targets. These now match the Sailfish OS release > 3.3.0.14 (Rokua). > > More details can be found under "Update #2" headline at >