platform/upstream/folks.git
14 years agoAdd IndividualAggregator.link_personas() and .unlink_individual() API
Philip Withnall [Mon, 9 Aug 2010 13:48:35 +0000 (14:48 +0100)]
Add IndividualAggregator.link_personas() and .unlink_individual() API

These methods allow persistent linking and unlinking of Personas, compared to
the transient linking which editing Individual.personas provides. This allows
for an interface to preview the properties of a newly linked Individual
before committing the changes using IndividualAggregator.link_personas().

14 years agoImplement the IMable interface on TpfPersona
Philip Withnall [Mon, 9 Aug 2010 11:44:03 +0000 (12:44 +0100)]
Implement the IMable interface on TpfPersona

Use it to expose the Persona's IM address. Do not allow setting the IM
address.

14 years agoTake "im-addresses" as the parameter for a new Kf.Persona
Philip Withnall [Mon, 9 Aug 2010 13:47:36 +0000 (14:47 +0100)]
Take "im-addresses" as the parameter for a new Kf.Persona

This allows construction of new key file personas which contain multiple
IM addresses from different protocols.

14 years agoUse autogenerated numeric IDs for key file groups
Philip Withnall [Mon, 9 Aug 2010 13:46:26 +0000 (14:46 +0100)]
Use autogenerated numeric IDs for key file groups

14 years agoLet the IndividualAggregator designate one PersonaStore as its writeable store
Philip Withnall [Fri, 6 Aug 2010 10:20:59 +0000 (11:20 +0100)]
Let the IndividualAggregator designate one PersonaStore as its writeable store

14 years agoAllow late linking of Individuals if Personas are added at runtime
Philip Withnall [Fri, 6 Aug 2010 14:05:53 +0000 (15:05 +0100)]
Allow late linking of Individuals if Personas are added at runtime

If a Persona is added after the initial aggregation phase and it should be
linked to more than one existing Individual, the Individuals are now destroyed
and their Personas added to a new linked Individual containing the late
Persona.

This is necessary for supporting runtime linking and unlinking of Personas.

14 years agoSpecify a replacement Individual in Individual.removed()
Philip Withnall [Mon, 9 Aug 2010 17:03:38 +0000 (18:03 +0100)]
Specify a replacement Individual in Individual.removed()

This allows clients to better keep track of which Individuals have been
removed through the user linking them with other Individuals, and which have
been removed for more mundane reasons.

14 years agoWarn if the MIME type of a potential backend couldn't be determined
Philip Withnall [Thu, 5 Aug 2010 13:42:22 +0000 (14:42 +0100)]
Warn if the MIME type of a potential backend couldn't be determined

This prevents backends silently not being loaded if shared-mime-info wasn't
installed. Closes: bgo#626108

14 years agoAdd @since lines to the documentation of some new methods
Philip Withnall [Wed, 4 Aug 2010 10:09:33 +0000 (11:09 +0100)]
Add @since lines to the documentation of some new methods

14 years agoAdd a display-name property to PersonaStore
Travis Reitter [Tue, 3 Aug 2010 21:07:10 +0000 (17:07 -0400)]
Add a display-name property to PersonaStore

This is equivalent to display-id for Persona.

14 years agoAdd the display-id property to Persona.
Travis Reitter [Tue, 3 Aug 2010 19:43:39 +0000 (15:43 -0400)]
Add the display-id property to Persona.

This is meant to be a human-readable, familiar identifier for presenting to the
user (when absolutely necessary).

14 years agoUse the Persona's UID instead of the IID as the Individual's ID
Philip Withnall [Thu, 22 Jul 2010 16:16:51 +0000 (17:16 +0100)]
Use the Persona's UID instead of the IID as the Individual's ID

Because the UID is globally unique, so this ensures that Individuals'
IDs are globally unique.

14 years agoAllow specifying the key file to load via an environment variable
Philip Withnall [Thu, 22 Jul 2010 15:24:14 +0000 (16:24 +0100)]
Allow specifying the key file to load via an environment variable

14 years agoAdd the key-file backend to the documentation build
Philip Withnall [Thu, 22 Jul 2010 14:26:15 +0000 (15:26 +0100)]
Add the key-file backend to the documentation build

This requires filtering out the BackendFactory Vala files, since they contain
global symbols (module_init(), module_finalize(), backend_factory) in both
backends, which conflict in the documentation.

14 years agoTidy up UIDs and IIDs in the backends
Philip Withnall [Tue, 20 Jul 2010 16:51:46 +0000 (17:51 +0100)]
Tidy up UIDs and IIDs in the backends

IIDs are now defined as unique within a backend, and formatted to make them
most useful for linking. UIDs are now defined as unique across all backends,
and formatted as Backend.name:PersonaStore.id:Persona ID.

14 years agoAdd linking support to the IndividualAggregator
Philip Withnall [Mon, 19 Jul 2010 15:37:46 +0000 (16:37 +0100)]
Add linking support to the IndividualAggregator

Personas are linked together to form Individuals using a link map containing
mappings from UIDs and linkable properties to Individual instances. This
takes PersonaStore trust levels into account.

14 years agoAdd a key-file backend
Philip Withnall [Fri, 16 Jul 2010 12:41:34 +0000 (13:41 +0100)]
Add a key-file backend

This backend stores Personas in a key file which is completely under the
user's control, making it the only fully trusted Backend. Currently, it only
stores IM addresses, which can then be used as linkable properties by the
IndividualAggregator to link together Personas from multiple backends to
automagically produce Individuals.

14 years agoAdd PersonaStore trust levels
Philip Withnall [Mon, 19 Jul 2010 11:11:56 +0000 (12:11 +0100)]
Add PersonaStore trust levels

The Personas from each PersonaStore now have an assigned trust level (none,
partial or full) which indicates how much of their data can be used for
linking Personas together to form Individuals.

At the moment, the key-file backend is hard-coded as having the only fully
trusted PersonaStore.

14 years agoAdd IMable interface
Philip Withnall [Fri, 16 Jul 2010 12:40:39 +0000 (13:40 +0100)]
Add IMable interface

14 years agoAdd concept of linkeable properties to Persona
Philip Withnall [Fri, 16 Jul 2010 12:39:55 +0000 (13:39 +0100)]
Add concept of linkeable properties to Persona

14 years agoDowngrade UID-as-alias warning to just a message
Philip Withnall [Tue, 20 Jul 2010 12:37:07 +0000 (13:37 +0100)]
Downgrade UID-as-alias warning to just a message

It's routinely triggered by the key-file backend, and doesn't need to
be a warning anyway.

14 years agoManually iterate through personas in remove_individual().
Philip Withnall [Fri, 23 Jul 2010 11:21:22 +0000 (12:21 +0100)]
Manually iterate through personas in remove_individual().

This lets us properly yield upon remove_persona().

14 years agoSet the autoconf link to folks bugzilla.
Travis Reitter [Tue, 3 Aug 2010 13:22:48 +0000 (09:22 -0400)]
Set the autoconf link to folks bugzilla.

14 years agoDon't warn when adding an existing contact.
Philip Withnall [Mon, 2 Aug 2010 15:57:28 +0000 (16:57 +0100)]
Don't warn when adding an existing contact.

Closes bgo#625830

14 years agoPost-release version bump and non-release indicator
Travis Reitter [Mon, 2 Aug 2010 19:41:27 +0000 (15:41 -0400)]
Post-release version bump and non-release indicator

14 years agoRelease version 0.1.12 FOLKS_0_1_12
Travis Reitter [Mon, 2 Aug 2010 18:01:51 +0000 (14:01 -0400)]
Release version 0.1.12

14 years agoBump revision, in anticipation of release.
Travis Reitter [Mon, 2 Aug 2010 17:59:32 +0000 (13:59 -0400)]
Bump revision, in anticipation of release.

14 years agoVersion the installed backends using the LT current version number
Philip Withnall [Fri, 23 Jul 2010 12:38:53 +0000 (13:38 +0100)]
Version the installed backends using the LT current version number

This changes with every API/ABI change which is made to libfolks,
so it should ensure that only binary compatible modules are loaded
at runtime.

14 years agoHandle connections which are ready as soon as they're connected
Philip Withnall [Mon, 2 Aug 2010 12:12:21 +0000 (13:12 +0100)]
Handle connections which are ready as soon as they're connected

This fixes contacts from Facebook and MSN accounts sometimes not showing up
in the contact list. Closes: bgo#625815

14 years agoBump Vala version requirement.
Travis Reitter [Mon, 2 Aug 2010 14:16:53 +0000 (10:16 -0400)]
Bump Vala version requirement.

We actually depended on this version de facto as soon as we added the debugging
clean-ups.

14 years agoAdd some more debug output to the Telepathy backend
Philip Withnall [Mon, 2 Aug 2010 11:55:59 +0000 (12:55 +0100)]
Add some more debug output to the Telepathy backend

14 years agoDon't log errors in tp-lowlevel functions if they return a GError
Philip Withnall [Mon, 2 Aug 2010 10:14:36 +0000 (11:14 +0100)]
Don't log errors in tp-lowlevel functions if they return a GError

Let the higher-level code decide whether a message or warning needs to
be logged to the terminal instead.

14 years agoUse g_message() in tp-lowlevel rather than g_warning()
Philip Withnall [Wed, 21 Jul 2010 10:45:07 +0000 (11:45 +0100)]
Use g_message() in tp-lowlevel rather than g_warning()

Any of the tp-glib calls we make could routinely fail, so to stop gdb
halting on every warning, change them to messages.

14 years agoChange a message() to a debug()
Philip Withnall [Wed, 21 Jul 2010 10:27:03 +0000 (11:27 +0100)]
Change a message() to a debug()

14 years agoAdd debug flags support
Philip Withnall [Tue, 29 Jun 2010 14:18:54 +0000 (15:18 +0100)]
Add debug flags support

Debug flags for libfolks, controlling which debug domains spew messages, can
be specified using the FOLKS_DEBUG environment variable, with a GLib-style
debug flags string.

The two initial debug domains are:
 * Core: everything in the folks directory
 * TelepathyBackend: everything in the backends/telepathy directory

14 years agoPost-release version bump.
Travis Reitter [Tue, 27 Jul 2010 16:38:02 +0000 (18:38 +0200)]
Post-release version bump.

14 years agoUpdate (a little late) the LT versioning fields for 0.1.11
Travis Reitter [Tue, 27 Jul 2010 16:33:32 +0000 (18:33 +0200)]
Update (a little late) the LT versioning fields for 0.1.11

14 years agoEnsure all methods that should be async are, to get API breaking out of the way. FOLKS_0_1_11
Travis Reitter [Tue, 27 Jul 2010 06:59:28 +0000 (08:59 +0200)]
Ensure all methods that should be async are, to get API breaking out of the way.

14 years agoAlways throw an error in async functions, to avoid breaking (C) API later.
Travis Reitter [Mon, 26 Jul 2010 15:58:36 +0000 (17:58 +0200)]
Always throw an error in async functions, to avoid breaking (C) API later.

14 years agoMerge remote branch 'pwith/offline-fixes' into prep-0.1.11
Travis Reitter [Mon, 26 Jul 2010 10:43:52 +0000 (12:43 +0200)]
Merge remote branch 'pwith/offline-fixes' into prep-0.1.11

14 years agoMake remove_persona() and remove_individual() async
Philip Withnall [Fri, 23 Jul 2010 11:21:22 +0000 (12:21 +0100)]
Make remove_persona() and remove_individual() async

They could involve blocking operations, so should be async.

14 years agoReset the TpfPersonaStore state when going offline
Philip Withnall [Thu, 22 Jul 2010 13:18:43 +0000 (14:18 +0100)]
Reset the TpfPersonaStore state when going offline

Emit a signal to remove all the Personas, then reset the store's state
so that it can come online again later from a clean slate.

14 years agoDon't hold a reference to the Account when iterating through an Account list
Philip Withnall [Thu, 22 Jul 2010 13:18:23 +0000 (14:18 +0100)]
Don't hold a reference to the Account when iterating through an Account list

14 years agoDon't emit "group invalidated" warnings when disconnecting
Philip Withnall [Thu, 22 Jul 2010 10:41:13 +0000 (11:41 +0100)]
Don't emit "group invalidated" warnings when disconnecting

14 years agoDon't initialise favourite contacts support if the Logger doesn't exist
Philip Withnall [Fri, 9 Jul 2010 10:04:52 +0000 (11:04 +0100)]
Don't initialise favourite contacts support if the Logger doesn't exist

14 years agoFix Presence.is_online()
Philip Withnall [Wed, 21 Jul 2010 11:08:35 +0000 (12:08 +0100)]
Fix Presence.is_online()

Due to a signed/unsigned int problem, typecmp() was never returning
negative answers, so everyone was always online.

14 years agoSplit setup of the IndividualAggregator out into a .prepare() method
Philip Withnall [Wed, 30 Jun 2010 13:49:01 +0000 (14:49 +0100)]
Split setup of the IndividualAggregator out into a .prepare() method

14 years agoSplit setup of Backends out into a Backend.prepare() method
Philip Withnall [Wed, 30 Jun 2010 13:33:54 +0000 (14:33 +0100)]
Split setup of Backends out into a Backend.prepare() method

14 years agoSplit setup of PersonaStores out into a PersonaStore.prepare() method
Philip Withnall [Wed, 30 Jun 2010 12:52:08 +0000 (13:52 +0100)]
Split setup of PersonaStores out into a PersonaStore.prepare() method

This allows the PersonaStore.personas_added and PersonaStore.personas_removed
signals to be connected to before the PersonaStore could first emit them,
removing a race condition.

14 years agoOnly connect to group-changed signals if the Persona implements Groups
Philip Withnall [Mon, 19 Jul 2010 18:10:39 +0000 (19:10 +0100)]
Only connect to group-changed signals if the Persona implements Groups

14 years agoPost-release version bump.
Travis Reitter [Thu, 15 Jul 2010 21:42:31 +0000 (14:42 -0700)]
Post-release version bump.

14 years agoCut unnecessary dbus-glib flags from the libfolks build process. FOLKS_0_1_10
Travis Reitter [Thu, 15 Jul 2010 21:15:49 +0000 (14:15 -0700)]
Cut unnecessary dbus-glib flags from the libfolks build process.

14 years agoExplicitly build and link generated C code against telepathy-glib as necessary.
Travis Reitter [Thu, 15 Jul 2010 21:15:02 +0000 (14:15 -0700)]
Explicitly build and link generated C code against telepathy-glib as necessary.

14 years agoExplicitly link libfolks-telepathy against libfolks.
Travis Reitter [Thu, 15 Jul 2010 21:13:31 +0000 (14:13 -0700)]
Explicitly link libfolks-telepathy against libfolks.

14 years agoExplicitly build and link generated C code against GIO as necessary.
Travis Reitter [Thu, 15 Jul 2010 21:08:16 +0000 (14:08 -0700)]
Explicitly build and link generated C code against GIO as necessary.

14 years agoMerge remote branch 'pwith/refcount-on-remove'
Travis Reitter [Thu, 15 Jul 2010 20:41:39 +0000 (13:41 -0700)]
Merge remote branch 'pwith/refcount-on-remove'

14 years agoDon't give libtp-lowlevel a version number, since it's purely internal.
Travis Reitter [Thu, 15 Jul 2010 20:35:32 +0000 (13:35 -0700)]
Don't give libtp-lowlevel a version number, since it's purely internal.

14 years agoSet the version info for the public libraries.
Travis Reitter [Thu, 15 Jul 2010 20:33:35 +0000 (13:33 -0700)]
Set the version info for the public libraries.

14 years agoAdd some basic info to the README.
Travis Reitter [Thu, 15 Jul 2010 20:02:24 +0000 (13:02 -0700)]
Add some basic info to the README.

14 years agoOnly unref a Persona if we actually held a reference to it in the first place
Philip Withnall [Thu, 15 Jul 2010 12:00:52 +0000 (13:00 +0100)]
Only unref a Persona if we actually held a reference to it in the first place

Since every Individual is notified of changes to the set of Personas in a
PersonaStore, many of the Personas it's passed won't belong to it. This
ensures that the Individual only unrefs Personas which belonged to it.

14 years agoMake some Persona instances unowned
Philip Withnall [Thu, 15 Jul 2010 11:59:43 +0000 (12:59 +0100)]
Make some Persona instances unowned

In trivial cases where we're iterating through a list of owned Personas, there
is no need to ref/unref for each iteration. This makes debugging refcount
issues a lot easier.

14 years agoFix our category in the Gnome git system (take the default).
Travis Reitter [Thu, 15 Jul 2010 05:13:34 +0000 (22:13 -0700)]
Fix our category in the Gnome git system (take the default).

14 years agoAdd general project and maintainer information.
Travis Reitter [Thu, 15 Jul 2010 04:17:46 +0000 (21:17 -0700)]
Add general project and maintainer information.

14 years agoBump the version for the next release properly, with a new micro number.
Travis Reitter [Thu, 15 Jul 2010 04:03:48 +0000 (21:03 -0700)]
Bump the version for the next release properly, with a new micro number.

14 years agoMerge remote branch 'pwith/build-cleanup'
Travis Reitter [Wed, 14 Jul 2010 23:32:52 +0000 (16:32 -0700)]
Merge remote branch 'pwith/build-cleanup'

Performed quite a modifications to this branch, as it wasn't rebased on top of
the latest build changes (which also made "make distclean" work for the first
time).

Conflicts:
backends/telepathy/Makefile.am
configure.ac

14 years agoBump the configure-time glib requirement (which was implicitly required by our Vala...
Travis Reitter [Wed, 14 Jul 2010 20:12:45 +0000 (13:12 -0700)]
Bump the configure-time glib requirement (which was implicitly required by our Vala flags).

14 years agoMerge remote branch 'pwith/gi-bindings-rebase4'
Travis Reitter [Wed, 14 Jul 2010 15:08:34 +0000 (08:08 -0700)]
Merge remote branch 'pwith/gi-bindings-rebase4'

14 years agoTidy up dependencies in the Telepathy backend
Philip Withnall [Wed, 14 Jul 2010 14:39:17 +0000 (15:39 +0100)]
Tidy up dependencies in the Telepathy backend

14 years agoRemove unnecessary dependencies from folks-telepathy.deps
Philip Withnall [Wed, 14 Jul 2010 13:55:21 +0000 (14:55 +0100)]
Remove unnecessary dependencies from folks-telepathy.deps

14 years agoRemove redundant suffix substitutions in the Telepathy Makefile
Philip Withnall [Wed, 14 Jul 2010 13:48:21 +0000 (14:48 +0100)]
Remove redundant suffix substitutions in the Telepathy Makefile

14 years agoRename VALASOURCES variables in Telepathy backend
Philip Withnall [Wed, 14 Jul 2010 13:40:16 +0000 (14:40 +0100)]
Rename VALASOURCES variables in Telepathy backend

They shouldn't be in upper case, as they could conflict with variables
used by future versions of automake.

14 years agoRearrange the libfolks Makefile
Philip Withnall [Wed, 14 Jul 2010 13:31:23 +0000 (14:31 +0100)]
Rearrange the libfolks Makefile

Commonly-changed variables are now nearer the top. libfolks_la_VALASOURCES
has been renamed to folks_valasources so that it doesn't conflict with any
future automake rules of the same name. Various small formatting changes have
been made too.

14 years agoRemove redundant suffix substitutions in the libfolks Makefile
Philip Withnall [Wed, 14 Jul 2010 13:22:52 +0000 (14:22 +0100)]
Remove redundant suffix substitutions in the libfolks Makefile

14 years agoRemove telepathy-vala dependencies from libfolks
Philip Withnall [Wed, 14 Jul 2010 13:17:17 +0000 (14:17 +0100)]
Remove telepathy-vala dependencies from libfolks

14 years agoTidy up the valac flags for libfolks
Philip Withnall [Wed, 14 Jul 2010 13:15:27 +0000 (14:15 +0100)]
Tidy up the valac flags for libfolks

14 years agoRemove unnecessary dependencies from folks.deps
Philip Withnall [Wed, 14 Jul 2010 13:04:45 +0000 (14:04 +0100)]
Remove unnecessary dependencies from folks.deps

They're not exposed in the public API, so there's no need to list
them as dependencies.

14 years agoSilence the documentation build
Philip Withnall [Wed, 14 Jul 2010 12:12:34 +0000 (13:12 +0100)]
Silence the documentation build

14 years agoConsolidate the tp-vala valaflags into configure.ac
Philip Withnall [Wed, 14 Jul 2010 12:10:04 +0000 (13:10 +0100)]
Consolidate the tp-vala valaflags into configure.ac

Rather than calling pkg-config from various Makefiles to find out the
same information.

14 years agoAdd git.mk for automatic .gitignore generation
Philip Withnall [Wed, 14 Jul 2010 11:57:37 +0000 (12:57 +0100)]
Add git.mk for automatic .gitignore generation

git.mk is copied from pango/git.mk, which is the canonical place to
look for updates to it. It hasn't been modified.

14 years agoAdd generated files to MAINTAINERCLEANFILES
Philip Withnall [Wed, 14 Jul 2010 11:43:04 +0000 (12:43 +0100)]
Add generated files to MAINTAINERCLEANFILES

14 years agoDon't install or EXTRA_DIST the package documentation
Philip Withnall [Wed, 14 Jul 2010 11:40:28 +0000 (12:40 +0100)]
Don't install or EXTRA_DIST the package documentation

It's unnecessary, and automake knows to distribute the files already.

14 years agoFix ChangeLog cleaning
Philip Withnall [Wed, 14 Jul 2010 11:36:10 +0000 (12:36 +0100)]
Fix ChangeLog cleaning

It should be removed optionally during distclean, and forcibly during
maintainerclean.

14 years agoRemove unused gtk-doc lines from build system
Philip Withnall [Wed, 14 Jul 2010 11:27:37 +0000 (12:27 +0100)]
Remove unused gtk-doc lines from build system

We use valadoc instead.

14 years agoRemove unused scrollkeeper lines from Makefile
Philip Withnall [Wed, 14 Jul 2010 11:25:48 +0000 (12:25 +0100)]
Remove unused scrollkeeper lines from Makefile

14 years agoRemove some unused lines from the configure summary
Philip Withnall [Wed, 14 Jul 2010 11:22:15 +0000 (12:22 +0100)]
Remove some unused lines from the configure summary

14 years agoRemove some barely-used silent build machinery from the Makefiles
Philip Withnall [Wed, 14 Jul 2010 11:21:57 +0000 (12:21 +0100)]
Remove some barely-used silent build machinery from the Makefiles

14 years agoFix MIME type memory leak in BackendStore
Philip Withnall [Wed, 14 Jul 2010 09:27:14 +0000 (10:27 +0100)]
Fix MIME type memory leak in BackendStore

14 years agoDon't leak TpfPersona references for each Individual
Philip Withnall [Tue, 13 Jul 2010 13:46:07 +0000 (14:46 +0100)]
Don't leak TpfPersona references for each Individual

Due to bgo#624249, GLib.List.remove() leaks an item reference, so we need to
manually unreference each persona we remove from the personas list in
Individual.

14 years agoBreak a refcycle between TpfPersonaStore and TpfPersona
Philip Withnall [Mon, 12 Jul 2010 15:01:29 +0000 (16:01 +0100)]
Break a refcycle between TpfPersonaStore and TpfPersona

This is achieved by making the pointer that each TpfPersona holds to their
relevant TpfPersonaStore a weak pointer, rather than a referenced pointer.

14 years agoAllow backends to be completely unloaded
Philip Withnall [Fri, 9 Jul 2010 10:03:47 +0000 (11:03 +0100)]
Allow backends to be completely unloaded

This means that if the IndividualAggregator is finalized, all the resources
used by the backends which were loaded are freed. This allows multiple
IndividualAggregator instances to be used sequentially, and also ensures that
all Persona instances get destroyed.

14 years agoExplicitly require Vala.
Travis Reitter [Wed, 14 Jul 2010 06:36:53 +0000 (23:36 -0700)]
Explicitly require Vala.

14 years agoBump nano version after release.
Travis Reitter [Wed, 14 Jul 2010 05:59:31 +0000 (22:59 -0700)]
Bump nano version after release.

14 years agoDistribute the tp-lowlevel metadata file to fix distcheck. FOLKS_0_1_9
Travis Reitter [Wed, 14 Jul 2010 01:08:04 +0000 (18:08 -0700)]
Distribute the tp-lowlevel metadata file to fix distcheck.

14 years agoSpecify tp-lowlevel.h being in the srcdir, to work around a vala-gen-introspect bug.
Travis Reitter [Wed, 14 Jul 2010 01:03:41 +0000 (18:03 -0700)]
Specify tp-lowlevel.h being in the srcdir, to work around a vala-gen-introspect bug.

14 years agoSpecify the vala source files being in the srcdir, to work around a valac bug.
Travis Reitter [Wed, 14 Jul 2010 00:59:59 +0000 (17:59 -0700)]
Specify the vala source files being in the srcdir, to work around a valac bug.

14 years agoWork around bgo #624278 for distcheck
Travis Reitter [Wed, 14 Jul 2010 00:53:11 +0000 (17:53 -0700)]
Work around bgo #624278 for distcheck

14 years agoInclude the backends/telepathy/*.vala files when making a relese.
Travis Reitter [Tue, 13 Jul 2010 16:43:00 +0000 (09:43 -0700)]
Include the backends/telepathy/*.vala files when making a relese.

14 years agoInclude the folks/*.vala files when making a relese.
Travis Reitter [Tue, 13 Jul 2010 16:42:45 +0000 (09:42 -0700)]
Include the folks/*.vala files when making a relese.

14 years agoEnsure we don't unref every TpAccount
Philip Withnall [Sat, 10 Jul 2010 14:12:55 +0000 (15:12 +0100)]
Ensure we don't unref every TpAccount

AccountManager.get_valid_accounts() only transfers the container, and
Vala ignores this unless you assign it to a variable with an unowned
item type.

14 years agoRemove extraneous array length parameter
Philip Withnall [Sat, 10 Jul 2010 13:33:56 +0000 (14:33 +0100)]
Remove extraneous array length parameter

change_favourites_by_request_handles no longer needs an explicit array
length parameter, due to changes in Connection.request_handles.