On Sep 26, 2008, at 7:18 AM, Etienne Samson wrote:
Also, it looks like you have a TODO in this section (on the timer
syntax).
The function responsible for this is QSTimeIntervalFromString, in
QSCommand.m:64.
Thanks, I've replaced the TODO with:
You can enter a decimal number followed by an h, m or s to indicate
hours, minutes or seconds. E.g., 2h, 10m, 90s, or 1.5h. A number
without a suffix is interpreted as minutes. You can combine these
separated by spaces such as 2m 30s. You can also enter a time format
such as minutes:seconds or hours:minutes:seconds. For example 9:35 or
2:11:30.
If you can point me at code to answer other TODOs I'll try to
interpret it. Thanks again.
Howard