Read-only mirror of practice-timer

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

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.