index
:
~smcv/telepathy-glib
016-async-ownership
asv
beforemerge
cm-debug-68390
codegen-tmpfile
disconnect-api-45459
dup-new-channels-52011
filtration
gdb
gdbus
gdbus-object
gdbus-object2
gdbus-prep2
gdbus-prep3
gdbus-properties
gdbus-properties2
gdbus2
gdbus3
gdk3
introspectable
master
merge-tp-fs
meta-header-more
names
new-interfaces
next
next-abi
next-after-gdbus
next-decore
next-del-deprecated
next-docs-49338
next-factory
next-gdbus
next-gvariant1
next-merge-logger
next-misc
next-privatize
next-tap
next-trivia
no-tmpnam-68350
py3k-codegen-56758
rm-dbus-glib-properties1
seal
seal-more
self-handle-changed
spec
telepathy-glib-0.18
telepathy-glib-0.20
trivia
variant
wip-better-assertions
wip-exportable
wip-gdbus-all
wip-gdbus-object
wip-gdbus2
wip-gdbus3
wip-gdbus4
wip-introspectable-connection
wip-next-api-review
wip-next-divisive
wip-next-gdbus
wip-next-gvariant-calls
wip-older-api
wip-presence-mixin
wip-run-until-prepared
wip-seal
wip-valgrind
wip-weak-ref
Unnamed repository; edit this file to name it for gitweb.
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-26
Prepare version 0.11.11
telepathy-glib-0.11.11
Simon McVittie
14
-48
/
+135
2010-07-26
Merge branch 'pwith-gir'
Simon McVittie
7
-165
/
+91
2010-07-26
Hide TpBaseConnectionCreateHandleReposImpl in a way that satisfies gtk-doc
Simon McVittie
1
-0
/
+2
2010-07-26
tp_base_connection_register: allow the out parameters to be NULL
Simon McVittie
1
-6
/
+10
2010-07-26
TpBaseConnection: use /* */ rather than /** */ for private methods
Simon McVittie
1
-4
/
+4
2010-07-26
TpBaseConnection: remove some content-free doc-comments for private methods
Simon McVittie
1
-87
/
+0
2010-07-26
TpBaseConnectionCreateHandleReposImpl: hide from g-i
Simon McVittie
2
-1
/
+5
2010-07-26
TpHandleSetMemberFunc: omit from introspection, and move docs to .c
Simon McVittie
2
-9
/
+10
2010-07-26
Merge remote branch 'treitter/vala-packaging1'
Simon McVittie
2
-3
/
+3
2010-07-23
Add some annotations to TpHandleSet
Philip Withnall
1
-6
/
+6
2010-07-23
Annotate direction of parameters in tp_base_connection_register()
Philip Withnall
1
-2
/
+2
2010-07-23
Add (transfer) annotation to tp_base_connection_get_handles()
Philip Withnall
1
-2
/
+2
2010-07-23
Add (skip) annotations to all newly-bound symbols not used in libfolks tests
Philip Withnall
4
-60
/
+60
2010-07-23
Add files needed for libfolks tests to introspection build
Philip Withnall
1
-0
/
+2
2010-07-23
Fix annotations on TpChannel::group-members-changed-detailed
Philip Withnall
1
-1
/
+1
2010-07-22
Use a static, complete .manager file for echo2 if installing examples
Simon McVittie
4
-32
/
+28
2010-07-21
Check if the VAPIGEN variable is empty, and if required provide a useful hint
Danielle Madeley
1
-0
/
+8
2010-07-20
Merge branch 'spec'
Simon McVittie
52
-1250
/
+5336
2010-07-20
Update NEWS
Simon McVittie
1
-1
/
+23
2010-07-20
Allow Protocol to be introspected
Simon McVittie
1
-0
/
+1
2010-07-20
Generate code for ContactSearch channels and add them to the gtk-doc
Simon McVittie
4
-0
/
+89
2010-07-20
Merge branch 'protocol3' into spec
Simon McVittie
36
-1102
/
+4872
2010-07-20
Update spec to 0.19.10
Simon McVittie
14
-147
/
+351
2010-07-20
Revert "Temporarily allow unstable API for Protocol development"
Simon McVittie
1
-1
/
+0
2010-07-16
Install telepathy-glib.vapi to a more conventional location and update telepa...
Travis Reitter
2
-3
/
+3
2010-07-16
Introduce some typedefs to document TpBaseProtocol's methods better
Simon McVittie
3
-2
/
+131
2010-07-16
tp_base_protocol_constructed: ensure that strings are non-NULL and vcard_fiel...
Simon McVittie
1
-1
/
+16
2010-07-16
get_connection_details: return channel managers instead of RCCs
Simon McVittie
3
-39
/
+53
2010-07-16
message-mixin test: assert that echo2's Connection RCCs still work
Simon McVittie
1
-0
/
+16
2010-07-16
echo2 example: implement type_foreach_channel_class and use it for the Protocol
Simon McVittie
3
-28
/
+9
2010-07-16
tp_base_protocol_build_requestable_channel_classes: new utility function
Simon McVittie
2
-0
/
+31
2010-07-16
TpChannelManager: add type_foreach_channel_class()
Simon McVittie
3
-3
/
+109
2010-07-15
Don't allow mandatory parameters to be omitted from IdentifyAccount
Simon McVittie
1
-5
/
+3
2010-07-15
protocol_identify_account: use tp_base_protocol_sanitize_parameters
Simon McVittie
1
-1
/
+8
2010-07-15
Factor out tp_base_protocol_sanitize_parameters
Simon McVittie
1
-38
/
+56
2010-07-15
IdentifyAccount: correct virtual method check and error message
Simon McVittie
1
-2
/
+2
2010-07-15
tp_base_connection_manager_register: check for valid protocol names
Simon McVittie
1
-0
/
+6
2010-07-15
TpBaseConnectionManager: correctly replace "-" with "_" in TpBaseProtocol obj...
Simon McVittie
1
-0
/
+2
2010-07-15
tp_base_connection_manager_add_protocol: use tp_base_protocol_get_name
Simon McVittie
1
-7
/
+3
2010-07-15
tp_base_protocol_get_name: add "C binding" for TpBaseProtocol:name
Simon McVittie
3
-0
/
+18
2010-07-14
Merge remote branch 'pwith/vala-build'
Simon McVittie
2
-9
/
+6
2010-07-14
Add and install a deps file for the Vala bindings
Philip Withnall
2
-1
/
+6
2010-07-14
Remove unused lines from the Vala Makefile
Philip Withnall
1
-8
/
+0
2010-07-14
Expose Capabilities.get_channel_classes() to g-i.
Travis Reitter
1
-1
/
+1
2010-07-13
Merge branch 'trivia'
Simon McVittie
10
-312
/
+425
2010-07-13
TpBaseClient: add "C bindings" for all three properties
Simon McVittie
3
-4
/
+64
2010-07-13
TpBaseClient: check that it's really a base client in public methods
Simon McVittie
1
-0
/
+4
2010-07-13
Split out avatar requirements into connection-avatars.c
Simon McVittie
5
-291
/
+325
2010-07-13
tp_proxy_has_interface, tp_proxy_has_interface_by_id: improve docs
Simon McVittie
1
-3
/
+12
2010-07-13
tp_proxy_has_interface_by_id: check that it's really a proxy
Simon McVittie
1
-1
/
+3
[next]