|
2012-01-05
, 20:31
|
Posts: 85 |
Thanked: 36 times |
Joined on Jun 2010
@ Berlin/Germany
|
#152
|
It looks like I introduced some bug on one of the latest versions, indication that alarms are not active (but they are active).
Going to have a look at it now. Didn't receive reports about it here...
The Following User Says Thank You to bitrocky For This Useful Post: | ||
|
2012-01-05
, 20:38
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#153
|
|
2012-01-06
, 23:23
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#154
|
|
2012-01-12
, 17:08
|
|
Posts: 33 |
Thanked: 28 times |
Joined on Mar 2011
@ Finland
|
#155
|
|
2012-01-12
, 22:07
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#156
|
Hi ade,
Thanks for standing up and continuing this. It seems really close to beeing done.
Though I found a bug. Using Finnish language and locale the clock times get wrongly set. It doesn't matter what I select from the hour roller, it gets put in as a zero. The marker (.) between hour and minute is different I suspect. The field shows a value 19.00 if I select 19 on the hour and 00 on the minute. It gets translated to 00:19 when I press save.
Setting the time from top menu works as supposed. The field in that screen has the right marker ( between hours and minutes.
Hope you have time to fix it.
|
2012-01-12
, 22:43
|
Posts: 336 |
Thanked: 129 times |
Joined on Jan 2011
@ portugal
|
#157
|
|
2012-01-12
, 22:50
|
|
Posts: 33 |
Thanked: 28 times |
Joined on Mar 2011
@ Finland
|
#158
|
chmod 755 /usr/bin/worldclock
The Following User Says Thank You to miqu For This Useful Post: | ||
|
2012-01-12
, 23:24
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#159
|
Nice, thanks I will pick it up now.
I think we use 19:25 times here in Finland. Qt might have a bug on that?
edit:
Didnt work yet but I can use my old alarms just fine.
It seems that we the Finns are using the point as a separator in times. So not a qt bug. But I do think you should propably have a method "char getTimeSeparatorMarker(locale)" in a localization avare library like QT? I dont know the internals yet, so just throwing a thought.
http://fi.wikipedia.org/wiki/Piste_%...%A4limerkki%29
"Ajanilmauksissa tunnit, minuutit ja sekunnit erotetaan toisistaan pisteellä, esimerkiksi kello 14.15." from the wiki page says so in Finnish.
|
2012-01-12
, 23:52
|
|
Posts: 33 |
Thanked: 28 times |
Joined on Mar 2011
@ Finland
|
#160
|
I know why the new version did not work: my dropbox client is giving issues so it did not upload. Please download again for a proper test.
The Following User Says Thank You to miqu For This Useful Post: | ||
Going to have a look at it now. Didn't receive reports about it here...
Update 1: it's the last change (device wakeup on alarm) that causes the alarms to be wrongly indicated as not active.
Update 2: looks like it is caused by different flag values needed to see the alarm active. Should be fixable I hope...
Update 3: Made a fix.
Update 4: Okay, I need more flags updated in case the alarm is repeated. So fix will be replaced soon..
Update 5: Fix for repeating alarms
Cause of wrongly displayed status:
Alarms created in the last version (with device wakeup on alarm) do generate a different flag because of that changed behavour. Consequently, worldclock did not mark them as being active in the alarmlist. Alarms entered before the last update where shown correctly, because they still had the old flag.
Now both old and new alarms should be shown correctly.
For people that downloaded the version of yesterday: please install this new version: http://dl.dropbox.com/u/42147901/worldclock.zip
Last edited by ade; 2012-01-05 at 20:10.