diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-18 12:32:21 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-18 12:32:21 +0800 |
commit | 05f8d0fae40d601811451bcac2d8259ebe6e79fa (patch) | |
tree | dafd2751c0364027f194d72589729d96f65a3074 | |
parent | 0931299f2341f04071311f07e8271db19d9ddc7d (diff) | |
download | gsoc2013-evolution-05f8d0fae40d601811451bcac2d8259ebe6e79fa.tar.gz gsoc2013-evolution-05f8d0fae40d601811451bcac2d8259ebe6e79fa.tar.zst gsoc2013-evolution-05f8d0fae40d601811451bcac2d8259ebe6e79fa.zip |
remove archaic file
2003-11-17 JP Rosevear <jpr@ximian.com>
* TODO: remove archaic file
svn path=/trunk/; revision=23413
-rw-r--r-- | calendar/ChangeLog | 2 | ||||
-rw-r--r-- | calendar/TODO | 88 |
2 files changed, 1 insertions, 89 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 77f750d3e3..30927820b1 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,6 +1,6 @@ 2003-11-17 JP Rosevear <jpr@ximian.com> - * Cleanup some ref/unref calls + * Cleanup some ref/unref calls 2003-11-17 Rodrigo Moya <rodrigo@ximian.com> diff --git a/calendar/TODO b/calendar/TODO deleted file mode 100644 index 4a5dd6c6ff..0000000000 --- a/calendar/TODO +++ /dev/null @@ -1,88 +0,0 @@ -Cal-util: - -- calobj.h depends on libversit/vcc.h, because it uses a VObject for - ical_object_create_from_vobject(). This should be an internal - function in the PCS and nothing else (we do not install libversit, - so our public libraries should not depend on it). - -- Or maybe we *should* install libversit, since the addressbook code - uses it as well. - -- timeutil has a lot of crap and some namespace pollution. Clean it - up. - -PCS: - -- When loading a calendar, substitute duplicated UIDs by new ones, and - possibly print out a warning message. - ------ Old Gnomecal TODO starts here ----- - -Pilot: - -* Better support for untimed events (we have none now). - -* Hash objects based on their UIDs. - -* Add placeholders for deleted events, so that we can kill those - when syncing to the pilot. - -BUGS: - -- Recurrence end date is wrong. An event that repeats daily will not - be included in the ending date of the recurrence (off-by-one - error?). - -- X-fields (extensions) are stripped from a vCal file when it is - saved. They should be preserved. - -Features: - -- Add a calendar-week so that people know which week of the year it is - -Year view: - -- See why it is so fucking slow when opening its notebook page for the - first time. - -Month view: - -- Popup menu like in the year view. - -- Double click on a day takes you to the day view. - -- DnD of appointments to move them around. - -Week view: - -- Nice display as in the Palm Pilot. - -Day view: - -- Rewrite in terms of the canvas and make it pretty. - -Preferences: - -- BUG: 12/24 hours stuff is not consistent - I remember that on editing - new appointment you get the time-selectors always on 12-hr format - -Event editor dialog: - -- Make it figure out whether the alarm is in - minutes/hours/days/etc. (via a cascade of conditions) and set the - widgets appropriately. - -Gnome date selection widget: - -- Make the displayed date be localized properly -- use strftime(). - -General: - -- Write online help. Nice help. Lots of help. - -- If you leave the calendar running overnight, the "current day" - marker in the GnomeMonthItems does not get updated. - -- Add categories support. Color-coded categories. - -- Untimed events |