Gnome-pim, syncing etc.



Hello. Is it OK to use this mailing list for gnome-pim discussions, or
should I use another one? Anyway, I have som questions:

1) Web pages. It would be nice with links between
http://www.gnome.org/gnome-office/gnome-pim.shtml,
http://www.gnome.org/applist/view.php3?name=gnome-pim&prevpage=listrecent.php3?entrylimit=
and http://www.gnome.org:65348/gnome-pilot/. 

2) Gnomecal TODO says:

- Add a calendar-week so that people know which week of the year it is

Should this be configurable, or always on? I'm using this patch:

diff -ur gnome-pim-org/gncal/gncal-day-panel.c
gnome-pim-1.2.0/gncal/gncal-day-panel.c
--- gnome-pim-org/gncal/gncal-day-panel.c       Wed Oct 20 03:04:47 1999
+++ gnome-pim-1.2.0/gncal/gncal-day-panel.c     Sun Sep 24 11:15:59 2000
@@ -168,6 +168,7 @@
        dpanel->gtk_calendar = GTK_CALENDAR (w);
        gtk_calendar_display_options (dpanel->gtk_calendar,
                                      (GTK_CALENDAR_SHOW_HEADING
+                                      | GTK_CALENDAR_SHOW_WEEK_NUMBERS
                                       | GTK_CALENDAR_SHOW_DAY_NAMES
                                       | (week_starts_on_monday
                                          ? GTK_CALENDAR_WEEK_START_MONDAY
: 0)));
diff -ur gnome-pim-org/gncal/gncal-week-view.c
gnome-pim-1.2.0/gncal/gncal-week-view.c
--- gnome-pim-org/gncal/gncal-week-view.c       Wed Mar 24 05:51:28 1999
+++ gnome-pim-1.2.0/gncal/gncal-week-view.c     Sun Sep 24 11:16:16 2000
@@ -143,6 +143,7 @@
        
        gtk_calendar_display_options (wview->gtk_calendar,
                                      (GTK_CALENDAR_SHOW_HEADING
+                                      | GTK_CALENDAR_SHOW_WEEK_NUMBERS
                                       | GTK_CALENDAR_SHOW_DAY_NAMES
                                       | (week_starts_on_monday
                                          ? GTK_CALENDAR_WEEK_START_MONDAY
: 0)));


3) Gnomecal TODO also says:

* Add placeholders for deleted events, so that we can kill those                                   
  when syncing to the pilot.  

Are anyone working on this? It would be nice to have this, it's one of the
main things missing IMHO. 

4) About Gnomecard synchronization: As the FAQ says, changes in Gnomecard
are not reflected in the Pilot. This is sad. Are anyone working on
this? How much work is required to fix this?



-- 
/Peter Astrand <altic lysator liu se>





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]