| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
- IMPORTANT: added seconds to timestamp in csv as someone could start
and rest in the same minute
- BROKEN commit, but i need something sane to be able to roll back to
- only works for stopwatch atm, haven't even tested timer
- doesn't show cumalative time focused in timer, will need a bit of
refactoring (hence need for sane commit)
- timer now returns seconds for everything except start
|
| |
|
|
|
| |
they work effectively the same, so add if statements for minor changes.
time_left no longer used at all
|
| | |
|
| |
|
|
| |
lots of code duplication... next step is to get rid of that
|
| | |
|
| |
|
|
|
|
| |
- timer accurate and quits when 'q' is pressed, in a non blocking
manner, polling at 120Hz
- some minor refactoring in inputs.py too
|
| | |
|
| | |
|
|
|
basic timer functionality; writing to log
|