[Evolution-hackers] State of libical (was: pvl_list structure in libical)

2006-07-15 Thread Matthew Barnes
On Fri, 2006-07-14 at 17:06 -0400, Matthew Barnes wrote: I'm debugging some calendar crashers, and my sniffing around has led me to the pvl_list data structure in evolution-data-server, located in: calendar/libical/src/libical/pvl.[ch] The source code is dated November 1995

[Evolution-hackers] Status of GNOME_Evolution_Shell_findComponent

2006-08-07 Thread Matthew Barnes
. Is there a workaround for the functionality that GNOME_Evolution_Shell_findComponent() provided? Thanks, Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

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

2006-08-09 Thread Matthew Barnes
examples. [1] http://www.gtk.org/gtk-doc/ Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] [PATCH 3/3] Add some missing includes

2006-08-15 Thread Matthew Barnes
, then can I ask that the -Werror-implicit-function-declaration flag be used for compilation? That would reduce the need for future patches like the one Pavel is proposing here. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org

[Evolution-hackers] What GLib and GTK+ versions do we support?

2006-09-14 Thread Matthew Barnes
Stupid question maybe, but configure.in doesn't tell me. I'm asking because I'd like to use some recently added features like the GSlice allocator in some patches I'm working on. What's the policy on this? Use whatever GNOME 2.16 supports? Thanks, Matthew Barnes

Re: [Evolution-hackers] What GLib and GTK+ versions do we support?

2006-09-20 Thread Matthew Barnes
. But then evolution-2.9.x can utilize whatever new features GNOME 2.16 has to offer. Whatever policy is decided, configure.in should clearly state and check for the required versions of the libraries we depend on. Matthew Barnes ___ Evolution-hackers mailing

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

2006-11-30 Thread Matthew Barnes
, etc.). Perhaps that's not relevant for this particular case? Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

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

2006-12-05 Thread Matthew Barnes
to see at least the policy (if not the specific library requirements) documented on go-evolution.org for reference, especially for the sake of new contributors. And it wouldn't hurt to add a section about this to the HACKING file. Matthew Barnes

[Evolution-hackers] Reorganize Evolution's preferences dialog

2006-12-06 Thread Matthew Barnes
) With the number of tabs in the Mail Preferences section now diminished, split the mail notification options in the General tab to a new Notification tab. VoilĂ , shrinkage! Comments? Other ideas? Matthew Barnes ___ Evolution-hackers mailing list Evolution

[Evolution-hackers] Dead GtkHtml code?

2007-01-04 Thread Matthew Barnes
deprecated GTK+ widgets, etc.) and I'd like to know whether the capplet stuff is worth bothering with. Matthew Barnes p.s. If it _is_ dead, should it not be removed from source control? ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http

Re: [Evolution-hackers] Backport of fix to Too Many Open Files problem

2007-01-10 Thread Matthew Barnes
. Matthew Barnes Red Hat Evolution Maintainer ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] Backport of fix to Too Many Open Files problem

2007-01-11 Thread Matthew Barnes
that would not break the ABI. The patches I recommended to you fix the original race condition without re-introducing the Too Many Open Files problem (and hopefully without any other side-effects). Breaking the ABI was necessary, I'm afraid. That's why we waited until 2.9 to commit it. Matthew Barnes

[Evolution-hackers] Why is GnomePrintContext still in GtkHtml?

2007-01-22 Thread Matthew Barnes
magically change from a GnomePrintContext to a GtkPrintContext? Is this an oversight or are we doing something dirty? Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] Evolution 2.9.92 and Evolution-Data-Server 1.9.92 released (with GtkHTML 3.13.92 and Evolution-Exchange-2.9.92)

2007-02-27 Thread Matthew Barnes
-ldap-x86_64-hack.patch. This patch predates my maintainership. I'm not sure where it came from or what problem it fixes, but it sounds like it might be related to what you're seeing. Apply the attached patch to both evolution-data-server and evolution. Hope this helps, Matthew Barnes --- evolution

Re: [Evolution-hackers] Minimize to Systray

2007-03-31 Thread Matthew Barnes
/mailnotify/ Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] libebook scalability

2007-04-01 Thread Matthew Barnes
the backend? Does anyone know? If not, g_list_reverse can be omitted. Nice catch! An audit of the code base for similar cases would definitely be helpful. In some cases it might be more convenient to use a GQueue, which provides O(1) appends. Matthew Barnes

Re: [Evolution-hackers] gtkhtml API version

2007-04-14 Thread Matthew Barnes
the migration from GnomePrint to GtkPrint, which broke GtkHtml's API. GtkHtml no longer depends on nor supports GnomePrint. The API_VERSION should only change when the API actually changes. Incrementing it to match the version number rather than by one was a policy decision, as I recall. Matthew

Re: [Evolution-hackers] Upgrade path from 2.6 to 2.10

2007-04-14 Thread Matthew Barnes
. But don't quote me on that. :) Matthew Barnes ___ Evolution-hackers mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] build break???

2007-05-08 Thread Matthew Barnes
the errors here or file a bug? Apologies for the inconvenience. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] GnomeDruid migration

2007-05-10 Thread Matthew Barnes
); gtk_assistant_get_nth_page (assistant, current_page + 1); or am I misunderstanding the problem? If you want, I'd be interested in helping out with this. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http

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

2007-05-20 Thread Matthew Barnes
On Sun, 2007-05-20 at 15:03 +0100, Ross Burton wrote: I'll happily start working on extracting the changes to EDS and pushing them into the new libical repository, if the Evolution team as a whole agrees that the fork of libical will be dropped. +1 Matthew Barnes

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

2007-05-21 Thread Matthew Barnes
On Mon, 2007-05-21 at 11:33 +, Srinivasa Ragavan wrote: #ifdef E_D_S_DEPRECATED #include bonobo/bonobo-object.h #endif Just FYI, EDS_DISABLE_DEPRECATED is what Gtk-Doc looks for. Matthew Barnes ___ Evolution-hackers mailing list Evolution

Re: [Evolution-hackers] XML APIs in evolution

2007-05-31 Thread Matthew Barnes
like it also has a few functions to help you *generate* XML data as well by properly escaping outgoing character data. And it uses gchar pointers. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman

Re: [Evolution-hackers] Introduction and Questions

2007-05-31 Thread Matthew Barnes
at least the 2.10 dependencies from there. You'll need to upgrade gtkhtml and likely also your GTK+ library stack to get 2.10 to build. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo

Re: [Evolution-hackers] Introduction and Questions

2007-05-31 Thread Matthew Barnes
knowledge. Bonobo itself isn't very friendly, and is on its way out. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] libeshell.so not installed for evolution's make install

2007-08-18 Thread Matthew Barnes
--enable-test-component=yes ? We should add --enable-test-component to DISTCHECK_CONFIGURE_FLAGS so this kind of thing gets caught by make distcheck before we ship a new release (... right?). Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers

Re: [Evolution-hackers] libeshell.so not installed for evolution's make install

2007-08-18 Thread Matthew Barnes
directory: shell/evolution-test-component.c shell/evolution-test-component.h shell/GNOME_Evolution_Test.server.in.in Matthew Barnes Index: shell/test/Makefile.am === --- shell/test/Makefile.am (revision 0) +++ shell/test

Re: [Evolution-hackers] Call for Release Notes

2007-08-27 Thread Matthew Barnes
. Where can I see these Show options in the UI? If you're running Evolution 2.11.90, it's right above the main calendar, similar to where the Show combo box is on the Mail component (although it looks like we have a padding issue around it). Matthew Barnes

Re: [Evolution-hackers] Linker Problems on Fedora 7

2007-09-05 Thread Matthew Barnes
along with a patch. This one cropped up just recently, and appears to only cause problems for Fedora (so far). Hope this helps. Let me know how you fare. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http

Re: [Evolution-hackers] gtk+ error with evo 2.11.90

2007-09-06 Thread Matthew Barnes
, unfortunately. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

[Evolution-hackers] Let's clean up dead files in Subversion trunk

2007-09-20 Thread Matthew Barnes
=478670 (GtkHtml) Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] Let's clean up dead files in Subversion trunk

2007-09-21 Thread Matthew Barnes
On Fri, 2007-09-21 at 09:44 -0400, Jeffrey Stedfast wrote: I probably wouldn't get rid of mail/README.async, that's useful knowledge in there iirc. Agreed. I'll mention that in the bug. There's some useful unshipped README files in Camel too, I believe. Matthew Barnes

Re: [Evolution-hackers] GDK Critical errors emitted

2007-09-23 Thread Matthew Barnes
any steps. Thanks, Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] Evo svn head requires libgtkhtml-3.14 = 3.16.0' but gtkhtml svn head is Version: 3.15.92

2007-09-24 Thread Matthew Barnes
configure.in: -m4_define([libgtkhtml_minimum_version], [3.14.0]) +m4_define([libgtkhtml_minimum_version], [3.16.0]) The bump in requirements is due to GtkHtml's new printing API. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers

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

2007-10-03 Thread Matthew Barnes
1.22 Evolution Exchange 2.22 +1 Since Evolution is an official GNOME component I think it makes a lot of sense to keep the versions sync'ed with the mothership. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http

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

2007-10-03 Thread Matthew Barnes
to. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

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

2007-10-03 Thread Matthew Barnes
On Wed, 2007-10-03 at 16:51 -0400, Matthew Barnes wrote: Applications that link to E-D-S would have to be recompiled obviously, but as long as they're using pkgconfig correctly they should not require any code changes (I think). I knew this claim would come back to bite me. The pkgconfig meta

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

2007-10-04 Thread Matthew Barnes
. :) Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] Request for improved svn commit messages

2007-10-05 Thread Matthew Barnes
for an excellent example. Those are just my personal habits and disciplines. I'll follow whatever policy the team decrees. Matthew Barnes [1] http://mail.gnome.org/archives/desktop-devel-list/2007-September/msg00238.html ___ Evolution-hackers mailing list

Re: [Evolution-hackers] How does evo find its components? (switching installs of evo)

2007-10-12 Thread Matthew Barnes
control it with environment variables: LD_LIBRARY_PATH=/opt/evo/lib Overrides the search path for dynamically loaded libraries. BONOBO_ACTIVATION_PATH=/opt/evo/lib/bonobo/servers Overrides the search path for Bonobo servers. These need to be set at run time. Hope this helps, Matthew

Re: [Evolution-hackers] Memory leak question in CamelImapCommand

2007-10-25 Thread Matthew Barnes
the return out;, right? ps. Adding Jeffrey in CC as I think he has a good idea how this function should work. Hi Philip, I actually fixed that a few months ago. http://bugzilla.gnome.org/show_bug.cgi?id=447753 Matthew Barnes ___ Evolution-hackers mailing

Re: [Evolution-hackers] How does evo find its components? (switching installs of evo)

2007-10-29 Thread Matthew Barnes
that it picks up the new environment variable setting the next time it's started. In a similar shell script I have: kill `pgrep bonobo` 2 /dev/null Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman

Re: [Evolution-hackers] Fedora/ ZimbraEvolution: e-shell.h called by es-event.h, but not available with evolution-devel on

2007-11-29 Thread Matthew Barnes
it to Fedora 8 if there's sufficient demand. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] Evolution progress for 2.22

2007-12-04 Thread Matthew Barnes
to look at what kinds of things tend to cause crashes in those components and how best to avoid them at startup. With the Composer work I'm trying to get done, I'm not sure I'll have time to see this through before GNOME 2.22. If someone else wants to take it up I'd be happy to assist. Matthew

[Evolution-hackers] Post-release version incrementing

2007-12-10 Thread Matthew Barnes
release and 2.21.4 when I'm running from HEAD, just as a sanity check. Not a huge issue, but for me it would be a time saver. Matthew Barnes [1] http://live.gnome.org/MaintainersCorner/Releasing ___ Evolution-hackers mailing list Evolution-hackers@gnome.org

Re: [Evolution-hackers] Post-release version incrementing

2007-12-10 Thread Matthew Barnes
. While that sounds like a sensible policy, Evolution follows GNOME's release schedule and version numbering [1]. So that would have to be enacted for all GNOME components, and that discussion is better suited for desktop-devel-list. Matthew Barnes [1] http://live.gnome.org/TwoPointTwentyone

[Evolution-hackers] New composer progress

2007-12-11 Thread Matthew Barnes
Several people have asked me about it, so I put together a wiki page detailing my plan and progress on the new composer widget I'm trying to finish for 2.22. Feel free to add comments or try out the code. http://www.go-evolution.org/New_Composer Matthew Barnes

Re: [Evolution-hackers] future of evolution user docs.

2007-12-12 Thread Matthew Barnes
them back into the master copy. If FrameMaker is not conducive to that kind of work flow then we should look for a different tool, even if that means editing DocBook sources by hand. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers

Re: [Evolution-hackers] Closing a NSS connection

2007-12-15 Thread Matthew Barnes
On Sat, 2007-12-15 at 10:02 -0500, Matthew Barnes wrote: On Sat, 2007-12-15 at 13:53 +0100, Philip Van Hoof wrote: I don't think just doing a PR_Close is sufficient. I think you need to do a PR_Shutdown too. GMail's IMAP server, for example, after pressing really often connect-disconnect

Re: [Evolution-hackers] Closing a NSS connection

2007-12-15 Thread Matthew Barnes
them to all. If you find a PR_Close where it was not needed, let me know. Looks like there's a couple more PR_Close() calls in e_msgport_destroy() (libedataserver/e-msgport.c). I'm assuming these need shutdown too? Matthew Barnes ___ Evolution-hackers

Re: [Evolution-hackers] Evolution 2.21.4 , Evolution-Data-Server 2.21.4 , GtkHTML3.17.4 and Evolution-Exchange 2.21.4 released

2007-12-18 Thread Matthew Barnes
of gnome? Upgrade to gtk-doc 1.9 (from Rawhide). I've already fixed the E-D-S configure script to require it. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] Badness in latest SVN

2007-12-19 Thread Matthew Barnes
to fix and I'm sure it will be by the next release. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] Evolution 2.21.4 , Evolution-Data-Server 2.21.4 , GtkHTML3.17.4 and Evolution-Exchange 2.21.4 released

2007-12-19 Thread Matthew Barnes
you see in the little summary when configure terminates? evolution-data-server has been configured as follows: ... Gtk Doc: [yes/no] Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org

Re: [Evolution-hackers] Trunk build error

2008-01-11 Thread Matthew Barnes
we should NOT be using these new GLib functions until GLib 2.16 is included in a stable GNOME release. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] Possible memory leak

2008-01-14 Thread Matthew Barnes
On Mon, 2008-01-14 at 14:33 +0100, Philip Van Hoof wrote: I think I've found the leak ... g_slist_remove_link: Removes an element from a GSList, without freeing the element. The removed element's next link is set to NULL, so that it becomes a self-contained list with

Re: [Evolution-hackers] Diary replaying on IMAP accounts

2008-01-21 Thread Matthew Barnes
On Tue, 2008-01-22 at 00:17 +0530, Srinivasa Ragavan wrote: Philip, I wouldn't be favor of taking things late into trunk, with an uncertainty. If you/matt/fejj have confidence on it, I think I'm fine. Hope you got my point. I agree, I would prefer adding this post-2.22. Matthew Barnes

Re: [Evolution-hackers] Deprecated G_GNUC_FUNCTION

2008-01-30 Thread Matthew Barnes
to test this? GLib 2.15.4 deprecated G_GNUC_FUNCTION and you're building with -DG_DISABLE_DEPRECATED=1, which disables deprecated symbols in GLib. This was fixed in Evolution's Subversion repository shortly after the release. Matthew Barnes ___ Evolution

Re: [Evolution-hackers] Deprecated G_GNUC_FUNCTION

2008-01-31 Thread Matthew Barnes
completely, but somehow this feels the wrong route. Is there another compilation option I should fiddle? Upgrade to libbonobo = 2.20.3. I fixed Evolution's configure script to check for that but it looks like I missed GtkHTML. I'll get that fixed in trunk. Matthew Barnes

Re: [Evolution-hackers] Evolution doesn't honor LC_TIME (and other LC_ variables)

2008-03-05 Thread Matthew Barnes
by tomorrow evening. No rush. We're under a code freeze at the moment anyway. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] The -- separator for signatures

2008-03-16 Thread Matthew Barnes
(inconsistency). Philip, please file bugs for this and the content-disposition issue you described in your last post. It's really hard to track issues on a mailing list. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http

Re: [Evolution-hackers] checking Evolution with valgrind

2008-03-29 Thread Matthew Barnes
, but it could easily be a week or more. Sign me up, please. Not sure how responsive I'll be at fixing leaks as they emerge, but I'd like to stay informed at least. Thanks for your efforts here, by the way. It's very much appreciated. Matthew Barnes

[Evolution-hackers] Help test Evolution's new composer

2008-04-02 Thread Matthew Barnes
or sending messages, such as meeting invitations and the Send Message to Contact feature, have been adapted accordingly. Matthew Barnes [1] http://www.go-evolution.org/Evo2.24 ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org

Re: [Evolution-hackers] Largefile support

2008-04-07 Thread Matthew Barnes
should wait to enable largefile support by default until we do the goffset replacement, and then ship both changes at once with a soname bump. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman

Re: [Evolution-hackers] 2.23.1 compilation

2008-04-30 Thread Matthew Barnes
installing the latest Subversion source and evolution-shell.pc does get installed for me. I don't see any recent changes that would affect this. Not sure what to suggest. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http

Re: [Evolution-hackers] Subversion commit access

2008-05-02 Thread Matthew Barnes
involved, so... may I have write access to the Evolution Subversion repository? Who can authorize that? Patrick, see http://live.gnome.org/AccountPolicy. Be sure to CC at least Srinivasa on your request. Matthew Barnes ___ Evolution-hackers mailing

Re: [Evolution-hackers] compile error: GNOME_KEYRING_RESULT_NO_MATCH

2008-05-03 Thread Matthew Barnes
to Google to find this, therefore this post. I committed the version check in configure.in. If gnome-keyring had version macros I think I could have worked around the problem, but since it doesn't I don't see any other way. Thanks for the heads up. Matthew Barnes

Re: [Evolution-hackers] default bug handling policy

2008-05-05 Thread Matthew Barnes
the bug and ask. Sometimes it's just an oversight. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] default bug handling policy

2008-05-06 Thread Matthew Barnes
to commit it himself since Milan won't be back for a few weeks. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] GTK and Bonobo Critical Warnings.

2008-05-16 Thread Matthew Barnes
the program stop every time one of these warnings are printed. You can then issue a backtrace command and see where in the code the warning is coming from. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org

Re: [Evolution-hackers] Patch: Camel stream filter waits properly for slow streams

2008-05-20 Thread Matthew Barnes
in a ChangeLog entry. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] Running Evolution offline.....

2008-05-21 Thread Matthew Barnes
want to force Evolution to always start in offline mode, I suggest modifying the command property of your Evolution panel launcher to evolution --offline. Hope this helps, Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http

Re: [Evolution-hackers] New plugin: reply with template

2008-06-04 Thread Matthew Barnes
adapted the Face plugin to use it. I wrote EPluginUI, and I'd be happy to answer any questions about it. Matthew Barnes [1] http://bugzilla.gnome.org/show_bug.cgi?id=525241 ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org

Re: [Evolution-hackers] today's evolution userdocs update.

2008-06-30 Thread Matthew Barnes
catch this sort of thing in the future. Wouldn't hurt to run make check after each userdoc commit either. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] bug fixing in stable 2.22.x branch

2008-08-19 Thread Matthew Barnes
issues, etc.). I'm not sure the GNOME release team _prohibits_ making additional stable updates beyond the third scheduled point release, but it's generally not done given our limited manpower. Matthew Barnes [1] http://live.gnome.org/TwoPointTwentythree

Re: [Evolution-hackers] EDS ABI changes in 2.24?!

2008-10-04 Thread Matthew Barnes
not include libedataserver. You make an entirely valid point about at least announcing API/ABI breaks to the list beforehand. ACAICT there was no announcement or discussion of the libedataserver breakage on either list. I'll bring this up in the next team meeting. Matthew Barnes

Re: [Evolution-hackers] Getting rid of shipped libdb

2008-10-06 Thread Matthew Barnes
On Mon, 2008-10-06 at 22:15 +0530, Srinivasa Ragavan wrote: IIRC, I had replied to Ross on a similar query, start GNOME 2.24. Still OpenSUSE ships with in-built libdb. I'm not aware of any other distro. JPR, who use to maintain Evolution few years back, gave me the notes on why it was

Re: [Evolution-hackers] Getting rid of shipped libdb

2008-10-07 Thread Matthew Barnes
On Tue, 2008-10-07 at 14:22 +0100, Michael Meeks wrote: What I'd love to see instead, is a one-shot migration to a simple plain text, authoritative file with the contacts and then (perhaps) optionally a binary cache I guess. But for the volume of data there, presumably slurping it and

Re: [Evolution-hackers] GObject-based Camel

2008-11-10 Thread Matthew Barnes
On Mon, 2008-11-10 at 15:27 +0530, Srinivasa Ragavan wrote: In time I'd also like to explore taking greater advantage of GObject signals and properties in Camel, and also deprecating CamelArgV and CamelArgGetV. Also the Camel Events to GObject signals right, or you meant the same?

[Evolution-hackers] Proposed ABI break in libedataserverui

2008-11-10 Thread Matthew Barnes
. This is a heads up. Any objections? Matthew Barnes [1] http://bugzilla.gnome.org/show_bug.cgi?id=557818 ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

[Evolution-hackers] State of the Bonobo removal effort for Evolution

2008-11-16 Thread Matthew Barnes
shell does not. If you have questions, suggestions or concerns, please don't hesitate to shoot me or the list an email. After all, I'm writing this in hopes of getting some feedback. Thanks, Matthew Barnes [1] http://www.go-evolution.org/Evo2.26 [2] Although Jonathan Blandford pointed out

Re: [Evolution-hackers] State of the Bonobo removal effort for Evolution

2008-11-17 Thread Matthew Barnes
On Mon, 2008-11-17 at 13:35 +0530, Srinivasa Ragavan wrote: Thanks for the great update on this Matt. Its going to be a tough time for many of us for the next couple of months. That's one reason, I asked you to look at Camel/Gobject stuff for 2.27.x. May be, we have too many things to do,

Re: [Evolution-hackers] Testing the kill-bonobo branch

2009-01-31 Thread Matthew Barnes
for your interest in the branch and for letting me know about the build issues. Can you tell me what options you're passing to your autogen.sh and/or configure command so I can try to reproduce this? Thanks, Matthew Barnes signature.asc Description: This is a digitally signed message part

Re: [Evolution-hackers] Log of evolution and documents of E-tree/E-table

2009-01-31 Thread Matthew Barnes
there is. Matthew Barnes signature.asc Description: This is a digitally signed message part ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] libgdata

2009-02-26 Thread Matthew Barnes
you can reuse. Contact Marina Zhurakhinskaya mari...@redhat.com or Owen Taylor otay...@redhat.com. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] Evolution: move to git?

2009-03-21 Thread Matthew Barnes
On Sat, 2009-03-21 at 20:42 +0100, Butrus Damaskus wrote: It seems Gnome moves to git. I would like to ask whether evolution goes also (and will there not be at least some SVN gate)? Evolution being a core GNOME component, we will also move to git. Matthew Barnes signature.asc Description

Re: [Evolution-hackers] unable to build from trunc: changes only found in git repository

2009-04-22 Thread Matthew Barnes
pile of pending changes). However the E-D-S git repo is alive and well. I'm hoping we'll have this resolved by the end of the week, but it's largely out of our control. Like you said, sit tight and be patient. Matthew Barnes [1] http://mail.gnome.org/archives/gnome-infrastructure/2009-April

[Evolution-hackers] DOAP Files

2009-04-27 Thread Matthew Barnes
on the DOAP files plus any corrections I receive. Thanks, Matthew Barnes [1] http://en.wikipedia.org/wiki/DOAP [2] http://www.go-evolution.org/EvolutionTeam signature.asc Description: This is a digitally signed message part ___ Evolution-hackers mailing

[Evolution-hackers] Drop --force-migrate?

2009-07-12 Thread Matthew Barnes
before next weekend I will remove the option in time for 2.27.5. Silence is consent. Matthew Barnes signature.asc Description: This is a digitally signed message part ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org

Re: [Evolution-hackers] go-evolution.org

2009-07-12 Thread Matthew Barnes
presume live.gnome.org is actively maintained with stronger anti-spam measures, and I think it's a more suitable place for Evolution content. Plus, it would be easier to link to other GNOME-related information on that wiki. Matthew Barnes signature.asc Description: This is a digitally signed message

Re: [Evolution-hackers] go-evolution.org

2009-07-23 Thread Matthew Barnes
On Thu, 2009-07-23 at 14:35 +0530, Sankar P wrote: I don't see a high data content. There are Camel docs, plugin docs, some design docs about shell and threading, most of which will have to change anyway, soon. And most of the other links originating from the go-evolution home page points to

Re: [Evolution-hackers] go-evolution.org

2009-07-30 Thread Matthew Barnes
mostly conversion scripts in the opposite direction (MoinMoin-to-MediaWiki), or else software that requires admin access to the MoinMoin database. Matthew Barnes signature.asc Description: This is a digitally signed message part ___ Evolution-hackers

Re: [Evolution-hackers] [Evolution] Trying to build evolution 2.26.3 on SuSE 11.1

2009-07-30 Thread Matthew Barnes
, but no longer. You can find the latest release here: http://sourceforge.net/projects/freeassociation/ Build instructions are in the README file: http://freeassociation.svn.sourceforge.net/viewvc/freeassociation/trunk/libical/README?view=markup Matthew Barnes signature.asc Description

Re: [Evolution-hackers] Index on sqlite database

2009-08-01 Thread Matthew Barnes
://bugzilla.gnome.org/show_bug.cgi?id=590044 Matthew Barnes signature.asc Description: This is a digitally signed message part ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

[Evolution-hackers] Heads Up: Merging kill-bonobo this weekend

2009-08-25 Thread Matthew Barnes
BUILDS, USE THE GNOME-2-28 BRANCH. The sausage making is particularly messy right now, so unless you're involved in it I'd advise you to steer clear of the master branch until further notice. Thanks, Matthew Barnes ___ Evolution-hackers mailing list

Re: [Evolution-hackers] Request for comment (evolution team): release date for GNOME 3.0

2009-11-03 Thread Matthew Barnes
rock-solid and Evolution are seldom used in the same sentence, and I know that we could certainly benefit from an extra six months to focus on polishing and bug-fixing. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http

Re: [Evolution-hackers] Leave in the server UNTIL I DELETE THEM function

2009-11-07 Thread Matthew Barnes
...@gnome.org is a better place for these types of questions. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

[Evolution-hackers] New (optional) dependency: GtkImageView

2009-11-09 Thread Matthew Barnes
the mailer, particularly in em-format-html-display.c. As always you can choose not to link to GtkImageView with a configure option: --disable-image-inline. But doing this will prevent you from viewing image/* attachments directly in Evolution. Matthew Barnes [1] http://trac.bjourne.webfactional.com

Re: [Evolution-hackers] Want to contribute to evolution-mapi

2009-11-11 Thread Matthew Barnes
answered with a Google search. But if you present yourself as competent, patient and respectful of others' time, I think you'll find we're a pretty friendly bunch. Good luck! Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http

Re: [Evolution-hackers] Camel Manifesto

2009-11-20 Thread Matthew Barnes
thin and so is mine. Matthew Barnes ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] Failing to build latest GIT code

2009-11-24 Thread Matthew Barnes
On Tue, 2009-11-24 at 12:25 -0500, Paul Smith wrote: found it. Please apply this patch to fix the build: Done, thanks for that. http://git.gnome.org/cgit/evolution/commit/?id=6d1bb4ffec7dd204a61810d4182510f29ff4dfad Matthew Barnes ___ Evolution

  1   2   3   4   5   >