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)

Harick 2011-08-19 19:37

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
hi sakya

i have some bugs/request here, going from easy to harder/impossible

· first, related to the last update, the bug number 2 is still there, the one when the slider stuck half way

http://i.imgur.com/pezre.jpg
this one

· second, can you add a SliderImagePressed entry, basically like BackGroundImagePressed of unlockbutton, but for slider. it doesn't look too hard to do, and i love playing to press and release the buttons :P

· thirth, i think there should be a way to autohide the mediaplayer widget when no song is playing (stopped), it will save a lot of space that can be use for another widget, and usually starting the reproduction from the widget doesn't seems to work, even when resuming works fine.

· fourth, it would be awesome if, instead of downloading the weather pic from yahoo, it just download the info and then select the weather pic from a set of img, like omweather does.
this way we can create our own iconpack of weather icons

thats all for now, thank you for such a great and customizable lockscreen application

bitrocky 2011-08-19 21:09

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
hi sakya,
is it possible that the "Link" command from the new weather widget has to contain the full url!?
f.e.
Link="http://weather.yahoo.com/germany/berlin/berlin-20065726/?unit=c"
and not
Link="germany/berlin/berlin-20065726"

else I don't get the correct picture of my city!

The tempertures (curr/min/max) and the low/high text aren't displayed here!?
I tried different positions, but they don't get displayed...
here is my weather widget definition, maybe some can help me:
[YahooWeather]
MinimumSecondsBetweenUpdates=1200
AutoUpdateIntervalSeconds=10800
Link="http://weather.yahoo.com/germany/berlin/berlin-20065726"
Unit="c"
CurrentText=""
CurrentPos="660;60"
CurrentFont=";40;normal;0"
HighText="Max:"
HighPos="670;90"
HighFont=";14;normal;0"
LowText="Min:"
LowPos="670;110"
LowFont=";14;normal;0"
SizeL="300;180"
SizeP="300;180"
PosL="0;0"
PosP="0;0"

johnsnipe 2011-08-20 02:35

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
How can i modify the .ini file? everytime i try to modify it i can't save it because tell me that is only read file, i kill the qtlockscreen and still cant made changes..

Hurrian 2011-08-20 03:05

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

Originally Posted by johnsnipe (Post 1073351)
How can i modify the .ini file? everytime i try to modify it i can't save it because tell me that is only read file, i kill the qtlockscreen and still cant made changes..

Code:

sudo nano ~/.config/sakya/QtLockscreen.ini

johnsnipe 2011-08-20 03:49

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

Originally Posted by Hurrian (Post 1073358)
Code:

sudo nano ~/.config/sakya/QtLockscreen.ini

mm i do it but nothing happen just appear somethings on the screen about emails, servers username

Edit:
solved , i open a xterminal on the sakya folder and put this on console:

Leafpad QtLockscreen.ini

and finally i can edit the .ini file jeje thanks

as a tip:
to Restart the app just put this on a xterm: QtLockscreen

and for close the app: Killall QtLockscreen

don't need to reboot to see the changes :)

DJQwamii 2011-08-20 05:01

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
How do you make the slide to unlock, slide upwards?

willkr 2011-08-20 05:05

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

Originally Posted by sakya (Post 1072898)
Uploaded now version 0.1.9 (fixing a "bad" update 0.1.8)
Please wait for 0.1.9 to be imported in the repo. ;)

To change the weather widget set the link in the config file.
Go to http://weather.yahoo.com/ and search your city, then set the Link.


Code:

[YahooWeather]
MinimumSecondsBetweenUpdates=1200
AutoUpdateIntervalSeconds=10800
Link="italy/lombardy/milan-718345"
Unit="c"
CurrentText=""
CurrentPos="160;60"
CurrentFont=";40;normal;0"
HighText="High:"
HighPos="170;90"
HighFont=";14;normal;0"
LowText="Low:"
LowPos="170;110"
LowFont=";14;normal;0"
SizeL="300;180"
SizeP="300;180"
PosL="450;90"
PosP="center;400"

Changelog:
Version 0.1.9
* Fixed Weather widget script
* Fixed languages: sv_SV (I forgot the file in v.0.1.8)

Version 0.1.8
* Added setting to override the system locale (see the default config file)
* Added wifi widget
* Added Weather widget
* Fixed albumart corrupted if the widget has different size in portrait and landscape
* Added languages: sv_SV
* Fixed: reverted to old orientation manager (it should fix the problems appeared from version 0.1.5)

please just read

http://talk.maemo.org/showpost.php?p...&postcount=460

#460

i just to tell you,the problem of translate file.but why you do not see that.

i say again, qtlockscreen_cn_CN.qm is worong.please delete it.

i just send a right one at #460

sakya 2011-08-20 08:07

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

Originally Posted by willkr (Post 1073371)
please just read

http://talk.maemo.org/showpost.php?p...&postcount=460

#460

i just to tell you,the problem of translate file.but why you do not see that.

i say again, qtlockscreen_cn_CN.qm is worong.please delete it.

i just send a right one at #460

I wrote you a pm asking for the ts file to put it on the svn, but received no answer.
Please, send me both the ts and the qm file and I'll replace the wrong translation.

ivyking 2011-08-20 08:20

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
can you please make the battery polling commands configurable ?

I would like to use bq27x00 for battery information instead of bme.
the advantage is that the capacity can be read while charging, or when host-mode is active, also people who calibrated the battery chip correctly, can get accurate(real) measurements of battery status instead of bme's "opinion" on the state of the battery.

thanks for all your hard work.

don_falcone 2011-08-20 09:23

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

Originally Posted by johnsnipe (Post 1073361)
mm i do it but nothing happen just appear somethings on the screen about emails, servers username

This happens when you use 'sudo' being already root.


All times are GMT. The time now is 13:42.

vBulletin® Version 3.8.8