Download List

Project Description

etm is an acronym for Event and Task Manager. It provides a simple, intuitive format for using plain text files to store event, task, and other data items, a command line interface for viewing stored information in a variety of convenient ways, and a cross-platform, PyQt-based GUI for creating and modifying items as well as viewing them. Displayed items can be grouped by date, context, keyword, or project and can be filtered in various ways. A display of busy and free times is also supported, as is a ledger view of time spent that is suitable for client billing. Alarms are supported for events and repetition for both events and tasks in a powerful and flexible manner.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-11-08 07:14
882

This release corrects a bug in the GUI busy panel in which the columns did not correspond to the correct days of the week when using Monday as the first day of the week (sundayfirst = False in etmrc).
Tags: Minor bugfixes

2011-11-01 06:44
881

This release fixes a bug in which begin_date would default to the date at which etm was started instead of the current date. It changes the documentation to include the omit switch 'd' for all day events. It replaces hours_tenths in etmrc with file_totals_fmt and display_totals_fmt. Both belong to [1,2,3] where 1) use hours and tenths, 2) use hours and minutes, and 3) use minutes. Use of the i_calendar module has been replaced with the vobject module. When jumping to a date in the GUI, this version will leave existing option settings other than the begin date unchanged.
Tags: Minor feature enhancements and minor bugfixes

2011-09-06 09:01
877

This release adds the ability to set RGB colors for fonts in the GUI outline panel and HTML window. There are various minor bugfixes.
Tags: Minor feature enhancements and bugfixes

2011-09-03 07:10
873

This release changes the role of 'monthly' variables such as etmActions so that of an empty string is given then monthly files will not be created and, e.g., 'actns.text' in the etmdata directory will be used as the default. It introduces new language variables, 'minutes_msg', 'oneminute_msg', and 'rightnow_msg' with defaults 'begins %s minutes from now', 'begins one minute from now', and 'begins now'. The '%s' can be placed anywhere in the expression for 'minutes_msg' and will be replaced by the number of minutes. It adds the ability (experimental) to use foreign language characters in the etmrc settings.
Tags: Minor feature enhancements and bugfixes

2011-08-27 06:17
869

Fixes for bugs affecting MS Windows users introduced in the previous release.
Tags: Bugfixes

Project Resources