Active Topics

 



Notices


Reply
Thread Tools
Posts: 107 | Thanked: 173 times | Joined on Feb 2011
#311
Originally Posted by ammyt View Post
Hmmm, it is displayed here, must be something wrong in the config file.

I'm loosing interest in that skin however, nobody seems interested at all. Let me review the config file for you.
Here is the config file: I just modified how the date is displayed
Code:
[Main]

#This is the configuration file for QtLockscreen.

#Here you can customize the look of the lockscreen.

#

#Some notes on settings:

#  -Fonts: to set a font use a string composed with:

#   "fontName;fontSize;fontWeight;italic"

#   If fontName is empty it will be used the default system font.

#   For italic use 1 to enable it.

#   For fontWeight use one of the following value: light, normal, demibold, bold, black

#   Example: 

#     Font=";14;normal;0"

#

#  -Position: you can set different position for portrait and landscape.

#   PosL is the position in landscape

#   PosP is the position in portrait

#   For position you can use the special value: left, center, right, top, bottom

#

#  -Size: : you can set different size for portrait and landscape.

#   SizeL is the size in landscape

#   SizeP is the size in portrait



#Orientation: auto, landscape, portrait

Orientation="portrait"



#Path to background image for Portrait (P) and Landscape (L)

BackGroundImageP="/home/user/.config/sakya/Images/Neon.png"

BackGroundImageL="/etc/hildon/theme/backgrounds/lockscreenl.png"



#List of widgets.

#  Name is composed by WidgetType.WidgetName

#  The WidgetName must be unique.

#  Please respect the numeric order, don't leave "holes" in the list and set a correct Size.

#  If you add/remove widget remember to update the Size at the end of the list.

Widgets\1\Name="DateTime.Time"

Widgets\2\Name="UnlockButton.UnlockButton"

Widgets\3\Name="DateTime.Month"

Widgets\4\Name="DateTime.Day"

Widgets\5\Name="Battery.Battery"

Widgets\6\Name="Notification.MissedCalls"

Widgets\7\Name="Notification.UnreadSMS"

Widgets\8\Name="Notification.UnreadEmails"

Widgets\9\Name="Notification.NewIM"

Widgets\10\Name="MediaAlbumArt.AlbumArt"

Widgets\11\Name="Image.overlay"

Widgets\12\Name="MediaPlayPauseButton.PlayPauseButton"

Widgets\13\Name="MediaNextButton.NextButton"

Widgets\14\Name="MediaBackButton.BackButton"

Widgets\Size=21





#Widgets

#  The [Name] must match the WidgetName defined in the Widgets list





[Battery]

Images="/home/user/.config/sakya/Images/battery_0.png;/home/user/.config/sakya/Images/battery_1.png;/home/user/.config/sakya/Images/battery_2.png;/home/user/.config/sakya/Images/battery_3.png;/home/user/.config/sakya/Images/battery_4.png;/home/user/.config/sakya/Images/battery_5.png;/home/user/.config/sakya/Images/battery_6.png"

ChargingImage="/home/user/.config/sakya/Images/battery_charging.png"

SizeP="480;250"

SizeL="120;120"

PosL="center;312"

PosP="28;174"

PercentageFont=";8;normal;0"

PercentageColor="255;255;255;0"





[Time]

Alignment="center"

PosL="110;335"

PosP="center;348"

SizeP="480;100"

SizeL="200;100"

DateFont=";0;normal;0"

TimeFont="Orandakan Kana;31;normal;0"

TimeFormat="HH:mm"

DateFormat=""

TimeColor="100;200;255;255"



[Month]

Alignment="center"

PosL="550;350"

PosP="center;295"

SizeP="200;100"

SizeL="200;100"

DateFont="Orandakan Kana;18;normal;0"

TimeFont="Orandakan Kana;0;normal;0"

DateFormat="dd MMMM"

TimeFormat=""

DateColor="100;200;255;255"



[Day]

Alignment="center"

PosL="550;350"

PosP="center;263"

SizeP="220;100"

SizeL="200;100"

DateFont="Orandakan Kana;18;normal;0"

TimeFont="Orandakan Kana;0;normal;0"

DateFormat="ddd"

TimeFormat=""

DateColor="100;200;255;255"



[UnlockButton]

WaitTimeMsec=1000

BackGroundImage="/home/user/.config/sakya/Images/lock1.png"

BackGroundImagePressed="/home/user/.config/sakya/Images/lock2.png"

PosL="center;302"

PosP="230;570"

SizeP="300;300"

[MissedCalls]

Icon="/home/user/.config/sakya/Images/call.png"

PosL="492;200"

PosP="left;690"

SizeL="96;96"

SizeP="96;96"

Type="call"

Font=";14;normal;0"

Color="255;255;255;0"



[UnreadSMS]

Icon="/home/user/.config/sakya/Images/sms.png"

PosL="212;200"

PosP="130;690"

SizeL="96;96"

SizeP="96;96"

Type="sms"

Font=";14;normal;0"

Color="255;255;255;0"



[UnreadEmails]

Icon="/home/user/.config/sakya/Images/mail.png"

PosL="671;200"

PosP="260;690"

SizeL="96;96"

SizeP="96;96"

Type="email"

Font=";14;normal;0"

Color="255;255;255;0"



[NewIM]

Icon="/home/user/.config/sakya/Images/im.png"

PosL="33;200"

PosP="right;690"

SizeL="96;96"

SizeP="96;96"

Type="im"

Font=";14;normal;0"

Color="255;255;255;0"



[NextButton]

BackGroundImage="/home/user/.config/sakya/Images/next.png"

BackGroundImagePressed="/home/user/.config/sakya/Images/next1.png"

SizeL="48;48"

SizeP="48;48"

PosL="434;70"

PosP="330;450"



[BackButton]

BackGroundImage="/home/user/.config/sakya/Images/back.png"

BackGroundImagePressed="/home/user/.config/sakya/Images/back1.png"

SizeL="48;48"

SizeP="48;48"

PosL="318;70"

PosP="100;450"



[AlbumArt]

SizeL="149;149"

SizeP="120;120"

PosL="325;132"

PosP="180;418"



[PlayPauseButton]

#

#

#

#

SizeL="48;48"

SizeP="161;161"

PosL="center;70"

PosP="170;408"
thanks for checking
 
Posts: 19 | Thanked: 7 times | Joined on Apr 2011
#312
laith.m.y

I follow the steps to had a lockscreen like your.

But didnīt show the slide boton, the media widget, the wallpaper. only the date..

Someone try it too? Works?
 
HtheB's Avatar
Moderator | Posts: 3,718 | Thanked: 7,420 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#313
Originally Posted by ammyt View Post
This is my latest skin:

It is still Neon based, blue circular glow changes according to battery charge left (battery indicator) play/pause by tapping the album art. I am planning to release it as part of the theme I am making, I would LOVE some critique on it.
Nice update!
But I would love to see this one as a separate download. (I don't wanna keep changing themes, I just love the default Nokia theme with the harmattan icons)
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 

The Following User Says Thank You to HtheB For This Useful Post:
Posts: 107 | Thanked: 173 times | Joined on Feb 2011
#314
Originally Posted by ammyt View Post
I'm loosing interest in that skin however, nobody seems interested at all.
That's a shame because it is really something original in its design compared to all the other skins I have seen in this thread.

Also, the battery_charging.png image is not aligned as the other battery_* images. If you finally decide to release your new variant of Neon, check that this image is fixed, otherwise I can manage to play with gimp by myself
 
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#315
Hiya, i've updated the wiki page:

http://wiki.maemo.org/QtLockscreen

But currently still no diagram about settings relations.
 

The Following 3 Users Say Thank You to don_falcone For This Useful Post:
ammyt's Avatar
Posts: 1,918 | Thanked: 3,118 times | Joined on Oct 2010 @ My pants
#316
@pierrem
Try this skin, fixed the battery indicator and hopefully the ablum art display, you will have to reboot (yes, reboot not only killing Qtlockscreen) after you apply it.

====REMOVED====
cause: Stupidity

Last edited by ammyt; 2011-08-19 at 14:25.
 

The Following 2 Users Say Thank You to ammyt For This Useful Post:
Posts: 212 | Thanked: 340 times | Joined on Feb 2011 @ Jordan
#317
Originally Posted by hasten View Post
laith.m.y

I follow the steps to had a lockscreen like your.

But didnīt show the slide boton, the media widget, the wallpaper. only the date..

Someone try it too? Works?
didi you copy the whole folder that has a name (Images) to /opt/qtlockscreen/default ? or you copy the images inside the folder ?

you must copy the whole folder
 

The Following User Says Thank You to laith.m.y For This Useful Post:
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#318
@sakya: what i miss is if Alignment="center|bottom|top|left|right" / TextAlignment="center|bottom|top|left|right"and so on is vertical or horizontal. I've trouble doing proper placement of battery percentage etc. Also i would like to have information about the bounding box rendering etc that is also related to this.

i have questions about namespace too:

For example, the declaration of widget type and name is a bit unclean. I do not get the difference between Rect_Top and Rect_Bottom. It is simply a widget of type "Rect", and we declare the name in Widget\1\Name= like "Rect.Rect_Bottom", right?

If so, why is then 'Notification.MissedCalls 'not a similar type.name relation, but more like type.subtype? I hope you get what i'm asking; Rect_Bottom does not provide different functionality than Rect_Top, so it's more like a logical name only. But MissedCalls is different functionality than UnreadSMS for widget 'Notification'...

Would it be better to switch everything cleanly to

WidgetType.Subtype.LogicalName scheme?

As in:

Shape.Rect.Top -> you'll have to implement 'Shape' (or 'Geometry') widget type, for that type there are implemented subtypes of currently 'Rect' and maybe later' Circle', 'Line', 'Gradient' too. The 'Name' assignment is defined as usual in the 'Widget\<order>\Name' part as usual.
Shape = Type
Rect = Subtype
Top = Name

Another example:

Widgets\6\Name="Text.SlideToUnlockText"

This makes sense, it is just a text object named like that. But:

Widgets\7\Name="SlideToUnlockButton.SlideToUnlock"

"SlideToUnlockButton.SlideToUnlock" does not make sense here.

It would be nice to have "Unlock.UnlockSlider" and "Unlock.UnlockButton" etc. here, with different functionality (sliding behavior, ad button behavior)

Last edited by don_falcone; 2011-08-19 at 13:39.
 

The Following User Says Thank You to don_falcone For This Useful Post:
Posts: 212 | Thanked: 340 times | Joined on Feb 2011 @ Jordan
#319
Originally Posted by ammyt View Post
I'm loosing interest in that skin however, nobody seems interested at all. Let me review the config file for you.
your skins are the best in this thread and I love neon theme

we were waiting slide to unlock widget to see your awesome designs
 
sakya's Avatar
Posts: 533 | Thanked: 1,341 times | Joined on Dec 2010 @ Italy
#320
Originally Posted by don_falcone View Post
what i miss is if Alignment="center|bottom|top|left|right" / TextAlignment="center|bottom|top|left|right"and so on is vertical or horizontal.
Alignment is...alignment.
You can use it in position (obviously a top alignment in the x position doesn't make sense):
Code:
PosL="center;0"
means "center horizontally and y=0".

TextAlignment in Notification widget is used to set the position of the text relative to the image (top means "the text is at the top of the image", left means "the text is on the left of the image"...)

I've trouble doing proper placement of battery percentage
Battery percentage doesn't have an alignment setting: it's centered in the size of the widget.

Also i would like to have information about the bounding box rendering etc that is also related to this.
In a text widget you can set the size, alignment refers to this size (it's the same for the DateTime widget)
Code:
[SlideToUnlockText]
SizeL="300;64"
SizeP="300;64"
PosL="center;430"
PosP="center;750"
Text="Slide to unlock"
Font=";14;bold;0"
Alignment="center"
For example, the declaration of widget type and name is a bit unclean. I do not get the difference between Rect_Top and Rect_Bottom. It is simply a widget of type "Rect", and we declare the name in Widget\1\Name= like "Rect.Rect_Bottom", right?
Yes, as said in the config file:
Code:
#  Name is composed by WidgetType.WidgetName
#  The WidgetName must be unique.
If so, why is then 'Notification.MissedCalls 'not a similar type.name relation, but more like type.subtype?
It is, you can call the widget as you want: it's the Type setting that makes the widget display different informations, not the name:
Code:
Type="call"
 

The Following 3 Users Say Thank You to sakya For This Useful Post:
Reply

Tags
play'n_share


 
Forum Jump


All times are GMT. The time now is 15:51.