nemomobile / lipstick-colorful-home

Homescreen for Nemo Mobile, using lipstick
20 stars 13 forks source link

Lock screen: Add timer to update clock (bug 519) #7

Closed thp closed 11 years ago

thp commented 11 years ago

Still missing: Disable timer while screen is off

See https://bugs.nemomobile.org/show_bug.cgi?id=519

rburchell commented 11 years ago

for this, thanks for the effort, but you should try use wallclock instead (org.nemomobile.time import, WallClock element, API at https://github.com/nemomobile/nemo-qml-plugins/blob/master/time/src/nemowallclock.h)

this has the added advantage of changing whenever the system time is changed, so it'll be up to date whenever it syncs with ntp/cellular time etc

thp commented 11 years ago

Patch updated. Needs "nemo-qml-plugins-time" as new run-time dependency in the .spec file (not in Git).