View Single Post
sakya's Avatar
Posts: 533 | Thanked: 1,341 times | Joined on Dec 2010 @ Italy
#381
I uploaded now the version 0.1.5

changelog:
* Added SlideToUnlock widget
* Added languages: cn_CN, tw_TW
* Added setting to set the text for notification widget
* Added setting to set the text position for notification widget
* Added IM notification
* Added Text widget
* Removed embedded resources: all resources are copied to /opt/qtlockscreen

Example of the SlideToUnlock widget:
Code:
...
Widgets\5\Name="Text.SlideToUnlockText"
Widgets\6\Name="SlideToUnlockButton.SlideToUnlock"
...
Widgets\Size=17

[SlideToUnlock]
SizeL="300;64"
SizeP="300;64"
PosL="center;410"
PosP="center;730"
#BackgroundImage="path to the widget's background image"
SliderImage="/opt/qtlockscreen/default/unlock.png"
SliderPos="0;0"
UnlockX=236
#UnlockY=0

[SlideToUnlockText]
SizeL="300;64"
SizeP="300;64"
PosL="center;430"
PosP="center;750"
Text="Slide to unlock"
Font=";14;bold;0"
Alignment="center"
The phone will be unlocked when the slider reach the UnlockX or UnlockY position.
UnlockX and UnlockY are relative to the SlideToUnlock widget (the slider is "inside" the widget).
You can set a background image (I didn't use it in the default config).

The SlideToUnlockText is a TextWidget.

As always have a look at the default config file copied to /home/user/.config/sakya

The update won't change your configuration, so you'll see the "old" unlockButton.
To use the slide to unlock update your configuration file.

To use the default configuration just delete the file /home/user/.config/sakya/QtLockscreen.ini and
Code:
killall qtlockscreen

Last edited by sakya; 2011-08-11 at 13:36.
 

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