aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/TODO
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1998-04-22 07:55:49 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-22 07:55:49 +0800
commitb707ff2b15af01713ebac9a572b798485bb4b288 (patch)
treee85e0ac644913dcf55bb8fac0fc7325f17c3172f /calendar/TODO
parent2c6974eb71de10279567a4b16f487270c6e5eef5 (diff)
downloadgsoc2013-evolution-b707ff2b15af01713ebac9a572b798485bb4b288.tar
gsoc2013-evolution-b707ff2b15af01713ebac9a572b798485bb4b288.tar.gz
gsoc2013-evolution-b707ff2b15af01713ebac9a572b798485bb4b288.tar.bz2
gsoc2013-evolution-b707ff2b15af01713ebac9a572b798485bb4b288.tar.lz
gsoc2013-evolution-b707ff2b15af01713ebac9a572b798485bb4b288.tar.xz
gsoc2013-evolution-b707ff2b15af01713ebac9a572b798485bb4b288.tar.zst
gsoc2013-evolution-b707ff2b15af01713ebac9a572b798485bb4b288.zip
Made it use GncalDayPanel.
1998-04-21 Federico Mena Quintero <federico@nuclecu.unam.mx> * gnome-cal.c: Made it use GncalDayPanel. * gncal-day-panel.c: New widget for the day view in the main calendar toplevel. It basically takes care of everything gnome-cal did by hand with respect to the day view. * Makefile.am (gnomecal_SOURCES): Added gncal-day-panel.[ch] to the rules. * main.c: Added a separator between the About menu item and the help topics. svn path=/trunk/; revision=177
Diffstat (limited to 'calendar/TODO')
-rw-r--r--calendar/TODO14
1 files changed, 3 insertions, 11 deletions
diff --git a/calendar/TODO b/calendar/TODO
index 9b42850111..53ce932311 100644
--- a/calendar/TODO
+++ b/calendar/TODO
@@ -1,16 +1,8 @@
-Calendar object:
-
-- The warnings spitted when you open the event editor to edit an
- existing calendar object happen because the alarm loading code is
- not yet finished.
-
Gnome date selection widget:
- Make the displayed date be localized properly -- use strftime().
-Full day view widget:
-
-- Eliminate flicker when dragging a selection.
+Full day widget:
- Display alarm/whatever flags somewhere.
@@ -27,10 +19,10 @@ Week view:
Day view:
-- Add a calendar and a to-do list widget.
+- Highlight the days with appointments in the calendar.
General:
-- Ask the user whether to save the calendar when he quits the program.
+- See that the views synchronize when you do a gnome_calendar_goto().
- Write online help. Nice help. Lots of help.