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