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