Re: [SailfishDevel] keyboard development

2018-03-06 Thread Mike Sheldon
tokenize on (so for example Chinese could tokenize on different characters from English), it probably wouldn't be difficult to replace that with tokenization performed by another library. Hope that helps :) Mike > But before going into major porting of the keyboard, would be good to k

Re: [SailfishDevel] keyboard development

2018-03-05 Thread Mike Sheldon
Hey Rinigus, I've been out of the Jolla ecosystem for a while (since my phone was lost a couple of years ago), so can't say anything much about the Jolla keyboard; but I was the lead developer on the Ubuntu Keyboard at Canonical so am happy to answer any specific questions you have about that. Ch

Re: [SailfishDevel] GCompris

2015-04-23 Thread Mike Sheldon
Hi Alex, On Thu, 2015-04-23 at 10:44 +0200, Alex Smirnoff wrote: > But how could I say to Gcompris community that I need to integrate > part of Qt into the application, just to be able to approved it for > Jolla store? I think the GCompris developers will understand this requirement, I've been

Re: [SailfishDevel] QAccelerometer availability ?

2014-01-12 Thread Mike Sheldon
On Sun, 2014-01-12 at 16:42 +0100, Franck Routier (perso) wrote: > But... I get this: > > SensorManagerInterface::interface:78 - Requested sensor id ' > "accelerometersensor" ' interface not granted > > Any idea where this comes from ? The emulator doesn't simulate accelerometer sensors, for thi

Re: [SailfishDevel] QAccelerometer availability ?

2014-01-12 Thread Mike Sheldon
On Sun, 2014-01-12 at 11:49 +0100, Franck Routier (perso) wrote: > Hi, > > I'm still stuck with this. Back to the basics... > > In my qml, I have added: > > import QtSensors 5.0 and used Accelerometer. > > Fine. But On deployment, I get an error: module "QtSensors" is not installed > > I think

Re: [SailfishDevel] QAccelerometer availability ?

2014-01-11 Thread Mike Sheldon
Hi Frank, On Sat, 2014-01-11 at 18:03 +0100, Franck Routier (perso) wrote: > So: is QAccelerometer available in Sailfish SDK ? > If not, is it planned ? > Or is there another way to get this kind of features ? They're part of the QtSensors module which is available in the packages: "qt5-qtsensor

Re: [SailfishDevel] Scriptlets in RPM hot allowed to Harbour

2014-01-11 Thread Mike Sheldon
Hi Marcin, On Sat, 2014-01-11 at 16:49 +0100, Marcin M. wrote: > So how else can we update sudoers...? No custom package manager could > be done without it. As I understand it you don't need to be root to carry out package management tasks on Sailfish due to the way it implements packagekit, whi

Re: [SailfishDevel] [Update] Changelog for SailfishOS update 2 (1.0.2.5)

2013-12-27 Thread Mike Sheldon
On Fri, 2013-12-27 at 16:01 +, Mike Sheldon wrote: > On Fri, 2013-12-27 at 15:58 +0000, Mike Sheldon wrote: > > On Fri, 2013-12-27 at 16:44 +0100, Martin Grimme wrote: > > > You're right. Those apps should not be updatable before updating the OS. > > > > &g

Re: [SailfishDevel] [Update] Changelog for SailfishOS update 2 (1.0.2.5)

2013-12-27 Thread Mike Sheldon
On Fri, 2013-12-27 at 15:58 +, Mike Sheldon wrote: > On Fri, 2013-12-27 at 16:44 +0100, Martin Grimme wrote: > > You're right. Those apps should not be updatable before updating the OS. > > > > I think you can revive your store-client by updating the store-client &g

Re: [SailfishDevel] [Update] Changelog for SailfishOS update 2 (1.0.2.5)

2013-12-27 Thread Mike Sheldon
y updating the store-client has got the store opening again, but only to the page saying that no accounts are currently set up, attempting to sign in from there just results in it complaining that an account already exists. Thanks, Mike. > > > Martin > > > 2013/12/27, Mike Sh

Re: [SailfishDevel] [Update] Changelog for SailfishOS update 2 (1.0.2.5)

2013-12-27 Thread Mike Sheldon
his can happen. > > Can you check in Terminal what version of jolla-settings-accounts you have? > > > > > > Martin > > > > 2013/12/27, Mike Sheldon : > >> It'd appear that store authentication isn't working, as it's attempting > >> to

Re: [SailfishDevel] [Update] Changelog for SailfishOS update 2 (1.0.2.5)

2013-12-27 Thread Mike Sheldon
It'd appear that store authentication isn't working, as it's attempting to load the Sign In page, which then fails with the following errors: [W] unknown:383 - file:///usr/share/store-client/main.qml:383:9: Type SignInPage unavailable SignInPage { ^ [W] unknown:147 - f

Re: [SailfishDevel] What about game development?

2013-12-26 Thread Mike Sheldon
On Thu, 2013-12-26 at 18:04 +, Mike Sheldon wrote: > (Of course the ideal solution would be for QAudioOutput to have the same > level of integration automatic as QMediaPlayer on the Sailfish side.) Sorry, that should read "automatic integration". I've also just noticed

Re: [SailfishDevel] What about game development?

2013-12-26 Thread Mike Sheldon
On Thu, 2013-12-26 at 14:46 +0100, Thomas Perl wrote: > For Audio, use PulseAudio (or Qt5 Multimedia / SDL2 Audio if you use > these frameworks). Due to the resource policy, you might have to use > libaudioresource to request playback of audio, otherwise system policy > might prevent you from playi

Re: [SailfishDevel] QML only apps: sailfish-qml

2013-12-22 Thread Mike Sheldon
On Sun, 2013-12-22 at 18:24 +0800, Matt Austin wrote: > However, I don't appear to have "sailfish-qml" available You need libsailfishapp-launcher (you'll also need to make your RPM depend on it as well for later distribution). One thing to be aware of is that it doesn't work exactly like qmlscene

Re: [SailfishDevel] adding libraries to sailfish app.

2013-12-22 Thread Mike Sheldon
On Sun, 2013-12-22 at 19:11 +0530, Sadika Sumanapala wrote: > thank you. is there a way to deploy compiled shared libraries with > app? Just include them in your rpm and set the -rpath value for your binary at compilation time (alternatively you could be setting LD_LIBRARY_PATH at runtime from you

Re: [SailfishDevel] How to maximize an application from CoverAction?

2013-12-21 Thread Mike Sheldon
Hi Gabriel, On Sun, 2013-12-22 at 00:18 +0100, Gabriel Boehme wrote: > In my application I want to offer, that a user can jump directly to the > search with a CoverAction, same like Jolla Store is doing. > Internally it pushes my SearchPage on the PageStack so no problem there, > but I don't know

Re: [SailfishDevel] Receiving notifications

2013-12-18 Thread Mike Sheldon
the question still stands, is there any current or planned mechanism for handling this in a more general way? Thanks, Mike. > > On 18.12.2013 21:24, Mike Sheldon wrote: > > Hi, > > > > I'm currently in the process of porting Rockwatch, my Pebble smart > >

Re: [SailfishDevel] Receiving notifications

2013-12-18 Thread Mike Sheldon
Ah, excellent, thanks very much! On Wed, Dec 18, 2013 at 3:26 PM, Andrey Kozhevnikov wrote: > There is mlite5 library providing MNotification compability for lipstick, > it have all features MeeGo have. > > > On 18.12.2013 21:24, Mike Sheldon wrote: > >> Hi, >> >

[SailfishDevel] Receiving notifications

2013-12-18 Thread Mike Sheldon
Hi, I'm currently in the process of porting Rockwatch, my Pebble smart watch application, from MeeGo to Sailfish. I've got the basics working with it communicating correctly with the watch over bluetooth, however I'm running into a bit of a problem with notifications. From what I can tell from