Re: [Evolution-hackers] GtkTree vs. ETable in the GNOME 2 port

2002-04-11 Thread Damon Chaplin

On Wed, 2002-04-10 at 17:37, Ettore Perazzoli wrote:
 Hello,
 
 at GUADEC I have been discussing with Jonathan (author of GtkTree) about
 the possibility of using GtkTree in the GNOME 2 version of Evolution
 instead of porting ETable/ETree.
 
 The GNOME 2 port is not in sight yet, but the GTK 2.x schedule seems to
 be pretty unmovable and we are in need of some extra features in GtkTree
 before the transition becomes possible.
 
 So, I am writing this mail in an attempt to list the things that need to
 be hacked in GtkTree before it is feature-complete for Evolution.

I don't think it handles printing, which we use for the addressbook and
tasks folder.

Damon



___
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers



Re: [Evolution] Calendar bug

2002-02-06 Thread Damon Chaplin

On Wed, 2002-02-06 at 09:57, Jan Mynarik wrote:
 Hi,
 
 I've received attached vCalendar file from Outlook2000 user and accepted
 it without sending the confirmation of invitation. Evolution said
 something like 'update complete' but if I go to calendar, there is no
 meeting visible. But on the day number (where the meeting should be) is
 bold in the small calendar in upper right corner. I tried to delete my
 whole calendar (evolution/local/Calendar) and to apply the vCalendar
 again but with the same result.
 
 What's wrong? I'm using Evolution 1.0.2 from Debian Sid(unstable).

I tried adding it to my calendar, and Evolution changed the TZID from:

TZID:Belgrade, Bratislava, Budapest, Ljubljana, Prague

to:

TZID:Belgrade
TZID: Bratislava
TZID: Budapest
TZID: Ljubljana
TZID: Prague

Do the second group of TZIDs appear in your calendar file?
(in ~/evolution/local/Calendar/calendar.ics)


This is incorrect. When Evolution tries to convert the event times to
display in the calendar it won't be able to find the right timezone so
it will skip the event.

I think the problem is probably in libical, since I don't think
Evolution touches the TZID string.

I've added a bug for this:

  http://bugzilla.ximian.com/show_bug.cgi?id=20076

Thanks for the report,

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution-hackers] Version of LibiCal used for Evo 1.02

2002-02-04 Thread Damon Chaplin

On Sun, 2002-02-03 at 23:12, Brian L. Juergensmeyer wrote:
 Hi, all,
 
 This past week, I had the opportunity to download the entire Ximian
 desktop distribution from Gnome.  I've been trying to look into ways of
 making Evolution talk to my Zaurus SL-5000.  I found the sample source
 code posted last September by Federico (thanks!), and I've been trying
 to get it to compile.
 
 The problem is that I keep getting unresolved symbol errors when the
 linker tries to link after compilation as follows:
 
 /usr/lib/libcal-client.so: undefined reference to
 'icalcomponent_foreach_tzid'
 /usr/lib/libcal-util.so: undefined reference to
 'icaltime_as_timet_with_zone'
 /usr/lib/libcal-client.so: undefined reference to
 'icaltimezone_get_component'
 
 etc.
 
 I'm using evolution-devel-1.0.2-3.ximian.1.i586.rpm and libical-0.23. 
 Which version of libiCal should I be using to compile?

Evolution uses its own version of libical, libical-evolution.
That should be installed with all the other Evolution libs.

Note that our libical header is installed in evolution/ical.h, so
make sure this gets included before any other version.

Damon



___
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers



Re: [Evolution] Importing iCal files?

2002-01-31 Thread Damon Chaplin

On Thu, 2002-01-31 at 14:27, Scott Garman wrote:

 Is there any way I can help debug this further? This user has been using
 ical for a long time, so it's likely that there could be an error in his
 calendar file that ical is able to ignore. His .calendar file is about
 150 kb, and from the header in the file it uses Calendar v2.0. 

Ah, you mean the old ical application. No, I'm afraid we don't import
that. We import the standard iCalendar format, which is different.
We will support vCalendar in 1.2, but have no places to support ical.

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Printing Task Pad List of Tasks

2002-01-07 Thread Damon Chaplin

On Sun, 2002-01-06 at 13:35, Joseph Dal Molin wrote:
 I have searched the archives to see if there is an answer to this question
 and had no luck. I would like to know if there is a way to print the entire
 list of tasks from the task pad. The only way I have noticed you can get a
 print out of tasks is in the day mode of the calendar. There is no Print
 button or selection in the File list when in Task Pad.

No, there isn't a way to do that at present.

It is scheduled for 1.2 -
http://bugzilla.ximian.com/show_bug.cgi?id=9677

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] cannot update calendar entries: Could not updateobject message

2002-01-07 Thread Damon Chaplin

On Mon, 2002-01-07 at 10:52, Gil Hauer wrote:
 Hi,
 
 I've upgraded to Evo 1.0 on Redhat 7.2 and when I try to update a
 calendar entry (e.g., to make it recurring) I get the captioned message.
 
 I've updated Bug # 15918 but I'd like to know if anyone else has had
 this problem and, if so, how you got around it.

Could you get a stack trace from your core file?
e.g. run 'gdb wombat core' then type 'bt'.

I've had a similar report about problems with recurring events, which
seems to be a memory corruption problem (crashing in a free() call). It
would be useful to see if your problem is the same thing.

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] ics from Outlook as recurring calendar eventfreezes Evolution

2001-12-19 Thread Damon Chaplin

On Wed, 2001-12-19 at 15:53, Pascal DeMilly wrote:
 I noticed that recurring events sent from outlook as ics attachment
 freeze Evolution after pressing OK to update calendar.
 
 Anybody else experiencing that problem ?

I don't think we've had other reports about that.

Did you ever manage to get a stack trace to find out where it is
freezing? (We discussed your problem a while back)

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] ical compilation problems

2001-12-14 Thread Damon Chaplin

On Fri, 2001-12-14 at 10:37, Paul Oliver wrote:
 Hi all,
 
 I have no problem compiling evolution stable releases, but for some 
 reason I could never get the CVS version to compile for me.
 
 Here's the problem.  I've been looking all over for help on this before 
 I wasted bandwidth on this mailing list, but no dice.  Anyway, it always 
 craps out on the bison file libical/src/libical/icalyacc.y, with the error:
 
 
 bison -y  -d -v -t -pical_yy icalyacc.y  mv y.tab.c icalyacc.c
 1 rules never reduced
 icalyacc.y contains 1 useless nonterminal and 1 useless rule
 make[1]: *** [icalyacc.c] Error 139
 make[1]: Leaving directory 
 `/usr/local/sources/gnomecvs/evolution/libical/src/libical'
 make: *** [all-recursive] Error 1
 
 I'm running:
 
 $ bison --version
 bison (GNU Bison) 1.30

I've got 1.28. I get the same output except for the 'Error 139' line.

I don't really understand yacc stuff so can't really help much.

If you just run:

  bison -y  -d -v -t -pical_yy icalyacc.y

does it still output y.tab.c ?

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Strange calendar bug(s)

2001-12-14 Thread Damon Chaplin

On Fri, 2001-12-14 at 15:49, Randy Orrison wrote:
 It's strange, because it's so obvious, but I can't find it in bugzilla. 
 Here's my repro script:
 Go to the calendar folder
 Click Week view
 Click New Appointment
 Enter Test for Summary
 Enter today and 6pm for Start Time
 Enter today and 7pm for End Time
 Click Save and Close
 Observe that the Start Time as displayed in today's box on the calendar
 is 559pm
 
 This is 100% reproducable for me.  It happened with 0.99.2, and is still
 happening now with 1.0.  I'm using the package from debian unstable.
 
 I would report this in bugzilla, but since it's so obvious I have to
 suspect that it's something wrong with my installation, rather than a
 real bug.  Any suggestions?
 
 (There are a host of other similar little calendar bugs, as well.  Such
 as: Click Day View on the Toolbar, click Go To on the Toolbar, click Go
 To Today, get Wednesday (it's Friday); or click on Saturday in the month
 calendar on the main view and get Thursday, or the test appointment that
 I just created in Week View on Friday shows up in day view on
 Thursday...  What's going on???)

I suspect a packaging problem or a timezone problem.

What timezone do you have set on the machine? What do 'date' and 'date
-u' output?

What timezone are you using in Evolution?


You could try running 'wombat' and 'evolution-calendar' in separate
terminals before starting Evolution and see if they output any warnings.

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] resize problem in calendar

2001-12-13 Thread Damon Chaplin

On Thu, 2001-12-13 at 14:55, Jon Nall wrote:
 i've found a problem where upon switching from viewing a mail folder to 
 viewing the calendar, the evo window maximizes its height and i'm unable 
 to resize it to a smaller height. is this a know problem? if not, i can 
 get some more info and bugzilla it.

I don't think I've heard of that problem before, so please do bugzilla
it.

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Problem with calendar an tasks

2001-12-12 Thread Damon Chaplin


It may help to run 'killev', then run each component from separate
terminals, e.g. run 'wombat', 'evolution-calendar', then 'evolution'.

I suspect that either the wombat isn't starting properly or it is
crashing. The error messages may be useful.

Damon

On Wed, 2001-12-12 at 15:07, Erwin Kaatz wrote:
 I have already renamed the files, I have also ereased them and I have
 also created empty files. In each and every case, I get the same problem
 
 PS: I am Using Conectiva Linux 7.0 which is based on RedHat Linux
 to instal evolution I sed the RedHat 7.0 rpm package
 
 regards
 Erwin
 
 
  On Tue, 2001-12-11 at 21:37, Erwin Kaatz wrote:
   
   whenever I open de the calendar or tasks I get this message
   Unable to open folder '/home/user/evolution/local/Tasks/tasks.ics'
   and 
   I cant open the folder in 
   'file:///home/user/evolution/local/Calendar/calendar.ics'
   
   Then if I create an entrance in the calendar and save it as
   calendar.ics, I still get the 
   same problem if I close the program and open it again
   
   It doesn't work either when I put save and close, I get the message I
   can't save the objetc 
   
   what can I do?
   
   I am using ximian evolution 1.0
  
  Have you had a look at what is in those files? Do they look corrupted?
  
  Try renaming those 2 .ics files and starting Evolution again (after a
  'killev'). Does it start OK now?
  
  Damon
  
  
  
  ___
  evolution maillist  -  [EMAIL PROTECTED]
  http://lists.ximian.com/mailman/listinfo/evolution
  
 
 
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] calendar problems

2001-12-06 Thread Damon Chaplin

On Thu, 2001-12-06 at 17:38, Matt Vanderveer wrote:
 Hi,
 
 I'm running Evo 1.0 on RH 7.1.  When I try to add an appointment to the
 calendar, I get the message Could not update object.  Everything in
 ~/evolution is writeable by user.  What am I missing here?

It looks like the wombat server has crashed/not started.

Run killev, then run 'wombat' in a terminal, and see what happens.
If it runs OK, run evolution from another terminal.

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Can't Initialize Evolution

2001-12-04 Thread Damon Chaplin

On Tue, 2001-12-04 at 11:21, Gil Hauer wrote:
 Hi,
 
 I had the same problem (in fact, I've been having it for a while!) and
 noticed the same symptoms as Chris did. I forced a new install of
 libnspr4 and wombat sees all of it's shared libraries.
 
 However, when I start evolution I still get this application message in
 my shell:
 
   evolution-shell-WARNING **: Cannot access Bonobo/ConfigDatabase \
   on wombat: (IDL: bonobo/Moniker/InterfaceNotFound:1.0)
 
 ... and a dialog window that says:
 
   Cannot Initialize the Ximian Evolution shell: Configuration \
   Database not found
 
 This is using RedHat 7.2 with all the latest Ximian updates.
 
 killev; oaf-slay does not help the situation. Fresh reboot as well.
 
 Any ideas? Please?
 
 Thanks, Gil

I just got this after upgrading a RedHat 7.0 system:

wombat: relocation error: /usr/lib/libnspr4.so: undefined symbol: fstat

evolution-shell-WARNING **: Cannot access Bonobo/ConfigDatabase on
wombat: (IDL:OAF/GeneralError:1.0)


I updated mozilla and Evolution now works. I think there is a dependency
problem with the mozilla libraries Evolution uses.

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Shortcut Bar

2001-12-03 Thread Damon Chaplin

On Mon, 2001-12-03 at 00:51, Ibukun Okitika wrote:
 
 Up till RC-2, the icons on the evolution shortcut bar used to get
 highlighted with a box whenever I pass the mouse over a button. Now it
 doesn't, although if I click the icon it goes to the respective folder.
 Did something get changed, or is it related to my GTK theme? If it was
 removed I'd love to have it back. :)

I don't think the code has been changed since October, so it could be
theme-related. Try switching themes and see if that changes it.

It could be that the shortcut bar always uses the same background color,
but uses the theme colors to draw the button rectangles. So for certain
themes these colors could be very close to the background color.

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] pilot-link handles UTF-8 conversions

2001-11-27 Thread Damon Chaplin

On Tue, 2001-11-27 at 21:15, Paul Oliver wrote:
 Hi Everyone,
 
 I just got me a Palm Pilot, and I've been having a heck of a time 
 getting Evolution to sync with it.  Well getting evolution to configure 
 anyway.
 
 I have pilot-link 0.9.6 installed using:
 ./configure --with-perl5=no --with-java=no --with-tcl=no 
 --with-python=no; make; make install
 
 And then I installed gnome-pilot (from CVS) using:
 ./autogen.sh --with-pisock=/usr/local; make; make install
 
 And finally I've tried installing evolution (from CVS) using:
 ./autogen.sh --with-pisock=/usr/local --enable-pilot-conduits=yes
 
 Well I'm getting this problem when I run autogen.sh for evolution:
 
 . . .
 checking for gnome-config... (cached) /usr/local/bin/gnome-config
 checking for gnome-pilot environment... no
 configure: warning: gnome-pilot development package not installed or 
 installation problem
 checking if pilot-link handles UTF-8 conversions... no
 configure: error: evolution requires pilot-link to have working UTF-8 
 conversion routines
 $

I think you need to make sure pilot-link is compiled with iconv support,
maybe using the --with-libiconv option.

What OS are you using?

JP will be able to tell you more.

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] pilot-link handles UTF-8 conversions

2001-11-27 Thread Damon Chaplin

On Tue, 2001-11-27 at 21:59, Paul Oliver wrote:
 Damon Chaplin wrote
 
 
  I think you need to make sure pilot-link is compiled with iconv support,
  maybe using the --with-libiconv option.
 
 
 Thanks, I tried that, and it didn't seem to work. :(

I meant '--with-libiconv=/path/to/your/libiconv'.
But it doesn't matter. I don't think you should need it on Linux as it
comes with glibc.


 Here is config.log.  Maybe this will help someone diagnose it:
 --- config.log -
 configure:10725: checking for gnome-pilot environment
 configure:11078: checking if pilot-link handles UTF-8 conversions
 configure:11107: gcc -o conftest -g -O2 -Wall -Wunused 
 -Wmissing-prototypes -Wmissing-declarations 
 -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 
 -I/usr/local/lib/glib/include -I/usr/X11R6/include   conftest.c  15
 /tmp/cctKO0DM.o: In function `main':
 /usr/local/sources/gnomecvs/evolution/configure:11099: undefined 
 reference to `convert_ToPilotChar'

Looks like it isn't finding the library for some reason.

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



RE: [Evolution] Appointments with Outlook

2001-11-19 Thread Damon Chaplin

On Mon, 2001-11-19 at 10:32, Lonnie Borntreger wrote:
 Hmm.  That's even worse than me.  Going from Evolution-Outlook is not a
 problem for me.  I just double-click the .ics attachment, and Outlook
 opens it in an Appointment form.  It will accept and reply to a meeting
 notice from Evolution that way.  My problems are from Outlook-Evolution

I thought that was working OK now.

If you could try sending a test meeting request from Outlook to
[EMAIL PROTECTED] and [EMAIL PROTECTED] we'll try to figure out where
Evolution is going wrong.

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Transfer of data

2001-11-15 Thread Damon Chaplin

On Wed, 2001-11-14 at 21:13, Gerhard Schuck wrote:
 Hello,
 
 which are the relevant files if I want to transfer lets say the ToDo Database from 
one computer to another? I tried just to copy ~/evolution/local/Tasks/tasks.ics but 
evolution doesn't accept this file. It just replaces the file automatically with the 
original one. So there must be a backup mechanism in the background which I don't 
understand. I didn't find anything in the documentation.
 
 By the way, is this the right place to ask such questions? I asked the same question 
in [EMAIL PROTECTED] but got no answer there.

I think your problem is that the wombat server is still running, since
it is used to popup reminders. And it keeps the Todos/Events in memory.

So you have to quit evolution, run killev to kill the wombat, then
copy the new file into position.

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Time

2001-11-13 Thread Damon Chaplin

On Tue, 2001-11-13 at 14:48, Fatih Demir wrote:

 You should always be able to use 24-hour time display in all locales.
 It is the 12-hour format that is only available in some locales.
 
 Hm, I use the C locale and do get the AM/PM formats -- I meant if it
 would be possible to change the time formatting routines via an
 environment variable or the locale settings themselves to get a 24 hour
 time display even for the C locale.

In the calendar you can change the format in the Tools/Calendar Settings
dialog.

I'm not sure if you can change the format in the mailer.

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution-hackers] libical Re: version merge: icalcomponent.c

2001-11-12 Thread Damon Chaplin

On Thu, 2001-11-08 at 00:25, Benjamin Lee wrote:

 Anyway, I'm going to s|US/Pacific|America/Los_Angeles.ics|g etc. in
 regression.c for the moment... but if US/Pacific etc. is a valid
 timezone setting then could someone also update the GNOME / evolution
 .ics files?

US/Pacific is only included in glibc for backwards-compatability.
I think people are encouraged to use the new names instead now.
So I didn't include those timezones in our data.

See the backward file in the Olson timezone data files.

Damon



___
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers



Re: [Evolution] Time

2001-11-12 Thread Damon Chaplin

On Sun, 2001-11-11 at 08:16, Fatih Demir wrote:
 On Sat, 2001-11-10 at 19:28, Ettore Perazzoli wrote:
 
  I think, almost %40 of users would prefer to see the time in 24 hour
  format. (I'm using RC1)
 
   The time displayed depends on the locale.  If you run the desktop in a
 locale that uses 24-hour format, Evolution will use 24-hour format too. 
 
 Any chance or possible to way to also get an 24-hour time display with
 C locale (I don't work normally under a locale)?
 I hope there's surely a LC_ALL, LC_* env variable existent which allows
 us to influence this a bit, but I haven't found something similar yet.
 Anyone did already?


You should always be able to use 24-hour time display in all locales.

It is the 12-hour format that is only available in some locales.

(Though there may also be bugs in the translations that affect time
formats.)

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] work week display?

2001-11-03 Thread Damon Chaplin

On Sat, 2001-11-03 at 16:39, Jon Nall wrote:
 
 ok, i've looked at day/week/work week/month views for the calendar and
 none have a little full month calendar in the side bar to the right. do
 i have to turn that side bar on somewhere? i looked and couldn't figure
 it out. (using 0.16.99 +cvs.2001.10.27.00.41).


It should be above the Task Pad.

It uses paned windows, so you should be able to drag the pane from the
edge of window to see the Date Navigator again.

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Releas Candidate 1 totally broken

2001-10-30 Thread Damon Chaplin


I may have found the bug which was causing this - a nasty buffer
overrun. Though I can't reproduce the problem so I can't say for sure.

We think the problem was only in the last snapshot, so avoid that one if
you can.

Also, please let us know if it is fixed in the next one.

Sorry if anyone lost data. You may be able to recover your backup files,
usually in ~/evolution/local/Calendar/calendar.ics~ and
~/evolution/local/Tasks/tasks.ics~. Copy them somewhere safe before
using them.

Damon




On Tue, 2001-10-30 at 23:20, Luis Villa wrote:
 It's bug 14067. RC 1 will not be released until it is fixed.
 Luis
 
 On Tue, 2001-10-30 at 21:45, Mark Lussier wrote:
  Well I have the same problem (the calendar/tasks msg) with RC1 on Debian
  Potato.
  
  M
  
  
   I'll chime in with a Not me!
   I am running RedHat 6.2, and I did not encounter these problems.  I
   always run killev before upgrading.  I may also have run oaf-slay and
   gconftool -shutdown.
   
   On Tue, 2001-10-30 at 19:21, James Harrison wrote:
On Tue, 2001-10-30 at 17:52, Robert Marz wrote:

Hi,

I'm using RH 7.1. My Window Manager is sawfish.
I have just finished download the actual snapshot via red-carpet.

First evo didn't started at all.
After quiting my session and clearing my /tmp and ~/.gconf* dirs
   evo went 
up, calling itself RC1 and cleared all my calendar and task
   entry's 
complaining, that no Calendar entrys could be merged to tasks or
   something 
like that.

After restoring from backup (yeah - I do have one and a special
   before 
every new evo snapshot :-) the UI was partly freezing. Switching
   workspaces 
did help only a little.

To make a long story short: RC1 is not useable for me - I guess, I
   have to 
wait for the next snapshot...

so long

Robert



___
evolution maillist  -  [EMAIL PROTECTED]

http://lists.ximian.com/mailman/listinfo/evolution 

Here's a me too! RH7.2.
--
James Harrison RHCE, CCNA


--=-d62l3sPRNPUXpx
   -- 
   Richard Ziegler
   Release Engineer / ClearCase Administrator
   (617) 503-0442
   CertCo, Inc.   
   
   
   ___
   evolution maillist  -  [EMAIL PROTECTED]
   http://lists.ximian.com/mailman/listinfo/evolution
  
  
  
  ___
  evolution maillist  -  [EMAIL PROTECTED]
  http://lists.ximian.com/mailman/listinfo/evolution
 -- 
 Luis Villa
 Ximian Bugmaster
 Quality is an amazing bridge because it is universal in its language.
 Thomas Corcoran
 
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution-hackers] Problems with Outlook and iCalendar

2001-10-15 Thread Damon Chaplin


I discovered on Friday that although Outlook was parsing our VTIMEZONE
data, it wasn't actually using it correctly.

It turns out that Outlook only seems to look at the first 2 RRULEs or
the first RDATE in the VTIMEZONE (i.e. you can have 2 RRULEs specifying
standard  daylight time forever, or you can have 1 UTC offset forever.)
So I've spent the weekend trying to work around this problem. I've
rearranged our VTIMEZONEs so the current RRULEs or RDATEs come first,
so Outlook will use those.

I also wrote a script to create an iCalendar file with events in all of
our 372 timezones, and imported that into Outlook. It looks like the
zones are handled OK now. (These aren't in CVS yet, though.)


Damon

PS. Some good news - I found a few more bugs in the timezone code, and
we now agree with mktime()/localtime() in all 372 zones from 1990-2009,
except in Asia/Bishkek for 1 hour in 1992! (The bad news is I had to
break 7 timezones slightly so that Outlook would parse them OK.)



___
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers



Re: [Evolution] Is it a problem that opening the Calendar causes aevolution-alarm-notify process to be left running after Evolution exits?

2001-10-05 Thread Damon Chaplin

On Fri, 2001-10-05 at 01:42, Miles Lane wrote:
 Here's an example of the process that is still running after 
 the Evolution Calendar exits.
 
 evolution-alarm-notify 
--oaf-activate-iid=OAFIID:GNOME_Evolution_Calendar_AlarmNotify_Factory --oaf-ior-fd=18


It is supposed to keep running, so you get reminders for appointments
even when Evolution isn't running.

Though we still have reports that reminders aren't working for some
people. Please report any problems with it on bugzilla.

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution-hackers] Don't use old time-related functions

2001-10-03 Thread Damon Chaplin


I've noticed that some of the old time-related functions are still being
used. Please make sure you use the newer functions that support
timezones.

If you need help converting code, let me know.
(Note that this list doesn't include code for alarms, which I've put
notes about in bug #5282.)

These should almost never be used:

icaltime_as_timet:  calendar/cal-util/cal-util.c (3)
calendar/conduits/calendar/calendar-conduit.c(1)
calendar/gui/e-day-view.c (4)
calendar/gui/e-itip-control.c (6)
calendar/gui/e-week-view.c (4)


icaltime_from_timet:calendar/pcs/cal-backend-file.c (2)

time_add_day:   calendar/conduits/calendar/calendar-conduit.c(2)

time_add_week:  calendar/gui/e-meeting-model.c (1)


time_day_begin: OK

time_day_end:   calendar/conduits/calendar/calendar-conduit.c(1)


These should rarely be used:

gmtime: OK

mktime: calendar/conduits/calendar/calendar-conduit.c(8)
calendar/conduits/todo/todo-conduit.c (3)
calendar/gui/e-meeting-time-sel.c (2)

localtime:  calendar/gui/e-itip-control.c (1)
calendar/conduits/calendar/calendar-conduit.c(3)
calendar/conduits/todo/todo-conduit.c (1)
calendar/gui/e-meeting-time-sel.c (3)

icaltime_compare:   OK



Damon



___
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers



Re: [Evolution] Calendar problems

2001-09-26 Thread Damon Chaplin

On Tue, 2001-09-25 at 12:55, Pascal DeMilly wrote:
 I exchange calendar events with Outlook users and I have some iCal that
 freeze Evolution and some that cannot be loaded in Outlook, that I would
 like to share with the Calendar developers. (outside the list as they
 contain personal info). Where can I send them ?

[EMAIL PROTECTED] and [EMAIL PROTECTED] would be great.

I think we've fixed the major problems with iTIP  Outlook in Beta 4 so
now is the time for people to test it out again and report problems.


 
 Also, I am still having a lot of problems with Timezone. When exchanging
 info with Outlook users, their iCal comes as UTC. When displayed in
 Evolution calendar, those events translate correctly to my timezone. But
 when I edit those events, it shows the time as UTC (Same behavior for
 other timezone. see bug day iCal for example). 

 I feel that there should at least be an option or a check box to
 translate that time to my timezone or that changing the timezone in edit
 mode will correctly update the date and time of day correctly. 
 
 Also in the summary those same events are shown in UTC not in my
 timezone which render them unusable a least to me.
 
 Any idea if these problems are going to be addressed before 1.0. It is a
 major inconvenience.

For simple events (no recurrence) Outlook sends the start and end time
in UTC, with no timezone information at all.

So I'm not sure if we can fix the problem in the event editor. I think
we have to show the time in UTC there.

The 'Summary' component was recently fixed - it should now convert times
to your current timezone.


 Am I the only one exchanging iCal with Outlook users or others found a
 way of getting to work that I haven't figure out ? Would not be the
 first time :-)

It only started to work recently so it hasn't been tested much yet.

Thanks for the report. I'd really like to see it working well with
Outlook before 1.0.

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution-hackers] ETable sorting in Tasks folder

2001-09-24 Thread Damon Chaplin


I'm trying to get sorting working properly in the Tasks folder.
(Bug #6848)

We have several fields like 'Due Date', 'Percent Complete'
that are displayed in a text cell, though they need special
handling for sorting.

I've added special 'compare' functions for these columns.

The problem is that the ETableModel _get functions for these
columns format a string into a static buffer and return that.
But this won't work with ETableSorter, as it calls the _get
function of multiple rows at a time (so it ends up with multiple
pointers to the same static buffer).


I think we need an option in the ETableSorter to duplicate any
cells it needs to get for the comparison.

clahey: Is that possible?

Damon



___
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers



Re: [Evolution] Pilot synch and todo

2001-09-21 Thread Damon Chaplin

On Wed, 2001-09-19 at 07:18, daz wrote:
 Im resending this one so it doesnt get lost in the mix of replies that
 do not share the same problem I was having (no offense to those who
 replied but were complaining about Jpilot.  I am no using Jpilot,
 though).
 
 Original Post
 I am sucessfully using the pilot synching on evolution (lastest
 release).  So far, almost everything works great.  The only problem,
 'todo' items that are marked completed dont go away.  They show up even
 though I set the todo prefs to 'hide completed todo's after 1 min.'.  Is
 this a known issue, or am I missing something else.

Yes, that isn't implemented yet.

We need to add it to bugzilla.

Damon



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution-hackers] shortcut bar group buttons look awful in pixmap themes (Bug #1229)

2001-09-17 Thread Damon Chaplin


I'm thinking of reverting the shortcut bar to use the EClippedLabel
widget, so that it is displayed correctly with pixmap themes.

That would mean moving EClippedLabel from evolution/widgets/misc
to gal/widgets.

Any objections?


Damon




___
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers



Re: [Evolution-hackers] A list of problems/issues I've found with.13

2001-09-10 Thread Damon Chaplin

On Sat, 2001-09-08 at 03:54, Alan wrote:

 Tasks
 ===
 Problem:
  - When you first go to the tasks view, you are prompted for your
Timezone.  The problem with this is that you already provided
it during the initial setup.
 
 Possible Solution:
  - Save the timezone value.  If it's not set (they didn't select it in
 the startup wizard) then prompt, and use that value for any for
any unset timezone entries.  If the task / calendar / inbox
component need their own timezones then they can be changed in
the preferences already.  IMHO the chances of a normal user
having different timezones set is very very low.

Did you actually select a timezone in the initial setup?
If you did, then we may have a bug. If you just hit 'OK' without
choosing a timezone then it is your fault ;)
Actually we should probably make sure the user chooses a timezone
before proceeding.

I've changed it so the tasks/calendar components never prompt for
the timezone now anyway.


 
 ---
 Problem:
  - The first thing you see on entering the Tasks component is a line
saying Click to add a task. Well, basically it doesn't work.
You click, and nothing happens except that the line changes to
blank fields, and double clicking / right clicking has no effect.
 
 Possible Solution:
  - Have clicking on the click to add a task entry launch the same
dialog that the toolbar new task item launches.
 
 NOTE: After adding a task via the toolbar, clicking on the click here
 to add a new task worked.  I have confirmed that Click to add a task
 ONLY works if there is a task already in the list.

This looks like a problem with the underlying ETable widget.
I'm not sure if it is a known problem or not.
We do have several problems with it at present.


Damon



___
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers



Re: [Evolution] viewing calendar

2001-05-08 Thread Damon Chaplin

David Sayres wrote:
 
 Since upgrading to evo 0.10, gnome 1.4, RH7.1
 I'm not able to view any appointments in the calendar. If I make a new
 appointment it does not appear in the window, though it does get written
 to the calendar.ics file.
 Does anyone know how to fix this or why evo isn't reading the calendar
 file??

I haven't heard of that problem before.

Does the event not appear in any of the calendar views (day/week/month)?


Damon

___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/evolution



Re: [Evolution] task: URL field

2001-04-29 Thread Damon Chaplin

Thomas R. Shannon wrote:
 
 I noticed that in the details dialog for tasks there is a URL text
 box.  The box brought to mind a post that I made a few weeks ago.  It
 might be really cool to have a button which executes the file or
 brings up the web page indicated based upon mime type.  In fact, it
 would be a very logical extension of the field.
 
 Any comments?

Yes, I've added it to bugzilla.

Damon

___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/evolution



Re: [Evolution-hackers] Do we want timezones for tasks?

2001-04-26 Thread Damon Chaplin

Ray Lee wrote:
 
  How would get information like 'daylight savings comes into effect
  on the last Sunday of March'?
 
 man tzfile

How portable is tzfile? The Linux man page doesn't mention any standards
related to it.


Damon

___
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/evolution-hackers



Re: [Evolution-hackers] Do we want timezones for tasks?

2001-04-25 Thread Damon Chaplin

 [EMAIL PROTECTED] wrote:

 Strictly speaking, incorporation of time zones should be provided in a
 framework layer below the application layer, because of their
 universal uses.  I am not certain how Linux / Gnome incorporates
 time zones (and how they are changed), but when someone travels with
 their laptop and changes the time zone to the new location, it is
 reasonable to expect that appointments and tasks are displayed
 reflecting the corrected time(s).

Unfortunately Unix has pretty poor support for timezones, so we've
had to use our own code to be compatable with the iCalendar spec.

The user will be able to set the current timezone within Evolution,
but it won't be connected to the OS's timezone. Maybe we'll be able
to fix this in the future.

 
 P.S.  There are not 365 timezones (offsets) -- it's closer to 24.

We use the Olson timezone database, which has timezone information
for 365 cities. Using offsets is not enough - different countries
have different daylight-savings rules.


Damon

___
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/evolution-hackers



Re: [Evolution] recurrences

2001-04-04 Thread Damon Chaplin

Xavier Bestel wrote:
 
 Hi folks !
 
 I've tried to schedule a recurrent appointment, each last thursday, but the
 best I could do was to set it each 4th thursday, which is not the same
 sometimes (for example, in may, it should be the 31st instead of the 24th).

Yes, we should support choosing the last Thursday. (The internal code
supports
it, but the interface doesn't at the moment.)

I've added it to the bugtracker. (Bug 2111)

Damon

___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/evolution



Re: [Evolution] Gnome Calendar broke my Evolution calendar!

2001-04-04 Thread Damon Chaplin

John Leach wrote:

 I decided to bring in the trusty old gnome calendar program to view (and
 add to) my evolution calendar (~/evolution/local/Calendar/calendar.ics
 assuming it was in a standard format.  Everything opened up fine, I
 edited the calendar and saved it.

Evolution uses the iCalendar format, while gnomecal uses the older
vCalendar
standard. So you shouldn't use them directly on each others' files.

We plan on adding a vCalendar importer before 1.0. But I don't think we
have
a way to convert vCalendar to iCalendar at the moment.

Damon

___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/evolution