[Evolution-hackers] E-VCard API

2004-04-29 Thread Damien Sandras
Hello to all, I have made more progress, but I'm a bit confused by the API. I have added Speeddial support using Chris' trick : attr = e_vcard_attribute_new (NULL, TEL); e_vcard_attribute_add_param_with_value (attr,

Re: [Evolution-hackers] E-VCard API

2004-04-29 Thread Sivaiah N
On Thu, 2004-04-29 at 14:50, Damien Sandras wrote: Hello to all, I have made more progress, but I'm a bit confused by the API. I have added Speeddial support using Chris' trick : attr = e_vcard_attribute_new (NULL, TEL);

Re: [Evolution-hackers] Move and Copy in Calendar/Tasks/Addressbook

2004-04-29 Thread JP Rosevear
On Thu, 2004-04-29 at 11:39 +0800, Not Zed wrote: You can't dnd without a mouse. I presume you can bring up the context menu however. On Wed, 2004-04-28 at 10:43 -0400, JP Rosevear wrote: Given that cut and paste and drag and drop (well not for tasks, but soon) work and the editors

[Evolution-hackers] Evolution and rtl support

2004-04-29 Thread Arafat Medini
Hi all, Following the advice of Christian Rose of the i18n team I am contacting you the Evo hackers to look at this issue. So I hope this mail doesn't generate some flames as I'll try to be as polite as possible ;) Evolution has bad rtl support as seen in this screen:

Re: [Evolution-hackers] Move and Copy in Calendar/Tasks/Addressbook

2004-04-29 Thread Rodrigo Moya
On Thu, 2004-04-29 at 09:24 -0400, JP Rosevear wrote: On Thu, 2004-04-29 at 11:39 +0800, Not Zed wrote: You can't dnd without a mouse. I presume you can bring up the context menu however. On Wed, 2004-04-28 at 10:43 -0400, JP Rosevear wrote: Given that cut and paste and drag

Re: [Evolution-hackers] E-VCard API

2004-04-29 Thread Rodney Dawes
On Enj , 2004-04-29 at 11:20 +0200, Damien Sandras wrote: Hello to all, I have made more progress, but I'm a bit confused by the API. I have added Speeddial support using Chris' trick : attr = e_vcard_attribute_new (NULL, TEL);

Re: [Evolution-hackers] Evolution and rtl support

2004-04-29 Thread Rodrigo Moya
On Thu, 2004-04-29 at 17:31 +0200, Arafat Medini wrote: I would have better made a chat transcript, as what I wrote in my mail indeed happened and made me very angry. I think, I have the right to report on a problem like that. Some ppl felt uncomfortable with my mail and so I changed my style

Re: [Evolution-hackers] E-VCard API

2004-04-29 Thread Chris Toshok
not if you only run the inner loop if the attribute name is TEL.. Chris On Thu, 2004-04-29 at 14:52 +0200, Damien Sandras wrote: Le jeu, 29/04/2004 à 17:33 +0530, Sivaiah N a écrit : [...] Once you find an attribute having a parameter with name as TYPE and value as

Re: [Evolution-hackers] E-VCard API

2004-04-29 Thread Damien Sandras
And am I supposed to call g_list_foreach (attr_param_list, (GFunc) e_vcard_attribute_param_free, NULL); and g_list_foreach (attr_list, (GFunc) e_vcard_attribute_free, NULL); ? Evolution doesn't seem to call the first one when getting the params list, which could be a leak. However, when I'm

Re: [Evolution-hackers] E-VCard API

2004-04-29 Thread Damien Sandras
Le jeu, 29/04/2004 à 13:33 -0700, Chris Toshok a écrit : neither of those should be called. Are they pointers to internal things? Because in evolution/addressbook/util/e-destination.c I see e_vcard_attribute_free is called on the mail list. Anyway, my last question about this is should I

[Evolution-hackers] Contact editor UI changes

2004-04-29 Thread Hans Petter Jansson
What's the consensus on the required UI changes for the contact editor? I guess we're adding the home page URL entry. Are we also removing the blog entry? How do we do the remove picture functionality? I'm thinking a popup menu on right clicking the image (which could also have a set image

Re: [Evolution-hackers] Contact editor UI changes

2004-04-29 Thread Luis Villa
On Thu, 2004-04-29 at 16:53 -0500, Hans Petter Jansson wrote: I guess we're adding the home page URL entry. Are we also removing the blog entry? As a total aside, someone was saying that it would be mad cool if a blog's rss feed location were stored in the addressbook so that a blog aggregrator

[Evolution-hackers] Meeting invitation; select by category

2004-04-29 Thread Hans Petter Jansson
Calendar appointment - meeting - invite others - category is currently broken, printing libebook-WARNING **: unknown field name `category' and crashing in e_book_query_to_string(). I seem to remember something about us doing away with categories, and thought I'd ask you guys before I fixed. Is

Re: [Evolution-hackers] E-VCard API

2004-04-29 Thread Chris Toshok
They both return pointers to internal things. The e-destination.c code frees up the list because e_contact_get_attributes creates a copied GList*. Also, looking at that e-destination code, there are a few bugs in it too. Chris On Thu, 2004-04-29 at 22:46 +0200, Damien Sandras wrote: Le jeu,

Re: [Evolution-hackers] Contact editor UI changes

2004-04-29 Thread Chris Toshok
I'm not sure it's better or worse to allow one and not the other.. There are plenty of people with blogs that don't have rss feeds. Although having the rss feed would be pretty cool, yeah. Chris On Thu, 2004-04-29 at 17:16 -0500, Hans Petter Jansson wrote: On Thu, 2004-04-29 at 16:58, Luis

Re: [Evolution-hackers] Evolution and rtl support

2004-04-29 Thread Not Zed
Can you actually put together a detailed list of everything which doesn't work, and how it is supposed to work? This will be required at the very least to get anytihng done. Then maybe some knowledgable people can contribute patches to help getting it fixed. If nobody's even prepared to come