View Single Post
sakya's Avatar
Posts: 533 | Thanked: 1,341 times | Joined on Dec 2010 @ Italy
#580
Originally Posted by Temporal View Post
The bug: Whenever the QtLockScreen activates, if it has the weather plugin on, it will ALWAYS try to connect to the internet,
This is very strange.
The weather widget is updated:
1.The first time the widget is updated (created)
2.When you connect to the internet and at least MinimumSecondsBetweenUpdates seconds passed from the last update
3.When AutoUpdateIntervalSeconds seconds passed since the last update.

You can test this by launching qtlockscreen in debug mode
Code:
/usr/bin/qtlockscreen -d
and then lock your phone, press the power button to activate the lockscreen and unlock.
Look at the debug messages: after the "start update" message you shouldn't see the message
Code:
Updating weather informations
I would like to be able to put the notification labels INSIDE of the picture's notification.
In the next update you will be able to set TextAlignment to "center" and the text will be centered over the image.