Notices


Reply
Thread Tools
Harick's Avatar
Posts: 140 | Thanked: 369 times | Joined on Jun 2010 @ Ituzaingo, Argentina
#501
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


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
 

The Following 2 Users Say Thank You to Harick For This Useful Post:
Posts: 85 | Thanked: 36 times | Joined on Jun 2010 @ Berlin/Germany
#502
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"
 
Posts: 49 | Thanked: 14 times | Joined on Feb 2011
#503
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..
 
Posts: 1,225 | Thanked: 1,905 times | Joined on Feb 2011 @ Quezon City, Philippines
#504
Originally Posted by johnsnipe View Post
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
__________________
N9 PR 1.3 Open Mode + kernel-plus for Harmattan
@kenweknot, working on Glacier for Nemo.
 
Posts: 49 | Thanked: 14 times | Joined on Feb 2011
#505
Originally Posted by Hurrian View Post
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

Last edited by johnsnipe; 2011-08-20 at 05:17.
 
DJQwamii's Avatar
Posts: 27 | Thanked: 21 times | Joined on Feb 2010 @ Brunei Darussalam
#506
How do you make the slide to unlock, slide upwards?
 
Posts: 12 | Thanked: 2 times | Joined on Oct 2010 @ PRC
#507
Originally Posted by sakya View Post
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
 

The Following User Says Thank You to willkr For This Useful Post:
sakya's Avatar
Posts: 533 | Thanked: 1,341 times | Joined on Dec 2010 @ Italy
#508
Originally Posted by willkr View Post
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.
 
Posts: 237 | Thanked: 274 times | Joined on Jul 2010
#509
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.
 
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#510
Originally Posted by johnsnipe View Post
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.
 
Reply


 
Forum Jump


All times are GMT. The time now is 01:15.