Read-only mirror of practice-timer
Alexander Rosenberg 64dcdf26bb Fix non-existant enum on some systems | il y a 2 ans | |
---|---|---|
tools | il y a 2 ans | |
ui | il y a 2 ans | |
.gitignore | il y a 2 ans | |
CMakeLists.txt | il y a 2 ans | |
LICENSE | il y a 2 ans | |
README.md | il y a 2 ans | |
TimerApplication.c | il y a 2 ans | |
TimerApplication.h | il y a 2 ans | |
TimerClock.c | il y a 2 ans | |
TimerClock.h | il y a 2 ans | |
TimerEditWindow.c | il y a 2 ans | |
TimerEditWindow.h | il y a 2 ans | |
TimerFileWatcher.c | il y a 2 ans | |
TimerFileWatcher.h | il y a 2 ans | |
TimerGraph.c | il y a 2 ans | |
TimerGraph.h | il y a 2 ans | |
TimerGraphWindow.c | il y a 2 ans | |
TimerGraphWindow.h | il y a 2 ans | |
TimerMainWindow.c | il y a 2 ans | |
TimerMainWindow.h | il y a 2 ans | |
TimerMiniWindow.c | il y a 2 ans | |
TimerMiniWindow.h | il y a 2 ans | |
TimerSettingsWindow.c | il y a 2 ans | |
TimerSettingsWindow.h | il y a 2 ans | |
TimerTaskTree.c | il y a 2 ans | |
TimerTaskTree.h | il y a 2 ans | |
main.c | il y a 2 ans | |
practicetimer.gresource.xml | il y a 2 ans |
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.