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)

eefo 2011-07-27 14:10

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

Originally Posted by Loz (Post 1059295)
Ok looking good ish... I know Im in the right place now cuz the portrait image isnt there now!! lol... but atleast I know were to go to sort it out... ill be back with the final outcome shortly..

Loz.

hope to see a screenshot in next post :P

nokiaqueen 2011-07-27 15:29

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
2 Attachment(s)
ok I'm having issues...when I installed the app it ran fine but now that I'm trying to change the background it just won't work

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"
#
#  -Colors: to specify a color use R;G;B;A notation.
#  Example:
#    Color="255;255;255;255" 
#
#  -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="auto"

#Path to background image for Portrait (P) and Landscape (L)
BackGroundImageP="/etc/hildon/theme/backgrounds/lockslider1-1.png"
BackGroundImageL="/etc/hildon/theme/backgrounds/lockslider-1.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 are drawn using this order: the higher number is the topmost widget
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\16\Name="Notification.NewIM"
Widgets\Size=16

#Widgets
#  The [Name] must match the WidgetName defined in the Widgets list
[DateTime]
Alignment="center"
PosL="center;0"
PosP="center;0"
SizeL="200;80"
DateFont=";12;normal;0"
DateColor="255;255;255;255"
TimeFont=";30;normal;0"
TimeColor="255;255;255;255"
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;80"
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"
ChargingImage=":/images/battery_charging.png"
PosL="700;15"
PosP="380;15"
PercentageFont=";8;normal;0"
PercentageColor="255;255;255;255"

[UnlockButton]
WaitTimeMsec=800
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]
TitleFont=";20;normal;0"
TitleColor="255;255;255;255"
ArtistFont=";14;normal;0"
ArtistColor="255;255;255;255"
Alignment="left"
SizeL="400;100"
PosL="140;90"

[AlbumArt]
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"
Font=";10;normal;0"
Color="255;255;255;255"

[MissedCalls]
Icon=":/images/call.png"
PosL="224;250"
PosP="center;360"
SizeL="160;100"
Type="call"
Font=";14;normal;0"
Color="255;255;255;255"

[UnreadSMS]
Icon=":/images/message.png"
PosL="32;250"
PosP="left;360"
SizeL="160;100"
Type="sms"
Font=";14;normal;0"
Color="255;255;255;255"

[UnreadEmails]
Icon=":/images/email.png"
PosL="416;250"
PosP="right;360"
SizeL="160;100"
Type="email"
Font=";14;normal;0"
Color="255;255;255;255"

[NewIM]
Icon=":/images/message.png"
PosL="608;250"
PosP="center;460"
SizeL="160;100"
Type="im"
Font=";14;normal;0"
Color="255;255;255;255"

ok when I lock the screen by pressing the power button twice, upon unlock I see the default slider lock screen, and when I press the power button once and form the options select to lock screen and keys, I see sakya lock screen (but with black background, and not with the background image I chose) :(

so i have both lockscreens working currently on my phone :confused:

Loz 2011-07-27 15:55

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

Originally Posted by nokiaqueen (Post 1059340)
ok I'm having issues...when I installed the app it ran fine but now that I'm trying to change the background it just won't work

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"
#
#  -Colors: to specify a color use R;G;B;A notation.
#  Example:
#    Color="255;255;255;255" 
#
#  -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="auto"

#Path to background image for Portrait (P) and Landscape (L)
BackGroundImageP="/etc/hildon/theme/backgrounds/lockslider1-1.png"
BackGroundImageL="/etc/hildon/theme/backgrounds/lockslider-1.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 are drawn using this order: the higher number is the topmost widget
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\16\Name="Notification.NewIM"
Widgets\Size=16

#Widgets
#  The [Name] must match the WidgetName defined in the Widgets list
[DateTime]
Alignment="center"
PosL="center;0"
PosP="center;0"
SizeL="200;80"
DateFont=";12;normal;0"
DateColor="255;255;255;255"
TimeFont=";30;normal;0"
TimeColor="255;255;255;255"
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;80"
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"
ChargingImage=":/images/battery_charging.png"
PosL="700;15"
PosP="380;15"
PercentageFont=";8;normal;0"
PercentageColor="255;255;255;255"

[UnlockButton]
WaitTimeMsec=800
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]
TitleFont=";20;normal;0"
TitleColor="255;255;255;255"
ArtistFont=";14;normal;0"
ArtistColor="255;255;255;255"
Alignment="left"
SizeL="400;100"
PosL="140;90"

[AlbumArt]
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"
Font=";10;normal;0"
Color="255;255;255;255"

[MissedCalls]
Icon=":/images/call.png"
PosL="224;250"
PosP="center;360"
SizeL="160;100"
Type="call"
Font=";14;normal;0"
Color="255;255;255;255"

[UnreadSMS]
Icon=":/images/message.png"
PosL="32;250"
PosP="left;360"
SizeL="160;100"
Type="sms"
Font=";14;normal;0"
Color="255;255;255;255"

[UnreadEmails]
Icon=":/images/email.png"
PosL="416;250"
PosP="right;360"
SizeL="160;100"
Type="email"
Font=";14;normal;0"
Color="255;255;255;255"

[NewIM]
Icon=":/images/message.png"
PosL="608;250"
PosP="center;460"
SizeL="160;100"
Type="im"
Font=";14;normal;0"
Color="255;255;255;255"


Dont think youve done anything wrong but what I had to do was the image i imported were jpg and Im assuming that yours are jpg too? and so what i did was at the end of the line were it finishes png" lose the little " and type .jpg" then see how you go.

Loz.

nokiaqueen 2011-07-27 16:42

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

Originally Posted by Loz (Post 1059351)
Dont think youve done anything wrong but what I had to do was the image i imported were jpg and Im assuming that yours are jpg too? and so what i did was at the end of the line were it finishes png" lose the little " and type .jpg" then see how you go.

Loz.

my images are .png so changing it to .jpg won't work.

i tried adding .jpg images into it as well but still i'm getting same black background.

Loz 2011-07-27 16:54

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

Originally Posted by nokiaqueen (Post 1059386)
my images are .png so changing it to .jpg won't work.

i tried adding .jpg images into it as well but still i'm getting same black background.

If youve added them to the same location as the originals and no text as changed in the paths? then I would surgest the image size!. what do you say?

Loz

romiiio 2011-07-27 20:26

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

Originally Posted by nokiaqueen (Post 1059386)
my images are .png so changing it to .jpg won't work.

i tried adding .jpg images into it as well but still i'm getting same black background.

i had same problem but i solved it by making sure that you have correct path chosen for the file for instance if your file is in images then the path should be
/home/user/MyDocs/.images/wallpapername.JPG
make sure jpg is written in caps hopefully thats should work!
then make sure you save the .ini file and write
killalla qtlockscreen in xterminal
give that a try!

nokiaqueen 2011-07-27 21:09

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
thanks Lolz and romiiio....romiiio I did as u said and it worked...I guess JPG needed to be capitalized...thanks a bunches :)

romiiio 2011-07-27 21:33

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Nokiaqueen you are welcome!
TO SET YOUR 800 X 480 JPEG WALLPAPERS AS YOUR LOCKSCREEN BACKGROUND FOLLOW THIS INSTRUCTION!
make sure you choose the correct path to the folder as following
/home/user/MyDocs/.images/wallpapername.JPG
make sure jpg is in capital then make sure you save .ini and write killall qtlockscreen in x-terminal and thats it done for portrait mode make sure you have 480 X 800 pictures and you can still use jpeg files as much as you write .jpg in capital like this .JPG
this for the people who dont have much knowledge with this or are having trouble i have tried to be as simple as i can hope this helps!

todor_tsankov 2011-07-28 07:38

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
I think I found a small bug with this otherwise quite polished app.
The size of the Date rectangle seems to be static and most probably it's size is determined during start up according to the current string in the ini file. But that way if you start your phone lets say on Monday and the string is like "Monday 31 August 2011", eventually when you end up on "Saturday 10 September 2011" the string won't fit and is cut at both ends. This happens in both landscape and portrait modes.
Initially I thought that there is something wrong with the ini config file,
but after manual restart of qtlockscreen the problem was solved.

Does anyone else has experienced such behavior?

sakya 2011-07-28 08:15

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
You're right. I didn' think the date would change. :)
To solve this issue just set an explicit size in the config file for the datetime widget. The default config file of the next version will be fixed.

don_falcone 2011-07-28 08:26

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

Originally Posted by nokiaqueen (Post 1059534)
thanks Lolz and romiiio....romiiio I did as u said and it worked...I guess JPG needed to be capitalized...thanks a bunches :)

If the filename extension for the wallpaper image(s) is '.JPG' and not '.jpg', yes. This is *nix after all, being case-sensitive on file systems.

todor_tsankov 2011-07-28 09:31

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

Originally Posted by sakya (Post 1059773)
You're right. I didn' think the date would change. :)
To solve this issue just set an explicit size in the config file for the datetime widget. The default config file of the next version will be fixed.

So in the end it is more of an ini file issue.
Thank you - I'll try that right away.

GaRy delaMEr 2011-07-28 14:01

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
3 Attachment(s)
Hi all

Finally I've made a script for add weather from yahoo on the lockscreen and now i share with you before sakya make a "widget".

@sakya I've started to write lsweather.h lsweather.cpp, but I'm a beginner in c++.

Requires:
- wget for downloading html file and image file
- ImageMagick for making the image, install it via apt-get, or in HAM select categories "All packages (Advanced)" and install it
- Alarmed, for add a cron task for automatic refresh, install it via apt-get

in xterm:
Code:

sudo gainroot
apt-get install alarmed imagemagick wget

Now in attachment extract "weather.sh" in /home/user/WHEREYOUWANT/, but not in MyDocs.

Finally open weather.sh and modify it

1/ Line 42: url of yahooweather for your contry copy an past from your browser
2/ Line 55: unit for the text "°C"
3/ Line 57: 58: string "Max: " and "Min: "
4/ Line 62: Font, size color and position for the text and its stroke
5/ Line 33: Check path for making and storing image file, make sure user can be write in it
Code:

sudo gainroot
chown user:users "/home/user/YourPath"

info: yahooweather use a png file its size is 250x180.
read convert documentation http://imagemagick.org/script/index.php

6/ add in your qtlockscreen.ini
modify xx for matching your number off "widget"
[Main]
....
Widgets\xx\Name="Image.Weather"
Widgets\Size=xx

[Weather]
Image="/home/user/apps/QtLockscreen/Weather.png"
SizeP="250;180"
SizeL="250;180"
PosL="0;0"
PosP="0;0"

Make it executable and run it, in xterm:
Code:

chmod +x /home/user/WHEREYOUWANT/weather.sh
/home/user/WHEREYOUWANT/weather.sh

7/ Open alarmed, add a new event
Title: "Yahhoo Weather for QtLockScreen"
Type: command execution, " /home/user/WHEREYOUWANT/weather.sh"
Cron String for updating every 2 hours: "* */2 * * *"
Click Save Event


That's all, i hope you like it :D.

Sorry for my English I'm French, in weather.sh, script it's fully documented in french.

Alfred 2011-07-28 14:16

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

Originally Posted by GaRy delaMEr (Post 1060012)
Hi all

Finally I've made a script for add weather from yahoo on the lockscreen and now i share with you before sakya make a "widget".

@sakya I've started to write lsweather.h lsweather.cpp, but I'm a beginner in c++.





That's all, i hope you like it :D.

Sorry for my English I'm French, in weather.sh, script it's fully documented in french.

I think we already had that... Look in my signature, mate:D

Edit:
Although it is really better with this Lockscreen, as with the normal one.

GaRy delaMEr 2011-07-28 14:20

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

Originally Posted by Alfred (Post 1060026)
I think we already had that... Look in my signature, mate:D

Edit:
Although it is really better with this Lockscreen, as with the normal one.

Hi Alfred

yess i see your post, and it inspire me for making my own for qtLockScreen thank's for your post and your script.

Alfred 2011-07-28 14:30

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

Originally Posted by GaRy delaMEr (Post 1060028)
Hi Alfred

yess i see your post, and it inspire me for making my own for qtLockScreen thank's for your post and your script.

Thank You!
as i understood it just prints the weather on the "lockslider.png" or whatever my background file is, right?

GaRy delaMEr 2011-07-28 14:55

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Not yours background.

In fact the background is the yahooweather png file (use too in QBW), and i parse the html file too, for making text on this image this why i need wget for downloding html file and png file.

Next step qtLockScreen permit to put this image where you want on the qtlockscreen.

Loz 2011-07-28 19:13

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Well I have to thank all that helped with getting my lock screen sorted yesterday.. I sighned off a little early but myself and eefo were behind the scenes sorting it... so many thanks to eefo and I will be going back though the thread to thank others too. I will be posting the end result as I think after all the work to sort out paths.. its worth it when others can see the end result.

Also just catching the talk about putting the weather widget on the lock screen well I like that idea...its good to see the N900 being constantly updated... as I said i a previous post, the I Phone 4 after jail break looks fantastic... and there weather apps kinda makes ours look feeble in comparison.

I I was up on this linux thing id be on it like a rash.

Anyway thanks all... will be watchinh this thread!..

NightShift79 2011-07-30 06:46

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
1 Attachment(s)
My 0.2 version of the fringe lockscreen.
(initial release) :)

http://img233.imageshack.us/img233/2...ckpprev.th.png http://img577.imageshack.us/img577/2...3008383.th.png

seriously hope for a userfriendly GUI for this qtlockscreen.
also I got tons of feature wishes :)

Copy following files:
- QtLockscreen.ini to
Code:

/home/user/.config/sakya
- the .pngs to
Code:

/etc/hildon/theme/backgrounds
- the font to
Code:

/opt/usr/share/fonts
- now head to XTerminal and
Code:

killall qtlockscreen
The new Lockscreen should be active.

Zekahz 2011-07-30 09:34

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Is it possible to remove the text from the notification icons and just show the icon only. for example the text: "1 unread message"

couldvbb 2011-07-30 11:27

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
2 Attachment(s)
Quote:

Originally Posted by sakya (Post 1056104)
Hi! :)
[/COLOR]

I translation this Traditional Chinese for Taiwan ->tw

and translation this Simplified Chinese for China ->cn

But I can not find placement to test his

junieboi 2011-07-30 12:54

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
@eefo

are you using photoshop on trhe N900, if so how or is it gimp?

eefo 2011-07-30 13:27

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

Originally Posted by junieboi (Post 1061104)
@eefo

are you using photoshop on trhe N900, if so how or is it gimp?

o no buddy , i use photoshop on my laptop

junieboi 2011-07-30 14:00

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
@loz

not connected to the thread but an awsome audio setup you have there!!

sakya 2011-07-30 16:15

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

Originally Posted by Zekahz (Post 1061026)
Is it possible to remove the text from the notification icons and just show the icon only. for example the text: "1 unread message"

It's not possible now, The next update will add settings to set the text to display and the text position. ;)

Alfred 2011-07-30 16:39

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

Originally Posted by sakya (Post 1061188)
It's not possible now, The next update will add settings to set the text to display and the text position. ;)

The next update is as Awesome as the hildon-desktop's one (plus -home)

Char 2011-07-30 19:57

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
This widget would be extremely useful:
A widget that just executes a line and displays the result. (preferably with conditioned images)

droitwichgas 2011-07-30 20:41

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

Originally Posted by Loz (Post 1060222)
Well I have to thank all that helped with getting my lock screen sorted yesterday.. I sighned off a little early but myself and eefo were behind the scenes sorting it... so many thanks to eefo and I will be going back though the thread to thank others too. I will be posting the end result as I think after all the work to sort out paths.. its worth it when others can see the end result.

Also just catching the talk about putting the weather widget on the lock screen well I like that idea...its good to see the N900 being constantly updated... as I said i a previous post, the I Phone 4 after jail break looks fantastic... and there weather apps kinda makes ours look feeble in comparison.

I I was up on this linux thing id be on it like a rash.

Anyway thanks all... will be watchinh this thread!..

Just a thought but is the weather that important on the lockscreen, does anybody really check it everytime they unlock their phone? Why copy Android when the N900 is a far better phone in my view anyway?

pusak gaoq 2011-07-31 03:48

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

Originally Posted by droitwichgas (Post 1061280)
Just a thought but is the weather that important on the lockscreen, does anybody really check it everytime they unlock their phone? Why copy Android when the N900 is a far better phone in my view anyway?

well some member likes to put everything on their lockscreen as much as they can without considering what the true meaning of a lockscreen at the first place...i cannot argue that our device is far more better than other but it the modifications that put our phone ahead (except for they wide range of market apps)....

toxaris 2011-07-31 08:13

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Hello.
A bug report.
Have been using QTlockascreen for some time now. sofar it works good apart from bad rotation and the 2s qt problem.
But today I experienced a smal bug.
I got a email yesterday, and usually when you remove the yellow notification it also disapear as a notification in QTlockscreen. But this doesnt.
I kill off QTL doesnt help.
I guess a reboot will solve it, havnt tryed it yet.
Just want to report the strange behavour first.

droitwichgas 2011-07-31 08:22

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

Originally Posted by pusak gaoq (Post 1061410)
well some member likes to put everything on their lockscreen as much as they can without considering what the true meaning of a lockscreen at the first place...i cannot argue that our device is far more better than other but it the modifications that put our phone ahead (except for they wide range of market apps)....

Ok, perhaps I should of said "slightly" better phone in my view.

The danger is the lockscreen will have so much on it that users will then start complaining it is slowing the device down. My phone already seems to be freezing again, for a couple of seconds, when on coming call arrives which I feel maybe down to this app.

NightShift79 2011-07-31 12:54

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
1 Attachment(s)
@http://talk.maemo.org/image.php?u=49...ine=1305108566 sakya

I have attached an overworked german translation.

Also I wonder if it's possible for you to store the translations files locally on the device. So we can easily add/update them.

Can you tell us what more features are about to come? ^^

Thanks again for qtlockscreen.

sakya 2011-07-31 16:55

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
@NightShift79: many thanks for the translation. :)
The next version won't use the embedded resources and all files will be installed to /opt/qtlockscreen

NightShift79 2011-07-31 20:55

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Could it be, that the current version doesn't support more then '6 external battery pics'
It shows me the original charging symbol inside the ressource.

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"
Images="/opt/usr/share/icons/fringe-icons/bat1.png;:/opt/usr/share/icons/fringe-icons/bat2.png;/opt/usr/share/icons/fringe-icons/bat3.png;/opt/usr/share/icons/fringe-icons/bat4.png;/opt/usr/share/icons/fringe-icons/bat5.png;/opt/usr/share/icons/fringe-icons/bat6.png;/opt/usr/share/icons/fringe-icons/bat7.png;/opt/usr/share/icons/fringe-icons/bat8.png"
PosL="720;118"
SizeL="180;200"
PosP="346;276"
SizeP="180;200"
#PosL="15;30"
#PosP="15;30"
Alignment="right"
PercentageFont="Nokia Pure Text;14;bold;0"
PercentageColor="255;0;210;255"

Any help?

pusak gaoq 2011-07-31 21:01

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

Originally Posted by NightShift79 (Post 1061882)
Could it be, that the current version doesn't support more then '8 external battery pics'
It shows me the original charging symbol inside the ressource.

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"
Images="/opt/usr/share/icons/fringe-icons/bat1.png;:/opt/usr/share/icons/fringe-icons/bat2.png;/opt/usr/share/icons/fringe-icons/bat3.png;/opt/usr/share/icons/fringe-icons/bat4.png;/opt/usr/share/icons/fringe-icons/bat5.png;/opt/usr/share/icons/fringe-icons/bat6.png;/opt/usr/share/icons/fringe-icons/bat7.png;/opt/usr/share/icons/fringe-icons/bat8.png"
PosL="720;118"
SizeL="180;200"
PosP="346;276"
SizeP="180;200"
#PosL="15;30"
#PosP="15;30"
Alignment="right"
PercentageFont="Nokia Pure Text;14;bold;0"
PercentageColor="255;0;210;255"

Any help?

that kinda weird how you change the battery icon...i always change the first path (on the tops) to my desire icon path not adding another path after the first path...

NightShift79 2011-07-31 21:08

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
i just commented out the original path...

pusak gaoq 2011-07-31 21:26

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

Originally Posted by NightShift79 (Post 1061888)
i just commented out the original path...

then your original path is different cause mine is like this...

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"
ChargingImage=":/images/battery_charging.png"
PosL="700;15"
PosP="380;15"
PercentageFont=";8;normal;0"
PercentageColor="255;255;255;255"


GaRy delaMEr 2011-08-01 06:48

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

Originally Posted by NightShift79 (Post 1061882)
Could it be, that the current version doesn't support more then '6 external battery pics'
It shows me the original charging symbol inside the ressource.

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"
Images="/opt/usr/share/icons/fringe-icons/bat1.png;:/opt/usr/share/icons/fringe-icons/bat2.png;/opt/usr/share/icons/fringe-icons/bat3.png;/opt/usr/share/icons/fringe-icons/bat4.png;/opt/usr/share/icons/fringe-icons/bat5.png;/opt/usr/share/icons/fringe-icons/bat6.png;/opt/usr/share/icons/fringe-icons/bat7.png;/opt/usr/share/icons/fringe-icons/bat8.png"
PosL="720;118"
SizeL="180;200"
PosP="346;276"
SizeP="180;200"
#PosL="15;30"
#PosP="15;30"
Alignment="right"
PercentageFont="Nokia Pure Text;14;bold;0"
PercentageColor="255;0;210;255"

Any help?

Images="/opt/usr/share/icons/fringe-icons/bat1.png;:/opt/usr/share/icons/fringe-icons/bat2.png;/opt/usr/share/icons/fringe-icons/bat3.png;/opt/usr/share/icons/fringe-icons/bat4.png;/opt/usr/share/icons/fringe-icons/bat5.png;/opt/usr/share/icons/fringe-icons/bat6.png;/opt/usr/share/icons/fringe-icons/bat7.png;/opt/usr/share/icons/fringe-icons/bat8.png"

Very yours path i see ":" in your config.

zurrain101 2011-08-01 08:01

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
anyone else noticed that when u use the slide lock, the one at the right and not the power button, it shows the qtlockscreen for 2 seconds and then goes to homescreen. its laggy. how to fix this?

NightShift79 2011-08-01 12:08

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Thx.
GaRy delaMEr and pusak gaoq
...you both were right.
I messed up the pathes.


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

vBulletin® Version 3.8.8