aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/TODO
blob: 7ea072b48628632f6c25f2b7a8bce8ccf635935d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
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:

- 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.

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).

- Double click on a day takes you to the day view.

- Button-3 popup with options:
    Create new appointment in this day
    --- separator ---
    Go to this day
    Go to this week
    Go to this month

- See why it is so fucking slow.

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.