View Single Post
Temporal's Avatar
Posts: 323 | Thanked: 189 times | Joined on Oct 2010 @ Brazil
#728
Originally Posted by sakya View Post
Done in version 0.1.22:

Changelog:
* Added BackgroundUpdateIntervalSeconds setting to DateTime widget. If set the widget is updated every x seconds also when the lockscreen isn't visible,
so that the time you see when you click the power button isn't too "old".

As said in the changelog add
Code:
BackgroundUpdateIntervalSeconds=60
to your DateTime widget to let it update in background.
Thank you, thank you, thank you, thank you, thank you!!!! I cannot thank you enough! This just solved everything in my side! I can finally see the time whenever I want!!! Thank you!!!!

Originally Posted by sakya View Post
When does this happen (double buffering is enabled by default in QGraphicsView)?
This happens "regularly" as in, more often than not it just works, and sometimes it gets stuck this way for seconds (tilled or with a black border - those are actual shots, not made up - of course I had to try several times until I was able to shot a perfect 'shot' of the thing -hence, the delay between each-).
So, if double buffer is already enabled, may I ask if you use only the accelerometer or you use the rotation provided by the phone? If you use the second (as in, your program rotates instead of just changing the picture upon state-changing on the accelerometer), may I ask to put it on the settings file another setting like (in the picture used or whatever):
UseBuiltInRotation=1/0
Where 0 would not let the program rotate and just change the picture upon accelerometer state-change? I believe this would at least prevent the black border one (I'm taking that from the beginnings of the first trials of rotation when the background image had to be made 800x800 you know?);

If you already do that, I'm out of luck.
Anyhow, thank you very very much!
__________________
Love and Goodness are not a property. Are not a franchising. They are present in each one of us, and must be cultivated with KNOWLEDGE.

Last edited by Temporal; 2011-10-21 at 18:44.