[Evolution-hackers] Memos component-- help getting started

2002-05-07 Thread James D Strandboge
I think evo is so cool, I wanted to help out. One thing a client of mine wants is a memos component so he can view memos sync'd with gnome-pilot in evolution. I looked around in the code and on the ximian site, but could not find anything on 'getting started'. Any tips on what I should look at

Re: [Evolution-hackers] Memos component-- help getting started

2002-05-07 Thread Ross Burton
On Tue, 2002-05-07 at 14:48, Rodrigo Moya wrote: you have to do an Evolution shell component, as is done in addressbook/, mail/ and calendar/. For a simpler example, you should look at shell/evolution-test-component.c, in the evolution sources. I tried coding a shell component recently but

[Evolution-hackers] build time speedup

2002-05-07 Thread Dan Winship
I have not tried this, your mileage may vary, but... http://ccache.samba.org/ has a compiler cache program that recognizes when recompiling a file will generate the same output as last time and avoids recompiling it. Supposed to speed up recompiles when the source hasn't changed much (eg, if you

Re: [Evolution-hackers] build time speedup

2002-05-07 Thread Radek DoulĂ­k
OK, I have tried it and here are some numbers. make clean all (in gtkhtml HEAD) 1rst run: real9m5.642s user6m4.560s sys 1m57.260s 2nd run: real3m54.688s user1m58.910s sys 1m42.050s ccache -s cache hit