blob: f4f2c2148f2148b6014e2fdfb7ccc473f4f6091e (
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
|
Gnome date selection widget:
- Fix the signals.
- The date selected in the popup calendar does not match the displayed
date in the entry.
- Make the calendar a `real' popup window like in GtkCombo.
- Make the displayed date be localized properly -- use strftime().
Event editor dialog:
- Resize the window and fix whatever is resized in an ugly fashion.
Full day view widget:
- Check notification to calendar when an object changes. Maybe we
need some flags to tell gnome_calendar_object_changed() whether
summary/dates/etc. changed. Maybe not.
- Select a range in the full day `background' and hit enter to create
a new appointment in that date.
- Layout the children nicely like M$ Schedule or Netscape Calendar do
(i.e. make them not overlap each other).
Year view:
- Make use of Arturo's year view code.
Month view:
- Write a month view widget.
Week view:
- Replace the calendar by a `task density' widget like in Solaris cm.
Day view:
- Add a calendar and a to-do list widget.
General:
- Ask the user whether to save the calendar when he quits the program.
- Write online help. Nice help. Lots of help.
|