summaryrefslogtreecommitdiff
path: root/time/etm
diff options
context:
space:
mode:
authorwiz <wiz>2009-12-15 13:55:05 +0000
committerwiz <wiz>2009-12-15 13:55:05 +0000
commitff62da0610e04781e61dcc17e2f4dcf4fd273b49 (patch)
tree0d9dfd24c1d016e714ff2d565da0cf93852c5227 /time/etm
parenta82d5b6865d1379381c8363303e3af07d63933c8 (diff)
downloadpkgsrc-ff62da0610e04781e61dcc17e2f4dcf4fd273b49.tar.gz
Update to 420:
Added timer label, minutes and seconds to restart detail message. Fixed color setting bug involving null attr. Set 'no context' and 'no keyword' when appropriate. Make F1 (help) and F2 (calendar) act as toggles that also work when the entry bar is active. Add memoized hash for clip so that ^S will always save the current view to the clipboard. Fixed attr = None bug in OL.htm. Added icalendar to 'install_requires' in setup.py. Fixed negative sign bug in date_calculator. Added ~ to ` as triggers for leader. Improved error handling for date calculator. Added calc_days to both the gui and command line. Added diff_days to calculate the difference in days between two dates. Bound to c in the gui. Only process D, f, m an u in agenda and list views. When displaying ids, restore the scroll position to its prior position. Added max_width setting to class OL and wrapping to this width in reckoning reports. Removed depreciated 'extent' setting from rc. Fixed bug in processing option for ending date (-e). Fixed bug in setting default colors for entry bar to black on black. Display c_position, d_position, k_level and itemize settings in reckoning title. Cleaned up comments. Use default colors from main screen for entry bar when inactive. Use separate settings when active. Added separate print color settings to etmrc. Allow setting a special color for the entry bar text. Added filtering to agenda view. Added support for setting background and font colors in the gui. Fixed missing key error for repeating tasks without an 'o' in data.py. Run check_rotating when self.today changes. Fixed bug in process_entry involving appending to an undefined list. Fixed bug in which open_project failed to set changed = True. Removed broken support for remind style reminders. Fixed documentation to reflect this change. Changed prompt for modifying and creating to reflect the action. Alert queue display tweaks. Various documentation tweaks. When alert queue is empty, state it instead of showing an empty queue. Restored use of GenStaticText which had inadvertently been eliminated. Made alert queue display more succent. Make defaults for colors, fonts and window sizes different for mac and not mac. Switched details bar to wx.lib.stattext.GenStaticText to avoid bgcolor problems in linux. Fixed bug in checking the length of an undefined list in get_next. Moved 'etm' from the title bar to the detail bar in the gui. Strip entrybar text to avoid key errors. Fixed footer in console cur output. Changed fault font specification that raised exception under windows. Show confirmation when saving view to clipboard. Various documentation tweaks. Fixed bug in which a task without a due date would not be processed properly. Store calendar_html output to self.html to allow printing. Fixed bug in pre formatting. Fixed bug in reckoning in which time_hash was not being reset. Added save view to clipboard. More str() removals. Removed str() constructs to avoid unicode problems in linux. Removed advance formating requiring python 2.6. Fixed bug in which starting and ending times would not be displayed for list-only events. Added 'T' as an alternative to 't' in show to limit display to unfinished tasks. Fixed locale for calendar and allow entry and display of unicode characters. Fixed locale bug in calendar. Fixed bug in marking the last rep of a list-only task complete. Added wxwidth and wxheight to rc. Fixed bug in setting html column widths. Background color tweaks for linux. Changed binding for return in entry_bar to work in linux. Use htmlfont setting from rc. Removed locale stuff and added codecs as in wxremind. Added font sizes to rc. Set self.data.today in etm_wx show_view.
Diffstat (limited to 'time/etm')
-rw-r--r--time/etm/Makefile4
-rw-r--r--time/etm/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/time/etm/Makefile b/time/etm/Makefile
index 0c8a040fe3e..b4e06094d24 100644
--- a/time/etm/Makefile
+++ b/time/etm/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2009/11/15 21:13:16 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2009/12/15 13:55:05 wiz Exp $
#
-DISTNAME= etm-365
+DISTNAME= etm-420
CATEGORIES= time
MASTER_SITES= http://www.duke.edu/~dgraham/ETM/
diff --git a/time/etm/distinfo b/time/etm/distinfo
index 5780beb2a53..7d2f2941cde 100644
--- a/time/etm/distinfo
+++ b/time/etm/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2009/11/15 21:13:17 wiz Exp $
+$NetBSD: distinfo,v 1.16 2009/12/15 13:55:05 wiz Exp $
-SHA1 (etm-365.tar.gz) = 04d728ea5ea4c3aa66093625cdc21a366b547e62
-RMD160 (etm-365.tar.gz) = 6fec51a4f51526982be97cb3d6427535d084cd3b
-Size (etm-365.tar.gz) = 52210 bytes
+SHA1 (etm-420.tar.gz) = 29e3296992d01c5ed8be51d01d9d3e373761a570
+RMD160 (etm-420.tar.gz) = 32e1ec3e4b33f476b5df86d192a5a6cdd0761819
+Size (etm-420.tar.gz) = 54358 bytes