Rated 5 Stars (out of 5) - Great app! Exactly what I was looking for.
(I vote for it to have cycles: 25 minutes -> 5 minutes -> 25 minutes -> etc...)
↧
Reviewed: Stable Release (июл 24, 2013)
↧
Created Unassigned: Sequences of time slices [11970]
Can you make it go in cycles?
25 minutes -> 5 minutes -> 25 minutes -> 5, etc.
Would be cool.
25 minutes -> 5 minutes -> 25 minutes -> 5, etc.
Would be cool.
↧
↧
Commented Unassigned: Sequences of time slices [11970]
Can you make it go in cycles?
25 minutes -> 5 minutes -> 25 minutes -> 5, etc.
Would be cool.
Comments: ** Comment from web user: JohanDanforth **
25 minutes -> 5 minutes -> 25 minutes -> 5, etc.
Would be cool.
Comments: ** Comment from web user: JohanDanforth **
I'll see what I can do about that, could be an option perhaps. :)
↧
Released: Stable Release (Aug 30, 2011)
Stable Release of the program, now as a ClickOnce installer from Codeplex
↧
Updated Release: Stable Release (aug 30, 2011)
Stable Release of the program, now as a ClickOnce installer from Codeplex
↧
↧
Updated Wiki: Home
Project Description
A Pomodoro timer which sits in the Windows 7 TaskBar. Uses the TaskBar icon overlay to show remaining session minutes and uses TaskBar JumpList for actions.
NOTE: Icon overlays will NOT work if you're using small TaskBar icons!
![1.png 1.png]()
That’s the timer looking like a tomato, with the remaining session minutes written out dynamically as icon overlay.
![2.png 2.png]()
The timer has a couple of JumpList Tasks which you can use to control it. The program works well when “pinned” to the taskbar if you prefer it.
![6.png 6.png]()
When started, there's also a TaskBar Preview Button with which you can start/stop the timer if needed.
![3.png 3.png]()
You can also control the timer from the main window with one large action-button (stop, start, stop ringing and restart session).
![4.png 4.png]()
When the timer is stopped, you can just click on the remaining minutes-textbox and change the default session length to whatever you like. The value is stored.
![5.png 5.png]()
When the session is ended, the window flashes, the tomato shakes and a ringing sound is played a few times to get your attention.
Note I prefer to keep this program simple, but may add session logging. The name as well as the looks may change. .NET 4.0 is required
A Pomodoro timer which sits in the Windows 7 TaskBar. Uses the TaskBar icon overlay to show remaining session minutes and uses TaskBar JumpList for actions.
Pomodoro Timer for the Windows TaskBar
If you’re into the Pomodoro technique and looking for a pretty simple out-of-the-way timer which sits in the Windows 7 taskbar and is controlled from the Win7 JumpList, this one might be worth trying out.NOTE: Icon overlays will NOT work if you're using small TaskBar icons!
That’s the timer looking like a tomato, with the remaining session minutes written out dynamically as icon overlay.
The timer has a couple of JumpList Tasks which you can use to control it. The program works well when “pinned” to the taskbar if you prefer it.
When started, there's also a TaskBar Preview Button with which you can start/stop the timer if needed.
You can also control the timer from the main window with one large action-button (stop, start, stop ringing and restart session).
When the timer is stopped, you can just click on the remaining minutes-textbox and change the default session length to whatever you like. The value is stored.
When the session is ended, the window flashes, the tomato shakes and a ringing sound is played a few times to get your attention.
Note I prefer to keep this program simple, but may add session logging. The name as well as the looks may change. .NET 4.0 is required
↧
Updated Wiki: Home
Project Description
A Pomodoro timer which sits in the Windows 7 TaskBar. Uses the TaskBar icon overlay to show remaining session minutes and uses TaskBar JumpList for actions.
![Install Install]()
NOTE: Icon overlays will NOT work if you're using small TaskBar icons!
![1.png 1.png]()
That’s the timer looking like a tomato, with the remaining session minutes written out dynamically as icon overlay.
![2.png 2.png]()
The timer has a couple of JumpList Tasks which you can use to control it. The program works well when “pinned” to the taskbar if you prefer it.
![6.png 6.png]()
When started, there's also a TaskBar Preview Button with which you can start/stop the timer if needed.
![3.png 3.png]()
You can also control the timer from the main window with one large action-button (stop, start, stop ringing and restart session).
![4.png 4.png]()
When the timer is stopped, you can just click on the remaining minutes-textbox and change the default session length to whatever you like. The value is stored.
![5.png 5.png]()
When the session is ended, the window flashes, the tomato shakes and a ringing sound is played a few times to get your attention.
Note I prefer to keep this program simple, but may add session logging. The name as well as the looks may change. .NET 4.0 is required
A Pomodoro timer which sits in the Windows 7 TaskBar. Uses the TaskBar icon overlay to show remaining session minutes and uses TaskBar JumpList for actions.
Pomodoro Timer for the Windows TaskBar
If you’re into the Pomodoro technique and looking for a pretty simple out-of-the-way timer which sits in the Windows Taskbar and is controlled from the Windows JumpList, this one might be worth trying out.NOTE: Icon overlays will NOT work if you're using small TaskBar icons!
That’s the timer looking like a tomato, with the remaining session minutes written out dynamically as icon overlay.
The timer has a couple of JumpList Tasks which you can use to control it. The program works well when “pinned” to the taskbar if you prefer it.
When started, there's also a TaskBar Preview Button with which you can start/stop the timer if needed.
You can also control the timer from the main window with one large action-button (stop, start, stop ringing and restart session).
When the timer is stopped, you can just click on the remaining minutes-textbox and change the default session length to whatever you like. The value is stored.
When the session is ended, the window flashes, the tomato shakes and a ringing sound is played a few times to get your attention.
Note I prefer to keep this program simple, but may add session logging. The name as well as the looks may change. .NET 4.0 is required
↧
Source code checked in, #89258
clickonce
↧
Created Unassigned: ClickOnce installer fails on Windows 8.1 [13489]
Just tried to install the latest release from CodePlex ([here](https://pomodorotaskbar.codeplex.com/downloads/get/clickOnce/Pomodoro.application)), but it failed with an exception:
```
Activation of http://pomodorotaskbar.codeplex.com/downloads/get/clickOnce/Pomodoro.application resulted in exception. Following failure messages were detected:
Exception reading manifest from http://pomodorotaskbar.codeplex.com/downloads/get/clickOnce/Pomodoro.application: the manifest may not be valid or the file could not be opened.
For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.
```
Perhaps some APIs have changed in Windows 8.1? ClickOnce log attached.
```
Activation of http://pomodorotaskbar.codeplex.com/downloads/get/clickOnce/Pomodoro.application resulted in exception. Following failure messages were detected:
Exception reading manifest from http://pomodorotaskbar.codeplex.com/downloads/get/clickOnce/Pomodoro.application: the manifest may not be valid or the file could not be opened.
For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.
```
Perhaps some APIs have changed in Windows 8.1? ClickOnce log attached.
↧
↧
Commented Unassigned: ClickOnce installer fails on Windows 8.1 [13489]
Just tried to install the latest release from CodePlex ([here](https://pomodorotaskbar.codeplex.com/downloads/get/clickOnce/Pomodoro.application)), but it failed with an exception:
```
Activation of http://pomodorotaskbar.codeplex.com/downloads/get/clickOnce/Pomodoro.application resulted in exception. Following failure messages were detected:
Exception reading manifest from http://pomodorotaskbar.codeplex.com/downloads/get/clickOnce/Pomodoro.application: the manifest may not be valid or the file could not be opened.
For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.
```
Perhaps some APIs have changed in Windows 8.1? ClickOnce log attached.
Comments: ** Comment from web user: JohanDanforth **
```
Activation of http://pomodorotaskbar.codeplex.com/downloads/get/clickOnce/Pomodoro.application resulted in exception. Following failure messages were detected:
Exception reading manifest from http://pomodorotaskbar.codeplex.com/downloads/get/clickOnce/Pomodoro.application: the manifest may not be valid or the file could not be opened.
For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.
```
Perhaps some APIs have changed in Windows 8.1? ClickOnce log attached.
Comments: ** Comment from web user: JohanDanforth **
That's weird because I run 8.1 myself and have un/installed the program numerous times without problems. I saw a friend of mine install it yesterday on Win 8.1. Could you please try again? I know I had a few problems with the installer at one time, maybe you cought a bad one...
↧
Closed Unassigned: ClickOnce installer fails on Windows 8.1 [13489]
Just tried to install the latest release from CodePlex ([here](https://pomodorotaskbar.codeplex.com/downloads/get/clickOnce/Pomodoro.application)), but it failed with an exception:
```
Activation of http://pomodorotaskbar.codeplex.com/downloads/get/clickOnce/Pomodoro.application resulted in exception. Following failure messages were detected:
Exception reading manifest from http://pomodorotaskbar.codeplex.com/downloads/get/clickOnce/Pomodoro.application: the manifest may not be valid or the file could not be opened.
For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.
```
Perhaps some APIs have changed in Windows 8.1? ClickOnce log attached.
Comments: seems to work fine now, probably temporary issue
```
Activation of http://pomodorotaskbar.codeplex.com/downloads/get/clickOnce/Pomodoro.application resulted in exception. Following failure messages were detected:
Exception reading manifest from http://pomodorotaskbar.codeplex.com/downloads/get/clickOnce/Pomodoro.application: the manifest may not be valid or the file could not be opened.
For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.
```
Perhaps some APIs have changed in Windows 8.1? ClickOnce log attached.
Comments: seems to work fine now, probably temporary issue
↧
Commented Issue: Timer running backwards? [11104]
Since yesterday, whenever I start the timer, it runs backwards. Reboot had no effect.
I know, bizarre.
Comments: ** Comment from web user: JohanDanforth **
I know, bizarre.
Comments: ** Comment from web user: JohanDanforth **
Lol, yeah that can happen if you enter a zero as value in the timer :)
↧
Closed Issue: Timer running backwards? [11104]
Since yesterday, whenever I start the timer, it runs backwards. Reboot had no effect.
I know, bizarre.
Comments: will be fixed in next update
I know, bizarre.
Comments: will be fixed in next update
↧
↧
Commented Issue: Small taskbar icons [10990]
Does not show counter in taskbar icon when small icons are used.
when you hit properties of the taskbar and select 'use small icons' it does not show the timer info in the icon.
Comments: ** Comment from web user: JohanDanforth **
when you hit properties of the taskbar and select 'use small icons' it does not show the timer info in the icon.
Comments: ** Comment from web user: JohanDanforth **
That's how windows does it I'm afraid...
↧
Closed Issue: Small taskbar icons [10990]
Does not show counter in taskbar icon when small icons are used.
when you hit properties of the taskbar and select 'use small icons' it does not show the timer info in the icon.
Comments: OS issue
when you hit properties of the taskbar and select 'use small icons' it does not show the timer info in the icon.
Comments: OS issue
↧
Reviewed: Stable Release (wrz 28, 2016)
Rated 5 Stars (out of 5) - Great app. I am using it for redmine task timer. If you set time to 0 and start timer it will start to count from 0 to -number.
↧
Created Unassigned: Time skew [14148]
This application doesn't keep time correctly. On Windows 10, it was off by about 2 minutes versus the system clock. This site may be going read only, but I wanted to put this here for reference.
↧
↧
Commented Unassigned: Time skew [14148]
This application doesn't keep time correctly. On Windows 10, it was off by about 2 minutes versus the system clock. This site may be going read only, but I wanted to put this here for reference.
Comments: ** Comment from web user: pommy **
Comments: ** Comment from web user: pommy **
I observed using the timer over 60 minute intervals that it would eventually run about 2 minutes fast.
↧