Re: [SailfishDevel] how can I translate the application name

2014-02-20 Thread Timur Kristóf
Is it also possible to localize the display name of the application that appears in the Store? On Wed, Feb 19, 2014 at 9:48 AM, David Greaves wrote: > Apps have 2 names: > * harbour name > * pretty name > > The harbour name is the internal name used for things like filesystem > locations > and p

Re: [SailfishDevel] Preventing auto sleep and detecting sleep mode

2014-02-20 Thread Arvid Fahlström Myrman
Well, I've at least solved the first problem by implementing a timer similar to the one used by ScreenBlank in Sailfish.Media (see /usr/lib/qt5/qml/Sailfish/Media/ScreenBlank.qml for reference), and it seems to work properly. I wonder though, how are we developers supposed to know about these D

Re: [SailfishDevel] Preventing auto sleep and detecting sleep mode

2014-02-20 Thread Kimmo Lindholm
I have been listening this one (but it requires dbus still) /* Nokia MCE display_status_ind * No actual use with this, just make log entry. Display status returns string: "on", "dimmed" or "off" */ static QDBusConnection mceSignalconn = QDBusConnection::systemBus(); mceSignalc

Re: [SailfishDevel] Preventing auto sleep and detecting sleep mode

2014-02-20 Thread Ove Kåven
Den 20. feb. 2014 19:16, skrev Arvid Fahlström Myrman: Well, I've at least solved the first problem by implementing a timer similar to the one used by ScreenBlank in Sailfish.Media (see /usr/lib/qt5/qml/Sailfish/Media/ScreenBlank.qml for reference), and it seems to work properly. I wonder though,