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
2014-04-17
tp_base_connection_change_status: update RequestableChannelClasses before Sta...
wip-gdbus-all
Simon McVittie
1
-3
/
+5
2014-04-17
fix some more comments
Simon McVittie
3
-8
/
+8
2014-04-17
Use TpPresenceMixin as the type for methods and vfuncs
Simon McVittie
6
-51
/
+63
2014-04-17
Decouple TpPresenceMixin from TpBaseConnection again
Simon McVittie
8
-33
/
+127
2014-04-17
handle.h: make TpHandle exactly guint32
Simon McVittie
4
-19
/
+14
2014-04-17
Fix some confusion over "&s" in variant-building
Simon McVittie
3
-5
/
+5
2014-04-17
TpBaseContactListPrivate: correct a comment
Simon McVittie
1
-1
/
+1
2014-04-17
TpPresenceMixin: rename construct_presence_hash to construct_presence_map
Simon McVittie
1
-3
/
+3
2014-04-17
_tp_base_connection_dup_contact_attributes: de-confuse name
Simon McVittie
3
-9
/
+9
2014-04-17
_tp_g_dbus_object_dup_interface_names_except: rename and remove arbitrary limit
Simon McVittie
4
-18
/
+23
2014-04-17
Move TpDBusPropertiesMixin to the -dbus library
Simon McVittie
46
-247
/
+127
2014-04-17
Communicate registrations to TpDBusPropertiesMixin via an internal header
Simon McVittie
5
-67
/
+70
2014-04-17
Use the "invisible TpDBusPropertiesMixin" in all public classes
Simon McVittie
18
-148
/
+87
2014-04-17
TpDBusPropertiesMixin: don't use TP_ERROR
Simon McVittie
2
-10
/
+11
2014-04-17
tp_dbus_connection_try_register_object: disallow GDBusObject-but-not-GDBusObj...
Simon McVittie
1
-2
/
+13
2014-04-17
tp_dbus_connection_try_register_object: factor out finding the interface skel...
Simon McVittie
1
-78
/
+93
2014-04-17
Fix a few outdated doc
Xavier Claessens
2
-32
/
+11
2014-04-17
TpPresenceMixin: Convert it to a GInterface
Xavier Claessens
12
-593
/
+321
2014-04-17
TpPresenceMixin: Use gdbus-codegen's skeleton to implement Presence1
Xavier Claessens
8
-196
/
+105
2014-04-17
TpExportableChannel, TpChannelIface: remove
Xavier Claessens
25
-589
/
+217
2014-04-17
TpBaseConnection: Simplify code to set Channels dbus property
Xavier Claessens
1
-61
/
+18
2014-04-17
TpBaseContactList: Use gdbus-codegen's skeleton to implement ContactBlocking1
Xavier Claessens
9
-177
/
+105
2014-04-17
TpBaseContactList: Use gdbus-codegen's skeleton to implement ContactGroups1
Xavier Claessens
7
-215
/
+223
2014-04-17
TpBaseContactList: Use gdbus-codegen's skeleton to implement ContactList1
Simon McVittie
7
-258
/
+229
2014-04-17
TpBaseConnection: Change fill_contact_attributes() to take a GVariantDict
Xavier Claessens
13
-258
/
+131
2014-04-17
TpBaseConnection: Stop implementing TpSvcConnectionInterfaceRequests
Xavier Claessens
4
-96
/
+76
2014-04-17
Tests: fix TpChannelManager implementations
Xavier Claessens
5
-14
/
+17
2014-04-17
TpBaseConnection: add a static assertion that guint is guint32
Simon McVittie
1
-0
/
+8
2014-04-14
TpBaseConnection: use g_dbus_method_invocation_return_error_literal
Simon McVittie
1
-6
/
+5
2014-04-14
TpBaseConnection: replace copy/free with g_dbus_method_invocation_take_error()
Simon McVittie
1
-10
/
+5
2014-04-14
TpBaseConnection::status-changed: correct a comment
Simon McVittie
1
-1
/
+1
2014-04-14
tp_svc_interface_skeleton_emit_signal: ignore if no longer exported
Simon McVittie
1
-3
/
+10
2014-04-14
tp_base_connection_change_status: emit status-changed before StatusChanged
Simon McVittie
1
-1
/
+4
2014-04-14
TpBaseConnection: Stop implementing TpSvcConnection
Xavier Claessens
1
-161
/
+204
2014-04-14
TpBaseConnection: be a GDBusObjectSkeleton
Simon McVittie
14
-267
/
+205
2014-04-14
TpTestsSimpleConnection: Do not implement TpSvcConnection interface
Xavier Claessens
1
-3
/
+2
2014-04-14
Test: Stop implementing TSvcConnection for bug 19101 regression test
Xavier Claessens
4
-123
/
+56
2014-04-14
Add gdbus-codegen support
Xavier Claessens
3
-7
/
+34
2014-04-14
TpBaseProtocol: be a GDBusObjectSkeleton
Simon McVittie
6
-122
/
+97
2014-04-14
TpSvcInterfaceSkeleton: move to the -dbus library
Simon McVittie
9
-35
/
+278
2014-04-14
tp_dbus_connection_try_register_object: export each GDBusInterfaceSkeleton fr...
Simon McVittie
1
-22
/
+167
2014-04-14
tp_svc_interface_skeleton_get_properties: don't leak the parent object
Simon McVittie
1
-0
/
+1
2014-04-14
Add sliced-gvalue to documentation
Simon McVittie
1
-0
/
+1
2014-04-14
test-self-handle: Fix possible race making test sometimes fail
Xavier Claessens
1
-30
/
+62
2014-04-14
Revert "self-handle test: go back to reimplementing TpSvcDBusProperties"
Xavier Claessens
1
-125
/
+35
2014-04-14
Update gitignore
Xavier Claessens
1
-4
/
+4
2014-04-10
TpBasePasswordChannel: stop most D-Bus properties from being GObject properties
next
Simon McVittie
1
-108
/
+70
2014-04-10
TpExportableChannel: turn channel-properties into a GVariant
Simon McVittie
10
-42
/
+75
2014-04-10
TpBaseConnection:dbus-status, TpBaseConnection:requestable-channel-classes: r...
Simon McVittie
1
-44
/
+1
2014-04-10
TpBaseConnection: stop using tp_dbus_properties_mixin_getter_gobject_properti...
Simon McVittie
1
-7
/
+52
[next]