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