Re: [Evolution-hackers] Spliting evolution into several programs

2007-04-01 Thread Srinivasa Ragavan
Hi Diego, On Sat, 2007-03-31 at 21:28 +0200, Diego González wrote: hi, yesterday i gave a stab at spliting evolution into 3 components, attach is a preliminary patch. The patch does the following things: 1) it creates three shells for Mail, Calendar and Addressbook 2) each shell does

Re: [Evolution-hackers] Minimize to Systray

2007-04-01 Thread Ross Burton
On Sun, 2007-04-01 at 16:19 -0500, Benjamin Gramlich wrote: I've already tried that program, but I don't very much like it. Is there an intentional design reason why such a feature has not been implemented? Yes. The system tray, correctly called the notification area in GNOME, is for

Re: [Evolution-hackers] Minimize to Systray

2007-04-01 Thread Quim Calpe
On Sun, 2007-04-01 at 16:19 -0500, Benjamin Gramlich wrote: I've already tried that program, but I don't very much like it. Is there an intentional design reason why such a feature has not been implemented? I just spent a week covering for a friend at his job. He uses Outlook, and it

[Evolution-hackers] libebook scalability

2007-04-01 Thread Øystein Gisnås
I discovered a bottleneck for addressbook performance with large addressbooks. Details at http://n800evolution.blogspot.com/2007/04/libebook-scalability.html A proposed fix is attached. I'm not sure if order matters when returned from the backend? Does anyone know? If not, g_list_reverse can be

Re: [Evolution-hackers] libebook scalability

2007-04-01 Thread Matthew Barnes
On Mon, 2007-04-02 at 01:12 +0200, Øystein Gisnås wrote: I discovered a bottleneck for addressbook performance with large addressbooks. Details at http://n800evolution.blogspot.com/2007/04/libebook-scalability.html A proposed fix is attached. I'm not sure if order matters when returned from

Re: [Evolution-hackers] libebook scalability

2007-04-01 Thread Srinivasa Ragavan
On Mon, 2007-04-02 at 01:12 +0200, Øystein Gisnås wrote: I discovered a bottleneck for addressbook performance with large addressbooks. Details at http://n800evolution.blogspot.com/2007/04/libebook-scalability.html Looks fine to commit. A proposed fix is attached. I'm not sure if order