Read-only mirror of practice-timer

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

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.