maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] QtLockscreen: highly configurable lockscreen replacement (https://talk.maemo.org/showthread.php?t=75150)

droitwichgas 2011-07-31 08:22

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by pusak gaoq (Post 1061410)
well some member likes to put everything on their lockscreen as much as they can without considering what the true meaning of a lockscreen at the first place...i cannot argue that our device is far more better than other but it the modifications that put our phone ahead (except for they wide range of market apps)....

Ok, perhaps I should of said "slightly" better phone in my view.

The danger is the lockscreen will have so much on it that users will then start complaining it is slowing the device down. My phone already seems to be freezing again, for a couple of seconds, when on coming call arrives which I feel maybe down to this app.

NightShift79 2011-07-31 12:54

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
1 Attachment(s)
@http://talk.maemo.org/image.php?u=49...ine=1305108566 sakya

I have attached an overworked german translation.

Also I wonder if it's possible for you to store the translations files locally on the device. So we can easily add/update them.

Can you tell us what more features are about to come? ^^

Thanks again for qtlockscreen.

sakya 2011-07-31 16:55

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
@NightShift79: many thanks for the translation. :)
The next version won't use the embedded resources and all files will be installed to /opt/qtlockscreen

NightShift79 2011-07-31 20:55

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Could it be, that the current version doesn't support more then '6 external battery pics'
It shows me the original charging symbol inside the ressource.

Code:

[Battery]
#Images=":/images/battery_0.png;:/images/battery_1.png;:/images/battery_2.png;:/images/battery_3.png;:/images/battery_4.png;:/images/battery_5.png;:/images/battery_6.png"
Images="/opt/usr/share/icons/fringe-icons/bat1.png;:/opt/usr/share/icons/fringe-icons/bat2.png;/opt/usr/share/icons/fringe-icons/bat3.png;/opt/usr/share/icons/fringe-icons/bat4.png;/opt/usr/share/icons/fringe-icons/bat5.png;/opt/usr/share/icons/fringe-icons/bat6.png;/opt/usr/share/icons/fringe-icons/bat7.png;/opt/usr/share/icons/fringe-icons/bat8.png"
PosL="720;118"
SizeL="180;200"
PosP="346;276"
SizeP="180;200"
#PosL="15;30"
#PosP="15;30"
Alignment="right"
PercentageFont="Nokia Pure Text;14;bold;0"
PercentageColor="255;0;210;255"

Any help?

pusak gaoq 2011-07-31 21:01

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by NightShift79 (Post 1061882)
Could it be, that the current version doesn't support more then '8 external battery pics'
It shows me the original charging symbol inside the ressource.

Code:

[Battery]
#Images=":/images/battery_0.png;:/images/battery_1.png;:/images/battery_2.png;:/images/battery_3.png;:/images/battery_4.png;:/images/battery_5.png;:/images/battery_6.png"
Images="/opt/usr/share/icons/fringe-icons/bat1.png;:/opt/usr/share/icons/fringe-icons/bat2.png;/opt/usr/share/icons/fringe-icons/bat3.png;/opt/usr/share/icons/fringe-icons/bat4.png;/opt/usr/share/icons/fringe-icons/bat5.png;/opt/usr/share/icons/fringe-icons/bat6.png;/opt/usr/share/icons/fringe-icons/bat7.png;/opt/usr/share/icons/fringe-icons/bat8.png"
PosL="720;118"
SizeL="180;200"
PosP="346;276"
SizeP="180;200"
#PosL="15;30"
#PosP="15;30"
Alignment="right"
PercentageFont="Nokia Pure Text;14;bold;0"
PercentageColor="255;0;210;255"

Any help?

that kinda weird how you change the battery icon...i always change the first path (on the tops) to my desire icon path not adding another path after the first path...

NightShift79 2011-07-31 21:08

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
i just commented out the original path...

pusak gaoq 2011-07-31 21:26

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by NightShift79 (Post 1061888)
i just commented out the original path...

then your original path is different cause mine is like this...

Code:

[Battery]
Images=":/images/battery_0.png;:/images/battery_1.png;:/images/battery_2.png;:/images/battery_3.png;:/images/battery_4.png;:/images/battery_5.png;:/images/battery_6.png"
ChargingImage=":/images/battery_charging.png"
PosL="700;15"
PosP="380;15"
PercentageFont=";8;normal;0"
PercentageColor="255;255;255;255"


GaRy delaMEr 2011-08-01 06:48

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by NightShift79 (Post 1061882)
Could it be, that the current version doesn't support more then '6 external battery pics'
It shows me the original charging symbol inside the ressource.

Code:

[Battery]
#Images=":/images/battery_0.png;:/images/battery_1.png;:/images/battery_2.png;:/images/battery_3.png;:/images/battery_4.png;:/images/battery_5.png;:/images/battery_6.png"
Images="/opt/usr/share/icons/fringe-icons/bat1.png;:/opt/usr/share/icons/fringe-icons/bat2.png;/opt/usr/share/icons/fringe-icons/bat3.png;/opt/usr/share/icons/fringe-icons/bat4.png;/opt/usr/share/icons/fringe-icons/bat5.png;/opt/usr/share/icons/fringe-icons/bat6.png;/opt/usr/share/icons/fringe-icons/bat7.png;/opt/usr/share/icons/fringe-icons/bat8.png"
PosL="720;118"
SizeL="180;200"
PosP="346;276"
SizeP="180;200"
#PosL="15;30"
#PosP="15;30"
Alignment="right"
PercentageFont="Nokia Pure Text;14;bold;0"
PercentageColor="255;0;210;255"

Any help?

Images="/opt/usr/share/icons/fringe-icons/bat1.png;:/opt/usr/share/icons/fringe-icons/bat2.png;/opt/usr/share/icons/fringe-icons/bat3.png;/opt/usr/share/icons/fringe-icons/bat4.png;/opt/usr/share/icons/fringe-icons/bat5.png;/opt/usr/share/icons/fringe-icons/bat6.png;/opt/usr/share/icons/fringe-icons/bat7.png;/opt/usr/share/icons/fringe-icons/bat8.png"

Very yours path i see ":" in your config.

zurrain101 2011-08-01 08:01

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
anyone else noticed that when u use the slide lock, the one at the right and not the power button, it shows the qtlockscreen for 2 seconds and then goes to homescreen. its laggy. how to fix this?

NightShift79 2011-08-01 12:08

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Thx.
GaRy delaMEr and pusak gaoq
...you both were right.
I messed up the pathes.


All times are GMT. The time now is 12:11.

vBulletin® Version 3.8.8