index
:
delta/telepathy-glib.git
baserock/gnome
baserock/morph
call1
gdbus-prep3
master
next
telepathy-glib-0.10
telepathy-glib-0.12
telepathy-glib-0.14
telepathy-glib-0.16
telepathy-glib-0.18
telepathy-glib-0.20
telepathy-glib-0.22
telepathy-glib-0.24
telepathy-glib-0.6
telepathy-glib-0.8
gitlab.freedesktop.org: telepathy/telepathy-glib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
telepathy-glib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare release 0.11.5
telepathy-glib-0.11.5
Simon McVittie
2010-05-10
14
-83
/
+127
*
TpChannelDispatchOperation: don't crash if channels is not given in g_object_new
Simon McVittie
2010-05-10
1
-2
/
+8
*
TpChannelDispatchOperation: assert that we're not leaking properties
Simon McVittie
2010-05-10
1
-0
/
+4
*
TpChannelDispatchOperation: defer interpretation of immutables until constructed
Simon McVittie
2010-05-10
1
-16
/
+20
*
no need to pass dbus-connection when constructing CDO
Guillaume Desmottes
2010-05-10
1
-2
/
+0
*
_tp_base_client_add_dispatch_operation: use _tp_channel_dispatch_operation_ne...
Guillaume Desmottes
2010-05-10
1
-2
/
+4
*
add _tp_channel_dispatch_operation_new_with_objects
Guillaume Desmottes
2010-05-10
3
-0
/
+83
*
CDO: update list of channels when we fetch them from D-Bus
Guillaume Desmottes
2010-05-10
1
-27
/
+73
*
CDO: make account, connection and channels properties construct-only
Guillaume Desmottes
2010-05-10
1
-4
/
+32
*
add simple-approver (fdo #27875)
Guillaume Desmottes
2010-05-07
4
-0
/
+379
*
use WARNING if D-Bus method hasn't been implemented when expected
Guillaume Desmottes
2010-05-07
1
-2
/
+2
*
rephrase doc of some API
Guillaume Desmottes
2010-05-07
1
-9
/
+10
*
remove useless '\'
Guillaume Desmottes
2010-05-07
1
-1
/
+1
*
add-dispatch-operation-context: fix copyright headers
Guillaume Desmottes
2010-05-07
3
-3
/
+3
*
No need to special case when a CDO disappear while preparing it
Guillaume Desmottes
2010-05-07
1
-10
/
+1
*
refer to tp_channel_dispatch_operation_{handle_with,claim}_async in TpBaseCli...
Guillaume Desmottes
2010-05-07
1
-0
/
+4
*
test-base-client: test invalidating one channel while calling AddDispatchOper...
Guillaume Desmottes
2010-05-07
1
-1
/
+0
*
document tp_base_client_{add,take}_approver_filter
Guillaume Desmottes
2010-05-07
1
-0
/
+38
*
base-client: add API to implement AddDispatchOperation()
Guillaume Desmottes
2010-05-07
2
-4
/
+230
*
add add-dispatch-operation-context
Guillaume Desmottes
2010-05-07
5
-0
/
+769
*
base-client: uncomment Approver code
Guillaume Desmottes
2010-05-07
2
-19
/
+0
*
base-client: remove Handler bits
Guillaume Desmottes
2010-05-07
2
-307
/
+5
*
Revert "test-base-client: remove Approver and Handler tests for now"
Guillaume Desmottes
2010-05-07
1
-0
/
+37
*
Revert "base-client: remove Approver and Handler code for now"
Guillaume Desmottes
2010-05-07
1
-0
/
+343
*
skip tp_channel_dispatch_operation_borrow_* methods
Guillaume Desmottes
2010-05-07
1
-6
/
+6
*
rename channel-dispatch-operation-properties property to cdo-properties
Guillaume Desmottes
2010-05-07
1
-9
/
+9
*
fix #TpProxy::invalidated references in doc
Guillaume Desmottes
2010-05-07
1
-5
/
+5
*
document the error code used when invalidating the CDO as a result of tp_chan...
Guillaume Desmottes
2010-05-07
1
-1
/
+1
*
don't skip the channel-lost sig
Guillaume Desmottes
2010-05-07
1
-1
/
+1
*
set preparing_core when starting to prepare
Guillaume Desmottes
2010-05-07
1
-0
/
+2
*
get_dispatch_operation_prop_cb: invalidate the CDO is a property is missing
Guillaume Desmottes
2010-05-07
1
-4
/
+23
*
fix identation
Guillaume Desmottes
2010-05-07
1
-25
/
+25
*
remove setter for connection, account and possible-handlers properties
Guillaume Desmottes
2010-05-07
1
-12
/
+0
*
channel-dispatch-operation: don't crash if ChannLost is fired before we fetch...
Guillaume Desmottes
2010-05-07
1
-0
/
+4
*
add tp_channel_dispatch_operation_claim_{async,finish}
Guillaume Desmottes
2010-05-07
2
-0
/
+100
*
add tp_channel_dispatch_operation_handle_with_{async,finish}
Guillaume Desmottes
2010-05-07
2
-0
/
+111
*
TpChannelDispatchOperation: implement "channel-lost" signal
Guillaume Desmottes
2010-05-07
2
-3
/
+83
*
implement TP_CHANNEL_DISPATCH_OPERATION_FEATURE_CORE
Guillaume Desmottes
2010-05-07
1
-1
/
+153
*
add accessors for properties
Guillaume Desmottes
2010-05-07
2
-2
/
+116
*
channel-dispatch-operation: add GObject properties
Guillaume Desmottes
2010-05-07
1
-2
/
+382
*
add TP_CHANNEL_DISPATCH_OPERATION_FEATURE_CORE
Guillaume Desmottes
2010-05-07
2
-0
/
+39
*
no need to ref the account and connection to unref it right after
Guillaume Desmottes
2010-05-06
1
-8
/
+0
*
base-client: use _tp_dbus_daemon_is_the_shared_one
Guillaume Desmottes
2010-05-05
1
-5
/
+2
*
add _tp_dbus_daemon_is_the_shared_one as internal API
Guillaume Desmottes
2010-05-05
2
-0
/
+8
*
use tp_account_ensure_connection to create the TpConnection
Guillaume Desmottes
2010-05-05
1
-3
/
+3
*
base-client: use tp_account_manager_ensure_account to create the TpAccount
Guillaume Desmottes
2010-05-05
1
-6
/
+3
*
instantiate a TpAccountManager
Guillaume Desmottes
2010-05-05
1
-0
/
+24
*
Don't fail preparing the context if the connection or account is not prepared
Guillaume Desmottes
2010-05-05
3
-19
/
+4
*
Pass invalidated channels to ObserveChannels implementation (fdo #27956)
Guillaume Desmottes
2010-05-05
3
-4
/
+2
*
use a counter to check if context is ready
Guillaume Desmottes
2010-05-05
1
-25
/
+12
[next]