![]() |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
i guess, it let's you see through the lock screen, where you suppose to see a desktop, or maybe a default lockscreen, which lies underneath it, right?
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
exactly, its not clear what it does. thanks, but im not after speculation im after the answer
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
The transparent background shows what it's "under" the qtlockscreen graphics.
I'm sorry, I tested it only in debug mode (and I saw the desktop), but using it in "real" mode (tested now) you see the default lockscreen...so it's almost useless. :) There's no simple solution to this problem (other than rewrite the system ui plugin that displays the stock lockscreen). |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
P.S. i don't have my n900 right now, so can't do it for you. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
You can find more informations here: http://lists.maemo.org/pipermail/mae...ly/028472.html |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Wow I can see such huge improvements here!
I've been off for a while, but I really want to know, does the latest version of Qtlockscreen now supports text rotation? Like rotating the Time widget? |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
I just installed QtLockscreen Configurator and the latest QtLockscreen and now all of the themes are messed up. are you sure latest qtlockscreen app is backwards compatible?
e.g. in Absolut Vodka lockscreen, it doesn't show day and date. Thats a bit surprising because i don't think there is any DateTime Widget code changes, are there? |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Sakya,
Is it possible to add calendar/tasks widget also into your Qtlockscreen??? |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
Seems like its expecting TimeFormat to be a value evry time. I had separate widget to display time and date seperately. So my time widget was working fine but my date widget wasnt so i added the value TimeFormat=" " (added space instead of leaving null) and it worked. try it out. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
Trying to find a script that can do this but seems like its tough gconftool gives u the active desktop and the backgrnd image but not the screenshot. i googled and found something which is qt code. Will have to talk to sakya and see if it can be used somewhere for now. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
Tomorrow (probably) I'll fix this and relaese an aupdated version to fix this. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
i have noticed one thing more with the transparent background , dont know if the transparent background supposed to be this way or not .
while sliding the image to unlock i see the theme's background not the one i am having on my desktop and it also take a pause before unlocking . like if i slide the image to unlock it takes few seconds first to show theme's background and then it unlocks . edit : it shows my desktop but under the theme's background. like first my slider image then under it the themes image and then under it my desktop :$ look at this http://i1197.photobucket.com/albums/...shot09copy.jpg number 1 is my slider image number 2 is theme's background/desktop image number 3 are the queen beecon widgets i am using on my desktop |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
Are you saying when you scroll from left to right, you can see your desktop in the background and not default lockscreen from usr/share/themes/alpha/backgrounds/ ??? |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Uploaded now version 0.1.13
Changelog: * Added settings RotationP and RotationL to rotate widgets. * Fixed weatherwidget.sh (naninenu) * Fixed: bug on dateTime widget when only dateFormat is set (introduced in 0.1.12) @eefo: It's normal to see the qtlockscreen theme background, I see no problem. For the part "3" (a portion of your dekstop if I understand): is your theme background smaller than 800x480 or does it have a transparent portion? Did you take the screenshot running qtlockscreen in debug mode? Else there's no way you can see the desktop because qtlockscreen is drawn over the stock lockscreen. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
what about this 2 sec delay when the power button is pressed until the qtlockscreen is showned and when the phone calls? any chance that it could work without that inconvenient thing especially when the phone is trying to call and some ringtone are missed?
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
http://talk.maemo.org/showthread.php?t=74581 I installed the speed-patch and it seems to solve this issue (install the patch at your own risk if you want). Other users reported that the patch solved this issue. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
With the latest update I don't see the internet conection icon. Except that everything works ;)
thank you! |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
What is the syntax for Internet widget? |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
The internet widget is easy, just position, size and the two icons to use:
Code:
[InternetIcon] |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
I doesn't work for me. I've reverted to stock settings and the icon isn't there in opt/qtlockscreen/default I have only wifi icon. GPRS isn't there, in the settings file everything seems to be ok. The app doesn't show ad hoc connections but what to do with GPRS?
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
1 Attachment(s)
Quote:
You can copy it manually in /opt/qtlockscreen/default |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
Sakya. Even if the image is default backgrnd image is small we should not be able to see desktop. it would fill the backgrnd of it with black clr. I actually removed the lockslider.png available in /alpha/backgrounds/ and my backgrnd ended up black. Just tested what eefo said (small image instead of 800x400) and it still fails me |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
@sakya
Updated to the latest version. Works OK. Thank you for your hard work!!! |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
@ Sakya
thanx for update , but what rotation setting do ? |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
It's a common setting (it should work with any widget), set it to the clockwise rotation angle. Code:
[somewidget] |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
/usr/lib/systemuilibsystemuiplugin_tklock.so and reboot? :D I guess eternal reboot loop. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
I'm currently not THAT curious; having fixed two reboot loops in a manner of days now...
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
i am using maemo.org theme at the moment and this is the maemo.org's wallpaper which is listed as number 2 in my previous post and this is the images coming behind my slider image http://i1197.photobucket.com/albums/...wallpaper1.png and this is my desktop image i am using at the moment , and the rectangle part is the one you are seeing in my previous post. http://i1197.photobucket.com/albums/...2-173033-1.png and i am using load-applet which has a camera button in status bar load applet takes 20 sec to take a screenshot . so how i took the screenshot . clicked on the button in the status bar and waited for 10 sec and then locked the screen , pressed the power button on 15 sec and slide my slider image and it automatically took the screenshot and the result is in front of you. actually the image behind my slider image is not qtlockscreen's background it is actually maemo.org's background . now i dont know if you are also using maemo.org theme and put it's wallpaper as default qtlockscreen background :$ |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
I observed a problem that the wifi icon cant be show sometimes when I connecting to the wifi
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
http://talk.maemo.org/showthread.php?t=75150&page=63 He had to do it on purpose to reduce the ram usage. This happens only when you are already connected and then apply this lockscreen. Please disconnect and reconnect and it will show up. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
thanks you
I missed that post |
All times are GMT. The time now is 05:55. |
vBulletin® Version 3.8.8