index
:
telepathy/telepathy-glib
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
Telepathy GLib bindings (mirrored from https://gitlab.freedesktop.org/telepathy/telepathy-glib)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-31
Prepare version 0.11.0
telepathy-glib-0.11.0
Simon McVittie
8
-29
/
+47
2010-03-31
Merge branch 'trivia'
Simon McVittie
4
-9
/
+43
2010-03-31
More NEWS
Simon McVittie
1
-1
/
+7
2010-03-31
fd.o #21956: clean up documentation/defaults of TpContact properties
Simon McVittie
1
-5
/
+11
2010-03-31
fd.o #24114: deprecate tp_get_bus() in favour of tp_dbus_daemon_dup()
Simon McVittie
2
-3
/
+13
2010-03-31
Update NEWS
Simon McVittie
1
-1
/
+13
2010-03-31
Merge branch 'telepathy-glib-0.10'
Simon McVittie
2
-1
/
+10
2010-03-31
Merge branch 'telepathy-glib-0.8' into telepathy-glib-0.10
Simon McVittie
2
-2
/
+9
2010-03-31
NEWS for 0.8.x so far
Simon McVittie
1
-1
/
+6
2010-03-31
Specify when tp_message_mixin_sent should be called.
Mike Ruprecht
1
-1
/
+3
2010-03-31
Improved documentation to TpContactsMixinFillContactAttributesFunc
Mikhail Zabaluev
1
-4
/
+6
2010-03-31
Merge branches 'trivia' and 'deprecations'
Simon McVittie
76
-573
/
+862
2010-03-31
Merge branch 'telepathy-glib-0.10'
Guillaume Desmottes
1
-1
/
+1
2010-03-31
tp_account_set_nickname_async: set the right source_tag
Guillaume Desmottes
1
-1
/
+1
2010-03-31
Merge branch 'telepathy-glib-0.10'
Simon McVittie
2
-1
/
+15
2010-03-31
Nano version
Simon McVittie
2
-1
/
+6
2010-03-31
Prepare version 0.10.2
telepathy-glib-0.10.2
Simon McVittie
2
-5
/
+14
2010-03-31
Improved documentation to TpContactsMixinFillContactAttributesFunc
Mikhail Zabaluev
1
-4
/
+6
2010-03-31
Make GetContactAttributes() tolerate unsupported interfaces
Will Thompson
1
-16
/
+4
2010-03-31
Merge branch 'telepathy-glib-0.10'
Danielle Madeley
1
-0
/
+21
2010-03-31
tp-account: check Interfaces property and append interface to TpProxy
Danielle Madeley
1
-0
/
+21
2010-03-30
fd.o #22206: deprecate all tp_cli_something_run_something functions
Simon McVittie
11
-14
/
+25
2010-03-30
tests: implement test_proxy_run_until_dbus_queue_processed without using tp_c...
Simon McVittie
2
-6
/
+16
2010-03-30
Deprecate tp_connection_run_until_ready
Simon McVittie
2
-1
/
+7
2010-03-30
Deprecate tp_channel_run_until_ready
Simon McVittie
2
-1
/
+7
2010-03-30
Deprecate things in generated code with _TP_GNUC_DEPRECATED rather than G_GNU...
Simon McVittie
2
-2
/
+6
2010-03-30
Use _TP_GNUC_DEPRECATED for deprecated functions
Simon McVittie
2
-4
/
+6
2010-03-30
Ignore telepathy-glib deprecations in regression tests
Simon McVittie
2
-0
/
+2
2010-03-30
Add _TP_GNUC_DEPRECATED, an internal equivalent of G_GNUC_DEPRECATED
Simon McVittie
2
-1
/
+12
2010-03-30
inspect-contact example: don't use _run_ functions
Simon McVittie
1
-43
/
+74
2010-03-30
extended example: avoid _run_ methods
Simon McVittie
1
-53
/
+119
2010-03-30
inspect-channel example: be asynchronous
Simon McVittie
1
-72
/
+118
2010-03-30
inspect-connection example: don't use tp_connection_run_until_ready
Simon McVittie
1
-16
/
+31
2010-03-30
Make GetContactAttributes() tolerate unsupported interfaces
Will Thompson
1
-16
/
+4
2010-03-30
tests: use test_dbus_daemon_dup_or_die(), avoid tp_get_bus() (except in dbus.c)
Simon McVittie
36
-70
/
+73
2010-03-30
test channels: don't use tp_get_bus to register on bus
Simon McVittie
2
-2
/
+14
2010-03-30
test_dbus_daemon_dup_or_die: convenience function for tests
Simon McVittie
2
-0
/
+18
2010-03-30
Example CMs: don't use tp_get_bus to register object paths
Simon McVittie
5
-6
/
+32
2010-03-30
tp_connection_got_interfaces_cb: avoid a redundant function call
Simon McVittie
1
-2
/
+1
2010-03-30
tests/dbus/connection.c: use more GTest functions
Simon McVittie
1
-14
/
+14
2010-03-30
tests/dbus/connection.c: spin the main loop explicitly, to make it clear what...
Simon McVittie
1
-13
/
+5
2010-03-30
tests/dbus/connection.c: use GTest
Simon McVittie
1
-16
/
+14
2010-03-30
test/dbus/connection.c: flatten WhenReadyContext into Test
Simon McVittie
1
-37
/
+31
2010-03-30
tests/dbus/connection.c: use a common test fixture
Simon McVittie
1
-48
/
+39
2010-03-30
tests/dbus/connection.c: split out setup, teardown
Simon McVittie
1
-52
/
+84
2010-03-30
SimpleConnection: avoid invalid state transition and two potential use-after-...
Simon McVittie
1
-4
/
+26
2010-03-30
_tp_account_get_requested_features etc.: remove
Simon McVittie
1
-64
/
+0
2010-03-30
Remove _tp_account_manager_get_missing_features and friends
Simon McVittie
2
-63
/
+0
2010-03-30
example-no-protocols: assert that readying fails (without invalidation) for a...
Simon McVittie
1
-9
/
+26
2010-03-30
test_connection_manager_run_until_readying_fails: add
Simon McVittie
2
-0
/
+53
[next]