aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/TODO
diff options
context:
space:
mode:
authorArturo Espinosa Aldama <arturo@nuclecu.unam.mx>1998-04-15 10:40:24 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-15 10:40:24 +0800
commit0e5cfe78a5161e1c98e69f4670552e0d381b3d30 (patch)
tree058ef3f23121fbd5c87361a951c02b611c384529 /calendar/TODO
parent3161696e57f03b5ebc859907725f6836f4220667 (diff)
downloadgsoc2013-evolution-0e5cfe78a5161e1c98e69f4670552e0d381b3d30.tar
gsoc2013-evolution-0e5cfe78a5161e1c98e69f4670552e0d381b3d30.tar.gz
gsoc2013-evolution-0e5cfe78a5161e1c98e69f4670552e0d381b3d30.tar.bz2
gsoc2013-evolution-0e5cfe78a5161e1c98e69f4670552e0d381b3d30.tar.lz
gsoc2013-evolution-0e5cfe78a5161e1c98e69f4670552e0d381b3d30.tar.xz
gsoc2013-evolution-0e5cfe78a5161e1c98e69f4670552e0d381b3d30.tar.zst
gsoc2013-evolution-0e5cfe78a5161e1c98e69f4670552e0d381b3d30.zip
New widget for the year view. added required compilation of the new files.
1998-04-14 Arturo Espinosa Aldama <arturo@nuclecu.unam.mx> * gncal-year-view.[hc]: New widget for the year view. * Makefile.am: added required compilation of the new files. svn path=/trunk/; revision=134
Diffstat (limited to 'calendar/TODO')
-rw-r--r--calendar/TODO13
1 files changed, 5 insertions, 8 deletions
diff --git a/calendar/TODO b/calendar/TODO
index 1ab5522faa..8cb3a2d68b 100644
--- a/calendar/TODO
+++ b/calendar/TODO
@@ -1,10 +1,5 @@
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().
@@ -15,9 +10,11 @@ Event editor dialog:
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.
+- Right-click on background should pop up a menu with "New
+ appointment" item.
+
+- Right-click on child should pop up a menu with "Properties" and
+ "Remove appointment" items.
- Layout the children nicely like M$ Schedule or Netscape Calendar do
(i.e. make them not overlap each other).