diff options
author | nobody <nobody@localhost> | 1999-01-13 09:21:51 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 1999-01-13 09:21:51 +0800 |
commit | 8679b3bde98092d5a5ad3910267fe6f05963f64f (patch) | |
tree | 9fc85f6f2906bcfe200e7bc45252a9e9c28562c9 /calendar/TODO | |
parent | b360846792c7ade453c2638c0aaaf857163ef1a1 (diff) | |
download | gsoc2013-evolution-8679b3bde98092d5a5ad3910267fe6f05963f64f.tar gsoc2013-evolution-8679b3bde98092d5a5ad3910267fe6f05963f64f.tar.gz gsoc2013-evolution-8679b3bde98092d5a5ad3910267fe6f05963f64f.tar.bz2 gsoc2013-evolution-8679b3bde98092d5a5ad3910267fe6f05963f64f.tar.lz gsoc2013-evolution-8679b3bde98092d5a5ad3910267fe6f05963f64f.tar.xz gsoc2013-evolution-8679b3bde98092d5a5ad3910267fe6f05963f64f.tar.zst gsoc2013-evolution-8679b3bde98092d5a5ad3910267fe6f05963f64f.zip |
This commit was manufactured by cvs2svn to create tag 'v0-16'.v0-16
svn path=/tags/v0-16/; revision=601
Diffstat (limited to 'calendar/TODO')
-rw-r--r-- | calendar/TODO | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/calendar/TODO b/calendar/TODO deleted file mode 100644 index 6d10b689da..0000000000 --- a/calendar/TODO +++ /dev/null @@ -1,53 +0,0 @@ -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. - -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. |