Read-only mirror of practice-timer
Alexander Rosenberg 64dcdf26bb Fix non-existant enum on some systems | 2 years ago | |
---|---|---|
tools | 2 years ago | |
ui | 2 years ago | |
.gitignore | 2 years ago | |
CMakeLists.txt | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
TimerApplication.c | 2 years ago | |
TimerApplication.h | 2 years ago | |
TimerClock.c | 2 years ago | |
TimerClock.h | 2 years ago | |
TimerEditWindow.c | 2 years ago | |
TimerEditWindow.h | 2 years ago | |
TimerFileWatcher.c | 2 years ago | |
TimerFileWatcher.h | 2 years ago | |
TimerGraph.c | 2 years ago | |
TimerGraph.h | 2 years ago | |
TimerGraphWindow.c | 2 years ago | |
TimerGraphWindow.h | 2 years ago | |
TimerMainWindow.c | 2 years ago | |
TimerMainWindow.h | 2 years ago | |
TimerMiniWindow.c | 2 years ago | |
TimerMiniWindow.h | 2 years ago | |
TimerSettingsWindow.c | 2 years ago | |
TimerSettingsWindow.h | 2 years ago | |
TimerTaskTree.c | 2 years ago | |
TimerTaskTree.h | 2 years ago | |
main.c | 2 years ago | |
practicetimer.gresource.xml | 2 years ago |
A simple program for tracking time spent doing activities. Originally created for my dad to track his music practice.
Build with CMake. Requires GTK+ 3, json-glib, and PkgConfig for CMake. The graphs on the stats page are optional, but they require Plotutils.
Tested on macOS, GNU/Linux, and FreeBSD.