Read-only mirror of practice-timer

Alexander Rosenberg 64dcdf26bb Fix non-existant enum on some systems 2 年之前
tools db580641b9 Initial commit 2 年之前
ui 7f01f53f66 Fixed a few bugs 2 年之前
.gitignore d8d47a5f83 Mostly implement mini window 2 年之前
CMakeLists.txt 3dc489e7bc Added mini-window.glade to resources.c depends 2 年之前
LICENSE db580641b9 Initial commit 2 年之前
README.md 67cb808401 Added Jenkins badges 2 年之前
TimerApplication.c 64dcdf26bb Fix non-existant enum on some systems 2 年之前
TimerApplication.h db580641b9 Initial commit 2 年之前
TimerClock.c 98dc75e02f Fix bad performance with TimerFileWatcher 2 年之前
TimerClock.h db580641b9 Initial commit 2 年之前
TimerEditWindow.c db580641b9 Initial commit 2 年之前
TimerEditWindow.h db580641b9 Initial commit 2 年之前
TimerFileWatcher.c 98dc75e02f Fix bad performance with TimerFileWatcher 2 年之前
TimerFileWatcher.h db580641b9 Initial commit 2 年之前
TimerGraph.c db580641b9 Initial commit 2 年之前
TimerGraph.h db580641b9 Initial commit 2 年之前
TimerGraphWindow.c db580641b9 Initial commit 2 年之前
TimerGraphWindow.h db580641b9 Initial commit 2 年之前
TimerMainWindow.c 7f01f53f66 Fixed a few bugs 2 年之前
TimerMainWindow.h f9905c57c8 Add features to the mini window 2 年之前
TimerMiniWindow.c 7f01f53f66 Fixed a few bugs 2 年之前
TimerMiniWindow.h f9905c57c8 Add features to the mini window 2 年之前
TimerSettingsWindow.c db580641b9 Initial commit 2 年之前
TimerSettingsWindow.h db580641b9 Initial commit 2 年之前
TimerTaskTree.c 98dc75e02f Fix bad performance with TimerFileWatcher 2 年之前
TimerTaskTree.h db580641b9 Initial commit 2 年之前
main.c db580641b9 Initial commit 2 年之前
practicetimer.gresource.xml d8d47a5f83 Mostly implement mini window 2 年之前

README.md

practice-timer

Build Status - Linux Build Status - FreeBSD

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.