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)

sakya 2011-07-23 09:50

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

Originally Posted by Hurrian (Post 1056677)
BUGS: Can't put a rectangle under the mediaplayer controls, hence the extended rectangle.

What's the problem? I'll test this but it should work by adding a rectangle widget and then the media player button over it.
Is the same thing with the extended rectangle.

Add a rectangle in the list (remember to update the Size of the list):
Code:

Widgets\16\Name="Rect.ChooseAName"
Widgets\Size=16

and then define it:
Code:

[ChooseAName]
SizeL="50;50"
PosL="100;200"
SizeP="50;50"
PosP="100;200"
Radius=0
Color="0;0;0;150"

Widgets are drawn in the order you create them: the last is the topmost.

Quote:

Sakya, care to share the PNGs used for the battery etc, so that I can blank them and put in the ones from my lockscreen mockups?
You should be able to use your own images (I din't try yet, people say it's not woriking but give it a try). :)

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"
PosL="700;15"
PosP="380;15"
PercentageFont=";8;normal;0"
PercentageColor="255;255;255;255"

try to change the
Code:

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"
with a list of images (they don't have to be 6, you can use the number of images you want) like this:
Code:

Images="/home/user/lockscreen/battery_0.png;/home/user/lockscreen/battery_1.png;/home/user/lockscreen/battery_2.png;/home/user/lockscreen/battery_3.png;/home/user/lockscreen/battery_4.png;/home/user/lockscreen/battery_5.png;/home/user/lockscreen/battery_6.png"
I forgot to include a "charging" icon, I'll add a separate setting for it.

Btw the original images can be found in the svn:
http://www.assembla.com/code/qtlocks...s/trunk/images

Hurrian 2011-07-23 09:55

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

Originally Posted by sakya (Post 1056686)
Widgets are drawn in the order you create them: the last is the topmost.

Oh, no wonder it didn't work.

On a side note, requesting am/pm support.

Anyways, the goods:
http://goput.it/hz6.png

rishabsp 2011-07-23 09:56

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
could anyone give me the link to download .png in both L and P

MaikEF 2011-07-23 09:57

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

Originally Posted by sakya (Post 1056686)
...
Btw the original images can be found in the svn:
http://www.assembla.com/code/qtlocks...s/trunk/images

Can you tell us the path on the N900?

sakya 2011-07-23 09:58

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

Originally Posted by Hurrian (Post 1056689)
Oh, no wonder it didn't work.

I forgot to mention this "detail". :)
I added it to the default configuration file, I'll update the first post.

Quote:

On a side note, requesting am/pm support.
http://talk.maemo.org/showpost.php?p...0&postcount=31

Nice layout. :)
The timeLabel seems clipped, try to change its size.

@MaikEF: they are in Qt resource (embedded in the binary), thus the path strating with ":/"

qw3rty 2011-07-23 10:23

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

Originally Posted by kishanW (Post 1056621)
How did you take a screenshot like this? I have no clue on how to do this.

Slide out the keyboard just enough to hit ctrl+shift+P, but not completely out so it doesn't unlock.

Sakya, is it possible to change the amount of time the lockscreen stays up? I'm liking it so much I get disappointed when it goes dark :D

MaikEF 2011-07-23 10:31

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
canīt change battery percentage font color.
have tried:
PercentageFontSize=8
PercentageColor="0;0;0;255" and
PercentageFontSize=8
PercentageColor="0;0;0;0"
but it isnīt black :mad:

sakya 2011-07-23 10:32

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

Originally Posted by MaikEF (Post 1056722)
canīt change battery percentage font color.
have tried:
PercentageFontSize=8
PercentageColor="0;0;0;255" and
PercentageFontSize=8
PercentageColor="0;0;0;0"
but it isnīt black :mad:

I know, I forgot to read that setting. :)
With the next update it will be fixed.

Hurrian 2011-07-23 10:36

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
...And the mockup finally comes to life!
Time to work on the icons.
And getting 12-hour support.

http://goput.it/4w5.png

MaikEF 2011-07-23 10:46

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

Originally Posted by Hurrian (Post 1056727)
...And the mockup finally comes to life!
Time to work on the icons.
And getting 12-hour support.

http://goput.it/4w5.png

can you share your config?
find your date/time- and mediaplayerbuttons-layout very nice.

rishabsp 2011-07-23 10:50

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Hey Sakya can you modify the secure lock screen in potrait mode(its little bit messed up)....

Hurrian 2011-07-23 11:09

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

Originally Posted by MaikEF (Post 1056735)
can you share your config?
find your date/time- and mediaplayerbuttons-layout very nice.


Images - drop in /home/user/lock-img
Config - not a real zipfile, rename to QtLockscreen.ini

I was too lazy to make new battery icons - I'll do them later.

EDIT: fixed links

eefo 2011-07-23 11:15

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

Originally Posted by Hurrian (Post 1056757)
Images (drop in /home/user/lock-img)
Config - not a zipfile, rename to QtLockscreen.ini

I was too lazy to make new battery icons - I'll do them later.

lol
what a coincidence in the laziness :P

F2thaK 2011-07-23 11:31

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

Originally Posted by Hurrian (Post 1056727)
...And the mockup finally comes to life!
Time to work on the icons.
And getting 12-hour support.

http://goput.it/4w5.png

it already supports 12Hr time... let me find it






edit: here

Quote:

Originally Posted by gng554 (Post 1056238)
go to
[DateTime]

find :

TimeFormat="hh:mm"

change it to:

TimeFormat="h:m A"


Hurrian 2011-07-23 11:34

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

Originally Posted by eefo (Post 1056764)
lol
what a coincidence in the laziness :P

Okay, I edited some of the battery icons. Just to clean them up.

Quote:

Originally Posted by F2thaK (Post 1056773)
it already supports 12Hr time... let me find it

It's on a separate widget.

eefo 2011-07-23 11:37

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
hey sakya , a question , can we change the placement of notification text ?
like i need to reduce the space between the icon and the text of notification image

MaikEF 2011-07-23 11:40

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

Originally Posted by Hurrian (Post 1056757)
Images (drop in /home/user/lock-img)
Config - not a zipfile, rename to QtLockscreen.ini

I was too lazy to make new battery icons - I'll do them later.

thx, but links are down now?!

F2thaK 2011-07-23 11:42

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

Originally Posted by Hurrian (Post 1056775)
It's on a separate widget.

????????

Is there more than one time widget?

Hurrian 2011-07-23 11:50

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

Originally Posted by F2thaK (Post 1056779)
????????

Is there more than one time widget?

There is >1 DateTime.* widget. Check the code.

F2thaK 2011-07-23 11:54

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

Originally Posted by Hurrian (Post 1056783)
There is >1 DateTime.* widget. Check the code.

I have, and I thought there was only 1. But I dont follow what you said previously.

the below should change it to 12hr time


Code:

[DateTime]

find :

TimeFormat="hh:mm"

change it to:

TimeFormat="h:m A"


syndrome 2011-07-23 12:00

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Thanks a lot dude! Very easy to configure and working fine.
I only removed mediaplayer-widget and changed wallpapers. =)

http://dl.dropbox.com/u/5361213/Scre...723-144828.png

Nice!

Hurrian 2011-07-23 12:04

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

Originally Posted by F2thaK (Post 1056786)
I have, and I thought there was only 1. But I dont follow what you said previously.

the below should change it to 12hr time


Code:

[DateTime]

find :

TimeFormat="hh:mm"

change it to:

TimeFormat="h:m A"


Changed it to h:mm A, the result being duplicate PM symbols.

eefo 2011-07-23 12:09

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
"hh:mm ap" is the command i am using for 12 hour time

Zentenario 2011-07-23 12:26

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

Originally Posted by sakya (Post 1056122)
I don't think.
There's more work to do for a configuration GUI than for the lockscreen itself.. :)

Btw the package has been imported, I installed it and seem to work:
http://maemo.org/packages/view/qtlockscreen/

Really sorry for this answer. We are many those we need a GUI for these useful applications. This is a key step for an application acceptance by end user. Indeed i really much appreciate your developments but if they are not easy to use we are handicapped to take profit of them. In that case it's not worthy to dedicate valuable resources of the machine for something unusable. Sorry, I strongly encourage developers' community to help this development to get a GUI just for users as you've done many many times. Sorry if this opinion may offend someone it's not my intention.

Hurrian 2011-07-23 12:39

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

Originally Posted by eefo (Post 1056803)
"hh:mm ap" is the command i am using for 12 hour time

Check the code, it's separate because: styling.
hh:mm ap prints out 12:12 pm (all in one line, with the same large font.

I'm using "hh:mm" and "ap" and "dddd yyyy-mm-dd", arranged in the way you see the screenshot. Yes, I am that autismal when it comes to how it looks like.

Suggestion, HH gives 24-hour hour while hh gives 12-hour hour. H -> 8 instead of 08, same for h.

F2thaK 2011-07-23 13:06

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
changed battery font colour now its invisible.. tried 125;125;125;0 to get mid grey

cutehunk04 2011-07-23 13:06

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
is there any way to show the name from whom misscall or new message came...?

Bramji 2011-07-23 13:13

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
can you make a new call,message email widget that when you swipe or tap the new message new call or new email icon it will show the email message or call?

Hurrian 2011-07-23 13:14

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

Originally Posted by F2thaK (Post 1056826)
changed battery font colour now its invisible.. tried 125;125;125;0 to get mid grey

125;125;125;255

It's RGBA.

F2thaK 2011-07-23 13:19

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
i got the colour code from photoshop......?? but thanks

is A the opacity?

laasonen 2011-07-23 13:22

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

Originally Posted by F2thaK (Post 1056839)
i got the colour code from photoshop......?? but thanks

is A the opacity?

Red Green Blue Alpha

MaikEF 2011-07-23 14:27

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

Originally Posted by F2thaK (Post 1056839)

is A the opacity?

yes, a means opacity

kishanW 2011-07-23 14:36

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

Originally Posted by eefo (Post 1056650)
install load-applet and it will give a camera option in status bar click on it and use camera button to take the pic or wait for 20 sec

thanks... :)

NightShift79 2011-07-23 14:46

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
1 Attachment(s)
here's the german translation ;)

kishanW 2011-07-23 14:47

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

Originally Posted by qw3rty (Post 1056717)
Slide out the keyboard just enough to hit ctrl+shift+P, but not completely out so it doesn't unlock.

Sakya, is it possible to change the amount of time the lockscreen stays up? I'm liking it so much I get disappointed when it goes dark :D

Thanks bud :)

kishanW 2011-07-23 14:50

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
This is my lock screen,

http://img696.imageshack.us/img696/4...1072322492.png

TMavica 2011-07-23 15:05

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

Originally Posted by kishanW (Post 1056880)

May I have the background?

kishanW 2011-07-23 15:06

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

Originally Posted by TMavica (Post 1056888)
May I have the background?

Sure, but can i send it to you later? im about to leave :)

MaikEF 2011-07-23 15:07

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

Originally Posted by NightShift79 (Post 1056876)
here's the german translation ;)

thx, whats the path for the files?

TMavica 2011-07-23 15:09

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

Originally Posted by kishanW (Post 1056889)
Sure, but can i send it to you later? im about to leave :)

Thanks
wait for you friends


All times are GMT. The time now is 23:10.

vBulletin® Version 3.8.8