Re: [Evolution-hackers] Move evolution-alarm-notify to E-D-S?

2011-10-18 Thread Ross Burton
On 18 October 2011 17:52, Matthew Barnes mbar...@redhat.com wrote: Here's a crazy idea... What do you guys think about moving evolution-alarm-notify to E-D-S as a simple D-Bus service?  It could live in the new services directory:    evolution-data-server/services/evolution-alarm-notify/

[Evolution-hackers] Google Tasks in EDS

2011-09-01 Thread Ross Burton
Hi, Is anyone working on a Google Tasks backend for EDS? Annoyingly Google doesn't expose Tasks over CalDAV but they do have a custom HTTP/OAuth/REST API that shouldn't be that hard to access from librest. Ross ___ evolution-hackers mailing list

Re: [Evolution-hackers] Google Tasks in EDS

2011-09-01 Thread Ross Burton
On 1 September 2011 08:15, Philip Withnall phi...@tecnocode.co.uk wrote: Any such backend would be best using libgdata to do the protocol-level work, since as you say, Tasks aren't exposed over CalDAV. This will require a new service to be added in libgdata: As far as I am aware the Tasks API

Re: [Evolution-hackers] GOA Integration (was: New 'eclient' branch in eds)

2011-06-30 Thread Ross Burton
On 30 June 2011 19:45, Matthew Barnes mbar...@redhat.com wrote: Once I can verify that it actually works I'll see if Dan's interested, although he did point me to librest, which is libsoup-based and provides more complete OAuth support than my little hack.

Re: [Evolution-hackers] e_cal_remove_object_with_mod() + empty rid: semantic?

2011-05-13 Thread Ross Burton
On 12 May 2011 11:44, Patrick Ohly patrick.o...@gmx.de wrote: Can you perhaps comment? You wrote the TODO items below... [snip] I can fix these TODOs. Any objections or concerns? None whatsoever, those are embarrassingly leftin from the very early porting where large chunks of code were copied

Re: [Evolution-hackers] e_cal_remove_object_with_mod() + empty rid: semantic?

2011-05-13 Thread Ross Burton
On 13 May 2011 16:11, Patrick Ohly patrick.o...@gmx.de wrote: Did the previous code transmit UID+RECURRENCE-ID? I am wondering why Evolution manages to keep views properly in sync despite the lack of the RECURRENCE-ID - and what'll happen when it starts receiving them. I guess I'll find

Re: [Evolution-hackers] EDS improvements for MeeGo

2011-04-05 Thread Ross Burton
On 5 April 2011 10:21, Patrick Ohly patrick.o...@gmx.de wrote: I just noticed that e_book_get_book_view() already has a GList *requested_fields parameter. Is that used and/or implemented anywhere? Not as far as I'm aware, no. Ross ___

Re: [Evolution-hackers] Creating Evolution Memos from CLI/API

2010-09-20 Thread Ross Burton
On 19 September 2010 17:35, Kartik Thakore thakore.kar...@gmail.com wrote: I am attempting to make a bridge between tomboy and evolution. How can I add/edit/update/delete evolution memos from a CLI or API? Use libecal. Specifically e_cal_new and e_cal_open_async to open the memos,

Re: [Evolution-hackers] Creating Evolution Memos from CLI/API

2010-09-20 Thread Ross Burton
On 20 September 2010 07:07, Ross Burton r...@burtonini.com wrote: On 19 September 2010 17:35, Kartik Thakore thakore.kar...@gmail.com wrote: I am attempting to make a bridge between tomboy and evolution. How can I add/edit/update/delete evolution memos from a CLI or API? Use libecal

Re: [Evolution-hackers] [evolution-kolab] Datastructures for calendar data

2010-07-14 Thread Ross Burton
subclass ECalBackend or ECalBackenSync is a choice made by how the backend will be implemented. Ross -- Ross Burton mail: r...@burtonini.com jabber: r...@burtonini.com www: http

Re: [Evolution-hackers] [evolution-kolab] Datastructures for calendar data

2010-07-14 Thread Ross Burton
*BackendSync because asynchronous backends obviously don't need to be in a thread. Ross -- Ross Burton mail: r...@burtonini.com jabber: r...@burtonini.com www: http://burtonini.com

Re: [Evolution-hackers] Base URI for On This Computer

2010-06-09 Thread Ross Burton
On Wed, 2010-06-09 at 08:56 -0400, Matthew Barnes wrote: but since they have to change anyway, I propose just naming it: local://unique-id local:unique-id, surely. No need for // when you're not putting a hostname or path. Ross -- Ross Burton mail: r

Re: [Evolution-hackers] edbus branch review ...

2010-02-27 Thread Ross Burton
On Fri, 2010-02-26 at 22:31 +, Michael Meeks wrote: Thoughts / flameage ? :-) My thoughts are woohoo and great work. If I'm feeling brave on Sunday I'll start a clean build of eds and evo-edbus and dogfood it. Ross -- Ross Burton mail: r

Re: [Evolution-hackers] Moving from the single mbox file format for the local folders

2009-12-16 Thread Ross Burton
implemented in evolution (albeit buggily), and is a very popular format. NIH seems a bit pointless really. Ross -- Ross Burton mail: r...@burtonini.com jabber: r...@burtonini.com

Re: [Evolution-hackers] MAPI support not even close... ?!?! Can I help?

2009-12-04 Thread Ross Burton
installed evolution-data-server into a prefix that DBus doesn't know about, so it can't autostart the daemons. I have this in my /etc/dbus-1/session.conf: servicedir/home/ross/BUILD/share/dbus-1/services//servicedir Ross -- Ross Burton mail: r...@burtonini.com

Re: [Evolution-hackers] MAPI support not even close... ?!?! Can I help?

2009-11-30 Thread Ross Burton
may well be broken, and the Evolution modules are known to be broken (and being fixed) in lots of interesting ways. Ross -- Ross Burton mail: r...@burtonini.com jabber: r...@burtonini.com

Re: [Evolution-hackers] Can't find installed BookFactories

2009-08-26 Thread Ross Burton
); Again, this isn't a URI. Ross -- Ross Burton mail: r...@burtonini.com jabber: r...@burtonini.com www: http://burtonini.com signature.asc Description: This is a digitally signed

Re: [Evolution-hackers] Branching for Evolution 2.28 on Aug 11

2009-08-17 Thread Ross Burton
finds any issues with the addressbook, please file a bug! My next goal is to get the calendar port ready for merging. With any luck this will be done this week. Cheers, Ross -- Ross Burton mail: r...@burtonini.com jabber: r

[Evolution-hackers] Coding style

2009-06-01 Thread Ross Burton
Hi, Whilst working on the merge of eds-dbus I noticed again that the coding styles in e-d-s are really mixed up. What is the official coding style (mainly indent size and tabs/spaces)? Ross -- Ross Burton mail: r...@burtonini.com

Re: [Evolution-hackers] Error Reporting in libebook

2009-01-21 Thread Ross Burton
, and sanitising the book API. My shorter-term task list includes reviewing the Maemo patches, because yes this is a problem. Ross -- Ross Burton mail: r...@burtonini.com jabber: r...@burtonini.com

Re: [Evolution-hackers] Error Reporting in libebook

2009-01-19 Thread Ross Burton
). Ross -- Ross Burton mail: r...@burtonini.com jabber: r...@burtonini.com www: http://burtonini.com signature.asc Description: This is a digitally signed message part

Re: [Evolution-hackers] Error Reporting in libebook

2009-01-16 Thread Ross Burton
nicer. Ross -- Ross Burton mail: r...@burtonini.com jabber: r...@burtonini.com www: http://burtonini.com signature.asc Description: This is a digitally signed message part

Re: [Evolution-hackers] Importing contact from winME devices

2008-09-22 Thread Ross Burton
use to generate the UID ? As long as it is unique, it doesn't matter. EDS generates a unique number from a number of sources, but using a UUID would be fairly easy and ensure that it is unique. Ross -- Ross Burton mail: [EMAIL PROTECTED

Re: [Evolution-hackers] Future of eds bindings

2008-08-17 Thread Ross Burton
On Sun, 2008-08-17 at 20:18 +0200, Patrick Ohly wrote: Do you plan to do that before replacing Bonobo in the mainline Evolution? Yes, finding out why getchanges() is so damn slow is on the list of things to do. Ross -- Ross Burton mail: [EMAIL PROTECTED

Re: [Evolution-hackers] Future of eds bindings

2008-08-15 Thread Ross Burton
, without actually touching eds. A python wrapper around a DBus service which wraps a C library which connects to a Bonobo service doesn't really sound like we're moving in the right direction here. Ross -- Ross Burton mail: [EMAIL PROTECTED

Re: [Evolution-hackers] Future of eds bindings

2008-08-15 Thread Ross Burton
On Fri, 2008-08-15 at 13:40 +0200, Andre Klapper wrote: Am Freitag, den 15.08.2008, 11:17 +0100 schrieb Ross Burton: On Fri, 2008-08-15 at 12:09 +0200, Muelli wrote: a DBUS interface to the e-d-s That has already been done: http://labs.o-hand.com/embedded-eds/ It's actually faster

Re: [Evolution-hackers] Removing libdb from EDS source

2008-06-13 Thread Ross Burton
an older DB version, but the DB file isn't meant for interchange so I don't see this as a problem. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http

Re: [Evolution-hackers] Loading of Icons in Evolution

2008-05-13 Thread Ross Burton
way/ location in which the icons are loaded in Evolution? Instead of saying some, say what icon you can't find? Icons used by Evolution are generally either part of evolution, evolution-data-server, or gnome-icon-theme. Ross -- Ross Burton mail: [EMAIL PROTECTED

Re: [Evolution-hackers] Issues in porting evolution mail client to directfb backend :Help Nedded.....

2008-04-15 Thread Ross Burton
into the stub GtkPlug/GtkSocket source to see if they are being called, which would explain your problem. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http

Re: [Evolution-hackers] Issues in porting evolution mail client to directfb backend :Help Nedded.....

2008-04-14 Thread Ross Burton
-- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF signature.asc

Re: [Evolution-hackers] Issues in porting evolution mail client to directfb backend :Help Nedded.....

2008-04-14 Thread Ross Burton
/ORBit is broken. Whether this is due to a bad build, broken configuration, or it just doesn't work on DirectFB, I don't know. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

Re: [Evolution-hackers] encryption in evolution-data-server

2008-03-20 Thread Ross Burton
the Mozilla project for encryption. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09

Re: [Evolution-hackers] massive e-d-s memory leak persuit ...

2008-01-24 Thread Ross Burton
all of the major leaks in the addressbook libraries, but maybe some new ones got introduced. That said the ATTENDEE field is from the calendar part, which I have never really looked at. If you can replicate this massive memory usage, could you run e-d-s in massif? Ross -- Ross Burton

Re: [Evolution-hackers] evolution-data-server backend for using gmail contacts

2008-01-03 Thread Ross Burton
(specifically a gdata library). Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447

Re: [Evolution-hackers] Ical (WebDAV) Web-Calendar read-only!?

2007-11-30 Thread Ross Burton
and uploading entire ical files. This would need support in Evolution, and I've no idea if there has been any progress. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www

Re: [Evolution-hackers] Ical (WebDAV) Web-Calendar read-only!?

2007-11-30 Thread Ross Burton
using the remote calendar, it would work. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4

Re: [Evolution-hackers] When do I overwrite a server-side EContact?

2007-11-13 Thread Ross Burton
On Tue, 2007-11-13 at 15:51 +0100, Jules Colding wrote: On Tue, 2007-11-13 at 14:39 +, Ross Burton wrote: On Tue, 2007-11-13 at 15:00 +0100, Jules Colding wrote: The create_contact() e-book function is rather loosely defined: create_contact(EBookBackend *backend

Re: [Evolution-hackers] Synching Evolution/GNOME version

2007-10-04 Thread Ross Burton
major objections to this. I'm fine with GtkHTML being switched to 3.22, but I think it should be the only exception, EDS should jump to 2.22. No point not syncing it entirely when its possible. Ross -- Ross Burton mail: [EMAIL PROTECTED

Re: [Evolution-hackers] Synching Evolution/GNOME version

2007-10-03 Thread Ross Burton
1.22 Evolution Exchange 2.22 I'd like to see EDS synced completely to 2.22. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP

Re: [Evolution-hackers] Question about contact database content - contact UID

2007-09-28 Thread Ross Burton
is that it is a unique string. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447

Re: [Evolution-hackers] Question about contact database content - contact UID

2007-09-28 Thread Ross Burton
. If there are any errors they should be trivial to fix. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0

Re: [Evolution-hackers] EDS API calls hang when EDS dies - how to detect that?

2007-09-23 Thread Ross Burton
simple patch. I'll point out that the DBus port should handle this already. :) Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP

Re: [Evolution-hackers] segfault with evolution client functions and g_modules

2007-09-10 Thread Ross Burton
() method, if you tried to load/unload/load it will probably crash straight away as it tries to re-register a supposedly static type. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

Re: [Evolution-hackers] Data storage question

2007-08-09 Thread Ross Burton
, but that isn't running on my system. What am I missing that causes the file to be reverted, or replaced with a first run version? Use gconftool instead of hacking the files directly. If you hack the files directly, you are asking for trouble. Ross -- Ross Burton

Re: [Evolution-hackers] XML APIs in evolution

2007-05-30 Thread Ross Burton
to xmlChar*. :( If there are some strings which are only used with the libxml2 functions then declaring their type as xmlChar is better. I'll happily review a patch for evolution-data-server/addressbook because the warnings there have been driving me insane recently. Ross -- Ross Burton

Re: [Evolution-hackers] Removal of implementation details from public API, any breakages?

2007-05-21 Thread Ross Burton
/libecal. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

[Evolution-hackers] Removal of implementation details from public API, any breakages?

2007-05-20 Thread Ross Burton
/show_bug.cgi?id=438727 -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

[Evolution-hackers] Removing libical fork, moving to new upstream?

2007-05-20 Thread Ross Burton
team as a whole agrees that the fork of libical will be dropped. Ross [1] http://sourceforge.net/projects/freeassociation/ -- last commit two weeks ago! -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

Re: [Evolution-hackers] Addressbook Maintainership

2007-05-18 Thread Ross Burton
On Fri, 2007-05-18 at 18:00 +, Srinivasa Ragavan wrote: It is with great pleasure I announce that Ross Burton joins me as Addressbook maintainer. Ross is already the maintainer of Sound Juicer, Devil's pie, Contacts, Dates and Tasks. He has contributed many patches in Addressbook during

[Evolution-hackers] Lonely patches waiting review

2007-05-01 Thread Ross Burton
(), the server crashes. This bug contains a patch to set the UID in the component before returning back to the user. -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http

[Evolution-hackers] [PATCH] Const/static additions to e-d-s/calendar/libical

2007-04-04 Thread Ross Burton
Hi, http://bugzilla.gnome.org/show_bug.cgi?id=318176 contains a patch to liberally scatter const and static keywords over libical, which dramatically reduces the amount of per-process memory. It has been sitting in bugzilla since October 2005... can this be reviewed? Ross -- Ross Burton

Re: [Evolution-hackers] libebook scalability

2007-04-02 Thread Ross Burton
with a set of similar optimisations in e-vcard (which, IIRC, is the biggest bottleneck once the server side book view optimisations landed). Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

Re: [Evolution-hackers] libebook scalability

2007-04-02 Thread Ross Burton
: $ eds-bookview --uri dummy:/// --repetition 10 --silent Will visibly do nothing for a few minutes but EDS will be very busy. Attach a profiler and come back 10 minutes later to discover that EVCard parsing is still primary bottle neck in eds-dbus. Ross -- Ross Burton

Re: [Evolution-hackers] libebook scalability

2007-04-02 Thread Ross Burton
a minute or ten... Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

Re: [Evolution-hackers] libebook scalability

2007-04-02 Thread Ross Burton
On Mon, 2007-04-02 at 10:18 +, Srinivasa Ragavan wrote: This sounds really great. If you have the bugs/patches please post them across. http://bugzilla.gnome.org/show_bug.cgi?id=425464 Ross -- Ross Burton mail: [EMAIL PROTECTED

Re: [Evolution-hackers] Minimize to Systray

2007-04-01 Thread Ross Burton
, is for notifications. Not for random applications that you decide should be put there and not the window list when you minimise them. If you want to dock arbitrary applications into the tray, use AllTray. http://alltray.sourceforge.net/ Ross -- Ross Burton mail: [EMAIL

Re: [Evolution-hackers] e_contact_set() and IM fields

2007-03-19 Thread Ross Burton
. The first thing you do when you get an EContact* is cast it up to EVCard*. Yes, it's more work, but because you are telling it exactly what to do, it does what you expect. I do plan on making a replacement for EContact at some point too... Ross -- Ross Burton mail

Re: [Evolution-hackers] evolution-data-server/calendar/libical and SVN

2007-01-02 Thread Ross Burton
it should just be copied into eds source tree? Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3

[Evolution-hackers] Removing code duplicated in GLib

2006-12-08 Thread Ross Burton
assume it is present. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4

Re: [Evolution-hackers] RFC: Evolution's library requirements

2006-12-05 Thread Ross Burton
will depend on GNOME 2.18. I agree that depending on the libraries provided by the most recent _stable_ GNOME release is the right thing to do. If this is what Harish meant, I agree. Ross -- Ross Burton mail: [EMAIL PROTECTED

Re: [Evolution-hackers] Why a bitfield in CamelOfflineFolder?

2006-11-30 Thread Ross Burton
{ CamelFolder parent_object; gboolean sync_offline; }; gtypes.h says: typedef gint gboolean; Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http

Re: [Evolution-hackers] Adding documentation to Evolution's code

2006-08-11 Thread Ross Burton
to use a private function. I don't believe that private functions will be included in the docs, as (AFAIK) it uses the headers to determine what to output. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

Re: [Evolution-hackers] Error while trying to obtain ESource list

2006-07-26 Thread Ross Burton
is happy. I can get e_source_list_new() to not complain with the following code: libgnome is being deprecated, so unless you have a massive requirement to use GnomeProgram, the gtk_init (argc, argv); will be sufficient. Ross -- Ross Burton mail: [EMAIL PROTECTED

Re: [Evolution-hackers] Camel in evolution-data-server, a different proposal

2006-07-22 Thread Ross Burton
is nearer 100K. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

Re: [Evolution-hackers] Camel in evolution-data-server, a different proposal

2006-07-13 Thread Ross Burton
On Wed, 2006-07-12 at 19:13 +0200, Philip Van Hoof wrote: On Wed, 2006-07-12 at 17:00 +0100, Ross Burton wrote: On Wed, 2006-07-12 at 17:39 +0200, Philip Van Hoof wrote: It's cleaner in my opinion :-), and I can more easily create a tar.gz release. Cleaner for what reasons

Re: [Evolution-hackers] Camel in evolution-data-server, a different proposal

2006-07-13 Thread Ross Burton
that Debian, Maemo, and OpenEmbedded (at least) already have split EDS packages. In the scheme of things this is a very minor issue which effects very few people. I'd prefer to see effort spent on fixing bugs and memory leaks. Ross -- Ross Burton mail: [EMAIL

Re: [Evolution-hackers] Camel in evolution-data-server, a different proposal

2006-07-12 Thread Ross Burton
with slimming down. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

Re: [Evolution-hackers] strtok camel from evolution-data-server

2006-07-07 Thread Ross Burton
and libcamel. -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

Re: [Evolution-hackers] strtok camel from evolution-data-server

2006-07-07 Thread Ross Burton
/ebook/ecal for OpenEmbedded (we wrote them). There are EDS packages for the 770 which only contain ebook at the moment but we're in the process of extending that for the full system (otherwise Dates won't link). What devices are you talking about? Ross -- Ross Burton

[Evolution-hackers] Directory structure re-organisation

2006-07-03 Thread Ross Burton
/eds-dbus/trunk/ is the repository for anybody curious as to how the source is arranged. Cheers, Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http

Re: [Evolution-hackers] building evolution-data-server against the already installed libdb

2006-03-06 Thread Ross Burton
reduction: libdb is statically linked into both the bdb addressbook backend and libedataserver, at a cost of 600K each time. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

Re: [Evolution-hackers] Announce : Evolution 2.5.92, EDS1.5.92, Evolution-exchange 2.5.92 and Gtkhtml 3.9.92

2006-03-01 Thread Ross Burton
On Wed, 2006-03-01 at 12:57 +, Paul Hands wrote: Unfortunately, when trying evolution data server, I get the equally mystifying.. e-msgport.c:39:18: error: nspr.h: No such file or directory You need the NSPR/NSS headers, or disable smime. Ross -- Ross Burton

Re: [Evolution-hackers] Re: Questions about merging evo/e-util/e-util.c into e-d-s/libedataserver/e-util.c?

2005-12-21 Thread Ross Burton
On Wed, 2005-12-21 at 11:08 +, Tor Lillqvist wrote: on 2005-12-21 klockan 10:45 + skrev Ross Burton: I've not looked at the source, but what does e_gettext() do that the i18n functions in glib/gi18n.h doesn't? Well, e_gettext() calls bindtextdomain(E_I18N_DOMAIN

Re: [Evolution-hackers] Feedback from Slashdot

2005-12-07 Thread Ross Burton
. From a guess it sounds like the webmail client is resetting flags it doesn't understand. Again, the solution is to empty the Junk folder. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

Re: [Evolution-hackers] Feedback from Slashdot

2005-12-07 Thread Ross Burton
mail to a real folder? Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447

Re: [Evolution-hackers] About evolution-data-server/libedataser and evolution/e-utils

2005-11-28 Thread Ross Burton
for incorrect symbol resolution? Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09

Re: [Evolution-hackers] About evolution-data-server/libedataser and evolution/e-utils

2005-11-28 Thread Ross Burton
On Mon, 2005-11-28 at 12:23 -0500, Jeffrey Stedfast wrote: what uses them? From a very rough grep: ./calendar/libedata-cal/e-cal-backend-util.c ./servers/exchange/storage/exchange-account.c Ross -- Ross Burton mail: [EMAIL PROTECTED

Re: [Evolution-hackers] About evolution-data-server/libedataser and evolution/e-utils

2005-11-24 Thread Ross Burton
-d-s and cleaned up the libedataserver/md5-utils to remove the doByteReverse member. The obvious solution is to remove md5-utils from e-utils. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

Re: [Evolution-hackers] About evolution-data-server/libedataser and evolution/e-utils

2005-11-24 Thread Ross Burton
On Thu, 2005-11-24 at 09:19 +, Ross Burton wrote: On Thu, 2005-11-24 at 16:33 +0800, Irene wrote: Currently, the MD5Context structures in evolution-data-server/libedataserver/md5-utils.h and evolution/e-utils/md5-utils.h are different with the first one not having a doByteReverse

Re: [Evolution-hackers] About evolution-data-server/libedataser and evolution/e-utils

2005-11-24 Thread Ross Burton
/EvolutionEUtilDieDieDie summarises the status for each of the files in e-util/. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0

Re: [Evolution-hackers] standalone e-d-s

2005-09-20 Thread Ross Burton
On Tue, 2005-09-20 at 18:10 +0200, Leen Toelen wrote: a while ago I saw a mail from Ross Burton that he is working on a D-Bus port of e-d-s. When this is integrated, does it mean that e-d-s can run completely standalone from evolution? I know that calenaring for example works in standalone

Re: [Evolution-hackers] freeing evolution data structures

2005-09-12 Thread Ross Burton
for the ESourceList and when i use g_free instead of g_object_unref then i still have a memory-leak. By calling peek_groups() you don't have to free the list. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED