Celio Cidral
Celio Cidral
This is useful when you are away from the computer and forgot to come back after a break's end. The frequent alert sound will call your attention. An idea from...
The number of pomodoros in the pomodoro counter is always four. Make it possible to change this number on the options window.
The actual tomato icon is not correctly rendered by the JVM. It renders translucent pixels into black pixels. In addition, the transparent background becomes grayed. We need a new icon,...
The user should be able to freely type a tag name in the main window to indicate its current task. Timer events should carry this tag name. Plugins can use...
As discussed in: http://groups.google.com/group/tomighty/browse_thread/thread/117a960fa5c83bf8 Add an option to enable automatic transition between pomodoros and breaks. In other words, when a pomodoro finishes, a break should start automatically, without user intervention....
Review all bus messages so that their semantics make more sense. For instance, when the timer stops, a interrupt message is sent, but it would make more sense if it...
This is to avoid errors like [this one](https://groups.google.com/forum/?fromgroups#!topic/tomighty/MOvHKgdDTH8): ``` Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: java.awt.AWTException: TrayIcon couldn't be displayed. at org.tomighty.ui.TrayManager.run(TrayManager.java:75) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$000(Unknown Source)...
[This guy](https://groups.google.com/forum/?fromgroups#!topic/tomighty/fOqwxas0i6s) had some trouble figuring out how to configure Tomighty. Other people may have had some hard time too. A simple manual can make life easier for newcomers.