Pomodoro cross platform client.
Serves as a learning project of D language GUI integration.
V1 is out
V2 work in progress
V1 :
Set up project, UI library, first UI design.
Basic pomodoro timers: work, short & long brake.
V2 :
Text description of pomodoro. CVS export. Settings in text file.
All functionality done.
V3 :
Only graphical and UI changes.
UI settings. Graphical & UI redesign.
V4 :
Ability to run in task bar on following systems: Windows, Ubuntu, Mac OS X
Gtk 2.0. Build Gtk+ D binding from here: http://gtkd.org Download and unpack Gtk 2 package from GtkD.org version 1.7.2 and build it.
Install gtk.
Install Gtk+ package using homebrew package manager (http://brew.sh)
brew install gtk+