summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 0.99.10telepathy-haze-0.99.10Simon McVittie2014-04-032-16/+9
|
* Adapt for move of tp_g_value_slice_*() to -dbus librarySimon McVittie2014-04-031-0/+1
|
* sync_dbus: use a real, implemented interfaceSimon McVittie2014-03-241-7/+26
|
* Update telepathy.am for out-of-tree distcheckSimon McVittie2014-03-241-1/+1
|
* Remove codegen, rather than updating it to current 'next'Simon McVittie2014-03-2419-3175/+1
|
* Replace dbus_g_method_return_error with g_dbus_method_invocation_return_gerrorSimon McVittie2014-03-244-9/+9
| | | | | | | | Excluding tools/. Automated: git grep -lz dbus_g_method_return_error | xargs -0 perl -pi -e 's/\bdbus_g_method_return_error\b/g_dbus_method_invocation_return_gerror/g'
* Replace DBusGMethodInvocation with GDBusMethodInvocationSimon McVittie2014-03-245-11/+11
| | | | | | | | Excluding tools/. Automated: git grep -lz DBusGMethodInvocation | xargs -0 perl -pi -e 's/\bDBusGMethodInvocation\b/GDBusMethodInvocation/g'
* nano versionSimon McVittie2014-03-201-1/+1
|
* 0.99.8telepathy-haze-0.99.8Simon McVittie2014-03-201-3/+3
|
* tp_message_peek() has been removedGuillaume Desmottes2014-03-181-6/+11
|
* tp_base_connection_disconnect_with_dbus_error now takes a GVariantGuillaume Desmottes2014-02-211-3/+4
|
* TpHandleType has been renamed to TpEntityTypeGuillaume Desmottes2014-02-1311-54/+54
|
* TpChannelManager: new APItelepathy-haze-0.99.7Guillaume Desmottes2014-01-291-27/+29
|
* update for new specGuillaume Desmottes2014-01-298-59/+47
| | | | | | - NewChannels -> NewChannel - RequestableChannelClasses is now in Connection - Call. add InitialTones property
* depends on tp-glib 0.99.7Guillaume Desmottes2014-01-291-1/+1
|
* nano versionSimon McVittie2014-01-131-1/+1
|
* snapshot 0.99.6telepathy-haze-0.99.6Simon McVittie2014-01-131-2/+2
|
* connection: don't explicitly advertise Requests interfaceSimon McVittie2014-01-131-1/+0
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=50093 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* presence: switch to "singular" APISimon McVittie2014-01-131-33/+22
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=50093 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* contact list: implement is_blockedSimon McVittie2014-01-131-0/+23
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=50093 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* tests: resync constants, servicetest with GabbleSimon McVittie2014-01-132-16/+67
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=50093 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* remove use of TpContactsMixin and Contacts interfaceSimon McVittie2014-01-1310-81/+97
| | | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=50093 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> [added telepathy-glib 0.99.6 dependency] Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Be parallel-installable with Haze 0.xSimon McVittie2014-01-074-11/+11
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49737 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* Use im.telepathy.v1 namespaceSimon McVittie2013-11-128-10/+10
| | | | | | | Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71262 [depend on telepathy-glib 0.99.5 to stay in sync -smcv] Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Merge branch 'master' into HEADSimon McVittie2013-11-055-4/+16
|\ | | | | | | | | Conflicts: NEWS
| * Bump Autoconf dependency to 2.60 for AC_MKDIR_PSimon McVittie2013-10-111-1/+1
| | | | | | | | | | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54114 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> [cherry-picked from Idle commit 35806755 -smcv] Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
| * .gitignore: ignore everything in build-auxSimon McVittie2013-10-091-0/+1
| | | | | | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70045 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
| * Use MKDIR_P, not deprecated mkdir_pSimon McVittie2013-10-092-2/+2
| | | | | | | | | | | | | | Similar to MC commit 04dd9b4. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70045 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
| * Use subdir-objects (compile a/b.c to a/b.lo, not ./b.lo)Simon McVittie2013-10-091-1/+1
| | | | | | | | | | | | | | | | Automake 2 will make this the default, and 1.14 warns about not using it. Equivalent to MC commit 1f11065. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70045 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
| * Merge branch 'telepathy-haze-0.8'Simon McVittie2013-10-021-0/+6
| |\ | | | | | | | | | | | | | | | Conflicts: NEWS configure.ac
| | * nano versionSimon McVittie2013-10-022-1/+6
| | |
| | * 0.8.0telepathy-haze-0.8.0Simon McVittie2013-10-022-4/+7
| | |
* | | Adapt for use of ABI versions in generated codeSimon McVittie2013-10-258-82/+82
| | |
* | | Merge branch 'master' into nextSimon McVittie2013-09-270-0/+0
|\ \ \ | |/ /
| * | Text tests: use the Messages interfaceSimon McVittie2013-09-264-82/+65
| | | | | | | | | | | | | | | | | | | | | | | | This makes them more like the ones in 'next', which use the newly unified Text interface (whose API is mostly based on Messages). Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69767 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
| * | gabbletest: don't use GetStatus()Simon McVittie2013-09-251-1/+1
| | | | | | | | | | | | | | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69767 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> [cherry-picked from next to master -smcv]
| * | Use the "undrafted" version of MailNotificationSimon McVittie2013-09-256-705/+23
| | | | | | | | | | | | | | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69468 Reviewed-by: Guillume Desmottes <guillaume.desmottes@collabora.co.uk> [cherry-picked from next to master, no changes -smcv]
| * | NEWSSimon McVittie2013-09-251-0/+5
| | |
* | | nano versionSimon McVittie2013-09-271-1/+1
| | |
* | | Snapshot 0.99.2Simon McVittie2013-09-272-5/+9
| | |
* | | Use underscores, not hyphen/minus, in Protocol namestelepathy-haze-0.99.2Simon McVittie2013-09-272-10/+28
| | | | | | | | | | | | | | | | | | | | | | | | Also make sure there are no odd characters in the Protocol name, and make sure it doesn't start with a digit. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69855 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* | | Sync constants, servicetest with MC's 'next' versionSimon McVittie2013-09-272-64/+239
| | | | | | | | | | | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69854 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* | | Bump version number to 0.99.0.1 for 'next' branchSimon McVittie2013-09-252-2/+9
| | |
* | | Merge remote-tracking branch 'smcv/next' into nextSimon McVittie2013-09-2579-8022/+2908
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69767
| * | | Text tests: migrate to the unified Text interface in spec 0.99.1Simon McVittie2013-09-244-82/+55
| | | |
| * | | tests: update ContactList API to 0.99.1Simon McVittie2013-09-244-12/+18
| | | | | | | | | | | | | | | | | | | | - GetContactListAttributes only has one argument - ContactsChanged has the arguments of ContactsChangedWithID
| * | | presence tests: we only have Presence1 now, no SimplePresenceSimon McVittie2013-09-241-2/+2
| | | |
| * | | gabbletest: don't use GetStatus()Simon McVittie2013-09-241-1/+1
| | | |
| * | | update Presence to telepathy-glib 0.99.1Simon McVittie2013-09-241-2/+1
| | | | | | | | | | | | | | | | - get_contact_statuses() can't fail any more
| * | | update Capabilities to spec 0.99.1Simon McVittie2013-09-241-48/+0
| | | | | | | | | | | | | | | | - don't implement GetContactCapabilities