Questions tagged [sailfish-os]

Sailfish OS is a mobile operating system built on top of the Meego fork called the Mer project. Sailfish OS is developed by Finnish startup Jolla mobile using an open development model. Sailfish OS features an advanced UI, radically different from the Meego UI.

Sailfish OS is a mobile operating system built on top of Mer project and Qt. The UI is built with QML and QtQuick and the standard QtMobility APIs are supported. Sailfish OS uses the Meego fork Mer as the main operating system. Mer is centered around a ultra-portable Linux + HTML5/QML/JS Core. For Sailfish OS, Mer project serves as the core OS, providing a functional core Linux stack that boots up to the screen, but without any UI and without any hardware adaptation. Sailfish OS adds a custom UI with an advanced user experienced optimized for the multitasking capabilities of the operating system. Sailfish OS is being developed by the Finnish startup Jolla Mobile.

36 questions
10
votes
0 answers

Error deploying Qt Quick Application to Jolla Phone: nothing provides libQt5Qml.so.5

Created the default Sailfish OS Qt Quick Application and used Deploy to build the rpm. When I try to install the rpm on the phone, I see this error: error: Failed dependencies: libQt5Qml.so.5(Qt_5) is needed by harbour-xxx libQt5Qml.so.5 is…
arunkumar
  • 32,803
  • 4
  • 32
  • 47
8
votes
1 answer

What does the technology stack for mobile app development on Jolla's Sailfish OS look like?

What does the technology stack for mobile applications (native and HTML5) look like for the new Sailfish OS announced by Jolla? There is little information available in one central place on the Sailfish OS technology stack, but the project websites…
raju-bitter
  • 8,906
  • 4
  • 42
  • 53
3
votes
1 answer

SailfishOS / Qt - how to have my application called at a given date, say a few weeks from now

I am currently developing a reminder application for SailfishOS. There's one thing I haven't been able to figure out yet: Is there a possibility to register with the OS for a specific date (and maybe an ID), so that my app will be invoked to do its…
peterp
  • 3,101
  • 3
  • 22
  • 37
3
votes
2 answers

Sailfish OS App Development for Beginners

Just wanted to get a reference for Sailfish OS App development.Which are all the good books and forums for beginners.
Renji
  • 391
  • 2
  • 7
  • 20
2
votes
1 answer

How to interact with the value of a Slider in Sailfish Silica / QML?

I seem to be totally lost in the declaration of forms in QML. I have a C++ object with properly set Q_PROPERTies, I have access to an object of that class in the QML, and I want to use sliders in the QML. How exactly do I make the value of the…
Ivan Bratoev
  • 235
  • 2
  • 13
2
votes
1 answer

Sailfish OS - change page after dialog accepted

I have a page that displays information about an object in my database. On this page, I have the possibility of deleting that object by calling a dialog. When the user accept the dialog, the object is removed, but by default after accepting the…
andrew
  • 3,879
  • 4
  • 25
  • 43
2
votes
1 answer

Prevent QML MouseArea from taking focus when pressed

In my application, I have a TextArea, and under it a toolbar with Button items. Whenever a Button gets pressed, the TextArea loses focus, and hides the virtual keyboard (which is right). But what if I want the TextArea to keep its focus, even if a…
CamilB
  • 1,377
  • 1
  • 12
  • 27
2
votes
1 answer

Equally resize all children of a Row to fit in their parent

I'm trying to put 5 buttons in my window, aligned in a row, and each button should have equal width, while occupying all the available space in the parent. Here's how I'm trying (fails): Row { id: toolbar width: 300 height: 80 …
CamilB
  • 1,377
  • 1
  • 12
  • 27
2
votes
2 answers

Dynamically set Label's "id" property

I'm developing an application for SailfishOS using the QML language. I want to dynamically set the id property of a Label by using an if condition. This is my code: Label { id: { if(myBool == false) { …
PeppeLaKappa
  • 139
  • 11
2
votes
1 answer

opencv - sailfishOS IDE

I want to create an Sailfish app for Jolla with C++ and openCV. I worked with openCV and standard computers, but I have no experience with openCV and mobile devices. How do I have to integrate the openCV libraries into the sailfishOS IDE? If I…
matl
  • 135
  • 1
  • 3
  • 12
1
vote
1 answer

QML app: How to capture camera image in-memory

I have a QML-based app where I need to capture images from the camera in order to do QR-code recognition/decoding (using qzxing). Following the example for the CameraCapture QML class, I can capture images, however they will always be saved to a…
user826955
  • 3,137
  • 2
  • 30
  • 71
1
vote
1 answer

Call to a python function in the previous Page in the PageStack

I have 2 QML Silica Pages, Main.qml and Icon.qml. Main.qml has this distribution: import QtQuick 2.0 import Sailfish.Silica 1.0 import io.thp.pyotherside 1.3 Page { SilicaFlickable { id: mainList Button { …
kirbylife
  • 115
  • 1
  • 9
1
vote
1 answer

Pagestack.push() problems

I am relatively new to sailfish OS programming and while using the silicaFlickable for opening new page depending on the option provided by the user. output of multiple screens I see the output of multiple screens and am unable to find anything…
wm_r
  • 11
  • 2
1
vote
0 answers

Auto-Scrolling TextArea in QML Sailfish / Silica

Update: Possible solution at the bottom. I am learning App development for Sailfish with very little prior experience in Qt/QML but some experience in other Toolkits (GTK, Tk, Motif, Xaw). I am currently writing a dumb chat client (no protocoll,…
1k5
  • 342
  • 6
  • 15
1
vote
1 answer

Sailfish OS will not update

I don't know if this is the right site for this question, but I need to know why Sailfish OS will not let me update. When I go into the updates in Settings and press Check for Update, it says there is no update found, but I'm on version 1.1.2.16,…
1
2 3