Read-only mirror of practice-timer

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

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.