Re: [SailfishDevel] keyboard development

2018-03-06 Thread Mike Sheldon
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 know > what Jolla's plans are regarding their keyboard. They should be back in the > office now aft

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.

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 this sort

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,

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-qtsensors

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

2013-12-27 Thread Mike Sheldon
what version of jolla-settings-accounts you have? Martin 2013/12/27, Mike Sheldon m...@mikeasoft.com: 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

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

2013-12-27 Thread Mike Sheldon
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 Sheldon m...@mikeasoft.com: On Fri, 2013-12-27 at 16:35

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 package and then doing a pkill

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 +, 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

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 that libaudioresource

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 your

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

[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

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 coderusin...@gmail.comwrote: 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, I'm currently

Re: [SailfishDevel] Receiving notifications

2013-12-18 Thread Mike Sheldon
, 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 watch application, from MeeGo to Sailfish. I've got the basics working