pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/etm Update to 420:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5fa64c2a938c
branches:  trunk
changeset: 568566:5fa64c2a938c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 15 13:55:05 2009 +0000

description:
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:

 time/etm/Makefile |  4 ++--
 time/etm/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r d68a4202b6a6 -r 5fa64c2a938c time/etm/Makefile
--- a/time/etm/Makefile Tue Dec 15 13:53:24 2009 +0000
+++ b/time/etm/Makefile Tue Dec 15 13:55:05 2009 +0000
@@ -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 -r d68a4202b6a6 -r 5fa64c2a938c time/etm/distinfo
--- a/time/etm/distinfo Tue Dec 15 13:53:24 2009 +0000
+++ b/time/etm/distinfo Tue Dec 15 13:55:05 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index