Read-only mirror of practice-timer

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

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.