Requirements
  • Python 2.4 and ElementTree OR Python 2.5 (which already includes ElementTree)
  • python-gtk 2.10 or newer
  • python-gnome 2.16 or newer
  • python-gnome-desktop 2.16 or newer
  • python-glade 2.10 or newer
  • python-notify 0.1 or newer
  • python-dbus 0.80 or newer
Author
email:
jimmydo@users.sourceforge.net (updated)
blog:
http://sudorandom.blogspot.com
Highlights
News
Timer Applet 2.0.1 release
April 27, 2007, 7:14 pm
Release to fix a few things:
  • Fixed unintended dependency on Python 2.5 (thanks to Diego Zamboni)
  • Added version number to About dialog
  • Fixed problem where multiple Continue Timer dialogs would be created if you clicked on a paused timer multiple times
  • Fixed problem where you could pause/stop/restart or start a timer while the Continue Timer dialog was open
  • Updated translations: de, fr
  • Added a translation: zh_CN
Timer Applet 2.0 is here!
April 27, 2007, 12:18 am
  • Re-written in Python
  • Countdown animation with a "pie" meter
  • One-click selection of timer presets
  • Streamlined saving of new presets
  • Cleaner first-time experience with the Start Timer dialog
  • After a timer finishes, periodically redisplay the notification bubble until the user stops the timer
  • GConf option for notification beep using internal speakers (this needs verification because my computer doesn't have an internal speaker to test with)
  • D-Bus API
  • New icon

If you'd like to see me ramble more about Timer Applet 2.0, you can check out my blog entry. It also contains a quick example of how to use the D-Bus API.

Timer Applet 1.3.3 released
April 14, 2007, 9:18 pm
  • Allow disabling libnotify support with ./configure --disable-libnotify (Mikel Olasagasti)
  • Fixed warning about datarootdir when running ./configure
  • New translations: Catalan (ca), Occitan (oc)

This is going to be the last version of Timer Applet...written in C. ;) I've been porting Timer Applet to Python on my free time, so all future work will be on the Python version. This release is just to tie up a few loose ends in the C version.

Why re-write it in Python? Mainly, I've been wanting to refactor Timer Applet for a long time, and since it would probably involve a lot of changes anyway, I decided to just re-write the whole thing in Python. It also gives me a chance to play with a new programming language. :)

Python is nice because it has such low overhead--much less typing to achieve the same results as the corresponding C code. I'm mostly happy with Python. Only thing is, I miss static typing!

New Email Address
April 12, 2007, 8:52 am

If you need to contact me, please use my new email. Because of a mixture of sleepiness, changing of passwords, and my absentmindedness, I no longer have access to my previous email account. :)

Timer Applet 1.3.2 released
December 17, 2006, 2:33 pm
  • Specify icon for notification bubble
  • Fixes time strings to use locale-specific format
  • Make Hours spinbutton be the initially-focused widget whenever the Start Timer dialog opens
  • New translations: Bengali (bn), Danish (da), Greek (el), UK English (en_GB), Irish (ga), Norwegian BokmÃ¥l (nb)
  • Few minor bug fixes
View all news
SourceForge.net Logo