Re: [Evolution-hackers] [timezone problem] Evolution calendar blew transition from CEST to CET

2009-10-25 Thread Patrick Ohly
On Sun, 2009-10-25 at 02:27 +0100, Thomas Mittelstaedt wrote:
 Well, as you might know, today there was the switch from savings time to
 CET here in Europe.
 At 3 am, clocks are reset to 2 am. Well, at about 1:40 am, I entered a
 new event into calendar, setting the alarm notifier to 1 minute before
 the event. But no alarm notifier occurred.
 I had forgotten that the time switch was about to occur.
 Then I added a new event, tried to set the time using the now button,
 but it gave the wrong time, one hour back to the actual time. I
 reconfigured tzdata, checked the timezone preferences in evolution,
 which was set to system time.
 Well, finally, when it was 3 am and my system clock would make the
 switch as expected, evolution would behave correctly again. Seems, as if
 evolution doesn't make the switch at the correct time!

A known bug in the system timezone to libical conversion code:
https://bugzilla.gnome.org/show_bug.cgi?id=562028

Fixed by the Scalix developers recently, available in libical 0.44.

-- 
Bye, Patrick Ohly
--  
patrick.o...@gmx.de
http://www.estamos.de/

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] Error trying to build evolution.2.24.2 with --disable-gnome-keyring

2009-10-25 Thread Gary Ilijevich
I am trying to build evolution with the keyring disabled.  I put the
--disable-gnome-keyring in the configure file
and I get the following error:
configure: WARNING: unrecognized options: --enable-gtk-doc, --enable-ipv6,
--disable-gnome-keyring

I have also tried --enable-gnome-keyring=no  option but the same warning for
--enable-gnome-keyring=no.

How can I build evolution so that it won't use the keyring manager for
passwords?  I want this in the
build so that no-one can enable the keyring at runtime.

Thanks,
Gary
gary.ilijev...@gmail.com
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] Where in the code is the autocompletion for To: field done?

2009-10-25 Thread Florian K

Hello Evolution developers,

first of all thank you for making such a great tool!

I have built Evolution  2.26.1 from source on Ubuntu 9.04. I would like to
explore the code that handles the autocompletion of email addresses in
receipient fields. In particular I would like to see if the it's feasible to
make the number of characters to be typed before the search for matches
occurs to be configurable (I would like it to be one char, but I understand
that more are necessary if the search goes against LDAP).  

I am a developer, but I am new to to Evolution and Gnome. The code base is a
bit daunting so I would be grateful for a some pointer to which
module/file/methods I should look at.

In advance thank you for any help.

Florian
-- 
View this message in context: 
http://www.nabble.com/Where-in-the-code-is-the-autocompletion-for-To%3A-field-done--tp26020876p26020876.html
Sent from the Gnome - Evolution - Dev mailing list archive at Nabble.com.

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Where in the code is the autocompletion for To: field done?

2009-10-25 Thread Srinivasa Ragavan
On Fri, Oct 23, 2009 at 10:15 AM, Florian K florian_kirchh...@yahoo.com wrote:

 Hello Evolution developers,

 first of all thank you for making such a great tool!

 I have built Evolution  2.26.1 from source on Ubuntu 9.04. I would like to
 explore the code that handles the autocompletion of email addresses in
 receipient fields. In particular I would like to see if the it's feasible to
 make the number of characters to be typed before the search for matches
 occurs to be configurable (I would like it to be one char, but I understand
 that more are necessary if the search goes against LDAP).

Look at e-d-s/libedataserverui/e-name-selector-entry.c

-Srini.
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers