<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/evolution-data-server.git/services, branch sqlite-refactor</title>
<subtitle>gitlab.gnome.org: GNOME/evolution-data-server.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/'/>
<entry>
<title>services: Demote g_print() -&gt; g_debug() for bus names</title>
<updated>2013-11-22T20:00:41+00:00</updated>
<author>
<name>Colin Walters</name>
<email>walters@verbum.org</email>
</author>
<published>2013-11-21T19:49:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=f69f79d04ec51f5a6d2de585f90627654c068fdb'/>
<id>f69f79d04ec51f5a6d2de585f90627654c068fdb</id>
<content type='text'>
This happens in normal operation, we don't need to announce it.

Developers wanting to trace things relating to DBus names can use
tools like gdbus monitor or d-feet.

https://bugzilla.gnome.org/show_bug.cgi?id=712841
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This happens in normal operation, we don't need to announce it.

Developers wanting to trace things relating to DBus names can use
tools like gdbus monitor or d-feet.

https://bugzilla.gnome.org/show_bug.cgi?id=712841
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 712728 - Add --disable-migration option to evolution-source-registry</title>
<updated>2013-11-22T13:58:18+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristanvb@openismus.com</email>
</author>
<published>2013-11-20T06:08:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=10fd759147b583f514e7dad562178d494e5f3473'/>
<id>10fd759147b583f514e7dad562178d494e5f3473</id>
<content type='text'>
This allows one to run the EDS processes in relocated XDG user data
directories, without the registry stealing your user data from ~/.evolution
or previous versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows one to run the EDS processes in relocated XDG user data
directories, without the registry stealing your user data from ~/.evolution
or previous versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 712829 - Silence unnecessary migration chatter on stdout</title>
<updated>2013-11-21T22:16:16+00:00</updated>
<author>
<name>Colin Walters</name>
<email>walters@verbum.org</email>
</author>
<published>2013-11-21T21:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=07fa75f059e6bfd452298414ca5e9f7d1a63a340'/>
<id>07fa75f059e6bfd452298414ca5e9f7d1a63a340</id>
<content type='text'>
Currently we log a message every time the migrater starts, even
if we have nothing to migrate.  This clutters the systemd journal.

To fix this cleanly, rework this code so that error handling is
cleaner and more unified, which preserves the migration context.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently we log a message every time the migrater starts, even
if we have nothing to migrate.  This clutters the systemd journal.

To fix this cleanly, rework this code so that error handling is
cleaner and more unified, which preserves the migration context.
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrated org.gnome.evolution.shell.network-config.gschema.xml.in to data/ directory.</title>
<updated>2013-11-13T12:09:34+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristanvb@openismus.com</email>
</author>
<published>2013-11-13T12:09:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=e5aa9480c17d90cdd4a5532bef3cab571ecb0115'/>
<id>e5aa9480c17d90cdd4a5532bef3cab571ecb0115</id>
<content type='text'>
The gsettings schemas need to all be stored and installed from the data/
directory, this is because we compile them locally in-tree and set the
GSETTINGS_SCHEMA_DIR to a local directory in order to run our tests
at make check time (tests dont work without this, instead GSettings wants
to abort for a missing schema).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The gsettings schemas need to all be stored and installed from the data/
directory, this is because we compile them locally in-tree and set the
GSETTINGS_SCHEMA_DIR to a local directory in order to run our tests
at make check time (tests dont work without this, instead GSettings wants
to abort for a missing schema).
</pre>
</div>
</content>
</entry>
<entry>
<title>Support migrating merged GConf trees.</title>
<updated>2013-10-28T19:06:44+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-10-28T17:44:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=fd3ad46d19a02c4ea73117c9ebee7913ca388890'/>
<id>fd3ad46d19a02c4ea73117c9ebee7913ca388890</id>
<content type='text'>
Check for and parse a ~/.gconf/%gconf-tree.xml file during migration.
This is mainly for Debian, which I think accidentally merged some users'
GConf trees at some point.

This also adds a command-line program (evolution-scan-gconf-tree-xml),
which parses an arbitrary %gconf-tree.xml file as a recovery measure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check for and parse a ~/.gconf/%gconf-tree.xml file during migration.
This is mainly for Debian, which I think accidentally merged some users'
GConf trees at some point.

This also adds a command-line program (evolution-scan-gconf-tree-xml),
which parses an arbitrary %gconf-tree.xml file as a recovery measure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate proxy settings from Evolution.</title>
<updated>2013-10-25T17:27:05+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-10-08T12:46:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=94c7b94561908485f8e667135ab9aa24ec1fdf76'/>
<id>94c7b94561908485f8e667135ab9aa24ec1fdf76</id>
<content type='text'>
Populate a ~/.config/evolution/sources/system-proxy.source file from
the old "org.gnome.evolution.shell.network-config" schema on startup,
and tag the schema keys as deprecated in their description fields.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Populate a ~/.config/evolution/sources/system-proxy.source file from
the old "org.gnome.evolution.shell.network-config" schema on startup,
and tag the schema keys as deprecated in their description fields.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a built-in "system-proxy" data source.</title>
<updated>2013-10-25T17:27:05+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-10-08T11:39:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=e4a2cdb121379f729b6a47145cd02cdc44962392'/>
<id>e4a2cdb121379f729b6a47145cd02cdc44962392</id>
<content type='text'>
This represents the default proxy profile in E-D-S.  New accounts will
automatically reference this proxy profile.  Additional proxy profiles
can be defined as needed for particular accounts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This represents the default proxy profile in E-D-S.  New accounts will
automatically reference this proxy profile.  Additional proxy profiles
can be defined as needed for particular accounts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove all g_type_init() calls.</title>
<updated>2013-09-27T16:03:09+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-09-27T16:01:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=8b1c444d3b466890beda9587a73f1846df0612de'/>
<id>8b1c444d3b466890beda9587a73f1846df0612de</id>
<content type='text'>
g_type_init() is deprecated in GLib 2.36.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
g_type_init() is deprecated in GLib 2.36.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #695308 - Migration of broken signature breaks whole migration</title>
<updated>2013-03-07T11:56:57+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2013-03-07T11:56:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=a0e30fcd6ed9ed08ac5d47f1b7abf38ae71111be'/>
<id>a0e30fcd6ed9ed08ac5d47f1b7abf38ae71111be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added EDS_TESTING env var to silence messages</title>
<updated>2013-02-27T15:50:26+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristanvb@openismus.com</email>
</author>
<published>2013-02-27T15:20:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=355f6aff61a0f0c62324577ca14cc10e7062811a'/>
<id>355f6aff61a0f0c62324577ca14cc10e7062811a</id>
<content type='text'>
This commit avoids initializing GTK+ in a 'make check' environment,
as well as avoiding printing of any non-critical messages from
the services running in a 'make check' environment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit avoids initializing GTK+ in a 'make check' environment,
as well as avoiding printing of any non-critical messages from
the services running in a 'make check' environment.
</pre>
</div>
</content>
</entry>
</feed>
