Notices


Reply
Thread Tools
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#41
Originally Posted by sixwheeledbeast View Post
Looking at another package the link for bugs.maemo.org would be

Code:
Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=cooktimer
This link can only be active when it is in testing it seems? I also see links to TMO theads are used (just checked call-notify that Pali is promoting). That would be the most logical place for me to discuss issues...
 
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#42
Sure, it can be Your mail, TMO thread, or "proper" bugtracker - it doesn't matter much.

Honestly, if You ask me, I would promote current package to testing (and extras, if no bugs found), and start messing with it from another version, if any is to come. In practice, for such code-scale project (no disrespect, it's great, but less smaller code base than, lets say, kernel-power) link for bugtracker is rather decorative.

/Estel
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 

The Following User Says Thank You to Estel For This Useful Post:
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#43
Okay, then I will change the bugtracker link to this thread in a possible next version and keep this version for voting.

Sixwheeledbeast, can you live with that, or do you want a new version before voting?
 

The Following User Says Thank You to ade For This Useful Post:
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#44
Well, bugtracker link is not a blocker so it's voting time...
If you do promote a new package bump the thread and I'll check it out.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following User Says Thank You to sixwheeledbeast For This Useful Post:
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#45
Bump to remind people this is still in testing and looking to be promoted.

It currently has 3/6 votes. Anybody that has tested it please remember to rate.
I think this is one of the most useful applications looking for promotion in a while, so don't leave it stuck in testing ... get testing.

Thanks
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following 3 Users Say Thank You to sixwheeledbeast For This Useful Post:
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#46
Originally Posted by sixwheeledbeast View Post
Bump to remind people this is still in testing and looking to be promoted.

It currently has 3/6 votes. Anybody that has tested it please remember to rate.
I think this is one of the most useful applications looking for promotion in a while, so don't leave it stuck in testing ... get testing.

Thanks
Thanks sixweeledbeast, I had hoped for more votes indeed.

But on the other hand (it won't the reason for this few votes, else it would be reported here) I discovered an issue.

If you have you device in 12h mode, the timeselector gets in am/pm mode, which gives an unwanted effect for me. It still works, but in an somewhat odd way. I did not manage to force the timeselector to go into 24h mode in these cases.
This would mean I would have to build my own timeselector, costing quit some time.

Last edited by ade; 2012-08-03 at 06:35.
 

The Following 3 Users Say Thank You to ade For This Useful Post:
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#47
Originally Posted by ade View Post
Thanks sixweeledbeast, I had hoped for more votes indeed.

But on the other hand (it won't the reason for this few votes, else it would be reported here) I discovered an issue.

If you have you device in 12h mode, the timeselector gets in am/pm mode, which gives an unwanted effect for me. It still works, but in an somewhat odd way. I did not manage to force the timeselector to go into 24h mode in these cases.
This would mean I would have to build my own timeselector, costing quit some time.
I am sure more people have downloaded this application, with a garage account than Estel and me. Positive or negative feedback would help...

I too can confirm the 12 hour clock problem. I have no reason to use the 12 hour clock which will be why I never spotted it.

I don't know if this helps but my binary advanced clock plugin is still showing a 24 hour time even tho the device (including the lock screen) are in 12hr.
Would having a look into this help solve and avoid a huge re-write?
I am not sure how you use the system time to calculate the cooktime select combo box, so this maybe useless.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following 2 Users Say Thank You to sixwheeledbeast For This Useful Post:
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#48
Originally Posted by sixwheeledbeast View Post
I am sure more people have downloaded this application, with a garage account than Estel and me. Positive or negative feedback would help...

I too can confirm the 12 hour clock problem. I have no reason to use the 12 hour clock which will be why I never spotted it.

I don't know if this helps but my binary advanced clock plugin is still showing a 24 hour time even tho the device (including the lock screen) are in 12hr.
Would having a look into this help solve and avoid a huge re-write?
I am not sure how you use the system time to calculate the cooktime select combo box, so this maybe useless.
It's not that I use or need the system time. QMaemo5TimePickSelector just obeys the device time-format settings for it's display and I can't tell it to do otherwise.

I already made a start with my own time selector, which is indeed time consuming (not too experienced with QListWidgets layouts etc). The positive part (if it works out): I then can add seconds as a bonus very easy.
 

The Following 2 Users Say Thank You to ade For This Useful Post:
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#49
The time selector has now a become a custom one to tackle the am/pm display.

Detailed changelog in the first post. Version could be updated in the extras-devel any minute.
 

The Following 2 Users Say Thank You to ade For This Useful Post:
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#50
Decided to add some minor extra functionality.

Pressing on the remaining time will now pause a running timer.

The colors behind the remaining time now indicate:
- no color: timer is not active
- grey: timer is active
- green: timer is paused
- red: timer was the last to trigger an alert

Update available in the extras-devel repo.
 

The Following 2 Users Say Thank You to ade For This Useful Post:
Reply

Tags
cooktimer, nokia n900


 
Forum Jump


All times are GMT. The time now is 12:47.