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
0
votes
2 answers

QML: Update a nested ListView

I'm making a TV-Guide on Sailfish OS, and have met an - for now - obstacle. As I want to have the possiblity to mark each entry for a customized list I need to modify the model behind. I have tried modifying the model directly: model.favorite =…
tanghus
  • 55
  • 3
  • 10
0
votes
1 answer

How to disable the annoying keyboard suggestions in Sailfish OS?

In the standard Sailfish OS keyboard there's this autosuggestion feature, which means well, but can be really annoying, e.g. duplicating parts of the word being edited, etc. The UI does not provide any way to disable this feature. Can it be done by…
Wojciech Gac
  • 1,538
  • 1
  • 16
  • 30
0
votes
1 answer

Create other folder with qmake/Qt

Using Qt creator (SailfishOS SDK), I would like that my myapp.pro make a directory in the /home/nemo/.local/share to store user's data on installation with files like /home/nemo/.local/share/myapp/data.extension. I tried: newdirectory.extra = mkdir…
EricW
  • 23
  • 4
0
votes
2 answers

How to display TextField at the bottom of the screen

I want to display a TextField at the bottom of the screen in QML for SailfishOS. I attempted multiple tries but the TextField is always at the top of the screen. import QtQuick 2.0 import Sailfish.Silica 1.0 ApplicationWindow { id: screen …
Kaymaz
  • 454
  • 8
  • 23
0
votes
2 answers

Gifs on Sailfish-os

I came here with a little problem, i can't use any local .gif in my code. I work on Linux with QtCreator and the Sailfish VM to make a Sailfish-os application. I tried first this example, without any success. Rectangle { width: animation.width …
Psycho
  • 1
  • 3
-1
votes
1 answer

ElectronJS for Linux touch mobile operating systems?

ElectronJS is cross-platform framework to create desktop apps for Mac, Windows and Linux. But if I make an app using responsive web design for mobile views, will the distribution for Linux work for Ubuntu Touch, Sailfish OS, Mobian, and many other…
1 2
3