Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    Share your QtLockscreen configs!

    Reply
    Page 32 of 102 | Prev | 22   30     31   32   33     34   42 | Next | Last
    pierrem | # 311 | 2011-08-19, 12:45 | Report

    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

    Edit | Forward | Quote | Quick Reply | Thanks

     
    hasten | # 312 | 2011-08-19, 12:46 | Report

    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?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    HtheB | # 313 | 2011-08-19, 13:02 | Report

    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)

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following User Says Thank You to HtheB For This Useful Post:
    ammyt

     
    pierrem | # 314 | 2011-08-19, 13:02 | Report

    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

    Edit | Forward | Quote | Quick Reply | Thanks

     
    don_falcone | # 315 | 2011-08-19, 13:16 | Report

    Hiya, i've updated the wiki page:

    http://wiki.maemo.org/QtLockscreen

    But currently still no diagram about settings relations.

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following 3 Users Say Thank You to don_falcone For This Useful Post:
    Harick, Minhaz, sakya

     
    ammyt | # 316 | 2011-08-19, 13:18 | Report

    @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

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by ammyt; 2011-08-19 at 14:25.
    The Following 2 Users Say Thank You to ammyt For This Useful Post:
    laith.m.y, pierrem

     
    laith.m.y | # 317 | 2011-08-19, 13:24 | Report

    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

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following User Says Thank You to laith.m.y For This Useful Post:
    hasten

     
    don_falcone | # 318 | 2011-08-19, 13:29 | Report

    @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)

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by don_falcone; 2011-08-19 at 13:39.
    The Following User Says Thank You to don_falcone For This Useful Post:
    ammyt

     
    laith.m.y | # 319 | 2011-08-19, 13:30 | Report

    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

    Edit | Forward | Quote | Quick Reply | Thanks

     
    sakya | # 320 | 2011-08-19, 13:49 | Report

    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"...)

    Originally Posted by
    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.

    Originally Posted by
    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"
    Originally Posted by
    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.
    Originally Posted by
    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"

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following 3 Users Say Thank You to sakya For This Useful Post:
    don_falcone, mivoligo, niqbal

     
    Page 32 of 102 | Prev | 22   30     31   32   33     34   42 | Next | Last
vBulletin® Version 3.8.8
Normal Logout