CVSROOT: /cvs/gnome Module name: beagle Changes by: joeshaw 06/01/24 16:15:34
Modified files: . : Makefile.am configure.in ImLogViewer : Makefile.am Util : GnomeFu.cs Makefile.am Util.dll.config.in beagled : FileAttributesStore_Sqlite.cs Makefile.am Server.cs TextCache.cs beagled/EvolutionMailDriver: EvolutionMailDriver.cs bludgeon : Makefile.am images : Images.cs search : Makefile.am tools : Makefile.am Settings.cs Added files: Util : UiUtil.dll.config beagled/EvolutionMailDriver: GConfThreadHelper.cs Removed files: beagled : GConfThreadHelper.cs Log message: * Try to split UI elements from non-UI elements, based on a patch from D Bera. * Add a --disable-gui option, which doesn't build beagle-search, the IM log viewer, or the GNOME-based settings capplet. * Change the --disable-evo-sharp to --disable-evolution, because it now incudes both the Evolution Data Server and mail backends. Change the name of the backend assembly to EvolutionBackends.dll. * Add support for sqlite 3 back. Requires 3.3.1 or newer. * Abort the daemon if the sqlite version we're using doesn't match the database on disk. This is because sqlite can't automatically migrate databases and instead tons of exceptions are otherwise thrown. * Fix a bug in the server code that could cause an exception if the daemon or helper were shut down before the server started. * Move the GConfThreadHelper into the Evo Mail backend, because that's the only place it's used, and we only want to build it if we have gconf-sharp support. * Remove a bunch of dead code. * Rename the Evolution mail backend from "Mail" to "EvolutionMail", because we also have KMail. Rename the index to EvolutionMailIndex. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=beagle&who=joeshaw&date=explicit&mindate=2006-01-24%2016:14&maxdate=2006-01-24%2016:16 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list