aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/TODO')
-rw-r--r--calendar/TODO29
1 files changed, 13 insertions, 16 deletions
diff --git a/calendar/TODO b/calendar/TODO
index 7ea072b486..7b9e28c545 100644
--- a/calendar/TODO
+++ b/calendar/TODO
@@ -1,26 +1,19 @@
BUGS:
-- Goto dialog: fix recoloring of marked days when a LeaveNotify event
- is gotten for an item.
-
- 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?).
-Month view:
+General:
-- Display little boxes for the appointments of each day.
+- Color properties, highlight some days and such.
-- Double click on a day takes you to the day view.
+- Mark the current day in BOLD as well as different color (color blind users will need it).
-- DnD of appointments to move them around.
+- Write online help. Nice help. Lots of help.
Year view:
-- Use a generic mark_month() function to mark a GnomeMonthItem with
- all the events that touch it. Pass a function to mark_month() that
- actually does the marking (the year view and goto dialog just change
- the color of the days with events; the month view does more
- sophisticated layout).
+- Prelight days on mouse enter/leave. Share that code with goto.c.
- Double click on a day takes you to the day view.
@@ -33,6 +26,14 @@ Year view:
- See why it is so fucking slow.
+Month view:
+
+- Display little boxes for the appointments of each day.
+
+- 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.
@@ -55,7 +56,3 @@ Event editor dialog:
Gnome date selection widget:
- Make the displayed date be localized properly -- use strftime().
-
-General:
-
-- Write online help. Nice help. Lots of help.