Wishlist/EggTimer

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Lap Timers)
m (Wishlist:EggTimer moved to Wishlist/EggTimer: Replacing 'Wishlist:' with 'Wishlist/')
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Wishlist}}
 
{{Wishlist}}
 +
{{InProgress}}
  
 
See also [[Clocks]]
 
See also [[Clocks]]
Line 26: Line 27:
 
I haven't looked at a lot of lap timers, but the best for the palm pilot seems to be [http://ogin.net/spaware/plap/index_e.html Parallel Lap].
 
I haven't looked at a lot of lap timers, but the best for the palm pilot seems to be [http://ogin.net/spaware/plap/index_e.html Parallel Lap].
  
I started to write a small application that most closely resembles to the lap timer idea. It is already available (with source code) at [http://rodolphe.ortalo.free.fr/mokothings.html this page]. I am gonna look at all the other ideas listed on this page - but do not hesitate to elaborate on this first attempt.
+
I started to write a small application that most closely resembles to the lap timer idea. It is already available (with source code) at [http://rodolphe.ortalo.free.fr/mokothings.html this page]. I am gonna look at all the other ideas listed on this page - but do not hesitate to elaborate on this first attempt. --[[User:Rodolphe.ortalo|Rodolphe.ortalo]] 23:22, 25 July 2007 (CEST)
  
 
=== Chess Timers ===
 
=== Chess Timers ===

Latest revision as of 13:20, 31 August 2008

Wishes warning! This article or section documents one or more OpenMoko Wish List items, the features described here may or may not be implemented in the future.
In progress: This article or section documents one or more features whose implementation are in progress.

See also Clocks

Contents

[edit] Egg Timer

There are four basic types of timers: count down timers, lap timers, chess/task timers and alarms.

[edit] Count Down Timers

Count down timers are used to tell you when the pizza is done, when it's time to change the laundry, when you've been staring at your computer screen for too long, et cetera. They're generally called "egg timers". To be useful, the basic functions must be quick and easy to use: mostly a single click.

Basic functions:

  1. set a timer length
  2. pause/restart
  3. clear
  4. start the timer with the previously elapsed time
  5. add or subtract a small increment of time

The best egg timer interface I have run across is 1TouchTimer for the Palm Pilot.

[edit] Lap Timers

The most important feature is an incrementing timer display with as big a font as possible. There is also a log of the time between successive presses of the lap buttons.

I haven't looked at a lot of lap timers, but the best for the palm pilot seems to be Parallel Lap.

I started to write a small application that most closely resembles to the lap timer idea. It is already available (with source code) at this page. I am gonna look at all the other ideas listed on this page - but do not hesitate to elaborate on this first attempt. --Rodolphe.ortalo 23:22, 25 July 2007 (CEST)

[edit] Chess Timers

Chess timers are used to divide time up into tasks. A "real" chess timer only has two tasks, but these are typically used to measure how long is spent on various activities. They can get very sophisticated because they are often used for billing customers.

[edit] Alarms

These timers ring the alarm at a specific time, rather than after a specific interval. Presumably they will be handled well by the Calendar app.

--Bryan Larsen 21:57, 2 April 2007 (CEST)

Personal tools
Wishes warning! This article or section documents one or more OpenMoko Wish List items, the features described here may or may not be implemented in the future.

See also Clocks

Egg Timer

There are four basic types of timers: count down timers, lap timers, chess/task timers and alarms.

Count Down Timers

Count down timers are used to tell you when the pizza is done, when it's time to change the laundry, when you've been staring at your computer screen for too long, et cetera. They're generally called "egg timers". To be useful, the basic functions must be quick and easy to use: mostly a single click.

Basic functions:

  1. set a timer length
  2. pause/restart
  3. clear
  4. start the timer with the previously elapsed time
  5. add or subtract a small increment of time

The best egg timer interface I have run across is 1TouchTimer for the Palm Pilot.

Lap Timers

The most important feature is an incrementing timer display with as big a font as possible. There is also a log of the time between successive presses of the lap buttons.

I haven't looked at a lot of lap timers, but the best for the palm pilot seems to be Parallel Lap.

I started to write a small application that most closely resembles to the lap timer idea. It is already available (with source code) at this page. I am gonna look at all the other ideas listed on this page - but do not hesitate to elaborate on this first attempt.

Chess Timers

Chess timers are used to divide time up into tasks. A "real" chess timer only has two tasks, but these are typically used to measure how long is spent on various activities. They can get very sophisticated because they are often used for billing customers.

Alarms

These timers ring the alarm at a specific time, rather than after a specific interval. Presumably they will be handled well by the Calendar app.

--Bryan Larsen 21:57, 2 April 2007 (CEST)