maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Design (https://talk.maemo.org/forumdisplay.php?f=46)
-   -   Share your QtLockscreen configs! (https://talk.maemo.org/showthread.php?t=75187)

TransTech 2011-07-24 08:15

Re: Share your QtLockscreen configs!
 
Quote:

Originally Posted by kishanW (Post 1057177)
These are the resources and the settings for my lock screen.

Final result [Works fine for 12hr time format]:
http://www.atox-d.com/testGround/tem...724-024121.png

ini file:
http://www.atox-d.com/testGround/tem...reenconfig.txt

Portrait mode:
http://www.atox-d.com/testGround/tem...r-1064497P.jpg

Landscape mode:
http://www.atox-d.com/testGround/tem...r-1064497L.jpg

I tried yours but I'm getting problem with changing the font size of time (as its not bigger like yours) and removing the battery widget, can you help me.
:)

kishanW 2011-07-24 08:45

Re: Share your QtLockscreen configs!
 
Quote:

Originally Posted by TransTech (Post 1057207)
I tried yours but I'm getting problem with changing the font size of time (as its not bigger like yours) and removing the battery widget, can you help me.
:)

Whats the problem you're having?

Edit
* to remove the widget:
you can set the size=0 ;)

Zekahz 2011-07-24 08:55

Re: Share your QtLockscreen configs!
 
1 Attachment(s)
Quote:

Originally Posted by qw3rty (Post 1057020)
Zekahz, can you share your .ini file?

Sure but there are some errors in my .ini file. For example I only use portrait mode so landscape I didn't edited. Also i didn't change the notification icons.

Dark_Angel85 2011-07-24 09:15

Re: Share your QtLockscreen configs!
 
kishanW

yeah... my time font isn't as big as yours...

and it doesn't work on landscape cause the extra time AM/PM appears out of nowhere which doesn't fit

lingling92 2011-07-24 09:51

Re: Share your QtLockscreen configs!
 
Quote:

Originally Posted by laith.m.y (Post 1057058)
what is the name of the font ? :)

its called tabitha

Dark_Angel85 2011-07-24 10:26

Re: Share your QtLockscreen configs!
 
Quote:

Originally Posted by lingling92 (Post 1057244)
its called tabitha

I'm pretty sure tabitha looks like this

http://www.webpagepublicity.com/free-fonts-t.html#Free Fonts

corduroysack 2011-07-24 10:39

Re: Share your QtLockscreen configs!
 
thought i'd have another bash at this. so downloaded a qtlockscreen.ini with images, re-installed qtlockscreen rebooted, replaced ini and set images in correct dir. killall qtlockscreen.

i locked the screen and pressed power button and there it was the original messed up lockscreen. going to re-install but this time rather than purge i'm going to manually delete the lockscreen.ini.

done the above and got a lockscreen that worked so changed the ini file rebooted and still got the same lockscreen.

pusak gaoq 2011-07-24 11:13

Re: Share your QtLockscreen configs!
 
Quote:

Originally Posted by corduroysack (Post 1057272)
thought i'd have another bash at this. so downloaded a qtlockscreen.ini with images, re-installed qtlockscreen rebooted, replaced ini and set images in correct dir. killall qtlockscreen.

i locked the screen and pressed power button and there it was the original messed up lockscreen. going to re-install but this time rather than purge i'm going to manually delete the lockscreen.ini.

rather than use killall qtlockscreen why don't you just reboot the phone....i use killall qtlockscreen while editing only...once finish reboot the phone for a full lockscreen makeover....

eefo 2011-07-24 13:48

Re: Share your QtLockscreen configs!
 
Quote:

Originally Posted by Dark_Angel85 (Post 1057265)
I'm pretty sure tabitha looks like this

http://www.webpagepublicity.com/free-fonts-t.html#Free Fonts

http://www.dafont.com/tabitha.font

MyNokiaN900 2011-07-24 15:30

Re: Share your QtLockscreen configs!
 
Here is my QtLockscreen and *.ini file. I kept my portrait and landscape image the same (http://www.goodfon.com/wallpaper/176043.html) and made it slightly larger than the default size of the screen.
Code:

[Main]
#Orientation: auto, landscape, portrait
Orientation="auto"

#Path to background image for Portrait (P) and Landscape (L)
BackGroundImageL="/home/user/MyDocs/large.jpg"
BackGroundImageP="/home/user/MyDocs/large.jpg"
#List of widgets.
#  Name is composed by WidgetType.WidgetName
#  The WidgetName must be unique.
#  If you add/remove widget remember to update the Size at the end of the list
Widgets\1\Name="Rect.Rect_Bottom"
Widgets\2\Name="Rect.Rect_Top"
Widgets\3\Name="DateTime.DateTime"
Widgets\4\Name="Battery.Battery"
Widgets\5\Name="UnlockButton.UnlockButton"
Widgets\6\Name="MediaPlayPauseButton.PlayPauseButton"
Widgets\7\Name="MediaNextButton.NextButton"
Widgets\8\Name="MediaBackButton.BackButton"
Widgets\9\Name="MediaMetadata.Metadata"
Widgets\10\Name="MediaAlbumArt.AlbumArt"
Widgets\11\Name="Rect.TimeLabelBackground"
Widgets\12\Name="MediaTimeLabel.TimeLabel"
Widgets\13\Name="Notification.MissedCalls"
Widgets\14\Name="Notification.UnreadSMS"
Widgets\15\Name="Notification.UnreadEmails"
Widgets\Size=15

#Widgets
#  The [Name] must match the WidgetName defined in the Widgets list
[DateTime]
Alignment="center"
PosL="center;0"
PosP="center;0"
DateFontSize=12
TimeFontSize=24
TimeFormat="hh:mm"
DateFormat="dddd dd.MM.yyyy"

[Rect_Bottom]
SizeL="800;70"
PosL="0;410"
SizeP="480;70"
PosP="0;730"
Radius=0
Color="0;0;0;150"

[Rect_Top]
SizeL="800;80"
PosL="0;0"
SizeP="480;70"
PosP="0;0"
Radius=0
Color="0;0;0;150"

[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=";10;normal;0"
PercentageColor="0;0;0;0"

[UnlockButton]
WaitTimeMsec=1000
BackGroundImage=":/images/unlock.png"
BackGroundImagePressed=":/images/unlockPressed.png"
PosL="center;410"
PosP="center;730"

[PlayPauseButton]
BackGroundImagePause=":/images/pause.png"
BackGroundImagePausePressed=":/images/pausePressed.png"
BackGroundImagePlay=":/images/play.png"
BackGroundImagePlayPressed=":/images/playPressed.png"
PosL="210;160"
PosP="210;160"

[NextButton]
BackGroundImage=":/images/forward.png"
BackGroundImagePressed=":/images/forwardPressed.png"
PosL="280;160"
PosP="280;160"

[BackButton]
BackGroundImage=":/images/back.png"
BackGroundImagePressed=":/images/backPressed.png"
PosL="140;160"
PosP="140;160"

[Metadata]
TitleFontSize=20
ArtistFontSize=14
Alignment="left"
SizeL="400;100"
PosL="140;90"

[AlbumArt]
#NoCoverImage=":/images/no-album-art.png"
SizeL="120;120"
PosL="5;90"

[TimeLabelBackground]
PosL="5;190"
SizeL="50;20"
Color="0;0;0;150"
Radius=0

[TimeLabel]
PosL="5;190"
SizeL="50;20"

[MissedCalls]
Icon=":/images/call.png"
PosL="center;250"
PosP="center;360"
SizeL="160;100"
Type="call"
FontSize=14

[UnreadSMS]
Icon=":/images/message.png"
PosL="120;250"
PosP="left;360"
SizeL="160;100"
Type="sms"
FontSize=14

[UnreadEmails]
Icon=":/images/email.png"
PosL="520;250"
PosP="right;360"
SizeL="160;100"
Type="email"
FontSize=14

https://lh5.googleusercontent.com/-y...724-161406.png

https://lh6.googleusercontent.com/-8...724-161757.png

This is a great addon for my Nokia N900. A big thank you to the creators.


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

vBulletin® Version 3.8.8